<?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>PHP Programming &#187; HTML</title>
	<atom:link href="http://www.idontplaydarts.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idontplaydarts.com</link>
	<description>A blog about Linux, Apache, MySQL, PHP and web application security</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:08:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating a JQuery and PHP powered chess engine</title>
		<link>http://www.idontplaydarts.com/2010/06/creating-a-jquery-and-php-powered-chess-engine/</link>
		<comments>http://www.idontplaydarts.com/2010/06/creating-a-jquery-and-php-powered-chess-engine/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 12:24:57 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.idontplaydarts.com/?p=508</guid>
		<description><![CDATA[Im currently writing a fully functioning chess engine written in PHP with a JQuery front end. Its going to support a dictionary of openings, endgame tables, pondering and use a minimax game tree with alpha beta pruning&#8230;.
Check out a screen shot below

Hopefully I&#8217;ll have something up which people can play by the end of the [...]]]></description>
		<wfw:commentRss>http://www.idontplaydarts.com/2010/06/creating-a-jquery-and-php-powered-chess-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skills shortage leaves Australian Computer Society open to attack.</title>
		<link>http://www.idontplaydarts.com/2010/01/skills-shortage-leaves-australian-computer-society-open-to-attack/</link>
		<comments>http://www.idontplaydarts.com/2010/01/skills-shortage-leaves-australian-computer-society-open-to-attack/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 03:04:40 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ACS]]></category>
		<category><![CDATA[CSRF]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.idontplaydarts.com/?p=475</guid>
		<description><![CDATA[According to the Australian Computer Society and DIAC (The department for immigration) there is a massive shortage in Australia of &#8220;Computing Professionals specialising in Network Security/Firewall/Internet Security&#8221;. 
No surprise there, whats more of a shocker is that the very people who assess the skills of would be migrants to Australia can&#8217;t even secure their own [...]]]></description>
		<wfw:commentRss>http://www.idontplaydarts.com/2010/01/skills-shortage-leaves-australian-computer-society-open-to-attack/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable google translate</title>
		<link>http://www.idontplaydarts.com/2009/09/disable-google-translate/</link>
		<comments>http://www.idontplaydarts.com/2009/09/disable-google-translate/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 10:09:19 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.idontplaydarts.com/?p=396</guid>
		<description><![CDATA[Got a problem with dodgy users from obscure countries causing havoc on your website? I recently noticed a huge number of people using Google translate to access a website. If you want to prevent people using Google translate on your website you can use.

&#60;meta name=&#8221;google&#8221; value=&#8221;notranslate&#8221; /&#62;

In your HTML page inside the head section. Users [...]]]></description>
		<wfw:commentRss>http://www.idontplaydarts.com/2009/09/disable-google-translate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Caching wordpress as static HTML using APC</title>
		<link>http://www.idontplaydarts.com/2009/08/caching-wordpress-as-static-html-using-apc/</link>
		<comments>http://www.idontplaydarts.com/2009/08/caching-wordpress-as-static-html-using-apc/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 22:21:27 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Benchmarking]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[Caching]]></category>

		<guid isPermaLink="false">http://www.idontplaydarts.com/?p=327</guid>
		<description><![CDATA[You can see that without the caching that the server can serve 10 requests per second and after the caching it can serve 30 requests per second. That's a 300% increase in speed. Not bad for a server with only 256mb of RAM and a single core CPU.]]></description>
		<wfw:commentRss>http://www.idontplaydarts.com/2009/08/caching-wordpress-as-static-html-using-apc/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Apache 2.2 proxy and LightTPD</title>
		<link>http://www.idontplaydarts.com/2009/08/apache-proxy-and-lighttpd/</link>
		<comments>http://www.idontplaydarts.com/2009/08/apache-proxy-and-lighttpd/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 00:17:18 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[Proxy]]></category>

		<guid isPermaLink="false">http://www.idontplaydarts.com/?p=316</guid>
		<description><![CDATA[The server has just undergone some modifications &#8211; previously I was using Lighttpd to serve all of the content, I liked the traffic shaping features and low memory footprint that it had. But I also sorely missed the mod_rewrite functionality and mod_php that was provided by Apache.
The solution was simple. Apache 2.2.13 to serve the [...]]]></description>
		<wfw:commentRss>http://www.idontplaydarts.com/2009/08/apache-proxy-and-lighttpd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using HTML5 and the new Video tag</title>
		<link>http://www.idontplaydarts.com/2009/07/using-html5-and-the-new-video-tag/</link>
		<comments>http://www.idontplaydarts.com/2009/07/using-html5-and-the-new-video-tag/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 21:42:05 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://www.idontplaydarts.com/?p=268</guid>
		<description><![CDATA[So i&#8217;m totally loving the new HTML5 &#8211; no more bothering to encode your video files into flv, you just insert them straight in with the&#60;video&#62;&#60;/video&#62; tags
&#60;video width=&#8221;480&#8243; src=&#8221;http://www.idontplaydarts.com/wp-content/uploads/sample.ogg&#8221; controls=&#8221;true&#8221;&#62;
Sorry, your browser doesn&#8217;t support the video tag&#8230;
&#60;/video&#62;
So that ends up looking something like

    
    Sorry, your browser doesn&#8217;t support [...]]]></description>
		<wfw:commentRss>http://www.idontplaydarts.com/2009/07/using-html5-and-the-new-video-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
