Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Graphics & Design Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-30-2005, 12:11 PM
WebProWorld New Member
 

Join Date: Nov 2005
Posts: 3
scylla RepRank 0
Default Ways to edit content on a site with many pages.

lets say I have a table on my site thats on the left hand side. With a list of items, kind of like of webproworld does.

Well, here's my question, I'm running a very large site, with over 1000 pages (html pages) and I've been thinking of putting that information in the left hand table into an iframe. (for when I want to add stuff to it.) Can anyone give me any better ideas for this or if my idea is good enough?
Reply With Quote
  #2 (permalink)  
Old 12-02-2005, 10:58 PM
Webnauts's Avatar
WebProWorld 1,000+ Club
 

Join Date: Aug 2003
Location: Worldwide
Posts: 7,532
Webnauts RepRank 3Webnauts RepRank 3
Default Re: Ways to edit content on a site with many pages.

Quote:
Originally Posted by scylla
lets say I have a table on my site thats on the left hand side. With a list of items, kind of like of webproworld does.

Well, here's my question, I'm running a very large site, with over 1000 pages (html pages) and I've been thinking of putting that information in the left hand table into an iframe. (for when I want to add stuff to it.) Can anyone give me any better ideas for this or if my idea is good enough?
You better could do that with a little free CMS, without need to change your documents from .html to php, asp, jsp, etc.

Very easy to implement.

I cannot find it online for downloading anymore, but if you would want it, send me a PM with your email so I can send it to you.
Reply With Quote
  #3 (permalink)  
Old 12-14-2005, 07:31 PM
WebProWorld Pro
 

Join Date: Jul 2004
Location: Irvine, CA
Posts: 122
spenland RepRank 0
Default

Well some people use templates in Dreamweaver for this task, but I prefer to use php include statements. If you are familiar with php or your pages have a .php extension then I think you will find this to be the easiest way. An example of a .php include would be this:

<td width="150" colspan="2" valign="top"><table width="150" height="100%" border="0" cellpadding="0" cellspacing="0">
<?php include('includes/left_navigation.php'); ?>
</table></td>

Then whenever you make changes to "left_navigation.php" the changes will affect every page that includes it.

Good Luck
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum
Tags: , , , , ,



Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0