<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LifeClever ;-) &#187; SSI</title>
	<atom:link href="http://www.lifeclever.com/tag/ssi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifeclever.com</link>
	<description>How to live and work as a designer</description>
	<lastBuildDate>Wed, 09 Nov 2011 03:29:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ah hah! Build easier, more efficient web pages with Server Side Includes</title>
		<link>http://www.lifeclever.com/ah-hah-make-web-development-easier-and-more-efficient/</link>
		<comments>http://www.lifeclever.com/ah-hah-make-web-development-easier-and-more-efficient/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 13:30:28 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Lifehacks]]></category>
		<category><![CDATA[Includes]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SSI]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.lifeclever.com/2006/08/03/ah-hah-make-web-development-easier-and-more-efficient/</guid>
		<description><![CDATA[After posting Design like a pro: 20 web design tips last week, I began to put some of those tips into practice myself. Today, I discovered Server Side Includes (SSI)&#8212;a technique so simple, I&#8217;m offended no one told me about it. SSI allows you to reuse a piece of code without having to hand code [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image134" src="http://www.lifeclever.com/wp-content/uploads/2006/08/ssi_page.jpg" alt="SSI Page" class="large" />After posting <em><a href="http://www.lifeclever.com/2006/07/25/design-like-a-pro-20-web-design-tips-from-net-magazine/">Design like a pro: 20 web design tips</a></em> last week, I began to put some of those tips into practice myself. Today, I discovered Server Side Includes (SSI)&#8212;<a href="http://www.outfront.net/tutorials_02/getting_started/includes2.htm">a technique</a> so simple, I&#8217;m <em>offended</em> no one told me about it.</p>

<p>SSI allows you to reuse a piece of code without having to hand code it into every single page. For example, you can keep a navigation header (or any other repeating element) of your site in a file by itself. When you want to include the header on a page, you simply insert a tiny piece of code to point to it. The web server writes the header into the page each time it loads.</p>

<p>To make a change to the header you only have to change one file. Every page that &#8220;includes&#8221; the header will reflect the change automatically, saving worlds of time and energy.</p>

<p><a href="http://www.outfront.net/tutorials_02/getting_started/includes2.htm">This tutorial</a> explains the technical details, and other ways of achieving the same thing with PHP and ASP. All are easy for anyone comfortable with HTML code (I&#8217;m a beginner myself). I got a demo working in under 30 minutes. </p>

<p>Figuring this out was an &#8220;Ah hah!&#8221; moment for me. I knew it was possible, but I had no idea how easy it was. This may be the most important tool I have learned for developing web sites.</p>

<p>Do you have any simple, yet indispensable techniques for web development? Tell us about it, or link to a tutorial in the comments below.</p>
<img src="http://www.lifeclever.com/?ak_action=api_record_view&id=130&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.lifeclever.com/ah-hah-make-web-development-easier-and-more-efficient/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

