October 16, 2009, Newsletter Issue #73: Simple Content Management

Tip of the Week

To make site maintenence easier, try separating your design from your content. You can do in the most basic way by using "Include files". Include files are files "included" in your main pages - for example, you have your index.asp file that has your layout outline... your tables, stylesheet links, etc. Where you need your content, your text.. images, etc., you actually have a pointer to an included file that has all that in it, OR database calls to a table that contains that information. The reason? When the time comes to update the text, the images, etc., you wont have to plod through all your design html to figure out where that one line of text is that you need to change. Also, when you need to redesign a site, the content can stay the same, and not be tampered with while you make your site design changes. Include files are nothing new - many sites use include files to reuse code - for footers, headers, navigation, etc. For an example, see www.meridiandevelopmentsystems.com/lifetips/01.htm and a good resource for more information is here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfp2k2/html/fp_includefiles.asp

About LifeTips

Now one of the top on-line publishers in the world, LifeTips offers tips to millions of monthly visitors. Our mission mission is to make your life smarter, better, faster and wiser. Expert writers earn dough for what they know. And exclusive sponsors in each niche topic help us make-it-all happen.

Not finding the advice and tips you need on this Web Development Tip Site? Request a Tip Now!


Guru Spotlight
Phyllis Serbes