<?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>logon2 Blog &#187; Pretty Smarties</title>
	<atom:link href="http://www.logon2.com.au/blog/archive/category/coding/pretty-smarties/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.logon2.com.au/blog</link>
	<description>Better use of the web for everybody</description>
	<lastBuildDate>Tue, 13 Jul 2010 12:44:29 +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 0.5 &#8211; Pretty URLs, Smarty Templates and Faster Web Design</title>
		<link>http://www.logon2.com.au/blog/archive/coding/pretty-smarties/pretty-smarties-05-pretty-urls-smarty-templates-and-faster-web-design/</link>
		<comments>http://www.logon2.com.au/blog/archive/coding/pretty-smarties/pretty-smarties-05-pretty-urls-smarty-templates-and-faster-web-design/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 14:12:12 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Pretty Smarties]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[pretty urls]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[smarty]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.logon2.com.au/blog/?p=105</guid>
		<description><![CDATA[Pretty Smarties Lovely Caption Maker This is the simple PHP template system which integrates Pretty URLs and Smarty Templates. The release is only two months later than I said, but I&#8217;ve made the release fairly decent. Here&#8217;s a rundown on the system: Features Uses the Smarty template engine to place content and render templates. Smarty [...]]]></description>
			<content:encoded><![CDATA[<div style="position: relative; width: 241px; height: 165px; float: right;"><img style="position:relative;" src="http://www.logon2.com.au/blog/wp-content/pretty-smarties-logo.jpg" alt="Pretty Smarties" width="241" height="165" /></p>
<div class="caption" style="margin: 5px; background: #ffffff none repeat scroll 0% 0%; position: absolute; width: 221px; bottom: 0pt; left: 0pt; padding-left: 5px; padding-right: 5px; opacity: 0.85;">
<h3 style="margin-bottom:0.25em; margin-top:0.25em; color:#ce0008;">Pretty Smarties</h3>
</div>
<div><a style="margin: 2px; background: transparent url(http://www.logon2.com.au/images/logon2_badge.gif) no-repeat scroll 0% 0%; display: block; position: absolute; right: 0pt; top: 0pt; width: 32px; height: 7px;" href="http://www.logon2.com.au/tools/lovely-caption-maker-css-transparent-overlay/"><span style="display:none;">Lovely Caption Maker</span></a></div>
</div>
<p>This is the simple PHP template system which integrates Pretty URLs and Smarty Templates. The release is only two months later than I said, but I&#8217;ve made the release fairly decent. Here&#8217;s a rundown on the system:</p>
<h3>Features</h3>
<ul>
<li>Uses the Smarty template engine to place content and render templates. Smarty is easy to learn and well known.</li>
<li>No actual PHP programming required, just HTML and a few Smarty tags</li>
<li>Low overhead &#8211; no database calls and Smarty compiles templates</li>
<li>Employs &#8216;pretty URLs&#8217; by default &#8211; with automatic redirects for malformed  URLs and 404s for bad requests</li>
<li>Content  inheritance from default or parent pages</li>
<li>Support for dynamic content</li>
<li>User friendly, automatic installer with optional sample templates and content</li>
</ul>
<h3>License</h3>
<p>Pretty Smarties is licensed under the GNU General Public License, and includes code from WordPress, another GPL project.</p>
<h3>Still to Come</h3>
<ul>
<li>Pretty variables (Pass variables through a pretty URL)</li>
<li>Support for GET variables (Currently unsupported &#8211; very easy to fix)</li>
<li>Object orientated design</li>
<li>Warnings for missing 404s, favicons</li>
<li>Consistency improvements</li>
</ul>
<p><a href="http://www.logon2.com.au/blog/wp-content/pretty-smarties-05.zip"><img align="left" title="Archive" src="http://www.logon2.com.au/blog/wp-content/archive-icon.png" alt="Archive" width="46" height="60" /></a></p>
<h3><a href="http://www.logon2.com.au/blog/wp-content/pretty-smarties-05.zip">Download Now</a></h3>
<h4><a href="http://www.logon2.com.au/blog/wp-content/pretty-smarties-05.zip">Pretty Smarties 0.5</a></h4>
<h3>Related Posts:</h3><ul class="related_post"><li><a href="http://www.logon2.com.au/blog/archive/coding/coding-php/processing-php-code-in-css-files-to-improve-productivity-and-browser-cross-compatibility-using-apache/" title="Processing PHP Code in CSS files to Improve Productivity and Browser Cross-Compatibility (using Apache)">Processing PHP Code in CSS files to Improve Productivity and Browser Cross-Compatibility (using Apache)</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/introducing-the-lovely-caption-maker/" title="Introducing the Lovely Caption Maker">Introducing the Lovely Caption Maker</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/php-apache-mod-rewrite-tutorial/" title="Clean URLs Using Apache&#8217;s mod_rewrite and PHP &#8211; Beginner&#8217;s Tutorial">Clean URLs Using Apache&#8217;s mod_rewrite and PHP &#8211; Beginner&#8217;s Tutorial</a></li><li><a href="http://www.logon2.com.au/blog/archive/coding/coding-php/extract-get-variables-from-url-string-to-array-php-function/" title="Extract GET Variables from URL String to Array &#8211; PHP Function">Extract GET Variables from URL String to Array &#8211; PHP Function</a></li><li><a href="http://www.logon2.com.au/blog/archive/web-design/nicer-footer-navigation-with-pseudo-selectors/" title="Nicer Footer Navigation with pseudo-selectors">Nicer Footer Navigation with pseudo-selectors</a></li><li><a href="http://www.logon2.com.au/blog/archive/clients/launched-artist-guysel/" title="Launched: Artist Guysel">Launched: Artist Guysel</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.logon2.com.au/blog/archive/coding/pretty-smarties/pretty-smarties-05-pretty-urls-smarty-templates-and-faster-web-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

