<?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>Tim Cinel &#187; logon2</title>
	<atom:link href="http://www.timcinel.com/category/side-projects/logon2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.timcinel.com</link>
	<description>It&#039;s my soapbox</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:25:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Pretty Smarties &#8211; Pretty URLs through Smarty made Simple</title>
		<link>http://www.timcinel.com/2009/pretty-smarties-pretty-urls-through-smarty-made-simple</link>
		<comments>http://www.timcinel.com/2009/pretty-smarties-pretty-urls-through-smarty-made-simple#comments</comments>
		<pubDate>Tue, 24 Feb 2009 03:43:27 +0000</pubDate>
		<dc:creator>Tim Cinel</dc:creator>
				<category><![CDATA[logon2]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[lovely]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smarties]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.timcinel.com/?p=203</guid>
		<description><![CDATA[Deciding what template system to use when designing and developing a website can be difficult. For beginners and the lazy, Dreamweaver&#8217;s DWT files are fine but they are difficult and clumsy to maintain and update. Besides, they are messy. Being &#8230; <a href="http://www.timcinel.com/2009/pretty-smarties-pretty-urls-through-smarty-made-simple">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-204" title="Pretty Smarties" src="http://www.timcinel.com/wp-content/smarties.jpg" alt="Pretty Smarties" width="200" height="200" />Deciding what template system to use when designing and developing a website can be difficult. For beginners and the lazy, Dreamweaver&#8217;s DWT files are fine but they are difficult and clumsy to maintain and update. Besides, they are messy.</p>
<p>Being a logical and rational person, I want to separate content from layout and with a preference for PHP I decided it was time to build a simple template system.</p>
<p>A few weeks later and after using it to drive a couple of my websites, here&#8217;s what Pretty Smarties has to offer:</p>
<ul>
<li>Uses <a href="http://www.smarty.net/">Smarty</a> template engine  &#8211; Easy to learn (That is, if you don&#8217;t already know it)</li>
<li>Pretty URLs &#8211; Great for search engines and humans ( http://www.site.com/urls/like/this )</li>
<li>SEO Optimisation &#8211; Reduced duplication by redirecting to correct host, and applying consistent &#8220;/&#8221; suffix.</li>
<li>Easy to implement optional page components &#8211; Simply add or remove files to add or remove components</li>
<li>Template updates are instantly applied</li>
<li>Swap template by changing 1 line</li>
</ul>
<p>Source and documentation will be posted on the <a href="http://www.logon2.com.au/blog/">logon2 blog</a> this week.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timcinel.com/2009/pretty-smarties-pretty-urls-through-smarty-made-simple/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

