<?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; Optimization</title>
	<atom:link href="http://www.lifeclever.com/tag/optimization/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>
		<item>
		<title>Is it possible to survive getting dugg?</title>
		<link>http://www.lifeclever.com/is-it-possible-to-survive-getting-dugg/</link>
		<comments>http://www.lifeclever.com/is-it-possible-to-survive-getting-dugg/#comments</comments>
		<pubDate>Sat, 24 Jun 2006 07:11:22 +0000</pubDate>
		<dc:creator>Chanpory Rith</dc:creator>
				<category><![CDATA[Lifehacks]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.lifeclever.com/index.php/2006/06/24/is-it-possible-to-survive-getting-dugg/</guid>
		<description><![CDATA[My recent post, One desktop background to rule them all, got on the front page of digg.com today. Sean and I were both thrilled, but unfortunately the huge wave of traffic brought our server to a grinding halt. Situations like this are what I thrive on, because it presents an interesting challenge and gets me [...]]]></description>
			<content:encoded><![CDATA[<p>My recent post, <a title="One desktop background to rule them all" href="/index.php/2006/06/22/one-desktop-background-to-rule-them-all/">One desktop background to rule them all,</a> got on the front page of <a title="digg.com" target="_blank" href="http://www.digg.com">digg.com</a> today. Sean and I were both thrilled, but unfortunately the huge wave of traffic  brought our server to a grinding halt. Situations like this are what I thrive on, because it presents an interesting challenge and gets me going in nerd mode.</p>

<p>So to deal with the possible future spikes in traffic, I&#8217;ve started testing out some ways of optimizing WordPress and the virtual private server I have hosted on <a title="RimuHosting" target="_blank" href="http://www.rimuhosting.com">RimuHosting</a>.</p>

<p>So far, I&#8217;ve installed the <a title="Digg Defender plugin" target="_blank" href="http://elliottback.com/wp/archives/2006/04/21/digg-defender-a-plugin-for-wordpress/">Digg Defender</a> and <a title="WP-Cache plugin" target="_blank" href="http://mnm.uib.es/gallir/wp-cache-2/">WP-Cache</a> plugins for WordPress. Digg Defender sees traffic from digg.com and redirects it to an external cached version of the page on a free service called <a title="Coral Cache" target="_blank" href="http://www.coralcdn.org/">Coral Cache.</a> Ricardo Galli, author of WP-Cache, describes his plugin as:
<blockquote>An extremely efficient WordPress page caching system to make your site much faster and responsive. It works by caching Worpress pages and storing them in a static file for serving future requests directly from the file rather than loading and compiling the whole PHP code and then building the page from the database.</blockquote>
<p align="left">Installation of the two plugins were pretty easy and I&#8217;m now looking into optimizing the server itself. I found this link:</p></p>

<blockquote>
<p align="left"><a title="Streamlining your web server" target="_blank" href="http://gentoo-wiki.com/Streamlining_your_web_server">Streamlining your webserver </a></p>
</blockquote>

<p><p align="left">The instructions are for Gentoo Linux, but it looks fairly adaptable to my installation Red Hat Enterprise Linux. I know, I know, nerd alert! I&#8217;m still a newbie to managing a web server, so I won&#8217;t pretend to know the best way to do this. At this point, it&#8217;s gonna be trying out new things and seeing if it works.</p>
<p align="left">If gracious readers have any further advice, feel free to offer suggestions in the comments. Feedback, both negative and positive, are always welcomed.</p></p>
<img src="http://www.lifeclever.com/?ak_action=api_record_view&id=17&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.lifeclever.com/is-it-possible-to-survive-getting-dugg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

