<?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>The Developer Day &#187; (X)HTML</title>
	<atom:link href="http://www.thedeveloperday.com/category/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedeveloperday.com</link>
	<description>Staying Curious</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:33:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fastest PHP template engine</title>
		<link>http://www.thedeveloperday.com/fastest-php-template-engine/</link>
		<comments>http://www.thedeveloperday.com/fastest-php-template-engine/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 16:09:25 +0000</pubDate>
		<dc:creator>Žilvinas Šaltys</dc:creator>
				<category><![CDATA[(X)HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.thedeveloperday.com/fastest-php-template-engine/</guid>
		<description><![CDATA[Recently a colleague of mine found a PHP C extension Blitz used for templating. Syntax looks a bit odd compared to Smarty but all in all super fast and a little crazy. I&#8217;ve also found a few template engine benchmarks to compare. Though benchmarks are still benchmarks and they sometimes tend to lie. Over the [...]]]></description>
			<content:encoded><![CDATA[<p>Recently a colleague of mine found a PHP C extension <a href="http://alexeyrybak.com/blitz/blitz_en.html">Blitz</a> used for templating.</p>
<p>Syntax looks a bit odd compared to Smarty  but all in all super fast and a little crazy.  I&#8217;ve also found a few <a href="http://template-bench.iliakantor.ru/">template engine benchmarks</a> to compare. Though benchmarks are still benchmarks and they sometimes tend to lie.</p>
<p>Over the years <a href="http://smarty.php.net">Smarty</a> has became the standard PHP templating engine. It&#8217;s a bit rusty. But it&#8217;s clear syntax, plugin based system, template compilation is quite good for most cases.</p>
<p>I&#8217;ve also heard good things about <a href="http://dwoo.org/">DWOO</a>. For it&#8217;s similarity to Smarty and OOP based approach.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedeveloperday.com/fastest-php-template-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free multiple XHTML, HTML validator tool</title>
		<link>http://www.thedeveloperday.com/xhtml-validator-online/</link>
		<comments>http://www.thedeveloperday.com/xhtml-validator-online/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 12:18:46 +0000</pubDate>
		<dc:creator>Žilvinas Šaltys</dc:creator>
				<category><![CDATA[(X)HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[validator]]></category>

		<guid isPermaLink="false">http://www.thedeveloperday.com/xhtml-validator-online/</guid>
		<description><![CDATA[If you&#8217;re working with SEO you want to make sure your website is XHTML valid. SE crawlers understand your website better if a website is XHTML valid. To make sure that a website is XHTML valid one would use http://validator.w3.org validator. A problem arises when you need to check fifty or a hundred pages. For [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re working with SEO you want to make sure your website is XHTML valid. SE crawlers understand your website better if a website is XHTML valid. To make sure that a website is XHTML valid one would use <a href="http://validator.w3.org/" title="XHTML, HTML validator">http://validator.w3.org</a> validator.</p>
<p>A problem arises when you need to check fifty or a hundred pages. For that particular reason I wrote a yet another extremely simple tool to validate lists of URL&#8217;s. It uses the same w3.org validator by opening the URL and searching for a phrase &#8220;page is valid&#8221;. You can check out my <a href="http://www.thedeveloperday.com/tools/validator/" title="HTML validator online">XHTML validator</a> online or you can download <a href="http://www.thedeveloperday.com/uploads/validator.rar" title="HTML validator source">the source code of HTML validator</a>.</p>
<p>Basically all you need is a list of URLs and the validator will tell you which pages are valid and which ones are not. I hope you will find it useful. Let me know what you think by leaving a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedeveloperday.com/xhtml-validator-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
