<?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>Sneakybox Blog</title>
	<atom:link href="http://sneakybox.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://sneakybox.com/blog</link>
	<description>I&#039;m a freelance web developer based in Essex, UK. I specialise in secure PHP development. Oh, and I&#039;m the cat whisperer.</description>
	<lastBuildDate>Thu, 17 Mar 2011 11:08:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cheat: HTML form select list of nationalities</title>
		<link>http://sneakybox.com/blog/cheat/all-nationalities-in-html-form-select/</link>
		<comments>http://sneakybox.com/blog/cheat/all-nationalities-in-html-form-select/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 20:10:44 +0000</pubDate>
		<dc:creator>Aaron Rice</dc:creator>
				<category><![CDATA[cheat]]></category>

		<guid isPermaLink="false">http://sneakybox.com/blog/?p=183</guid>
		<description><![CDATA[Following from my list of common ethnicities, here&#8217;s a complete list of nationalities all nicely tucked up in to a HTML select: &#160; &#60;select name=&#34;nationality&#34;&#62; &#60;option value=&#34;&#34;&#62;-- select one --&#60;/option&#62; &#60;option value=&#34;afghan&#34;&#62;Afghan&#60;/option&#62; &#60;option value=&#34;albanian&#34;&#62;Albanian&#60;/option&#62; &#60;option value=&#34;algerian&#34;&#62;Algerian&#60;/option&#62; &#60;option value=&#34;american&#34;&#62;American&#60;/option&#62; &#60;option value=&#34;andorran&#34;&#62;Andorran&#60;/option&#62; &#60;option value=&#34;angolan&#34;&#62;Angolan&#60;/option&#62; &#60;option value=&#34;antiguans&#34;&#62;Antiguans&#60;/option&#62; &#60;option value=&#34;argentinean&#34;&#62;Argentinean&#60;/option&#62; &#60;option value=&#34;armenian&#34;&#62;Armenian&#60;/option&#62; &#60;option value=&#34;australian&#34;&#62;Australian&#60;/option&#62; &#60;option value=&#34;austrian&#34;&#62;Austrian&#60;/option&#62; &#60;option value=&#34;azerbaijani&#34;&#62;Azerbaijani&#60;/option&#62; &#60;option [...]]]></description>
		<wfw:commentRss>http://sneakybox.com/blog/cheat/all-nationalities-in-html-form-select/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cheat: A simple but effective way of removing index.php from Codeigniter projects</title>
		<link>http://sneakybox.com/blog/cheat/remove-index-php-htaccess-codeigniter-2-0/</link>
		<comments>http://sneakybox.com/blog/cheat/remove-index-php-htaccess-codeigniter-2-0/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 19:10:38 +0000</pubDate>
		<dc:creator>Aaron Rice</dc:creator>
				<category><![CDATA[cheat]]></category>

		<guid isPermaLink="false">http://sneakybox.com/blog/?p=168</guid>
		<description><![CDATA[Codeigniter doesn&#8217;t offer a way of hiding index.php from URLs out of the box, so we have to use some htaccess magic to make them look pretty. There are loads of variants around, but I find this one the best: Options &#160; &#160; +FollowSymLinks RewriteEngine On RewriteBase / &#160; &#160;RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ [...]]]></description>
		<wfw:commentRss>http://sneakybox.com/blog/cheat/remove-index-php-htaccess-codeigniter-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tip: How to fix a site filled with malicious code</title>
		<link>http://sneakybox.com/blog/tip/malicious-code-base64-hack-fix/</link>
		<comments>http://sneakybox.com/blog/tip/malicious-code-base64-hack-fix/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 12:19:42 +0000</pubDate>
		<dc:creator>Aaron Rice</dc:creator>
				<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://sneakybox.com/blog/?p=144</guid>
		<description><![CDATA[&#160; A client who has recently moved their services from another development company noticed their site was down. After some investigation it was clear the site had been hacked.The attacker had gained access through a weak hosting control panel password. You actually get two tips in this post. Tip one: don&#8217;t set your website control [...]]]></description>
		<wfw:commentRss>http://sneakybox.com/blog/tip/malicious-code-base64-hack-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheat: List of common ethnicities in a HTML select form and a PHP array</title>
		<link>http://sneakybox.com/blog/cheat/cheat-list-of-common-ethnicities-in-a-html-select-form/</link>
		<comments>http://sneakybox.com/blog/cheat/cheat-list-of-common-ethnicities-in-a-html-select-form/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 12:06:04 +0000</pubDate>
		<dc:creator>Aaron Rice</dc:creator>
				<category><![CDATA[cheat]]></category>

		<guid isPermaLink="false">http://sneakybox.com/blog/?p=141</guid>
		<description><![CDATA[&#160; Want a HTML select list of common ethnicities for your registration forms / questionnaires etc? Well as you asked so nicely&#8230; Update: I&#8217;ve also added the same list of common ethnicities in a PHP array! nom! &#60;!-- google_ad_section_end --&#62; &#60;select&#62; &#60;option&#62;Mixed Race&#60;/option&#62; &#60;option&#62;Arctic (Siberian, Eskimo)&#60;/option&#62; &#60;option&#62;Caucasian (European)&#60;/option&#62; &#60;option&#62;Caucasian (Indian)&#60;/option&#62; &#60;option&#62;Caucasian (Middle East)&#60;/option&#62; &#60;option&#62;Caucasian (North African, Other)&#60;/option&#62; [...]]]></description>
		<wfw:commentRss>http://sneakybox.com/blog/cheat/cheat-list-of-common-ethnicities-in-a-html-select-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a secure PHP contact form for your website</title>
		<link>http://sneakybox.com/blog/tutorial/secure-php-contact-form/</link>
		<comments>http://sneakybox.com/blog/tutorial/secure-php-contact-form/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 22:13:59 +0000</pubDate>
		<dc:creator>Aaron Rice</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[aaron]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[secure contact form]]></category>

		<guid isPermaLink="false">http://sneakybox.com/blog/?p=35</guid>
		<description><![CDATA[I consider myself a very security conscious person. In fact, I&#8217;d say that I&#8217;m just a tin-foil hat away from paranoia. Naturally, when I wanted a way for clients to contact Sneakybox without having to write an email I was a little wary of keeping my PHP code secure. After all, Spammers would love access [...]]]></description>
		<wfw:commentRss>http://sneakybox.com/blog/tutorial/secure-php-contact-form/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Tutorial: Basic Editing and Retouching Images in Photoshop [Jema]</title>
		<link>http://sneakybox.com/blog/tutorial/basic-image-retouching-photoshop/</link>
		<comments>http://sneakybox.com/blog/tutorial/basic-image-retouching-photoshop/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 14:17:11 +0000</pubDate>
		<dc:creator>Aaron Rice</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[JemaA]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://sneakybox.com/blog/?p=86</guid>
		<description><![CDATA[Basic Editing and Retouching Images in Photoshop This tutorial aims at teaching basic photo retouching in Photoshop. For the purpose of this tutorial I’ll use a picture of myself as I don’t mind pointing out my flaws! Please note that I’m also working on a Mac, so some controls may be different, but I’ll do [...]]]></description>
		<wfw:commentRss>http://sneakybox.com/blog/tutorial/basic-image-retouching-photoshop/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

