<?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>Chris Hardcastle &#187; Uncategorized</title>
	<atom:link href="http://chrishardcastle.co.uk/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://chrishardcastle.co.uk</link>
	<description>Techical developer for websites in London</description>
	<lastBuildDate>Wed, 14 Oct 2009 20:26:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Jquery input selectors</title>
		<link>http://chrishardcastle.co.uk/jquery-input-selectors</link>
		<comments>http://chrishardcastle.co.uk/jquery-input-selectors#comments</comments>
		<pubDate>Fri, 25 Sep 2009 09:18:27 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk/?p=96</guid>
		<description><![CDATA[I have a had file on my desktop for months now called &#8220;must-learn.txt&#8221; I thought I would share it. Every now and then I need to select form elements. I find the follwing very useful, but can never remember the conventions off the top of my head.
For documentation, please see the Jquery documentation. Using the [...]]]></description>
			<content:encoded><![CDATA[<p>I have a had file on my desktop for months now called &#8220;must-learn.txt&#8221; I thought I would share it. Every now and then I need to select form elements. I find the follwing very useful, but can never remember the conventions off the top of my head.<span id="more-96"></span></p>
<p>For documentation, please see the Jquery <a href="http://docs.jquery.com/Selectors">documentation</a>. Using the firebug console, you can test the following javascript commands on any of your own forms.</p>
<p><code><br />
// find a div with an id of "edit-taxonomy"<br />
$("div[id=edit-taxonomy]").each(function(i,item){<br />
	console.log("Found");<br />
})<br />
// find a textarea with that has edit anywhere in the id<br />
$("textarea[id*='edit']").each(function(i,item){<br />
	console.log("Found");<br />
})<br />
// find an input that has an id that starts with title<br />
console.log($("input[id^='title']").length);<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/jquery-input-selectors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virgin Trains</title>
		<link>http://chrishardcastle.co.uk/virgin-trains</link>
		<comments>http://chrishardcastle.co.uk/virgin-trains#comments</comments>
		<pubDate>Wed, 16 Sep 2009 20:13:23 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk/?p=92</guid>
		<description><![CDATA[This is a rant about Virgin Trains. Whilst I am forced to use this terrible service to visit my parents, I have always tried to make the most of their website. I feel that it&#8217;s a classic example of poor design, hopeless linkage and a bumpy user journey. No pun intended. I have had to [...]]]></description>
			<content:encoded><![CDATA[<p>This is a rant about Virgin Trains. Whilst I am forced to use this terrible service to visit my parents, I have always tried to make the most of their website. I feel that it&#8217;s a classic example of poor design, hopeless linkage and a bumpy user journey. No pun intended. I have had to just buy another load of tickets from there and this is why I am so angry.<span id="more-92"></span></p>
<p>&#8220;Would you like to receive your tickets via post, or collect them as an e-ticket?&#8221; Ideally, I would like a member of their staff to deliver my tickets on an cushion fit for a king. I guess first class post will do. I will never arrange an &#8220;e-ticket&#8221; what does that even mean? When I use national rail, which may I say, are much better than the Virgin ticket sales site. It translates as a ticket reference number that you use to collect your tickets at the station.</p>
<p>The first time I asked for a Virgin e-ticket they sent me a reference number. Great &#8211; all sorted I thought. I got to the station to type it into the &#8220;fast-ticket&#8221; machine which lead to an epic fail. I realised then, the number was a transaction reference code. Could I get any help from the station staff? Perhaps in a couple of hours once the que had died down. My train was due in 10 minutes. Faced with the prospect of paying X hundreds of pounds for new tickets and facing an upset wife and baby. I begged and pleaded with the train guard to let us on. </p>
<p>Whilst being questioned, humiliated and made to feel like a stow-away at every given moment by the guards. We finally completed our journey to face the enormous task of trying to reclaim our return tickets. It turned out that Virgin had completely messed up and not processed my ticket order. Still, they were happy to take payment!</p>
<p>Thankfully, I was able to arrange the return tickets. But ordering my tickets just now on their website. Was like jumping through endless hoops, with no chance of changing the journey details. For that matter, being able to stay logged in! There was a couple of buttons that took me back instead of forward. A good website should not require the level of concentration required to complete the last level of computer game!</p>
<p>My rant is over.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/virgin-trains/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyMCE or NicEdit for CodeIgniter?</title>
		<link>http://chrishardcastle.co.uk/codeigniter-wysiwyg</link>
		<comments>http://chrishardcastle.co.uk/codeigniter-wysiwyg#comments</comments>
		<pubDate>Sat, 25 Jul 2009 23:33:59 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[editors]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk/?p=59</guid>
		<description><![CDATA[I have been writing a content management system at work using CodeIgniter. Since it will be used by many people to add content, making an editor available is essential for the system. At the time, two candidates stood out for me, both of which, I want to mention in this short post. They are:

NicEdit
TinyMCE


Whilst a [...]]]></description>
			<content:encoded><![CDATA[<p>I have been writing a content management system at work using <a href="http://codeigniter.com">CodeIgniter</a>. Since it will be used by many people to add content, making an editor available is essential for the system. At the time, two candidates stood out for me, both of which, I want to mention in this short post. They are:</p>
<ul>
<li><a href="http://nicedit.com/">NicEdit</a></li>
<li><a href="http://tinymce.moxiecode.com/">TinyMCE</a></li>
</ul>
<p><span id="more-59"></span><br />
Whilst a decision on which editor is the best for you&#8217;re project depends entirely on your own circumstances. I am only focusing on these two for now and don&#8217;t claim to be a master on either.</p>
<p><strong>Downloading</strong></p>
<p>There&#8217;s one thing that bugs me about the process of downloading NicEdit. It smells of the Mootools Javascript framework for one particular reason. There&#8217;s a range of additional extras and packages that are included in the download. The problem is that if you need to download it again for any reason. How can you be sure you include everything that you need?</p>
<p>I much prefer the editor to arrive as a complete core package, rather than it being a combination of various features. I feel that TinyMCE make it easier for you by offering the whole lot, even with a version designed entirely for the JQuery javascript framework.</p>
<p><strong>Size</strong></p>
<p>Looking at the downloads for each editor, I was impressed with NicEdit for having on single JS file and and sprite image for the buttons. Since CodeIgniter is super trim and lightweight, it immediately felt like the right thing to use. Some say that a full blown template library like <a href="http://smarty.net">smarty</a> is overkill for CodeIgniter. I use smarty all the time in CodeIgniter, as such, perhaps TinyMCE is an acceptable size. Also, the TinyMCE folder structure includes a designated plugins directory. Which brings me onto my next topic.</p>
<p><strong>Plugins</strong></p>
<p>It&#8217;s clear for every developer that every wysiwyg editor needs to be customisable so it can meet its technical or design requirements. So the main questions are which offers the easiest integration and which offer the most power. I am afraid to confess that I have not written a plugin for TinyMCE yet so cannot comment on how it works out for that. However, I have been able to extend NicEdit quite easily. It&#8217;s possible to override the data that&#8217;s provided to buttons. For instance I have supplied my editor with a tree of available links and a library of images to choose from. I could post the code if the interest is there.</p>
<p><strong>Documentation</strong></p>
<p>There&#8217;s a <a href="http://wiki.nicedit.com/">wiki</a> and a small section of<a href="http://nicedit.com/demos.php"> demonstrations</a> for NicEdit. The wiki includes some information about how to interact with it using plugins. But the content is limited. On the contrary, the <a href="http://wiki.moxiecode.com/index.php/TinyMCE:API">TinyMCE api documentation</a> is fantastic. I think those two points were the deciding factors in which wysiwyg to use for my CodeIgniter project. I wanted to pick it up and run with it. It felt like I could get everything done quicker using NicEdit as it was easier to digest. And thankfully. it all worked straight away.</p>
<p><strong>Conclusion</strong></p>
<p>I am yet to determine if it&#8217;s possible to isolate the cursor position within the content. That would be helpful for a range of tasks, like image insertion from an alternative source. I am happy with using NicEdit for now, it suites my needs. However, I am really worried that I will need a feature that it does not support. Even worse, it does, but was not downloaded with the package included.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/codeigniter-wysiwyg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress site preview</title>
		<link>http://chrishardcastle.co.uk/wordpress-site-preview</link>
		<comments>http://chrishardcastle.co.uk/wordpress-site-preview#comments</comments>
		<pubDate>Wed, 17 Jun 2009 00:26:13 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[.htaccess]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk/?p=48</guid>
		<description><![CDATA[Once you have finished building a Wordpress based website. Wouldn&#8217;t it be great to test it on the live website host, without interrupting any existing files or pages? This is just the kind of scenario that I have been asked about in the past. So, I have recently developed my own suggestion as to how [...]]]></description>
			<content:encoded><![CDATA[<p>Once you have finished building a Wordpress based website. Wouldn&#8217;t it be great to test it on the live website host, without interrupting any existing files or pages? This is just the kind of scenario that I have been asked about in the past. So, I have recently developed my own suggestion as to how this can be achieved.<br />
<span id="more-48"></span><br />
Once your Wordpress database has been set up and all the files for the site are in place. The next step is to replace the existing index.php / html file with the one from the root of your Wordpress build. From that moment Wordpress with be in control of all incoming requests to your site.</p>
<p>Given that the existing home page has to remain the same until your ready to &#8220;activate&#8221; the new one. You can modify the .htaccess file so the Wordpress site will only respond if the homepage has been called with a particular query string. This means you can test the Wordpress build without interrupting the main index page. </p>
<p>In order to do this, you have to modify your .htaccess file in the website root. Below is the modified .htaccess file, take a backup before testing!</p>
<p><code><br />
# BEGIN WordPress<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteCond %{REQUEST_URI} !^/wp-content/<br />
RewriteCond %{REQUEST_URI} !^/wp-includes/<br />
RewriteRule . /$1/?test=true [L]<br />
# END WordPress<br />
</code></p>
<p>Replace your existing .htaccess file with the code above and you are half way. Next modify your index.php in the wordpress site.</p>
<p><code><br />
if(isset($_GET["test"])){<br />
    define('WP_USE_THEMES', true);<br />
    /* Loads the WordPress Environment and Template */<br />
    require('./wp-blog-header.php');<br />
}else{<br />
    /* Your holding page HTML / include file */<br />
}<br />
</code></p>
<p>You can redirect to, or include the existing index page within the else clause as described above. The links should still be intact because the .htaccess file is appending your url with the required query string.</p>
<p>So when you visit the site your existing homepage should remain the same. When you visit http://yoursite.com<strong>/?test=true</strong> your wordpress site should wake up and run accordingly. </p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/wordpress-site-preview/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook vanity urls</title>
		<link>http://chrishardcastle.co.uk/facebook-vanity-urls</link>
		<comments>http://chrishardcastle.co.uk/facebook-vanity-urls#comments</comments>
		<pubDate>Sat, 13 Jun 2009 07:58:13 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk/facebook-vanity-urls</guid>
		<description><![CDATA[Yay, I just got my vanity url. I had to search around for it as there were no links in Facebook. Just go to www.facebook.com/username once your logged in &#8211; but hurry, all the good ones are going!
]]></description>
			<content:encoded><![CDATA[<p>Yay, I just got my vanity url. I had to search around for it as there were no links in Facebook. Just go to <a href="www.facebook.com/username">www.facebook.com/username</a> once your logged in &#8211; but hurry, all the good ones are going!</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/facebook-vanity-urls/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bradford College Junction mills get together!</title>
		<link>http://chrishardcastle.co.uk/junction-mills-do</link>
		<comments>http://chrishardcastle.co.uk/junction-mills-do#comments</comments>
		<pubDate>Thu, 11 Jun 2009 19:55:35 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk/?p=43</guid>
		<description><![CDATA[I just got talking to my friend Gareth Wyld on Facebook. It seems a plan is a-foot to organise a Bradford wide drinking binge. I, for one, have not seen many other people from the course since we graduated in 2003. Everything was concluded with the Batch One end of year degree show. Of course [...]]]></description>
			<content:encoded><![CDATA[<p>I just got talking to my friend Gareth Wyld on Facebook. It seems a plan is a-foot to organise a Bradford wide drinking binge. I, for one, have not seen many other people from the course since we graduated in 2003. Everything was concluded with the Batch One end of year degree show. Of course there was the after party in Ilkley. I have a vague memory of crashing through a head to get there in time.<br />
<span id="more-43"></span><br />
The last time I was at the Junction mills annex of Bradford College, it all looked boarded up! I guess it might have been closed for the summer, that was 2005. I know that Dale and Michael were awarded with a chance to continue with their time there. There was an on-line project taking place, but I cannot find a link. There was also an internal, client facing department created within the studio to deliver commercial<br />
 services. I think that was called on-sight.</p>
<p>A facebook group called &#8220;Calling all Badgers!!&#8221; has been created, lets see who makes it. The event is planned around September 2009, i am looking forward to it already.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/junction-mills-do/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Baby Photos</title>
		<link>http://chrishardcastle.co.uk/baby-photos</link>
		<comments>http://chrishardcastle.co.uk/baby-photos#comments</comments>
		<pubDate>Mon, 25 May 2009 13:19:31 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk/?p=35</guid>
		<description><![CDATA[Please note that there&#8217;s a new page just for baby photos. A link is provided in the main navigation.
]]></description>
			<content:encoded><![CDATA[<p>Please note that there&#8217;s a new page just for baby photos. A <a href="http://www.chrishardcastle.co.uk/baby-photos" target="_blank">link</a> is provided in the main navigation.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/baby-photos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>youTube / Wordpress integration</title>
		<link>http://chrishardcastle.co.uk/youtube-wordpress-integration</link>
		<comments>http://chrishardcastle.co.uk/youtube-wordpress-integration#comments</comments>
		<pubDate>Fri, 22 May 2009 16:46:24 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Worpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk/?p=23</guid>
		<description><![CDATA[Every time I sit down to work on my youTube &#8211; Wordpress plug-in, I think of a alternative way to use it. And of course, there&#8217;s probably a whole load of existing plug-ins to do the job. But where&#8217;s the fun in that? At first it was all about making a list of videos appear [...]]]></description>
			<content:encoded><![CDATA[<p>Every time I sit down to work on my youTube &#8211; Wordpress plug-in, I think of a alternative way to use it. And of course, there&#8217;s probably a whole load of existing plug-ins to do the job. But where&#8217;s the fun in that? At first it was all about making a list of videos appear in the sidebar. This works all very well but the video ids are hard-coded for now.<br />
<span id="more-23"></span><br />
So the next step would be to included the video id in a post, as a piece of post meta data. The plug-in could query for posts under a certain category or tag. I could then lookup the post meta data for those posts from the ids and extract the video id that way.</p>
<p>There is still one consideration to make. At the moment, the video meta data from youTube is not cached. It gets requested every time a page loads. So it&#8217;s clear to me that the youTube video data should be acquired as soon as the post is published. There&#8217;s a Wordpress action hook available which I can use to save the results as post meta data.</p>
<p>I am not sure how much video I will shoot, nor how much data I want to save. Until I decide exactly what I want to do with it, I will probably leave it exactly the way it is.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/youtube-wordpress-integration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Luke Hardcastle: Birth time-line</title>
		<link>http://chrishardcastle.co.uk/luke-hardcastle-birth-time-line</link>
		<comments>http://chrishardcastle.co.uk/luke-hardcastle-birth-time-line#comments</comments>
		<pubDate>Wed, 20 May 2009 19:34:10 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[#hardcastlebaby]]></category>
		<category><![CDATA[baby]]></category>
		<category><![CDATA[Luke]]></category>

		<guid isPermaLink="false">http://chrishardcastle.co.uk/?p=17</guid>
		<description><![CDATA[Our son Luke was born on 4th March 2009, the following is an extraction from twitter as the events unfolded.

We are being dismissed from hospital, yay! Photo coming soon8:59 AM Mar 10thfrom twidroid
Introducing to the world, Luke Alan Hardcastle #hardcastlebaby1:49 AM Mar 9th from twidroid

@andygirvan how about any firebug esk extensions? I have not looked [...]]]></description>
			<content:encoded><![CDATA[<p>Our son Luke was born on 4th March 2009, the following is an extraction from twitter as the events unfolded.</p>
<ul>
<li>We are being dismissed from hospital, yay! Photo coming soon<span><strong>8:59 AM Mar 10th</strong>from twidroid</span></li>
<li>Introducing to the world, Luke Alan Hardcastle #hardcastlebaby<span><strong>1:49 AM Mar 9th</strong> from twidroid</span></li>
<p><span id="more-17"></span></p>
<li>@andygirvan how about any firebug esk extensions? I have not looked into it yet<span><strong>10:50 PM Mar 8th</strong> from web in reply to andygirvan</span></li>
<li>@andymurphy I am reading Sebs copy of watchmen graphic novel. I will return it as soon as I finish. Its good but might spoil da film 4 me!<span><strong>1:39 AM Mar 8th</strong> from web in reply to andymurphy</span></li>
<li>@brixtonholloway yes. It&#8217;s day 4 for us in hospital, going home tues. Time goes by .. so slowly .. and time.<span><strong>1:33 AM Mar 8th</strong> from web in reply to brixtonholloway</span></li>
<li>http://twitpic.com/1wlc1 &#8211; Our son just nomed 100 ml of sma in one sitting!<span><strong>6:00 AM Mar 7th</strong> from TwitPic</span></li>
<li>@glynroberts thanks. Ubuntu 9.10 is titled &#8220;karmic koala&#8221; &#8211; so that&#8217;s already taken hardcastlebaby<span><strong>5:47 AM Mar 5th</strong> from web in reply to glynroberts</span></li>
<li>@yamietech the #hardcastlebaby is now a twitter search term search.twitter.com<span><strong>5:43 AM Mar 5th</strong> from web in reply to yamietech</span></li>
<li>http://twitpic.com/1v17p &#8211; Thanks to my mom for the roses and gifts!<span><strong>5:27 AM Mar 5th</strong> from TwitPic</span></li>
<li>The great name debate rages on. For now its #hardcastlebaby &#8211; will let you know in good time<span><strong>5:06 AM Mar 5th</strong> from twidroid</span></li>
<li>I have a spare two minutes to thank everyone for tweets of support and praise. We will speak 2 y&#8217;all real soon!<span><strong>5:00 AM Mar 5th</strong> from twidroid</span></li>
<li>http://twitpic.com/1uxmz &#8211; Both Ruth and baby are doing fine<span><strong>1:55 AM Mar 5th</strong> from TwitPic</span></li>
<li>http://twitpic.com/1uiz4 &#8211; Our baby boy 3280 grams / 7.2 lb<span><strong>11:51 AM Mar 4th</strong> from TwitPic</span></li>
<li>Our baby boy has arrived! Delivered @ 19:25 &#8211; pic to follow<span><strong>10:59 AM Mar 4th</strong> from twidroid</span></li>
<li>@yamietech yeah I deleted it cos it was really un complimentary<span><strong>5:45 AM Mar 4th</strong> from web in reply to yamietech</span></li>
<li>To everyones surprise, ruth is fully dilated! Baby will be with us very soon. I have my cigar ready!!!<span><strong>5:16 AM Mar 4th</strong> from twidroid</span></li>
<li>The head is at minus 3 position. 3 cm dilated<span>1:12 AM Mar 4th from twidroid</span></li>
<li>http://twitpic.com/1u5bn &#8211; Ruth live at the scene<span><strong>12:39 AM Mar 4th</strong> from TwitPic</span></li>
<li>We have decided to go for an eppy-drupal<span><strong>11:38 PM Mar 3rd</strong> from twidroid</span></li>
<li>All ok. Ruth has a drip, we have a room we a dawn view over houses of parliament. Seems like good progress<span><strong>4:56 PM Mar 3rd</strong> from twidroid</span></li>
<li>OMG like totally off to hospital to meet midwifes with Ruth and her mum. Could this be it??<span><strong>3:27 PM Mar 3rd</strong> from web</span></li>
<li>Theres very little news about Ruths labour. It feels like process has stalled!<span><strong>6:13 AM Mar 3rd </strong>from web</span></li>
<li>Contractions at the moment are suspected to be about 15 minutes apart. Midwife on the way for checkup. No hospital yet.<span><strong>12:43 AM Mar 3rd</strong> from web</span></li>
<li>No need for hospital just yet. Ruth will be at home with her mum. I am off to work on standby.<span><strong>4:41 PM Mar 2nd</strong> from twidroid</span></li>
<li>Due to a &#8220;show&#8221; last night. We think that early stages of labour is on its way.<span><strong>9:19 PM Mar 2nd</strong> from twidroid</span></li>
<li>Just testing twitpic, in preparation for baby photos. Its due in one week and two hours!<span><strong>6:52 AM Mar 2nd</strong> from TwitterFox</span></li>
<li>http://twitpic.com/1t1rc -<span><strong>11:47 AM Mar 2nd</strong> from TwitPic</span></li>
<li>Arggh! smarty.net is down!<span><strong>1:37 AM Mar 1st</strong> from web</span></li>
<li>@philaskew Dr Seuss rocks, I love the illustrations. I am on the look out for some uber cool original Peter Rabbit aswell.<span><strong>11:32 PM Feb 25th</strong> from TwitterFox in reply to philaskew</span></li>
<li>Story time failed &#8211; cos its &#8220;too violent&#8221;<span><strong>12:56 PM Feb 25th</strong> from twidroid</span></li>
<li>Thanks to @spol the new bed time story for by soon-to-be-born son is the watchmen comic<span><strong>12:50 PM Feb 25th</strong> from twidroid</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/luke-hardcastle-birth-time-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>youTube data API</title>
		<link>http://chrishardcastle.co.uk/you-tube-data-api</link>
		<comments>http://chrishardcastle.co.uk/you-tube-data-api#comments</comments>
		<pubDate>Thu, 14 May 2009 21:24:00 +0000</pubDate>
		<dc:creator>chris.hardcastle</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://hardcastle.local.net:8080/?p=12</guid>
		<description><![CDATA[Google provides an API for access to video data that they host under youtube.com. It&#8217;s available from Zend, the PHP company. The package can be downloaded and used for a range of different services. I have been trying it out by pulling in a video and showing it in the sidebar.
]]></description>
			<content:encoded><![CDATA[<p>Google provides an API for access to video data that they host under youtube.com. It&#8217;s available from Zend, the PHP company. The package <a href='http://framework.zend.com/download/gdata/'>can be downloaded</a> and used for a range of different services. I have been trying it out by pulling in a video and showing it in the sidebar.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrishardcastle.co.uk/you-tube-data-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
