Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 11th, 2004, 11:40 AM
hanshananigan hanshananigan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 4 hanshananigan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
http://www.has.vcu.edu/psy/faculty/mccullough.html (what's better than iframes?)

Hi all,

I'm looking more for advice than a critique, really...

I have the task of maintaining a website for our department, but don't really have the software or expertise to do a snazzy job...

I need to make semi-frequent changes to the links in the header (ahh, the whims of administration!), so would like to use a common element instead of needing to change every faculty member page when altering the header layout.

I'm currently using iframes, which have several problems including leaving a space at the top, weird sizing issues, and the question of whether they will be supported in newer browsers.

Can someone tell me a better way to intoduce a common "header" onto a webpage?

http://www.has.vcu.edu/psy/faculty/mccullough.html

Thanks!
Scott

Reply With Quote
  #2  
Old September 11th, 2004, 11:42 AM
the tree's Avatar
the tree the tree is offline
ub0r 7r0|| flam3r
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: Near enough to London
Posts: 483 the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 8 m 24 sec
Reputation Power: 7
Send a message via MSN to the tree
one word and one recursive acronym "php includes", you don't have to make a whole new html file for each thing, you can just have the bit of code that changes

Reply With Quote
  #3  
Old September 11th, 2004, 01:02 PM
hanshananigan hanshananigan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 4 hanshananigan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thanks for the quick reply, tree!

I'm afraid your reply was a bit too cryptic/brief/technical or something for me to understand... I've considered using PHP for the text for different faculty members, but for 2 reasons I've balked: 1. the time it will take for me to properly learn database management; 2. whoever takes my position next year will have no idea what I did.

I've also tried to do the page by embedding the html as objects. Oddly, you can clearly see the object starting to load (IE5-Netscape7 shows nothing), but then *poof* it disappears. This question goes beyond "critique-ing" but I would love some help!:

http://www.has.vcu.edu/psy/faculty/test_mccullough_object.html

Reply With Quote
  #4  
Old September 11th, 2004, 01:13 PM
the tree's Avatar
the tree the tree is offline
ub0r 7r0|| flam3r
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: Near enough to London
Posts: 483 the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 8 m 24 sec
Reputation Power: 7
Send a message via MSN to the tree
Database management and php are different things... well sort of, php is kind of intendended to work with mysql DBs but there are plenty of things it can do without a db, goto w3schools and read what they say about php.

Reply With Quote
  #5  
Old September 11th, 2004, 01:28 PM
HTTP403 HTTP403 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 107 HTTP403 New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: < 1 sec
Reputation Power: 0
if your server supports it you could use SSI (server side includes) if you don't know php

Reply With Quote
  #6  
Old September 11th, 2004, 01:48 PM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 37 m 29 sec
Reputation Power: 92
Thread moved.
__________________
- Edwin -

The General Rules Thread | The General FAQ Thread

Reply With Quote
  #7  
Old September 11th, 2004, 03:36 PM
hanshananigan hanshananigan is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 4 hanshananigan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Well, I can't get it to work as an "object", even after taking the body, html, and head tags out of the htmlf.

I will try SSI, but in the end, for this project, I'll probably just leave it with iframes-I'm afraid the next webguy/gal won't be able to figure out what to do with them...

I found a simple intro to the code here:
http://webmonkey.wired.com/webmonkey/html/97/07/index2a.html

Thanks for the help!
Scott

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > what's better than iframes?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway