<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>My Sidekick Made It</title>
	<link>http://blog.catojohnston.co.nz</link>
	<description>Web Development Blog</description>
	<pubDate />

	<language>en</language>

	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/MySidekickMadeIt" /><feedburner:info uri="mysidekickmadeit" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
			<title>Local Development With an iPhone and Charles</title>
			<link>http://blog/2011/08/25/local-development-with-an-iphone-and-charles.html</link>
			<guid isPermaLink="false">/2011/08/25/local-development-with-an-iphone-and-charles.html</guid>
			<comments>/2011/08/25/local-development-with-an-iphone-and-charles.html#comments</comments>
			<pubDate>25 August 2011</pubDate>
			
			<description><![CDATA[
				<p>When I&#8217;m developing a site, I always setup a local development enviroment on my laptop. This is usually just an Apache server with a Virtual Host setup for each site.</p> <p>One step that is required is to add an entry to the hosts file on my laptop so that the...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Day Two - Ruby - Seven Languages in Seven Weeks</title>
			<link>http://blog/2011/03/25/ruby-day-two-seven-languages.html</link>
			<guid isPermaLink="false">/2011/03/25/ruby-day-two-seven-languages.html</guid>
			<comments>/2011/03/25/ruby-day-two-seven-languages.html#comments</comments>
			<pubDate>25 March 2011</pubDate>
			
			<description><![CDATA[
				<p>Find:</p> <ul> <li> <p>Find out how to access files with and without code blocks. What is the benefit of the code block? Info about how to accessing files with and without code blocks can be found <a href='http://ruby-doc.org/core/classes/IO.html#M000877'>here</a>. One of the benfits of using code blocks is that the IO...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Day One - Ruby - Seven Languages in Seven Weeks</title>
			<link>http://blog/2011/03/22/ruby-day-one-seven-languages.html</link>
			<guid isPermaLink="false">/2011/03/22/ruby-day-one-seven-languages.html</guid>
			<comments>/2011/03/22/ruby-day-one-seven-languages.html#comments</comments>
			<pubDate>22 March 2011</pubDate>
			
			<description><![CDATA[
				<p>Language One, Day One is Ruby:</p> <p>Find:</p> <ul> <li><a href='http://www.ruby-doc.org/core/'>The Ruby API</a></li> <li><a href='http://www.ruby-doc.org/docs/ProgrammingRuby/'>The free online version of Programming Ruby: The Pragmatic Programmer&#8217;s Guide</a></li> <li><a href='http://www.ruby-doc.org/core/classes/String.html#M001144'>A method that substitutes part of a string</a></li> <li><a href='http://www.ruby-doc.org/core/classes/Regexp.html'>Information about Ruby&#8217;s regular expressions</a></li> <li><a href='http://www.ruby-doc.org/core/classes/Range.html'>Information about Ruby&#8217;s ranges</a></li> </ul> <p>Do:</p> <ul> <li> <p>Print the...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Seven Languages in Seven Weeks</title>
			<link>http://blog/2011/03/21/seven-languages-in-seven-weeks.html</link>
			<guid isPermaLink="false">/2011/03/21/seven-languages-in-seven-weeks.html</guid>
			<comments>/2011/03/21/seven-languages-in-seven-weeks.html#comments</comments>
			<pubDate>21 March 2011</pubDate>
			
			<description><![CDATA[
				<p>My order from Amazon arrived at work while I was away in Melbourne last week.</p> <p><a href='http://instagr.am/p/CZs8i/'>Thanks @animoller</a> Thanks <a href='http://www.twitter.com/animoller'>@animoller</a></p> <p>One of the books was <a href='http://www.amazon.com/Seven-Languages-Weeks-Programming-Programmers/dp/193435659X/ref=sr_1_1?ie=UTF8&amp;qid=1300672137&amp;sr=8-1'>Seven Languages in Seven Weeks by Bruce Tate</a>.</p> <p>I&#8217;m going to post my attempts at the self study sections for each of the...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Day One - Ruby - Seven Languages in Seven Weeks</title>
			<link>http://blog/2011/03/21/ruby-day-one-seven-languages.html</link>
			<guid isPermaLink="false">/2011/03/21/ruby-day-one-seven-languages.html</guid>
			<comments>/2011/03/21/ruby-day-one-seven-languages.html#comments</comments>
			<pubDate>21 March 2011</pubDate>
			
			<description><![CDATA[
				<p>Language One, Day One is Ruby:</p> <p>Find:</p> <ul> <li><a href='http://www.ruby-doc.org/core/'>The Ruby API</a></li> <li><a href='http://www.ruby-doc.org/docs/ProgrammingRuby/'>The free online version of Programming Ruby: The Pragmatic Programmer&#8217;s Guide</a></li> <li><a href='http://www.ruby-doc.org/core/classes/String.html#M001144'>A method that substitutes part of a string</a></li> <li><a href='http://www.ruby-doc.org/core/classes/Regexp.html'>Information about Ruby&#8217;s regular expressions</a></li> <li><a href='http://www.ruby-doc.org/core/classes/Range.html'>Information about Ruby&#8217;s ranges</a></li> </ul> <p>Do:</p> <ul> <li> <p>Print the...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Slum Village Sound Check</title>
			<link>http://blog/2011/03/02/slum-village-sound-check.html</link>
			<guid isPermaLink="false">/2011/03/02/slum-village-sound-check.html</guid>
			<comments>/2011/03/02/slum-village-sound-check.html#comments</comments>
			<pubDate>02 March 2011</pubDate>
			
			<description><![CDATA[
				<object height='510' width='640'><param name='movie' value='http://www.youtube.com/v/ganS6Zzor4s?fs=1&amp;hl=en_US' /><param name='allowFullScreen' value='true' /><param name='allowscriptaccess' value='always' /><embed src='http://www.youtube.com/v/ganS6Zzor4s?fs=1&amp;hl=en_US' allowfullscreen='true' type='application/x-shockwave-flash' allowscriptaccess='always' height='510' width='640' /></object>
			]]></description>
			
			
		</item>
	
		<item>
			<title>xScope</title>
			<link>http://blog/2010/10/11/xscope.html</link>
			<guid isPermaLink="false">/2010/10/11/xscope.html</guid>
			<comments>/2010/10/11/xscope.html#comments</comments>
			<pubDate>11 October 2010</pubDate>
			
			<description><![CDATA[
				<p>At my first job out of Uni, a colleague gave me a screen ruler she had written. It was a simple ruler that had some nice extras. Unfortunately when I left that company I forgot to take the app with me, and have been searching for something ever since without...
			]]></description>
			
			
		</item>
	
		<item>
			<title>The Simpsons x Banksy</title>
			<link>http://blog/2010/10/11/the-simpsons-x-banksy.html</link>
			<guid isPermaLink="false">/2010/10/11/the-simpsons-x-banksy.html</guid>
			<comments>/2010/10/11/the-simpsons-x-banksy.html#comments</comments>
			<pubDate>11 October 2010</pubDate>
			
			<description><![CDATA[
				<object height='385' width='640'><param name='movie' value='http://www.youtube.com/v/DX1iplQQJTo?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1' /><param name='allowFullScreen' value='true' /><param name='allowscriptaccess' value='always' /><embed src='http://www.youtube.com/v/DX1iplQQJTo?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1' allowfullscreen='true' type='application/x-shockwave-flash' allowscriptaccess='always' height='385' width='640' /></object>
			]]></description>
			
			
		</item>
	
		<item>
			<title>HTML5 Boilerplate by Paul Irish</title>
			<link>http://blog/2010/08/12/html5-boilerplate.html</link>
			<guid isPermaLink="false">/2010/08/12/html5-boilerplate.html</guid>
			<comments>/2010/08/12/html5-boilerplate.html#comments</comments>
			<pubDate>12 August 2010</pubDate>
			
			<description><![CDATA[
				<p>Paul Irish has release a &#8220;professional badass&#8217;s base HTML/CSS/JS template for a fast, robust and future-proof site&#8221;.</p> <p>Looks pretty sweet. I particularly like the CDN hosted jQuery with local fallback.</p> <p>Even if you don&#8217;t want to use the whole thing, it&#8217;s worth looking through for little tricks like that.</p> <p>There...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Software will be unpatentable in NZ</title>
			<link>http://blog/2010/07/20/software-will-become-unpatentable-in-nz.html</link>
			<guid isPermaLink="false">/2010/07/20/software-will-become-unpatentable-in-nz.html</guid>
			<comments>/2010/07/20/software-will-become-unpatentable-in-nz.html#comments</comments>
			<pubDate>20 July 2010</pubDate>
			
			<description><![CDATA[
				<p>The <a href='news/blog.php?/archives/97-.html'>New Zealand Computer Society</a> reports that the New Zealand Government will be passing a legislation to make software unpatentable.</p>

<p>New Zealand is looking like quite a nice place to start a software company.</p>

<p>(via <a href='http://ifacethoughts.net/2010/07/19/new-zealand-is-free-of-software-patents/'>ifacethoughts</a>)</p>
			]]></description>
			
			
		</item>
	
		<item>
			<title>Don't hold it wrong</title>
			<link>http://blog/2010/07/20/dont-hold-it-wrong.html</link>
			<guid isPermaLink="false">/2010/07/20/dont-hold-it-wrong.html</guid>
			<comments>/2010/07/20/dont-hold-it-wrong.html#comments</comments>
			<pubDate>20 July 2010</pubDate>
			
			<description><![CDATA[
				<p>Tumblog Mobile Phone manuals with specific instructions on holding your phone. <br /> <a href='http://dontholditwrong.tumblr.com/'>collected by David Chartier.</a></p>

<p>(via <a href='http://daringfireball.net/linked/2010/07/19/dont-hold-it-wrong'>Daring Fireball</a>)</p>
			]]></description>
			
			
		</item>
	
		<item>
			<title>The Roots - Dilla Joints</title>
			<link>http://blog/2010/07/19/dilla-joints.html</link>
			<guid isPermaLink="false">/2010/07/19/dilla-joints.html</guid>
			<comments>/2010/07/19/dilla-joints.html#comments</comments>
			<pubDate>19 July 2010</pubDate>
			
			<description><![CDATA[
				<p><img src='/images/posts/the-roots-dilla-joints-mixtape.jpg' alt='The Roots - Dilla Joints' /></p> <p>In an act of great musicianship the legendary Roots-crew pay respect to the late and great J Dilla offering their renditions of the producer’s greatest hits. The featured mixtape belongs easily to the most sublime tributes to J Dilla we have seen...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Arrived!</title>
			<link>http://blog/2010/07/07/arrived.html</link>
			<guid isPermaLink="false">/2010/07/07/arrived.html</guid>
			<comments>/2010/07/07/arrived.html#comments</comments>
			<pubDate>07 July 2010</pubDate>
			
			<description><![CDATA[
				<p>I&#8217;ve been waiting for a couple of months now, but when I arrived home last night this was waiting for me:</p> <p><a href='http://books.alistapart.com/product/html5-for-web-designers'><img src='/images/posts/html5.jpg' alt='HTML5 for Web Designers' /></a></p> <p>It&#8217;s just as well written and beautifully laid out as I thought it would be.</p> <p>Look forward to more titles from...
			]]></description>
			
			
		</item>
	
		<item>
			<title>This post breaks Auckland Council's Rules</title>
			<link>http://blog/2010/06/30/this-post-breaks-auckland-coucils-rules.html</link>
			<guid isPermaLink="false">/2010/06/30/this-post-breaks-auckland-coucils-rules.html</guid>
			<comments>/2010/06/30/this-post-breaks-auckland-coucils-rules.html#comments</comments>
			<pubDate>30 June 2010</pubDate>
			
			<description><![CDATA[
				<p>By doing this&#8230; <a href='http://www.aucklandcouncil.govt.nz/EN/pages/AboutThisSite.aspx'>About Auckland Council</a>, I am breaking Auckland Council&#8217;s website rules.</p> <blockquote>"You may not create links from other websites to this Website in any way, including deep-linking or use of metatags, except with the prior express written permission of Auckland Council."</blockquote> <p>Seems like a strange rule to...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Run 	a command on save in Textmate</title>
			<link>http://blog/2010/04/15/run-command-on-save-in-textmate.html</link>
			<guid isPermaLink="false">/2010/04/15/run-command-on-save-in-textmate.html</guid>
			<comments>/2010/04/15/run-command-on-save-in-textmate.html#comments</comments>
			<pubDate>15 April 2010</pubDate>
			
			<description><![CDATA[
				<p>Just a little trick to run a terminal command post save in Textmate:</p> <ol> <li>Open Bundle Editor</li> <li>Create a New Command</li> <li>Set Save to: Current File</li> <li>Put you command to run in the Command(s): field</li> <li>Set Input to Selected Text</li> <li>Set Output to Discard</li> <li>Now all that needs to be...
			]]></description>
			
			
		</item>
	
		<item>
			<title>People gonna start calling their kids Qkjzxkffb</title>
			<link>http://blog/2010/04/07/people-gonna-start-calling-their-kids-qkjzxkffb.html</link>
			<guid isPermaLink="false">/2010/04/07/people-gonna-start-calling-their-kids-qkjzxkffb.html</guid>
			<comments>/2010/04/07/people-gonna-start-calling-their-kids-qkjzxkffb.html#comments</comments>
			<pubDate>07 April 2010</pubDate>
			
			<description><![CDATA[
				<p>With Mattel <a href='http://www.hurl.ws/dn3j'>updating the rules of Scrabble</a> to allow proper nouns I can just see the hardcore scrabble players among us giving their kids names with potentially high Scrabble scores.</p> <p>Here are some suggestions:</p> <ul> <li> <p>Qkjzxffb</p> </li> <li> <p>Bfqxz Kj</p> </li> <li> <p>Jqzxkkk</p> </li> <li> <p>Zxk</p> </li> <li>...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Users</title>
			<link>http://blog/2010/04/01/users.html</link>
			<guid isPermaLink="false">/2010/04/01/users.html</guid>
			<comments>/2010/04/01/users.html#comments</comments>
			<pubDate>01 April 2010</pubDate>
			
			<description><![CDATA[
				<p>I manage a newsletter for a small website using <a href='http://www.campaignmonitor.com'>Campaign Monitor</a>. (Awesome software BTW)</p> <p>Users can sign up using a small form on the homepage of the website.There is limited space for the form, so instead of a label, I set a value for each field which is removed...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Firing an Mootools event after an .net Update Panel reloads</title>
			<link>http://blog/2010/03/04/firing-a-mootools-event-after-a-net-update-panel-reloads.html</link>
			<guid isPermaLink="false">/2010/03/04/firing-a-mootools-event-after-a-net-update-panel-reloads.html</guid>
			<comments>/2010/03/04/firing-a-mootools-event-after-a-net-update-panel-reloads.html#comments</comments>
			<pubDate>04 March 2010</pubDate>
			
			<description><![CDATA[
				<p>I wanted to run some javascript after a .net update panel had finished loading after a postback.</p> <p>This code basically binds an event &#8216;reload&#8217; to the window object after the update panel has finished reloading.</p> <pre> Sys.WebForms.PageRequestManager.getInstance().add_endRequest( window.addEvent.pass('reload', window) ); </pre> <p>Once this is done you can listen for the...
			]]></description>
			
			
		</item>
	
		<item>
			<title>Today is the 4th anniversary of the death of Hip Hop producer J.Dilla.</title>
			<link>http://blog/2010/02/03/dilla.html</link>
			<guid isPermaLink="false">/2010/02/03/dilla.html</guid>
			<comments>/2010/02/03/dilla.html#comments</comments>
			<pubDate>03 February 2010</pubDate>
			
			<description><![CDATA[
				<p>The year was 2003. J Dilla and Madlib had just wrapped up their album Champion Sound, recording as Jaylib, with Dilla then still in Detroit and Madlib doing all his work from his bomb shelter studio in Los Angeles. J Rocc - who would later become the third member of...
			]]></description>
			
			
		</item>
	
		<item>
			<title>My City vs Your City</title>
			<link>http://blog/2010/02/02/my-city-vs-your-city.html</link>
			<guid isPermaLink="false">/2010/02/02/my-city-vs-your-city.html</guid>
			<comments>/2010/02/02/my-city-vs-your-city.html#comments</comments>
			<pubDate>02 February 2010</pubDate>
			
			<description><![CDATA[
				<p>Cool project to come out of the <a href='http://stockholm.musichackday.org'>Music Hack Day - Stockholm.</a></p>

<p>A JavaScript based app that compares what people listen to in different cities based on data provided by last.fm</p>
			]]></description>
			
			
		</item>
	
		<item>
			<title>Paypal x Politics</title>
			<link>http://blog/2010/01/29/paypal-x-politics.html</link>
			<guid isPermaLink="false">/2010/01/29/paypal-x-politics.html</guid>
			<comments>/2010/01/29/paypal-x-politics.html#comments</comments>
			<pubDate>29 January 2010</pubDate>
			
			<description><![CDATA[
				<p>Interesting article about the dangers of outsourcing your currency to a private company.</p>

<p><a href='http://norightturn.blogspot.com/2010/01/paypal-and-politics.html'>http://norightturn.blogspot.com/2010/01/paypal-and-politics.html</a></p>
			]]></description>
			
			
		</item>
	
		<item>
			<title>Askew x P-Money</title>
			<link>http://blog/2010/01/15/askew-x-pmoney.html</link>
			<guid isPermaLink="false">/2010/01/15/askew-x-pmoney.html</guid>
			<comments>/2010/01/15/askew-x-pmoney.html#comments</comments>
			<pubDate>15 January 2010</pubDate>
			
			<description><![CDATA[
				<object height='385' width='640'><param name='movie' value='http://www.youtube.com/v/I5Qrf6sz71E&rel=0&color1=0xb1b1b1&color2=0xcfcfcf&hl=en_US&feature=player_embedded&fs=1' /><param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' /><embed src='http://www.youtube.com/v/I5Qrf6sz71E&rel=0&color1=0xb1b1b1&color2=0xcfcfcf&hl=en_US&feature=player_embedded&fs=1' allowfullscreen='true' allowScriptAccess='always' type='application/x-shockwave-flash' height='385' width='640' /></object>
<p>3 beats by P-Money, 3 pieces by Askew</p>
			]]></description>
			
			
		</item>
	
		<item>
			<title>Parliament OnDemand</title>
			<link>http://blog/2009/12/10/parliament-on-demand.html</link>
			<guid isPermaLink="false">/2009/12/10/parliament-on-demand.html</guid>
			<comments>/2009/12/10/parliament-on-demand.html#comments</comments>
			<pubDate>10 December 2009</pubDate>
			
			<description><![CDATA[
				<p>The Office of the Clerk has now set up a website to make ParliamentTV available on demand</p>

<p><a href='http://inthehouse.co.nz'>inthehouse.co.nz</a></p>

<p>Every debate, every question, categorised by MP and topic, and available to be linked and embedded by blogs, facebook, or other webpages.</p>

<p>Seems pretty impressive.</p>
			]]></description>
			
			
		</item>
	
		<item>
			<title>Ladies, a Plate Launch</title>
			<link>http://blog/2009/12/01/ladies-a-plate.html</link>
			<guid isPermaLink="false">/2009/12/01/ladies-a-plate.html</guid>
			<comments>/2009/12/01/ladies-a-plate.html#comments</comments>
			<pubDate>01 December 2009</pubDate>
			
			<description><![CDATA[
				<p>Just launched a new site, Ladies, a Plate. Delicious baking goodness</p>

<p><a href='http://www.ladiesaplate.co.nz'><img src='/images/posts/lap.jpg' alt='Ladies, a Plate' /></a></p>
			]]></description>
			
			
		</item>
	
		<item>
			<title>Ponsonby Santa Kicks Ass</title>
			<link>http://blog/2009/11/23/ponsonby-santa-kicks-ass.html</link>
			<guid isPermaLink="false">/2009/11/23/ponsonby-santa-kicks-ass.html</guid>
			<comments>/2009/11/23/ponsonby-santa-kicks-ass.html#comments</comments>
			<pubDate>23 November 2009</pubDate>
			
			<description><![CDATA[
				<p><img src='/images/posts/santa.jpg' alt='Ponsonby Santa' /></p>

<p>So the Queen St Santa <a href='http://www.nzherald.co.nz/nz/news/article.cfm?c_id=1&amp;objectid=10610974'>got a face-lift</a>. The Ponsonby Road Santa still kicks its ass.</p>
			]]></description>
			
			
		</item>
	
		<item>
			<title>Kevin Garnett hits a 75 foot bucket</title>
			<link>http://blog/2009/11/19/kevin-garnett-75-foot-shot.html</link>
			<guid isPermaLink="false">/2009/11/19/kevin-garnett-75-foot-shot.html</guid>
			<comments>/2009/11/19/kevin-garnett-75-foot-shot.html#comments</comments>
			<pubDate>19 November 2009</pubDate>
			
			<description><![CDATA[
				<object height='385' width='640'>
	<param name='movie' value='http://www.youtube.com/v/pawMSgU-E-k&rel=0&color1=0xb1b1b1&color2=0xcfcfcf&hl=en_US&feature=player_embedded&fs=1' />
	<param name='allowFullScreen' value='true' /><param name='allowScriptAccess' value='always' />
	<embed src='http://www.youtube.com/v/pawMSgU-E-k&rel=0&color1=0xb1b1b1&color2=0xcfcfcf&hl=en_US&feature=player_embedded&fs=1' allowfullscreen='true' allowScriptAccess='always' type='application/x-shockwave-flash' height='385' width='640'>
	</embed>
</object>
<p>Half court shots just ain&#8217;t that impressive anymore.</p>
			]]></description>
			
			
		</item>
	
		<item>
			<title>The Man</title>
			<link>http://blog/2009/11/03/the-man.html</link>
			<guid isPermaLink="false">/2009/11/03/the-man.html</guid>
			<comments>/2009/11/03/the-man.html#comments</comments>
			<pubDate>03 November 2009</pubDate>
			
			<description><![CDATA[
				<p><img src='/images/posts/xmas-lights.jpg' alt='The Man' /></p>

<p>The Man</p>

<p>(via <a href='http://benlilley.com/post/227257470/genius'>Ben Lilley</a>)</p>
			]]></description>
			
			
		</item>
	
		<item>
			<title>Sydney Dust Storm</title>
			<link>http://blog/2009/09/23/sydney-duststorm.html</link>
			<guid isPermaLink="false">/2009/09/23/sydney-duststorm.html</guid>
			<comments>/2009/09/23/sydney-duststorm.html#comments</comments>
			<pubDate>23 September 2009</pubDate>
			
			<description><![CDATA[
				<p><img src='/images/posts/dust-storm.jpg' alt='Sydney Dust Storm' /></p>

<p>Cool photo of the dust storm that hit Syndey.</p>

<p>There is a Flikr Group with more photos <a href='http://www.flickr.com/groups/1239213@N21'>here.</a></p>
			]]></description>
			
			
		</item>
	

</channel>
</rss>

