<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Whylog</title>
	<atom:link href="http://blog.whyley.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.whyley.com</link>
	<description>If not now then when ?</description>
	<lastBuildDate>Thu, 07 Apr 2011 16:00:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.whyley.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Whylog</title>
		<link>http://blog.whyley.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.whyley.com/osd.xml" title="Whylog" />
	<atom:link rel='hub' href='http://blog.whyley.com/?pushpress=hub'/>
		<item>
		<title>Migrating Amazon EC2 AMIs to other regions</title>
		<link>http://blog.whyley.com/2010/01/21/migrating-amazon-ec2-amis-to-other-regions/</link>
		<comments>http://blog.whyley.com/2010/01/21/migrating-amazon-ec2-amis-to-other-regions/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 13:22:41 +0000</pubDate>
		<dc:creator>cwhyley</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[ec2-migrate-bundle]]></category>

		<guid isPermaLink="false">http://whyley.wordpress.com/?p=145</guid>
		<description><![CDATA[It&#8217;s been over a year since my last blog post. Time has flown since then, and a lot has happened &#8211; I&#8217;ll cover the highlights in another post. In the meantime I wanted to jot down some notes about Amazon Web Services, particularly around launching instances in other regions (mainly for my own benefit !) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=145&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been <a href="http://whyley.wordpress.com/2008/12/17/configuring-a-wamp-stack-for-production/">over a year</a> since my last blog post. Time has flown since then, and a lot has happened &#8211; I&#8217;ll cover the highlights in another post.</p>
<p><img src="http://whyley.files.wordpress.com/2010/01/aws.gif?w=150&#038;h=60" alt="" title="aws" width="150" height="60" class="alignright size-full wp-image-148" />In the meantime I wanted to jot down some notes about Amazon Web Services, particularly around launching instances in other regions (mainly for my own benefit !) Amazon currently operates 3 &#8220;regions&#8221; each of which can be thought of as an individual &#8220;cloud&#8221; in it&#8217;s own right. <a href="http://aws.typepad.com/aws/2009/12/expanding-the-aws-footprint.html">The most recent came online in December</a> in California.</p>
<p>I wanted to run one of our EC2 instances in this new region, but it wasn&#8217;t quite as straightforward as I&#8217;d hoped. A <a href="http://developer.amazonwebservices.com/connect/message.jspa?messageID=156606">few</a> <a href="http://groups.google.com/group/ec2ubuntu/msg/fb1e2503c57af6ab?pli=1">people</a> have mentioned problems about doing this but <a href="http://developer.amazonwebservices.com/connect/message.jspa?messageID=158863">one post</a> on the AWS dev site was very helpful.</p>
<p>Basically you have to migrate your AMI from one region to another before you can run it. To do this first launch an instance of the AMI you want to migrate in US-East, then on that instance run the following command (<a href="http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference/index.html?CLTRG-ami-migrate-bundle.html">detailed help here</a>):</p>
<p><code>ec2-migrate-bundle -k (your private key file) -c (your cert) -a (your access key) -s (your secret access key) --bucket (your source bucket) --manifest (your manifest filename) --location US --region us-west-1 --destination-bucket (destination bucket you want to create) </code></p>
<p>&#8230; then, on a local machine run:</p>
<p><code>ec2-register --region us-west-1 --name (your ami name) (your new manifest fullpath on us-west-1)</code></p>
<p><b>Note:</b> You can of course use the <a href="https://console.aws.amazon.com/">AWS Console</a> to register your AMI too.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whyley.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whyley.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whyley.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whyley.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whyley.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whyley.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whyley.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whyley.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whyley.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whyley.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whyley.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whyley.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whyley.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whyley.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=145&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.whyley.com/2010/01/21/migrating-amazon-ec2-amis-to-other-regions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/255695b126f01b9d90e2e9b6ed290751?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://whyley.files.wordpress.com/2010/01/aws.gif" medium="image">
			<media:title type="html">aws</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring a WAMP stack for production</title>
		<link>http://blog.whyley.com/2008/12/17/configuring-a-wamp-stack-for-production/</link>
		<comments>http://blog.whyley.com/2008/12/17/configuring-a-wamp-stack-for-production/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 12:32:18 +0000</pubDate>
		<dc:creator>cwhyley</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://whyley.wordpress.com/?p=89</guid>
		<description><![CDATA[Edit: Steve Reynolds posted a great followup focusing on how to do this in EC2. So my brother recently asked me how to best go about configuring a WAMP (Windows, Apache, MySQL, PHP) stack for production. I&#8217;m sure there&#8217;s a ton of things you should do, but here were some intial thoughts that sprang to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=89&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b>Edit:</b> <a href="http://twitter.com/stevereynolds">Steve Reynolds</a> posted a <a href="http://reynoldsftw.blogspot.com/2008/12/amazon-ec2-and-wamp-stack.html">great followup</a> focusing on how to do this in EC2.</p>
<p><img src="http://whyley.files.wordpress.com/2008/12/stack.jpg?w=150&#038;h=226" alt="stack" title="stack" width="150" height="226" class="alignleft size-full wp-image-108" />So <a href="http://twitter.com/MikeWhyley">my brother</a> recently asked me how to best go about configuring a WAMP (Windows, Apache, MySQL, PHP) stack for production. I&#8217;m sure there&#8217;s a ton of things you should do, but here were some intial thoughts that sprang to mind. I may update the post with others as I think of them.</p>
<p>All of this applies to a single server environment, once you start scaling out different rules apply. Ideally your architecture should be designed so that you can scale horizontally though, so that if things do take off you don&#8217;t find yourself re-writing everything.</p>
<p>Feel free to add other tips in the comments &#8230;</p>
<p><strong>Windows</strong></p>
<ul>
<li>Turn off uneccessary &#8220;stuff&#8221;<br />Windows runs a bunch of services by default that you don&#8217;t need. Bin them. Especially the following:<br />- Windows Firewall (will mess with your inbound/outbound traffic)<br />- Indexing service (will thrash your hard drive trying to be &#8220;helpful&#8221;)<br />- Any anti-virus services (use your discretion here, but generally they can cause a lot of unecessary disk activity.)</li>
<li>Sort the startup folder and app tray<br />Blitz everything from the startup folder and app tray that isn&#8217;t absolutely necessary.</li>
</ul>
<p><strong>Apache</strong></p>
<ul>
<li>Grab the right copy<br />Always get the <a href="http://httpd.apache.org/">most recent</a> copy for bug fixes and features. At the time of writing v2.2 has some nice <a href="http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html">load-balancing configuration features</a> for instance. Also, make sure you download the SSL-enabled version of http server, it may come in handy.</li>
<li>Set cache settings<br />Take a look at the <a href="http://httpd.apache.org/docs/2.0/mod/mod_expires.html">ExpiresActive and ExpiresByType</a> config options to setup caching for your images and files that won&#8217;t change that much (css, js). This will make your site more performant in the eyes of the user and save you money on bandwith charges.</li>
<li>Sort out your logging<br />In test mode you probably want <a href="http://httpd.apache.org/docs/2.2/mod/core.html#loglevel">LogLevel</a> set to &#8220;debug&#8221;, in production you&#8217;ll want this at something like &#8220;warn&#8221; to avoid unecessary logfile activity. Also make sure you use <a>CustomLog</a> to grab all the info you can about your end users and <a href="http://httpd.apache.org/docs/2.0/programs/rotatelogs.html">rotatelogs</a> to manage your logfiles.</li>
<li>Disable directory browsing<br />An absolute must, see <a href="http://felipecruz.com/blog_disable-directory-listing-browsing-apache.php">this howto</a>.</li>
<li>Setup custom error pages<br />Use the <a href="http://httpd.apache.org/docs/2.0/mod/core.html#errordocument">ErrorDocument</a> directive to setup nicer looking error pages. They look better, and don&#8217;t give outyour sensitive environment info.</li>
<li>Enable compression<br />It&#8217;s <a href="http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/">well worth doing</a> and <a href="http://httpd.apache.org/docs/2.0/mod/mod_deflate.html">straightforward</a>.</li>
</ul>
<p><strong>MySQL</strong></p>
<ul>
<li>Write to a seperate disk<br />Do data writes on a different disk to the webserver and application processing. You want to ensure that you don&#8217;t have disk contention issues.</li>
<li>Consider RAID<br />If uptime is crucial consider implementing something like <a href="http://en.wikipedia.org/wiki/RAID_1#RAID_1">RAID 1</a> to mirror your data across multiple disks.</li>
<li>Backup the DB data<br />Do this at least every 12 hours, using something like S3.</li>
<li>Tweak configuration options<br />There are hundreds of config options for MySQL, probably worthy of a seperate post in their own right, but by far the most important is your upfront decision about which table-type to use, as it&#8217;s difficult to change afterwards. Check out <a href="http://www.developer.com/db/article.php/2235521">this lowdown</a> on some of the different options.</li>
</ul>
<p><strong>PHP</strong></p>
<ul>
<li>Enable extensions<br />PHP works quite nicely out of the box, but remember to enable any extra extensions (the bits with &#8220;extension=&#8221; in your PHP.ini file)</li>
<li>Tweak post rules<br />You might want to set the &#8220;post_max_size&#8221; variable if you&#8217;re accepting large (or want to limit) file uploads.</li>
</ul>
<p><strong>Miscellaneous musings</strong></p>
<ul>
<li>Consider S3 for storage<br />Storage is hard. Doing it yourself is hard. If you&#8217;re doing it a lot let Amazon worry about it for you, by building on top of <a href="http://aws.amazon.com/s3/">S3</a>. In your application design it&#8217;s easier to bake this in upfront rather than retrofit it. And it&#8217;s <a href="http://aws.amazon.com/s3/#pricing">cheap</a>.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whyley.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whyley.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whyley.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whyley.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whyley.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whyley.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whyley.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whyley.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whyley.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whyley.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whyley.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whyley.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whyley.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whyley.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=89&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.whyley.com/2008/12/17/configuring-a-wamp-stack-for-production/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/255695b126f01b9d90e2e9b6ed290751?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://whyley.files.wordpress.com/2008/12/stack.jpg" medium="image">
			<media:title type="html">stack</media:title>
		</media:content>
	</item>
		<item>
		<title>Bartlet for America</title>
		<link>http://blog.whyley.com/2008/10/30/bartlet-for-america/</link>
		<comments>http://blog.whyley.com/2008/10/30/bartlet-for-america/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 22:57:18 +0000</pubDate>
		<dc:creator>cwhyley</dc:creator>
				<category><![CDATA[Hope]]></category>
		<category><![CDATA[mcain]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[us election]]></category>

		<guid isPermaLink="false">http://whyley.wordpress.com/?p=61</guid>
		<description><![CDATA[FIVE days from now the U.S. people will vote for their next President, the leader of The Free World. Forty five percent of his own countrymen will vote against him. He will carry the electoral college with 5 to 6 swing states. Media outlets will both laud and pound him. Bloggers will rejoice. Others will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=61&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://whyley.files.wordpress.com/2008/10/bartlet4america.jpg?w=480" align="right"><b>FIVE</b> days from now the U.S. people will vote for their next President, the leader of The Free World. Forty five percent of his own countrymen will vote against him. He will carry the electoral college with 5 to 6 swing states. Media outlets will both laud and pound him. Bloggers will rejoice. Others will hate the sight of him. Some will plot to take him down. Many more across the world will see him as little more than a figurehead for a cabal of selfish modern day robber-barons, intent on peddling the new religion of consumerism, and all the foreign misadventures it entails.</p>
<p>We have <a href="http://www.eurekalert.org/pub_releases/2005-06/esr-let061705.php">a dim view of politics in the UK</a>. Heck, we&#8217;ve had long enough to get cynical about it &#8211; we&#8217;ve had parliamentary representation for over 300 years, and enough dubious political figures to found a small colony (and many did). We rail about low pay, the state of the railways, <a href="http://www.thesun.co.uk/sol/homepage/news/article311185.ece">the youth</a> and <a href="http://www.telegraph.co.uk/news/uknews/1335452/Prescott-Jaguar-in-disabled-bay.html?mobile=true">Prescott&#8217;s Jag</a>. We moan about a government out to tax us to death (and beyond), and the appalling state of our health service. We don&#8217;t choose to vote, but we like to have our say, even so.</p>
<p>We forget that most politicians don&#8217;t earn as much as the average <a href="http://www.payscale.com/research/UK/Years_Experience=20_years_or_more/Salary">Managing Director</a>. They don&#8217;t get into politics for a cushy life, an easy ride. They do so to serve. To make a difference, to affect change in a hurting world, to step into the arena, not cower in the corner. We should treat them as heroes, not villains, applaud their commitment, their sacrifice, their service.</p>
<p>I for one still believe in <a href="http://en.wikisource.org/wiki/Bill_Clinton's_acceptance_speech_to_1992_Democratic_Convention">a place called Hope</a>. As Leo himself once said:</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;<b><i>&#8220;This is the most important thing I&#8217;ll ever do. I have to do it well.&#8221;</i></b></p>
<p>That&#8217;s what service is all about. Just ask Josiah Bartlet.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whyley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whyley.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whyley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whyley.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whyley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whyley.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whyley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whyley.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whyley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whyley.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whyley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whyley.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whyley.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whyley.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=61&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.whyley.com/2008/10/30/bartlet-for-america/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/255695b126f01b9d90e2e9b6ed290751?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://whyley.files.wordpress.com/2008/10/bartlet4america.jpg" medium="image" />
	</item>
		<item>
		<title>FOWA Day 2</title>
		<link>http://blog.whyley.com/2008/10/10/fowa-day-2/</link>
		<comments>http://blog.whyley.com/2008/10/10/fowa-day-2/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 10:04:36 +0000</pubDate>
		<dc:creator>cwhyley</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[fowa]]></category>

		<guid isPermaLink="false">http://whyley.wordpress.com/2008/10/10/fowa-day-2/</guid>
		<description><![CDATA[Back at FOWA for day 2. Things feel a little bit more sombre this morning, maybe because the stock markets are tanking, and Tim Bray from Sun gave a pessimistic keynote about the future (more on that in a later post). In the meantime here&#8217;s a gratuitous picture of a very fast server. I think [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=47&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Back at FOWA for day 2. Things feel a little bit more sombre this morning, maybe because the stock markets are tanking, and Tim Bray from Sun gave a pessimistic keynote about the future (more on that in a later post).</p>
<p><a href="http://whyley.files.wordpress.com/2008/10/l-640-480-52fa3464-200e-4836-a095-5847b0522c5c.jpeg"><img src="http://whyley.files.wordpress.com/2008/10/l-640-480-52fa3464-200e-4836-a095-5847b0522c5c.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p>In the meantime here&#8217;s a gratuitous picture of a very fast server. I think this would look good in the living room at home:</p>
<p><a href="http://whyley.files.wordpress.com/2008/10/p-640-480-b7ac48d5-2a0d-4b95-a31f-835db52864f3.jpeg"><img src="http://whyley.files.wordpress.com/2008/10/p-640-480-b7ac48d5-2a0d-4b95-a31f-835db52864f3.jpeg?w=225&#038;h=300" alt="" width="225" height="300" class="alignnone size-full wp-image-364" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whyley.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whyley.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whyley.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whyley.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whyley.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whyley.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whyley.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whyley.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whyley.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whyley.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whyley.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whyley.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whyley.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whyley.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=47&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.whyley.com/2008/10/10/fowa-day-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/255695b126f01b9d90e2e9b6ed290751?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://whyley.files.wordpress.com/2008/10/l-640-480-52fa3464-200e-4836-a095-5847b0522c5c.jpeg" medium="image" />

		<media:content url="http://whyley.files.wordpress.com/2008/10/p-640-480-b7ac48d5-2a0d-4b95-a31f-835db52864f3.jpeg" medium="image" />
	</item>
		<item>
		<title>Surfing at FOWA</title>
		<link>http://blog.whyley.com/2008/10/09/surfing-at-fowa/</link>
		<comments>http://blog.whyley.com/2008/10/09/surfing-at-fowa/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 08:59:33 +0000</pubDate>
		<dc:creator>cwhyley</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[fowa surfing]]></category>

		<guid isPermaLink="false">http://whyley.wordpress.com/2008/10/09/surfing-at-fowa/</guid>
		<description><![CDATA[So I&#8217;m at the Future of Web Apps conference in London today with Mike. It looks even bigger &#38; better than last year. Best moment so far was being first on the conference surfboard:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=41&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m at the Future of Web Apps conference in London today with Mike.</p>
<p>It looks even bigger &amp; better than last year. Best moment so far was being first on the conference surfboard:</p>
<p><a href="http://whyley.files.wordpress.com/2008/10/l-640-480-817bfdb5-8c14-4192-bb60-ab0b8c0e5cee.jpeg"><img src="http://whyley.files.wordpress.com/2008/10/l-640-480-817bfdb5-8c14-4192-bb60-ab0b8c0e5cee.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://whyley.files.wordpress.com/2008/10/l-640-480-ea35baa6-1d32-41bd-adb9-14a5d1db4726.jpeg"><img src="http://whyley.files.wordpress.com/2008/10/l-640-480-ea35baa6-1d32-41bd-adb9-14a5d1db4726.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whyley.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whyley.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whyley.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whyley.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whyley.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whyley.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whyley.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whyley.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whyley.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whyley.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whyley.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whyley.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whyley.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whyley.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=41&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.whyley.com/2008/10/09/surfing-at-fowa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/255695b126f01b9d90e2e9b6ed290751?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://whyley.files.wordpress.com/2008/10/l-640-480-817bfdb5-8c14-4192-bb60-ab0b8c0e5cee.jpeg" medium="image" />

		<media:content url="http://whyley.files.wordpress.com/2008/10/l-640-480-ea35baa6-1d32-41bd-adb9-14a5d1db4726.jpeg" medium="image" />
	</item>
		<item>
		<title>What&#8217;s the frequency ?</title>
		<link>http://blog.whyley.com/2008/08/27/whats-the-frequency/</link>
		<comments>http://blog.whyley.com/2008/08/27/whats-the-frequency/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 17:26:36 +0000</pubDate>
		<dc:creator>cwhyley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whyley.wordpress.com/2008/08/27/whats-the-frequency/</guid>
		<description><![CDATA[REM play the Southampton Rose Bowl, and we&#8217;re here to join in the fun &#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=32&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>REM play the Southampton Rose Bowl, and we&#8217;re here to join in the fun &#8230;</p>
<p><a href="http://whyley.files.wordpress.com/2008/08/l-640-480-f684ca9d-e676-4c4e-a703-415108510ab2.jpeg"><img src="http://whyley.files.wordpress.com/2008/08/l-640-480-f684ca9d-e676-4c4e-a703-415108510ab2.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://whyley.files.wordpress.com/2008/08/l-640-480-688b1a48-bdbb-420e-842d-ff8416ea0673.jpeg"><img src="http://whyley.files.wordpress.com/2008/08/l-640-480-688b1a48-bdbb-420e-842d-ff8416ea0673.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p><a href="http://whyley.files.wordpress.com/2008/08/l-640-480-25d9560f-98dd-45bc-931b-419ef5cd83e3.jpeg"><img src="http://whyley.files.wordpress.com/2008/08/l-640-480-25d9560f-98dd-45bc-931b-419ef5cd83e3.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whyley.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whyley.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whyley.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whyley.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whyley.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whyley.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whyley.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whyley.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whyley.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whyley.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whyley.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whyley.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whyley.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whyley.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whyley.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whyley.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=32&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.whyley.com/2008/08/27/whats-the-frequency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/255695b126f01b9d90e2e9b6ed290751?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://whyley.files.wordpress.com/2008/08/l-640-480-f684ca9d-e676-4c4e-a703-415108510ab2.jpeg" medium="image" />

		<media:content url="http://whyley.files.wordpress.com/2008/08/l-640-480-688b1a48-bdbb-420e-842d-ff8416ea0673.jpeg" medium="image" />

		<media:content url="http://whyley.files.wordpress.com/2008/08/l-640-480-25d9560f-98dd-45bc-931b-419ef5cd83e3.jpeg" medium="image" />
	</item>
		<item>
		<title>Band practice</title>
		<link>http://blog.whyley.com/2008/08/27/band-practice/</link>
		<comments>http://blog.whyley.com/2008/08/27/band-practice/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 13:45:05 +0000</pubDate>
		<dc:creator>cwhyley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whyley.wordpress.com/2008/08/27/band-practice/</guid>
		<description><![CDATA[Matt, Chalkers and I hooked up to play some tunes a couple of weekends ago. We were at least as good as the &#8220;on the road&#8221; years in Zippy&#8217;s &#8230; We may have, er, tweaked the sound a little:&#8230; but at least we had some better gear than uni days:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=22&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Matt, Chalkers and I hooked up to play some tunes a couple of weekends ago. We were at least as good as the &#8220;on the road&#8221; years in Zippy&#8217;s &#8230;</p>
<p><a href="http://whyley.files.wordpress.com/2008/08/l-640-480-3f61a12d-770b-401b-9b06-0ea58e82448b.jpeg"><img src="http://whyley.files.wordpress.com/2008/08/l-640-480-3f61a12d-770b-401b-9b06-0ea58e82448b.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a><br />We may have, er, tweaked the sound a little:<br /><a href="http://whyley.files.wordpress.com/2008/08/l-640-480-7b9cdf0d-d308-406a-b9ed-18de65fc86f1.jpeg"><img src="http://whyley.files.wordpress.com/2008/08/l-640-480-7b9cdf0d-d308-406a-b9ed-18de65fc86f1.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a><br />&#8230; but at least we had some better gear than uni days:<br /><a href="http://whyley.files.wordpress.com/2008/08/l-640-480-b5555a15-2485-4f15-982a-fe20fcea665c.jpeg"><img src="http://whyley.files.wordpress.com/2008/08/l-640-480-b5555a15-2485-4f15-982a-fe20fcea665c.jpeg?w=300&#038;h=225" alt="" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whyley.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whyley.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whyley.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whyley.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whyley.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whyley.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whyley.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whyley.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whyley.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whyley.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whyley.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whyley.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whyley.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whyley.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whyley.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whyley.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=22&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.whyley.com/2008/08/27/band-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/255695b126f01b9d90e2e9b6ed290751?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://whyley.files.wordpress.com/2008/08/l-640-480-3f61a12d-770b-401b-9b06-0ea58e82448b.jpeg" medium="image" />

		<media:content url="http://whyley.files.wordpress.com/2008/08/l-640-480-7b9cdf0d-d308-406a-b9ed-18de65fc86f1.jpeg" medium="image" />

		<media:content url="http://whyley.files.wordpress.com/2008/08/l-640-480-b5555a15-2485-4f15-982a-fe20fcea665c.jpeg" medium="image" />
	</item>
		<item>
		<title>IPhone</title>
		<link>http://blog.whyley.com/2008/06/25/iphone/</link>
		<comments>http://blog.whyley.com/2008/06/25/iphone/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 16:49:42 +0000</pubDate>
		<dc:creator>cwhyley</dc:creator>
				<category><![CDATA[gadgets]]></category>
		<category><![CDATA[iphone gadgets]]></category>

		<guid isPermaLink="false">http://whyley.wordpress.com/2008/06/25/iphone/</guid>
		<description><![CDATA[So I picked up a new phone today. After 10 years with Orange I switched to O2 for one reason alone &#8211; Apple&#8217;s new IPhone. So far I&#8217;ve been mightily impressed.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=18&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I picked up a new phone today. After 10 years with Orange I switched to O2 for one reason alone &#8211; Apple&#8217;s new IPhone.</p>
<p><a href="http://www.apple.com/iphone"><img src="http://whyley.files.wordpress.com/2008/07/l-640-480-49a50d89-66a2-4ff2-9105-a4a762563143.jpeg?w=300&#038;h=225" alt="photo" width="300" height="225" class="alignnone size-full wp-image-364" /></a></p>
<p>So far I&#8217;ve been mightily impressed.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whyley.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whyley.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whyley.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whyley.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whyley.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whyley.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whyley.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whyley.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whyley.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whyley.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whyley.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whyley.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whyley.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whyley.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whyley.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whyley.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=18&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.whyley.com/2008/06/25/iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/255695b126f01b9d90e2e9b6ed290751?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://whyley.files.wordpress.com/2008/07/l-640-480-49a50d89-66a2-4ff2-9105-a4a762563143.jpeg" medium="image">
			<media:title type="html">photo</media:title>
		</media:content>
	</item>
		<item>
		<title>The battle of Stamford Bridge</title>
		<link>http://blog.whyley.com/2008/05/28/the-battle-of-stamford-bridge/</link>
		<comments>http://blog.whyley.com/2008/05/28/the-battle-of-stamford-bridge/#comments</comments>
		<pubDate>Wed, 28 May 2008 12:26:42 +0000</pubDate>
		<dc:creator>cwhyley</dc:creator>
				<category><![CDATA[Football]]></category>
		<category><![CDATA[chelsea]]></category>

		<guid isPermaLink="false">http://whyley.wordpress.com/?p=6</guid>
		<description><![CDATA[So last Friday I played my first game of football on a professional pitch &#8211; the not so hallowed &#8211; turf of arch rivals Chelsea. My thanks to Bob O&#8217;Hanlon for shoehorning me into the IBM team for the &#8220;Right to Play World Cup&#8221;. This is me loafing around the goal area: Bob and I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=6&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So last Friday I played my first game of football on a professional pitch &#8211; the not so hallowed &#8211; turf of arch rivals Chelsea. My thanks to Bob O&#8217;Hanlon for shoehorning me into the IBM team for the <a href="http://www.righttoplay.org.uk/">&#8220;Right to Play World Cup&#8221;</a>.</p>
<p>This is me loafing around the goal area:</p>
<p><img src="http://whyley.files.wordpress.com/2008/05/goal.jpg?w=480"></p>
<p>Bob and I also saw Avram Grant going into a meeting 24 hours before we heard he&#8217;d <a href="http://news.bbc.co.uk/sport1/hi/football/teams/c/chelsea/7418774.stm">got the chop</a>:</p>
<p><img src="http://whyley.files.wordpress.com/2008/05/avram.jpg?w=480"></p>
<p>&#8230; but possibly the highlight of the day was meeting Chelsea legend <a href="http://en.wikipedia.org/wiki/Jesse_Birdsall">Marcus Tandy</a>, sorry I mean <a href="http://en.wikipedia.org/wiki/Jason_Cundy">Jason Cundy</a>:</p>
<p><img src="http://whyley.files.wordpress.com/2008/05/jason.jpg?w=480"></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whyley.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whyley.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whyley.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whyley.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whyley.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whyley.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whyley.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whyley.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whyley.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whyley.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whyley.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whyley.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whyley.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whyley.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whyley.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whyley.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=6&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.whyley.com/2008/05/28/the-battle-of-stamford-bridge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/255695b126f01b9d90e2e9b6ed290751?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://whyley.files.wordpress.com/2008/05/goal.jpg" medium="image" />

		<media:content url="http://whyley.files.wordpress.com/2008/05/avram.jpg" medium="image" />

		<media:content url="http://whyley.files.wordpress.com/2008/05/jason.jpg" medium="image" />
	</item>
		<item>
		<title>Startup School 2008</title>
		<link>http://blog.whyley.com/2008/04/20/startup-school-2008/</link>
		<comments>http://blog.whyley.com/2008/04/20/startup-school-2008/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 06:49:15 +0000</pubDate>
		<dc:creator>cwhyley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whyley.wordpress.com/?p=4</guid>
		<description><![CDATA[So Mike and I were fortunate enough to get an invite to 2008&#8242;s startup school, run by the good folks over at Y-Combinator. We piled into the Kresge auditorium over at Stanford with a bunch of other geeks to hear a bunch of great speakers talk tech for the day. The speakers were all excellent, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=4&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://startupschool.org/"><img src="http://whyley.files.wordpress.com/2008/06/startup_school.jpg?w=480" border="0"></a></p>
<p>So Mike and I were fortunate enough to get an invite to <a href="http://startupschool.org/">2008&#8242;s startup school</a>, run by the good folks over at <a href="http://ycombinator.com/">Y-Combinator</a>. We piled into the <a href="http://www.stanford.edu/group/ssr/misc/dirToKresge.htm">Kresge auditorium over at Stanford</a> with a bunch of other geeks to hear a bunch of great speakers talk tech for the day.</p>
<p><img src="http://whyley.files.wordpress.com/2008/06/auditorium2.jpg?w=480" border="0"></p>
<p>The <a href="http://startupschool.org/speakers.html">speakers</a> were all excellent, but the pick of the bunch for me was probably David Heinemeier Hansson who talked at length about how to build a sustainable business, rather than a sexy-for-20-seconds-then-completely-forgotten-about-web2.0-thingymagig. Go <a href="http://www.justin.tv/hackertv/97862/DHH_Talk__Startup_School_2008">see the talk here</a> if you&#8217;re into that sort of thing.</p>
<p>It&#8217;s hard work running a startup:</p>
<p><img src="http://whyley.files.wordpress.com/2008/06/mike_palm.jpg?w=480" border="0"></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whyley.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whyley.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whyley.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whyley.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whyley.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whyley.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/whyley.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/whyley.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/whyley.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/whyley.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whyley.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whyley.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whyley.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whyley.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whyley.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whyley.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.whyley.com&amp;blog=3529053&amp;post=4&amp;subd=whyley&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.whyley.com/2008/04/20/startup-school-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/255695b126f01b9d90e2e9b6ed290751?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Chris</media:title>
		</media:content>

		<media:content url="http://whyley.files.wordpress.com/2008/06/startup_school.jpg" medium="image" />

		<media:content url="http://whyley.files.wordpress.com/2008/06/auditorium2.jpg" medium="image" />

		<media:content url="http://whyley.files.wordpress.com/2008/06/mike_palm.jpg" medium="image" />
	</item>
	</channel>
</rss>
