<?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>Andrew Sellick</title>
	<atom:link href="http://www.andrewsellick.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andrewsellick.com</link>
	<description>andrewsellick.com</description>
	<lastBuildDate>Tue, 09 Jun 2009 13:29:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Wave</title>
		<link>http://www.andrewsellick.com/140/google-wave</link>
		<comments>http://www.andrewsellick.com/140/google-wave#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:29:41 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.andrewsellick.com/140/google-wave</guid>
		<description><![CDATA[I&#8217;ve just seen the keynote speach for Google Wave and I have to say it looks very powerfull.  I&#8217;m definitely going to keep a close I on this project.

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just seen the keynote speach for Google Wave and I have to say it looks very powerfull.  I&#8217;m definitely going to keep a close I on this project.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/v_UyVmITiYQ&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/v_UyVmITiYQ&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewsellick.com/140/google-wave/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 Conditional Comments</title>
		<link>http://www.andrewsellick.com/137/outlook-2007-conditional-comments</link>
		<comments>http://www.andrewsellick.com/137/outlook-2007-conditional-comments#comments</comments>
		<pubDate>Sat, 15 Nov 2008 00:35:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.andrewsellick.com/?p=137</guid>
		<description><![CDATA[I recently wrote an article detailing best practices for HTML email templates and I thought I would add one more item to the list.  Conditional comments have saved me to many times for me to remember when building websites but I never thought they could help when building email templates, how wrong could I be.
For [...]]]></description>
			<content:encoded><![CDATA[<p>I recently wrote an article detailing best practices for HTML email templates and I thought I would add one more item to the list.  Conditional comments have saved me to many times for me to remember when building websites but I never thought they could help when building email templates, how wrong could I be.</p>
<p>For those of you that have attempted to implement an email template with a vaguely complex design in Outlook 2007 you will have hit many stumbling blocks with simple CSS attributes such as &#8220;background images&#8221; and &#8220;display&#8221;, to name but a few, not supported.  Getting these templates as close to the original design as possible in all email clients whilst also offer a slightly degraded, yet more than acceptable version for Outlook 2007, is a very tricky and time consuming business.  This is where conditional comments come in to play, as the example shows below:</p>
<pre class="code">&lt;!--[if gte mso 9]&gt;
	<span>Add your Outlook 2007 specific code here...</span>
&lt;![endif]--&gt;</pre>
<p>The above code snippet provides a much needed means to target Outlook 2007 specifically with styles and code to produce the degradation required to allow HTML templates to display correctly in such an awkward email client.</p>
<p>I would say long live conditional comments, however, I think I will take another tact, please please please Microsoft address Outlook&#8217;s support for CSS and for pity sake use the IE rendering engine and not MS Words.  You have the market leading browser so use it&#8230; [Rant ends]  <img src='http://www.andrewsellick.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewsellick.com/137/outlook-2007-conditional-comments/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HTML email template best practices</title>
		<link>http://www.andrewsellick.com/117/html-email-template-best-practices</link>
		<comments>http://www.andrewsellick.com/117/html-email-template-best-practices#comments</comments>
		<pubDate>Fri, 31 Oct 2008 13:49:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.andrewsellick.com/?p=117</guid>
		<description><![CDATA[Every so often I am required to build email templates and am constantly amazed by the new and bizarre bugs I come across.  Having worked my way through a mountain of email client “features” over the years I thought it would be good to put together a simple best practice guide to building an [...]]]></description>
			<content:encoded><![CDATA[<p>Every so often I am required to build email templates and am constantly amazed by the new and bizarre bugs I come across.  Having worked my way through a mountain of email client “features” over the years I thought it would be good to put together a simple best practice guide to building an email template.</p>
<h3>Best Practice</h3>
<ul>
<li>Use tables to provide positioning and layout as this will provide the greatest levels of consistency cross browser.  In many cases the simpler the code the better.</li>
</ul>
<ul>
<li>Inline styles should be used to create the desired creative effect again to reduce the risk of cross browser inconsistencies.I.e.
<pre>&lt;span style="color:#000000;"&gt;</pre>
</li>
</ul>
<ul>
<li>Apply fixed pixel sizes for font sizes and height/widths.</li>
</ul>
<ul>
<li>Use span tags with inline styles instead of p, h1 tags etc.  Most browsers apply natural padding and margin to p, h1 tags, so by using span tags you can eliminate this as a factor.</li>
</ul>
<ul>
<li>Avoid shorthand – some email clients have a habit of removing shorthand and replacing with the longhand equivalent (and doing it very badly).  It’s therefore much easier to take away the risk of this happening and only using longhand from the start.I.e.
<pre>&lt;span style="margin-top:10px;display:block;"&gt;testing&lt;/span&gt;</pre>
<p>instead of:</p>
<pre>&lt;span style="margin:10px 0px 0px 0px;display:block;"&gt;testing&lt;/span&gt;</pre>
</li>
</ul>
<ul>
<li>Use the table background attribute to apply background images instead of using CSS.  This is the most universal approach, however, it is worth remembering that Outlook 2007 does not allow background images at all.I.e.
<pre>&lt;table cellpadding="0" cellspacing="0" border="0" background="http://www.mydomain.com/images/email-010101/myimage.gif"&gt;
    &lt;tr&gt;
        &lt;td&gt;
            Content here
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;</pre>
</li>
</ul>
<ul>
<li>If background images are used, apply a background colour to provide the same colour styling as the bg image.  This will provide structre to email clients that do not render background images.</li>
<li>Where an image is inserted apply an inline style of display block.  This removes extra margin applied in Windows Live Hotmail through Firefox.</li>
</ul>
<ul>
<li>Reference images on a live server.  This will help reduce the weight of the email as well as decreasing the risk of your template being picked up as spam as spammers have like to embed images into emails.</li>
</ul>
<ul>
<li>Images and text must be used in proportion again to avoid the risk of being picked up as spam.  Spammers like to include the message of their email in images to avoid email filters recognising blacklisted words.</li>
</ul>
<ul>
<li>Although JavaScript does work in some email clients its coverage is by know means complete.  Until there is better wide spread support JavaScript should not be used.</li>
</ul>
<ul>
<li>Forms should not be used within an email template.  As with JavaScript,there is support in some email clients but not all so they are best avoided.</li>
</ul>
<ul>
<li>Do not heavily nest tables within tables as older email clients such as Lotus Notes do not like it.</li>
</ul>
<h3>Useful Links</h3>
<p>The Campaign Monitor blog has some very helpful CSS support guides for different email clients.  Very interesting and well worth a read as it can save you a great deal of time in the long run.</p>
<p>- <a href="http://www.campaignmonitor.com/css/" target="_blank">Visit Campaign Monitor</a></p>
<p>The Email Standards site “helps designers understand why web standards are so important for email, while working with email client developers to ensure that emails render consistently”.  Another good read with some very helpful information.</p>
<p>- <a href="http://www.email-standards.org/ " target="_blank">Visit the Email Standards</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewsellick.com/117/html-email-template-best-practices/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mootools Idle State Notifier</title>
		<link>http://www.andrewsellick.com/111/mootools-idle-state-notifier</link>
		<comments>http://www.andrewsellick.com/111/mootools-idle-state-notifier#comments</comments>
		<pubDate>Wed, 22 Oct 2008 18:33:39 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mootools]]></category>

		<guid isPermaLink="false">http://www.andrewsellick.com/?p=111</guid>
		<description><![CDATA[Last year I wrote a simple JavaScript function, for prototype, to mimic an idle state event.  The code was very simple and was quickly picked up on by think web2 (perfection kills) where they extended the idea and developed a self containing class which fires active and idle custom events.
After using this code on [...]]]></description>
			<content:encoded><![CDATA[<p>Last year I wrote a simple JavaScript function, for prototype, to mimic an idle state event.  The code was very simple and was quickly picked up on by think web2 (perfection kills) where they extended the idea and developed a self containing class which fires active and idle custom events.</p>
<p>After using this code on several projects I decided to port it over to Mootools 1.2 (also works in Mootools 1.1) so check it out the demo below and if you like it feel free to download the code.</p>
<h3>demo</h3>
<p class="note"><a href="http://www.andrewsellick.com/examples/notifier/" target="_blank">Mootools Idle State Notifier demo</a>.</p>
<h3>download</h3>
<p class="download"><a href="http://www.andrewsellick.com/examples/notifier/notifier.rar" target="_blank">Mootools Idle State Notifier download</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewsellick.com/111/mootools-idle-state-notifier/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Flash Movies as Backgrounds</title>
		<link>http://www.andrewsellick.com/95/flash-movies-as-backgrounds</link>
		<comments>http://www.andrewsellick.com/95/flash-movies-as-backgrounds#comments</comments>
		<pubDate>Mon, 13 Oct 2008 21:26:30 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flash Links]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.andrewsellick.com/?p=95</guid>
		<description><![CDATA[Ever wondered how to set a flash movie as your website background? Well here&#8217;s a simple approach that can be used.
The following tutorial will guide you through the process of &#8220;layering&#8221; a page in a way to give the appearance of a flash background.
The are however a couple of points that are worth noting.  These [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wondered how to set a flash movie as your website background? Well here&#8217;s a simple approach that can be used.</p>
<p>The following tutorial will guide you through the process of &#8220;layering&#8221; a page in a way to give the appearance of a flash background.</p>
<p>The are however a couple of points that are worth noting.  These include:</p>
<ul>
<li>Absolute positioning is used to add content above the flash movie.  This therefore mean that the content is taken out of the flow of the document and when resizing the page content may be cut off unless a good workaround is used.</li>
<li>UFO (Unobtrusive Flash Objects) is used to embed the flash background although you could, and probably should, use <a target="_blank">SWFObject</a> instead.</li>
</ul>
<h3>flash background HTML</h3>
<p>The HTML below provides a simple structure and can be broken in to two sections, a div with id &#8220;flash-background&#8221; (used to house the flash background) and a second div with an id of &#8220;website&#8221; (contains your site content).</p>
<div class="code">&lt;div id=&#8221;flash-background&#8221;&gt;&lt;/div&gt;<br />
&lt;div id=&#8221;website&#8221;&gt;<br />
&lt;div class=&#8221;text-content&#8221;&gt;<br />
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras porta sem et ligula. Nunc nec neque. Ut nec justo non lorem porttitor dictum. Etiam nec dui et odio egestas ornare. Quisque magna augue, tristique vel, egestas ac, lacinia et, purus. Curabitur varius. Sed tempor. Integer bibendum leo at urna. Ut tortor. Cras lobortis justo non lacus.&lt;/p&gt;</p>
<p>&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras porta sem et ligula. Nunc nec neque. Ut nec justo non lorem porttitor dictum. Etiam nec dui et odio egestas ornare. Quisque magna augue, tristique vel, egestas ac, lacinia et, purus. Curabitur varius. Sed tempor. Integer bibendum leo at urna. Ut tortor. Cras lobortis justo non lacus.&lt;/p&gt;</p>
<p>&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras porta sem et ligula. Nunc nec neque. Ut nec justo non lorem porttitor dictum. Etiam nec dui et odio egestas ornare. Quisque magna augue, tristique vel, egestas ac, lacinia et, purus. Curabitur varius. Sed tempor. Integer bibendum leo at urna. Ut tortor. Cras lobortis justo non lacus.&lt;/p&gt;</p>
<p>&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras porta sem et ligula. Nunc nec neque. Ut nec justo non lorem porttitor dictum. Etiam nec dui et odio egestas ornare. Quisque magna augue, tristique vel, egestas ac, lacinia et, purus. Curabitur varius. Sed tempor. Integer bibendum leo at urna. Ut tortor. Cras lobortis justo non lacus.&lt;/p&gt;</p>
<p>&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras porta sem et ligula. Nunc nec neque. Ut nec justo non lorem porttitor dictum. Etiam nec dui et odio egestas ornare. Quisque magna augue, tristique vel, egestas ac, lacinia et, purus. Curabitur varius. Sed tempor. Integer bibendum leo at urna. Ut tortor. Cras lobortis justo non lacus.&lt;/p&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;</p>
</div>
<h3>flash background CSS</h3>
<p>The CSS below is not very complex.  Set your default styling on the body I.e. font size, colour etc. The flash background div is positioned absolutely in the centre of the page with a z-index of 0 and website div is also positioned in the centre of the page with a z-index of 10000 (obviously doesn&#8217;t have to be that high I just wanted to show that it was larger <img src='http://www.andrewsellick.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ).  CSS wise that is it, not very difficult at all.</p>
<div class="code">body{<br />
margin:0px;<br />
padding:0px;<br />
background-color:#666666;<br />
font-family:arial;<br />
font-size:80%;<br />
color:#333333;<br />
overflow:hidden;<br />
}<br />
#flash-background{<br />
width:1014px;<br />
height:960px;<br />
text-align:left;<br />
margin:0px auto;<br />
position:absolute;<br />
top:0px;<br />
left:50%;<br />
margin-left:-507px;<br />
z-index:0;<br />
}</p>
<p>#website{<br />
width:800px;<br />
height:400px;<br />
text-align:left;<br />
margin:30px auto;<br />
position:relative;<br />
z-index:10000;<br />
background-image:url(images/overlay.png);<br />
background-repeat:no-repeat;<br />
}</p>
<p>.text-content{<br />
padding:15px;<br />
}</p>
</div>
<h3>JavaScript</h3>
<p>Finally we need to embed the flash movie into the page, in the example below I have used UFO, however, I would strongly advise you to use SWFObject 2.0 as this is currently the best solution in the market.</p>
<pre>var FO = { movie:"flash/background.swf", width:"1014", height:"960", majorversion:"8", build:"0", xi:"true", wmode:"transparent" };
UFO.create(FO, "flash-background");
</pre>
<h3>demo</h3>
<p class="note"><a href="http://www.andrewsellick.com/examples/flash-background/" target="_blank">Flash background demo</a>.</p>
<h3>download</h3>
<p class="download"><a href="http://www.andrewsellick.com/examples/flash-background/flash-background.rar" target="_blank">Flash background download</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewsellick.com/95/flash-movies-as-backgrounds/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in Geo at GDD 2008 in London</title>
		<link>http://www.andrewsellick.com/110/whats-new-in-geo-at-gdd-2008-in-london</link>
		<comments>http://www.andrewsellick.com/110/whats-new-in-geo-at-gdd-2008-in-london#comments</comments>
		<pubDate>Mon, 13 Oct 2008 21:16:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.andrewsellick.com/?p=110</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="261" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/xoKr0hXDN94&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="320" height="261" src="http://www.youtube.com/v/xoKr0hXDN94&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewsellick.com/110/whats-new-in-geo-at-gdd-2008-in-london/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>YouTube API: Build YOUR YouTube at GDD 2008 in London</title>
		<link>http://www.andrewsellick.com/109/youtube-api-build-your-youtube-at-gdd-2008-in-london</link>
		<comments>http://www.andrewsellick.com/109/youtube-api-build-your-youtube-at-gdd-2008-in-london#comments</comments>
		<pubDate>Mon, 13 Oct 2008 21:10:34 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.andrewsellick.com/?p=109</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="259" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/frun5IoqXgc&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="320" height="259" src="http://www.youtube.com/v/frun5IoqXgc&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewsellick.com/109/youtube-api-build-your-youtube-at-gdd-2008-in-london/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Gears at GDD 2008 in London</title>
		<link>http://www.andrewsellick.com/108/google-gears-at-gdd-2008-in-london</link>
		<comments>http://www.andrewsellick.com/108/google-gears-at-gdd-2008-in-london#comments</comments>
		<pubDate>Mon, 13 Oct 2008 21:09:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.andrewsellick.com/?p=108</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="260" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/TDMjBJNHDzc&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="320" height="260" src="http://www.youtube.com/v/TDMjBJNHDzc&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewsellick.com/108/google-gears-at-gdd-2008-in-london/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Intro to Android at GDD 2008 in London</title>
		<link>http://www.andrewsellick.com/107/intro-to-android-at-gdd-2008-in-london</link>
		<comments>http://www.andrewsellick.com/107/intro-to-android-at-gdd-2008-in-london#comments</comments>
		<pubDate>Mon, 13 Oct 2008 21:07:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.andrewsellick.com/?p=107</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="259" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/VS5s89H6BW4&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="320" height="259" src="http://www.youtube.com/v/VS5s89H6BW4&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewsellick.com/107/intro-to-android-at-gdd-2008-in-london/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>V8 &#8211; the Chrome Engine at GDD 2008 in London</title>
		<link>http://www.andrewsellick.com/106/v8-the-chrome-engine-at-gdd-2008-in-london</link>
		<comments>http://www.andrewsellick.com/106/v8-the-chrome-engine-at-gdd-2008-in-london#comments</comments>
		<pubDate>Mon, 13 Oct 2008 21:04:52 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.andrewsellick.com/?p=106</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="259" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/lZnaaUoHPhs&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="320" height="259" src="http://www.youtube.com/v/lZnaaUoHPhs&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.andrewsellick.com/106/v8-the-chrome-engine-at-gdd-2008-in-london/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.353 seconds -->
<!-- Cached page served by WP-Cache -->
