<?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>zedzdead</title>
	<atom:link href="http://blog.zedzdead.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zedzdead.net</link>
	<description>zed&#039;s dead baby, zed&#039;s dead</description>
	<lastBuildDate>Thu, 25 Feb 2010 15:31:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I have a headache</title>
		<link>http://blog.zedzdead.net/2010/02/25/i-have-a-headache/</link>
		<comments>http://blog.zedzdead.net/2010/02/25/i-have-a-headache/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 15:31:31 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[conference]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[dev8d]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[mashup]]></category>
		<category><![CDATA[pipes]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://blog.zedzdead.net/?p=36</guid>
		<description><![CDATA[I&#8217;m at dev8d.  Its a conference for developers, so its all beards, laptops and geeky games.  Yesterday afternoon I was treated to a full demonstration of Yahoo Pipes.  I can see what can be created but all too often the data that pipes scrapes or tries to scrape, is a little flakey.  The demonstration used a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m at <a href="http://dev8d.org/" target="_blank">dev8d</a>.  Its a conference for developers, so its all beards, laptops and geeky games.  Yesterday afternoon I was treated to a full demonstration of <a href="Yahoo Pipes">Yahoo Pipes</a>.  I can see what can be created but all too often the data that pipes scrapes or tries to scrape, is a little flakey.  The demonstration used a wikipedia page to scrape a html table of content for the <a href="http://en.wikipedia.org/wiki/2010_Winter_Olympics_medal_table">medal tables at the 2010 Winter Olympic games</a>.  Little hacks had to be applied to get the thing to work, because the structure of the data table had changed.  Of course, you want the data to be updated regularly, otherwise what&#8217;s the point. I was impressed enough though to consider building some of my own in the next few days. Watch this space.</p>
<p>This morning I attended an <a href="http://arduino.cc/">arduino</a> workshop.  I felt like a kid with his first set of lego.  Because of last night&#8217;s beer mixing, I still have a headache, but it didn&#8217;t stop me and my arduino buddy from making a traffic light, fading lights in sequence ad a whole bunch of other stuff.  I never really understood electronics, but now I want to go and buy and arduino kit and get Boba to give it a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zedzdead.net/2010/02/25/i-have-a-headache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Symfony and the jobeet tutorial</title>
		<link>http://blog.zedzdead.net/2009/11/06/installing-symfony-and-the-jobeet-tutorial/</link>
		<comments>http://blog.zedzdead.net/2009/11/06/installing-symfony-and-the-jobeet-tutorial/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 22:14:54 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://blog.zedzdead.net/?p=23</guid>
		<description><![CDATA[For what seems like forever now, I&#8217;ve been planning on getting an installation of symfony up and running.  A couple of weeks ago I followed the rather excellent tutorial from eingko on how to set up symfony on media temple&#8217;s grid server.  Many people have commented on how good this is, but I&#8217;d go as [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-29" title="mt" src="http://blog.zedzdead.net/wp-content/uploads/2009/11/mt.png" alt="mt" width="120" height="60" />For what seems like forever now, I&#8217;ve been planning on getting an installation of symfony up and running.  A couple of weeks ago I followed <a title="mt/symfony 101" href="http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/">the rather excellent tutorial from eingko</a> on how to set up symfony on media temple&#8217;s grid server.  Many people have commented on how good this is, but I&#8217;d go as far as saying its the media temple gridserver, symfony installation 101.</p>
<p><img class="alignright size-full wp-image-30" title="sfTLogo" src="http://blog.zedzdead.net/wp-content/uploads/2009/11/sfTLogo.png" alt="sfTLogo" width="186" height="39" />The tutorial is much more than just an installation, and after completing it, I can say that its not the installation that&#8217;s complicated, its setting up the platform that allows it to run flawlessly.  I&#8217;ve been developing on a LAMP platform in my day to day for almost two years, but I&#8217;m no expert.  This tutorial takes you through the set-up of the shared hosting package and the installation of pear (something I&#8217;d never done before)  and once all those things are in place, there are only about two steps to a successful installation of symfony.  I suspect that the tutorial was written for 1.0, but 1.2 just went in like a dream.</p>
<p>I was thinking about developing my own site, but since I use symfony 1.0 everyday,  I decided to give 1.2 a try, by working through the jobeet tutorial,  and report back the new features to the office.  It was at this point I realised that my installation was not the now recommended way, but I decided to press on regardless as the pear installation (I think) saves me space.</p>
<p>That just about brought me upto the end of <a href="http://www.symfony-project.org/jobeet/1_2/Propel/en/01">Day 1</a>.  <a href="http://www.symfony-project.org/jobeet/1_2/Propel/en/02">Day2</a> is the project brief, but if you ever wondered how wire framing might look if you stuck with <a title="Wire framing software" href="http://www.balsamiq.com/">balsamiq</a> for long enough, this will give you a good idea.</p>
<p>That brings me to this evening and <a href="http://">Day 3</a>.  I tied myself up in knots by not reading the instructions carefully enough, but it seems that <a href="http://forum.symfony-project.org/index.php/m/87832/">I&#8217;m not the only one</a>.  You only need to run the following command if your dB already exists!..</p>
<p><span style="font-family: Verdana,sans-serif; font-size: 13px; line-height: 19px; text-align: justify;"> </span></p>
<pre style="margin: 0px; padding: 0.5em 0px 0.5em 1em; overflow: auto; font-family: 'Bitstream Vera Sans Mono',monospace; background-color: #000000; line-height: 17px; font-size: 13px; color: #ffffff;"><code style="font-family: 'Bitstream Vera Sans Mono',monospace;">$ php symfony propel:build-schema</code></pre>
<p>Also, don&#8217;t get caught out by the screen grab of the form (you will only get that page once you&#8217;ve implimented the change outlined below the image).</p>
<p><img class="alignnone size-medium wp-image-28" title="job" src="http://blog.zedzdead.net/wp-content/uploads/2009/11/job-300x233.png" alt="job" width="300" height="233" /></p>
<p>Getting the dB hooked up is a big step, and if you&#8217;re past that, the rest should be easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zedzdead.net/2009/11/06/installing-symfony-and-the-jobeet-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What I did next</title>
		<link>http://blog.zedzdead.net/2009/10/15/what-i-did-next/</link>
		<comments>http://blog.zedzdead.net/2009/10/15/what-i-did-next/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 20:52:49 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.zedzdead.net/?p=13</guid>
		<description><![CDATA[Anybody who has set up wordpress more than once starts to add to a list of things to do after install.  Here&#8217;s just 5 things I did straight away even though it took me 10 times as long to finish off the blog post about it.

I changed the theme and I don&#8217;t need to [...]]]></description>
			<content:encoded><![CDATA[<p>Anybody who has set up wordpress more than once starts to add to a list of things to do after install.  Here&#8217;s just 5 things I did straight away even though it took me 10 times as long to finish off the blog post about it.</p>
<ol>
<li>I changed the theme and I don&#8217;t need to tell you how to do that because there&#8217;s <a title="Google it" href="http://www.google.co.uk/search?q=wordpress+setup">a whole raft of stuff about it out there</a>.</li>
<li>I activated <a href="http://akismet.com/">Akismet</a> (spam killer).  You&#8217;ll need a <a title="API Key" href="http://en.wordpress.com/api-keys/">WordPress API key</a> for this, which you can get by creating an account at WordPress.  Once you have your api key, navigate to Plugins on your WordPress dashboard and if it isn&#8217;t already installed, install it and activate it with your key. At the time of writing I have 4 spam posts, which have already been blocked by Akismet, and countless others, no doubt, already deleted.  Install it now.</li>
<li>Install <a title="From yoast.com" href="http://yoast.com/wordpress/google-analytics/#utm_source=wordpress&amp;utm_medium=plugin&amp;utm_campaign=google-analytics-for-wordpress">Google Analytics Plugin</a>.  If you install this prior to your first post, you&#8217;ll have visitor statistics from day one.</li>
<li>Added a favicon.  I don&#8217;t know in what version a default favicon began shipping with WP, but all you need to do is find it and replace it with one of your own.  I have the .ico plugin for PhotoShop but you can get free <a title="An example" href="http://www.favicon.co.uk/">favicon generators</a> all over the web.</li>
<li>Microformats.  I&#8217;m a big fan of microformats, and browser support is growing.  I have an <a title="hCad explained" href="http://microformats.org/wiki/hcard">hCard</a> on every page of the site, (hidden for now, until I find a theme I really like or until I design my own).  If you want to find out more about microformats, the <a title="Everything microformats" href="http://microformats.org/wiki/Main_Page">wiki</a> is a great starting place and if you&#8217;re using FF, download the <a title="Microformats come alive" href="https://addons.mozilla.org/en-US/firefox/addon/4106">Operator toolbar</a> now, its the best microformats tool around.</li>
</ol>
<p>That&#8217;s it.  I did all that about 6 weeks ago!  C&#8217;mon Andy get your arse into gear and write some more posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zedzdead.net/2009/10/15/what-i-did-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome (back)</title>
		<link>http://blog.zedzdead.net/2009/08/25/hello-world/</link>
		<comments>http://blog.zedzdead.net/2009/08/25/hello-world/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 18:09:23 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[socialnetworking]]></category>

		<guid isPermaLink="false">http://blog.zedzdead.net/?p=1</guid>
		<description><![CDATA[Welcome to the third incarnation of this blog.  I&#8217;ve been blogging, mostly very badly, for about 7 years.  I started on a domino platform but following a move into PHP development in 2003 I moved towards the LAMP platform.  I have backups, but I read them and they&#8217;re rubbish, so I&#8217;m starting [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the third incarnation of this blog.  I&#8217;ve been blogging, mostly very badly, for about 7 years.  I started on a domino platform but following a move into PHP development in 2003 I moved towards the <abbr title="Linux Apache MySQL PHP">LAMP</abbr> platform.  I have backups, but I read them and they&#8217;re rubbish, so I&#8217;m starting over with a clean slate.</p>
<p>Until a couple of months ago I was turning out weak, limp wristed posts about once a month but when my hosting company went West with no warning whatsoever, there I was blogless.  Thanks to <a title="My twitter" href="http://twitter.com/zedzdead">twitter</a>, <a href="http://www.flickr.com/photos/zedzdead">flickr</a>, <a href="http://friendfeed.com/zedzdead">friend feed</a>, <a href="http://www.linkedin.com/profile?viewProfile=&amp;key=21547252&amp;trk=tab_pro">linkedIn</a>, and <a href="http://www.facebook.com/zedzdead">Facebook</a> losing the power to blog is nowhere near as debilitating as it might have been two or three years ago.</p>
<p>So a <a href="http://mediatemple.net/">new host</a> and a new wave of optimisim, plus a scheduled reminder on <a href="http://www.rememberthemilk.com/"><abbr title="Remember The Milk">rtm</abbr></a> heralds a new era of blogging from me.  So expect the usual load of everyday life crap mixed in with a bit of Wordpress, symfony, social networking and the latest from the web.</p>
<p>Now, lets get this blog set up the way I want it&#8230;&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zedzdead.net/2009/08/25/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
