<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>working with me</title>
      <link>http://www.workingwith.me.uk/</link>
      <description></description>
      <language>en</language>
      <copyright>Copyright 2009</copyright>
      <lastBuildDate>Wed, 24 Sep 2008 16:50:51 +0000</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Last Post</title>
         <description><![CDATA[<p>It&#8217;s the end of the line here at Working With Me, and the start of a brand new journey over at <a href="http://thecodetrain.co.uk">The Code Train</a>.</p>

<p>For various reasons I&#8217;ve decided to start afresh with a new blog that I&#8217;m actually going to be writing content on this time, I promise.  So, pop over to <a href="http://thecodetrain.co.uk">The Code Train</a>, update your feed readers, leave me some comments and make me feel loved :)</p>
]]><![CDATA[<p><a href='http://www.workingwith.me.uk/blog/last_post'>Read more...</a></p>]]></description>
         <link>http://www.workingwith.me.uk/blog/last_post</link>
         <guid>http://www.workingwith.me.uk/blog/last_post</guid>
         <category>Blog</category>
         <pubDate>Wed, 24 Sep 2008 16:50:51 +0000</pubDate>
      </item>
            <item>
         <title>How to make &quot;Genius&quot; Playlists work on the iPhone</title>
         <description><![CDATA[<p>So, yesterday the 2.1 firmware came out for the iPhone.  Amongst other things, it promised the ability to use Genius Playlists on the phone itself.  Hooray, I thought.</p>

<p>Except that the blooming things wouldn&#8217;t work for me.  Oh dear.</p>
]]><![CDATA[<p><a href='http://www.workingwith.me.uk/blog/apple/itunes/how_to_make_genius_playlists_work_on_the_ipho'>Read more...</a></p>]]></description>
         <link>http://www.workingwith.me.uk/blog/apple/itunes/how_to_make_genius_playlists_work_on_the_ipho</link>
         <guid>http://www.workingwith.me.uk/blog/apple/itunes/how_to_make_genius_playlists_work_on_the_ipho</guid>
         <category>iTunes</category>
         <pubDate>Sat, 13 Sep 2008 18:53:10 +0000</pubDate>
      </item>
            <item>
         <title>Twitter Bots</title>
         <description><![CDATA[<p>So, this last weekend was <a href="http://www.barcampbrighton.org/">BarCamp Brighton 2</a>.  I&#8217;ve already posted about that <a href="http://developer.yahoo.net/blog/archives/2008/03/barcamp_brighto.html">elsewhere</a>, but what I haven&#8217;t blogged about yet is my talk.</p>

<p>Recently I&#8217;ve been playing around with Twitter Bots.  I had a need to be able to let just the people I work with when someone had brought food into the office, so I created <a href="http://twitter.com/yahoofood">yahoofood</a>.  I wanted near real-time updates of when <a href="http://thetenwordreview.com/">The Ten Word Review</a> was updated, so I created the <a href="http://twitter.com/ttwr">ttwr</a> bot.  I also want to allow people to review things on The Ten Word Review using their mobile phones, so I&#8217;m going to be needing to create a bot for that.</p>
]]><![CDATA[<p><a href='http://www.workingwith.me.uk/blog/twitter_bots'>Read more...</a></p>]]></description>
         <link>http://www.workingwith.me.uk/blog/twitter_bots</link>
         <guid>http://www.workingwith.me.uk/blog/twitter_bots</guid>
         <category>Blog</category>
         <pubDate>Wed, 19 Mar 2008 12:19:04 +0000</pubDate>
      </item>
            <item>
         <title>Ignoring Bots in IRC Channels using Colloquy</title>
         <description><![CDATA[<p>I&#8217;ve recently started using IRC again.  Unfortunately, one of the channels that I use is somewhat infested with bots.  This is a pity because when there&#8217;s signal in the channel it&#8217;s very useful stuff to be aware of.  So, instead of whining like a little girl I decided to &#8220;man up&#8221; and do something about removing the bots and related noise from my view.</p>
]]><![CDATA[<p><a href='http://www.workingwith.me.uk/blog/ignoring_bots_in_irc_channels_using_colloquy'>Read more...</a></p>]]></description>
         <link>http://www.workingwith.me.uk/blog/ignoring_bots_in_irc_channels_using_colloquy</link>
         <guid>http://www.workingwith.me.uk/blog/ignoring_bots_in_irc_channels_using_colloquy</guid>
         <category>Blog</category>
         <pubDate>Sat, 08 Mar 2008 11:07:40 +0000</pubDate>
      </item>
            <item>
         <title>GZipping Web Content for Fun and Performance</title>
         <description><![CDATA[<p>I&#8217;ve known about the benefits that gzipping the content on my sites would give me for quite some time (files are zipped up as they travel to your users, making them faster to download and leaving you with a smaller bandwidth bill), but I never got around to enabling it because, well, I&#8217;m lazy.  </p>

<p>It&#8217;s really easy to set up things on your server to automatically gzip all sensible files though, and most of the code you need is very easily found in the <a href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html">Apache 2 documentation</a>.  All you have to do is copy and paste the following into your .htaccess file, and all your files (except images) will end up being gzipped for you.  Awesome.</p>
]]><![CDATA[<p><a href='http://www.workingwith.me.uk/blog/software/open_source/apache/gzipping_web_content_for_fun_and_performance'>Read more...</a></p>]]></description>
         <link>http://www.workingwith.me.uk/blog/software/open_source/apache/gzipping_web_content_for_fun_and_performance</link>
         <guid>http://www.workingwith.me.uk/blog/software/open_source/apache/gzipping_web_content_for_fun_and_performance</guid>
         <category>Apache</category>
         <pubDate>Tue, 19 Feb 2008 11:19:57 +0000</pubDate>
      </item>
            <item>
         <title>A Useful CVS Status Checker</title>
         <description><![CDATA[<pre><code>cvs status 2&gt;/dev/null | grep Status: | grep -v "to-date"
</code></pre>

<p>That&#8217;s what I use on the command line to see which files aren&#8217;t up to date within my CVS tree at work (at home I use SVN, which in my opinion is a lot nicer).</p>
]]><![CDATA[<p><a href='http://www.workingwith.me.uk/blog/a_useful_cvs_status_checker'>Read more...</a></p>]]></description>
         <link>http://www.workingwith.me.uk/blog/a_useful_cvs_status_checker</link>
         <guid>http://www.workingwith.me.uk/blog/a_useful_cvs_status_checker</guid>
         <category>Blog</category>
         <pubDate>Sat, 16 Feb 2008 16:15:39 +0000</pubDate>
      </item>
            <item>
         <title>Syncing the Next n Unwatched TV Shows to your iPod, AppleTV or iPhone using iTunes</title>
         <description><![CDATA[<p>Storage space on an iPhone is at a premium.  There just isn&#8217;t enough space on it to be able to store an entire season of a TV Show that you&#8217;ve ripped from the DVDs you bought.  But then, there shouldn&#8217;t really need to be - most people will only need or want to watch a couple of episodes of something between times that they&#8217;re able to dock with their home machine.  So, it would make sense to be able to just sync the next couple of unwatched episodes of a few shows to your iPhone, iPod etc.  You&#8217;d think you&#8217;d be able to just do that with iTunes, wouldn&#8217;t you?  Unfortunately, out of the box you can&#8217;t.</p>

<p>What you can do though is run a little AppleScript voodoo that&#8217;ll do the job for you.  Installing the script onto your system will take at most five minutes, and then you&#8217;ll simply have to run the script before you sync your iPhone so that it knows which episodes need syncing.</p>
]]><![CDATA[<p><a href='http://www.workingwith.me.uk/blog/apple/itunes/how_to_sync_the_next_n_unwatched_tv_shows_to'>Read more...</a></p>]]></description>
         <link>http://www.workingwith.me.uk/blog/apple/itunes/how_to_sync_the_next_n_unwatched_tv_shows_to</link>
         <guid>http://www.workingwith.me.uk/blog/apple/itunes/how_to_sync_the_next_n_unwatched_tv_shows_to</guid>
         <category>iTunes</category>
         <pubDate>Sat, 08 Dec 2007 12:30:00 +0000</pubDate>
      </item>
            <item>
         <title>My First BarCamp</title>
         <description><![CDATA[<p>This last weekend I attended BarCamp London 3, at Google&#8217;s Headquarters.  Even though I&#8217;d managed to get tickets for the previous two I&#8217;d wussed out at the last minute, thinking that I hadn&#8217;t got anything of worth to add to the proceedings.  Well, the first time I also had the fact that it was going to be the first full weekend that my then girlfriend (now fiancée) Becca and I were going to have had together for about 3 months.  The point is, this was my first one.</p>

<p>I&#8217;ve got to say, I had fun.  I stayed up all night with <a href='http://fatbusinessman.co.uk'>David</a> and presented my talk about automating TV downloads first thing on the Sunday morning bleary eyed but to what I like to think were a receptive audience.  I&#8217;ll be putting an expanded version of my notes from the talk up in a couple of days so that people can make use of, and expand on, my technique.</p>
]]><![CDATA[<p><a href='http://www.workingwith.me.uk/blog/the_real_world/my_first_barcamp'>Read more...</a></p>]]></description>
         <link>http://www.workingwith.me.uk/blog/the_real_world/my_first_barcamp</link>
         <guid>http://www.workingwith.me.uk/blog/the_real_world/my_first_barcamp</guid>
         <category>The Real World</category>
         <pubDate>Thu, 29 Nov 2007 11:45:55 +0000</pubDate>
      </item>
            <item>
         <title>Why I won&apos;t be buying an iPhone</title>
         <description><![CDATA[<p>First off, lets get one thing straight.  Generally, I love my Apple products.  I have a MacBook Pro, a Mac Mini, a G4 iBook, a 160Gb AppleTV, a 30Gb iPod Video and a 1Gb iPod Nano so that I can use my Nike+ trainers.  So, I&#8217;m not about to go into an &#8220;I hate Apple rant&#8221;.</p>

<p>That said, I definitely won&#8217;t be buying an iPhone.  Why?  Lets get started&#8230;</p>
]]><![CDATA[<p><a href='http://www.workingwith.me.uk/blog/apple/why_i_wont_be_buying_an_iphone'>Read more...</a></p>]]></description>
         <link>http://www.workingwith.me.uk/blog/apple/why_i_wont_be_buying_an_iphone</link>
         <guid>http://www.workingwith.me.uk/blog/apple/why_i_wont_be_buying_an_iphone</guid>
         <category>Apple</category>
         <pubDate>Wed, 07 Nov 2007 06:36:27 +0000</pubDate>
      </item>
            <item>
         <title>Would you like to start Working With Me?</title>
         <description><![CDATA[<p>I&#8217;ve been working in Yahoo&#8217;s London offices for just over a year now, and I&#8217;m loving it.  Awesome people to work with, as much free coke as I can drink, good projects to work on and  Pool, Foosball and Ping-pong tables to play on.  What more could a boy want?  Not a lot really.</p>

<p>And, guess what?  We&#8217;re looking for six more awesome people to come and join us in making super awesome websites that will be seen by countless people around the world.  If you&#8217;re a web-developer with good all-round skills, are always willing and wanting to learn new things and are happy to be working in London&#8217;s groovy West End then I want to hear from you!  Drop me a line and your CV at neil [dot] crosby [atatat] workingwith [dot] me [dot] uk and I&#8217;ll pass on your information to those who need it.</p>
]]><![CDATA[<p><a href='http://www.workingwith.me.uk/blog/the_real_world/would_you_like_to_start_working_with_me'>Read more...</a></p>]]></description>
         <link>http://www.workingwith.me.uk/blog/the_real_world/would_you_like_to_start_working_with_me</link>
         <guid>http://www.workingwith.me.uk/blog/the_real_world/would_you_like_to_start_working_with_me</guid>
         <category>The Real World</category>
         <pubDate>Wed, 17 Oct 2007 10:00:38 +0000</pubDate>
      </item>
      
   </channel>
</rss>
