<?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>Stuff and things</title>
	<atom:link href="http://www.paulferrett.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulferrett.com</link>
	<description>...coding in (mainly) PHP and MySQL</description>
	<lastBuildDate>Sat, 12 May 2012 01:52:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Month Dropdown in PHP</title>
		<link>http://www.paulferrett.com/2012/month-dropdown-in-php/</link>
		<comments>http://www.paulferrett.com/2012/month-dropdown-in-php/#comments</comments>
		<pubDate>Sat, 12 May 2012 01:41:22 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Useful]]></category>

		<guid isPermaLink="false">http://www.paulferrett.com/?p=177</guid>
		<description><![CDATA[A simple way to generate an HTML select menu using PHP that lists the previous 12 months (or coming months). You can easily change the output of the labels and option values by adjusting the output format from the calls to date(). &#60;select name=&#34;month&#34;&#62; &#60;?php for &#40;$i = 0; $i &#60;= 12; ++$i&#41; &#123; $time [...]]]></description>
		<wfw:commentRss>http://www.paulferrett.com/2012/month-dropdown-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast domain name searching</title>
		<link>http://www.paulferrett.com/2012/fast-domain-name-searching/</link>
		<comments>http://www.paulferrett.com/2012/fast-domain-name-searching/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 03:52:30 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Useful]]></category>

		<guid isPermaLink="false">http://www.paulferrett.com/2012/fast-domain-name-searching/</guid>
		<description><![CDATA[Just a quick post to say that Instant Domain Search is a great website for finding domain names really fast! A great free service. http://instantdomainsearch.com/ Google+]]></description>
		<wfw:commentRss>http://www.paulferrett.com/2012/fast-domain-name-searching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>capturing + (plus key) with keymaster.js</title>
		<link>http://www.paulferrett.com/2012/capturing-plus-key-with-keymaster-js/</link>
		<comments>http://www.paulferrett.com/2012/capturing-plus-key-with-keymaster-js/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 23:58:06 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Useful]]></category>

		<guid isPermaLink="false">http://www.paulferrett.com/?p=170</guid>
		<description><![CDATA[We use keymaster.js to power the keyboard shortcuts on a new product under development at work. It&#8217;s a great little javascript library for detecting key-presses from users. For this product we wanted to capture the &#8220;+&#8221; key for when users wanted to Add something to their console. The confusion for me came from the fact [...]]]></description>
		<wfw:commentRss>http://www.paulferrett.com/2012/capturing-plus-key-with-keymaster-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use PHP sprintf to pad leading zeros</title>
		<link>http://www.paulferrett.com/2012/php-sprintf-pad-leading-zeros/</link>
		<comments>http://www.paulferrett.com/2012/php-sprintf-pad-leading-zeros/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 03:14:00 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Useful]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[numbers]]></category>

		<guid isPermaLink="false">http://www.paulferrett.com/?p=165</guid>
		<description><![CDATA[A simple way to use sprintf in PHP to pad a number with leading zeros. &#60;?php &#160; // Pad the number 2 with zeros to get a 5 char (total) length string $n = 2; $n_padded = sprintf&#40;'%05d', $n&#41;; &#160; // EXAMPLES &#160; // Pad month/year to 2 digits in credit card form dropdown $year_from [...]]]></description>
		<wfw:commentRss>http://www.paulferrett.com/2012/php-sprintf-pad-leading-zeros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trello Boards Chrome Extension</title>
		<link>http://www.paulferrett.com/2012/trello-boards-chrome-extension/</link>
		<comments>http://www.paulferrett.com/2012/trello-boards-chrome-extension/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 07:32:50 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Useful]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://www.paulferrett.com/?p=163</guid>
		<description><![CDATA[I love using Trello, and use it all the time for work and personal task management. I now have upwards of 15 boards on the go at once, and found it frustrating that I needed to create a bookmark bar link to each new board that I create. So, to help out with this problem [...]]]></description>
		<wfw:commentRss>http://www.paulferrett.com/2012/trello-boards-chrome-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stay with me!</title>
		<link>http://www.paulferrett.com/2012/stay-with-me/</link>
		<comments>http://www.paulferrett.com/2012/stay-with-me/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 21:41:09 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.paulferrett.com/?p=161</guid>
		<description><![CDATA[I&#8217;ve just put our guest room up on Airbnb. Travelling to Melbourne? Visit me! Park view with Pool, Tennis &#38; Gym! Book Online Find an apartment to stay in Melbourne Google+]]></description>
		<wfw:commentRss>http://www.paulferrett.com/2012/stay-with-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The fastest way to buy Ink Cartridges and Toner Online</title>
		<link>http://www.paulferrett.com/2011/fastest-way-to-buy-ink-cartridges-and-toner-online/</link>
		<comments>http://www.paulferrett.com/2011/fastest-way-to-buy-ink-cartridges-and-toner-online/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:40:33 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.paulferrett.com/?p=159</guid>
		<description><![CDATA[I am very happy to announce the launch of  fastsupplies.com.au &#8211; the fast, easy way to order Ink Cartridges and Toner online in Australia! A huge selection of genuine and compatible ink and toner, an easy to use website, and our next day delivery policy means buying print supplies online got a whole lot easier. [...]]]></description>
		<wfw:commentRss>http://www.paulferrett.com/2011/fastest-way-to-buy-ink-cartridges-and-toner-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending Prototype&#8217;s Template class to allow default values</title>
		<link>http://www.paulferrett.com/2011/prototype-template-with-default-values/</link>
		<comments>http://www.paulferrett.com/2011/prototype-template-with-default-values/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 11:33:28 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.paulferrett.com/?p=156</guid>
		<description><![CDATA[I&#8217;ve often wanted to extend Prototype&#8217;s Template class to allow setting default values for template fields if the user doesn&#8217;t pass them, so I wrote a simple wrapper class that does just that. This allows you to create a javascript template, but gives you one extra parameter where you can define default values for anything [...]]]></description>
		<wfw:commentRss>http://www.paulferrett.com/2011/prototype-template-with-default-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fit text string to cell in FPDF</title>
		<link>http://www.paulferrett.com/2011/fit-text-to-cell-in-fpdf/</link>
		<comments>http://www.paulferrett.com/2011/fit-text-to-cell-in-fpdf/#comments</comments>
		<pubDate>Thu, 19 May 2011 05:17:12 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.paulferrett.com/?p=151</guid>
		<description><![CDATA[Something I really hate (and am not very good at thoroughly testing) is ensuring that a layout I&#8217;ve designed will nicely fit user data of any length. Of course you can easily wrap all text outputting on a webpage or a dynamically generated PDF in a truncate() method, however this crude method isn&#8217;t always sufficient. [...]]]></description>
		<wfw:commentRss>http://www.paulferrett.com/2011/fit-text-to-cell-in-fpdf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Win an iPad2</title>
		<link>http://www.paulferrett.com/2011/win-an-ipad2/</link>
		<comments>http://www.paulferrett.com/2011/win-an-ipad2/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 03:22:49 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[competitions]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[service-central]]></category>

		<guid isPermaLink="false">http://www.paulferrett.com/?p=147</guid>
		<description><![CDATA[Service Central (where I work) is the best way to find a tradie, and we&#8217;ve helped thousands of Australians to find certified businesses for all sorts of work. We&#8217;re about to get our quarter of a millionth job posted and to celebrate we&#8217;re holding a competition to win an iPad2! Simply guess the date and [...]]]></description>
		<wfw:commentRss>http://www.paulferrett.com/2011/win-an-ipad2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

