<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>andy skipper dotcom</title>
	
	<link>http://www.andyskipper.com</link>
	<description>cto, web developer, musician, artist</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:13:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/andyskipper" /><feedburner:info uri="andyskipper" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>51.415994</geo:lat><geo:long>-0.316243</geo:long><item>
		<title>Linux is filthy.</title>
		<link>http://feedproxy.google.com/~r/andyskipper/~3/BaX5UuyjLmg/</link>
		<comments>http://www.andyskipper.com/rnd/linux-is-filthy/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 08:13:47 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[RND]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.andyskipper.com/rnd/linux-is-filthy/</guid>
		<description><![CDATA[&#8220;One trick that is commonly applied to avoid disk activity is to put the shmlog on a tmpfs. This is generally not required, but doesn’t hurt.&#8221;
You can put your shmlog on my tmpfs any day.
]]></description>
			<content:encoded><![CDATA[<p>&#8220;One trick that is commonly applied to avoid disk activity is to put the shmlog on a tmpfs. This is generally not required, but doesn’t hurt.&#8221;</p>
<p>You can put your shmlog on my tmpfs any day.</p>
<img src="http://feeds.feedburner.com/~r/andyskipper/~4/BaX5UuyjLmg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andyskipper.com/rnd/linux-is-filthy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.andyskipper.com/rnd/linux-is-filthy/</feedburner:origLink></item>
		<item>
		<title>Magento and Ubuntu Lucid Lynx</title>
		<link>http://feedproxy.google.com/~r/andyskipper/~3/vCh-5SO_Lek/</link>
		<comments>http://www.andyskipper.com/cto/magento-ubuntu-lucid-lynx/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:48:50 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[CTO]]></category>
		<category><![CDATA[LIN]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.andyskipper.com/?p=296</guid>
		<description><![CDATA[I&#8217;ve just had lots of fun getting Magento 1.3.2 to work nicely with Ubuntu 10.04 &#8211; the problem is with the version of PHP installed by default in Lucid Lynx. Versions of Magento under 1.4 appear to have trouble with any PHP version over 5.2.10, and Lynx ships with 5.3. So, in order to run [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just had lots of fun getting Magento 1.3.2 to work nicely with Ubuntu 10.04 &#8211; the problem is with the version of PHP installed by default in Lucid Lynx. Versions of Magento under 1.4 appear to have trouble with any PHP version over 5.2.10, and Lynx ships with 5.3. So, in order to run Magento webstores from older versions, you&#8217;ll need to downgrade your PHP version. This can be done by opting to use the repositories for Karmic instead of the Lynx. Here&#8217;s a script, nabbed from <a href="http://2bits.com/drupal-planet/various-ways-running-php-52-ubuntu-1004-lucid-lynx.html">this page here</a> which will automate that for you:</p>
<pre class="brush: bash;">
#!/bin/sh

# Script to install PHP 5.2 from 9.10 on 10.04
# And pin it so it does not get updated

PKGS=`dpkg -l | grep php | awk '{print $2}'`

apt-get remove $PKGS

sed s/lucid/karmic/g /etc/apt/sources.list |
  tee /etc/apt/sources.list.d/karmic.list

mkdir -p /etc/apt/preferences.d/

for PACKAGE in $PKGS
do
  echo &quot;Package: $PACKAGE
Pin: release a=karmic
Pin-Priority: 991
&quot; | tee -a /etc/apt/preferences.d/php
done

apt-get update

apt-get install $PKGS
</pre>
<img src="http://feeds.feedburner.com/~r/andyskipper/~4/vCh-5SO_Lek" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andyskipper.com/cto/magento-ubuntu-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.andyskipper.com/cto/magento-ubuntu-lucid-lynx/</feedburner:origLink></item>
		<item><title>Links for 2010-05-18 [del.icio.us]</title><link>http://feedproxy.google.com/~r/andyskipper/~3/Dh_kvcRMWAs/andyskipper.com</link><pubDate>Wed, 19 May 2010 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/andyskipper.com#2010-05-18</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://feedshark.brainbliss.com/"&gt;Feed Shark - Ping your blog, feed, or podcast for free!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/andyskipper/~4/Dh_kvcRMWAs" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/andyskipper.com#2010-05-18</feedburner:origLink></item><item><title>Links for 2010-05-11 [del.icio.us]</title><link>http://feedproxy.google.com/~r/andyskipper/~3/glkEQOh5W1g/andyskipper.com</link><pubDate>Wed, 12 May 2010 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/andyskipper.com#2010-05-11</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.acm.org/crossroads/xrds13-4/natural_language.html"&gt;Getting Started on Natural Language Processing with Python&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/andyskipper/~4/glkEQOh5W1g" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/andyskipper.com#2010-05-11</feedburner:origLink></item><item><title>Links for 2010-05-10 [del.icio.us]</title><link>http://feedproxy.google.com/~r/andyskipper/~3/-ZIPQrC7h68/andyskipper.com</link><pubDate>Tue, 11 May 2010 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/andyskipper.com#2010-05-10</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.seoworkers.com/tools/analyzer.html"&gt;SEO Workers Search Engine Optimization Analysis Tool&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.webseoanalytics.com/"&gt;SEO Tools, SEM/Online Marketing Blog, SEO Analysis - Web SEO Analytics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/andyskipper/~4/-ZIPQrC7h68" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/andyskipper.com#2010-05-10</feedburner:origLink></item><item>
		<title>Browser Usage Graphic</title>
		<link>http://feedproxy.google.com/~r/andyskipper/~3/I-LSUtnDgAI/</link>
		<comments>http://www.andyskipper.com/rnd/browser-usage-graphic/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:59:36 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[RND]]></category>
		<category><![CDATA[browser usage]]></category>

		<guid isPermaLink="false">http://www.andyskipper.com/rnd/browser-usage-graphic/</guid>
		<description />
			<content:encoded><![CDATA[<div id="attachment_292" class="wp-caption alignnone" style="width: 310px"><a href="http://www.michaelvandaniker.com/labs/browserVisualization/"><img src="http://www.andyskipper.com/wp-content/uploads/2010/02/browser-usage-300x262.png" alt="An excellent browser usage chart" title="Browser Usage graphic" width="300" height="262" class="size-medium wp-image-292" /></a><p class="wp-caption-text">An excellent browser usage chart</p></div>
<img src="http://feeds.feedburner.com/~r/andyskipper/~4/I-LSUtnDgAI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andyskipper.com/rnd/browser-usage-graphic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.andyskipper.com/rnd/browser-usage-graphic/</feedburner:origLink></item>
		<item>
		<title>Tools for HTML Email templates</title>
		<link>http://feedproxy.google.com/~r/andyskipper/~3/N3PQMX8jvJ8/</link>
		<comments>http://www.andyskipper.com/cto/tools-for-html-email-templates/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 09:46:40 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[CTO]]></category>

		<guid isPermaLink="false">http://www.andyskipper.com/?p=290</guid>
		<description><![CDATA[This is as much for my own reference, but here are some tools to test and refactor HTML templates such that they&#8217;re more widely compatible with the plethora of mail clients out there in the wild:
Litmus Email Testing &#8211; freemium model, multiple client testing areas, spam-like content detection. Looks good!
MailChimp Inbox Inspector
MailChimp CSS Inliner &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>This is as much for my own reference, but here are some tools to test and refactor HTML templates such that they&#8217;re more widely compatible with the plethora of mail clients out there in the wild:</p>
<p><a href="http://litmusapp.com/email-testing">Litmus Email Testing</a> &#8211; freemium model, multiple client testing areas, spam-like content detection. Looks good!</p>
<p><a href="http://www.mailchimp.com/features/power_features/inbox_inspector">MailChimp Inbox Inspector</a></p>
<p><a href="http://www.mailchimp.com/labs/inlinecss.php">MailChimp CSS Inliner</a> &#8211; converts styles to inline, which is more cross-client compatible. Smashing Magazine says <a href="http://www.smashingmagazine.com/2010/01/19/design-and-build-an-email-newsletter-without-losing-your-mind/">&#8220;Code Like It’s 1999 (Literally) and Use Inline CSS&#8221;</a></p>
<p><a href="http://www.campaignmonitor.com/testing/">Campaign Monitor Email Testing Tool</a></p>
<p><a href="http://24ways.org/2009/rock-solid-html-emails">Great 24ways article</a></p>
<img src="http://feeds.feedburner.com/~r/andyskipper/~4/N3PQMX8jvJ8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andyskipper.com/cto/tools-for-html-email-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.andyskipper.com/cto/tools-for-html-email-templates/</feedburner:origLink></item>
		<item>
		<title>Clever cross-platform HTML video embed code</title>
		<link>http://feedproxy.google.com/~r/andyskipper/~3/4mVZgnEBEgQ/</link>
		<comments>http://www.andyskipper.com/cto/clever-cross-platform-html-video-embed-code/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 16:48:11 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[BRWS]]></category>
		<category><![CDATA[CTO]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.andyskipper.com/?p=281</guid>
		<description><![CDATA[Camen Design have released a very clever HTML snippet which will embed a video in the page, using HTML5&#8217;s &#60;video&#62; tag by default, and falling back to QuickTime or Flash/FLV automatically, without worrying about JavaScript, which means it&#8217;ll work properly in RSS readers and email clients that don&#8217;t support JS. And, since the default output [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://camendesign.com/">Camen Design</a> have released a very clever HTML snippet which will embed a video in the page, using HTML5&#8217;s &lt;video&gt; tag by default, and falling back to QuickTime or Flash/FLV automatically, without worrying about JavaScript, which means it&#8217;ll work properly in RSS readers and email clients that don&#8217;t support JS. And, since the default output is the &lt;video&gt; tag, it&#8217;ll work on an iPhone.. Here&#8217;s what it looks like:</p>
<pre class="brush: xml;">
&lt;video width=&quot;640&quot; height=&quot;360&quot; poster=&quot;__POSTER__.JPG&quot; controls&gt;
	&lt;source src=&quot;__VIDEO__.OGV&quot; type=&quot;video/ogg&quot; /&gt;
	&lt;source src=&quot;__VIDEO__.MP4&quot; type=&quot;video/mp4&quot; /&gt;&lt;!--[if gt IE 6]&gt;
	&lt;object width=&quot;640&quot; height=&quot;375&quot; classid=&quot;clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B&quot;&gt;&lt;!
	[endif]--&gt;&lt;!--[if !IE]&gt;&lt;!--&gt;
	&lt;object width=&quot;640&quot; height=&quot;375&quot; type=&quot;video/quicktime&quot; data=&quot;__VIDEO__.MP4&quot;&gt;
	&lt;!--&lt;![endif]--&gt;
	&lt;param name=&quot;src&quot; value=&quot;__VIDEO__.MP4&quot; /&gt;
	&lt;param name=&quot;showlogo&quot; value=&quot;false&quot; /&gt;
	&lt;object width=&quot;640&quot; height=&quot;384&quot; type=&quot;application/x-shockwave-flash&quot;
		data=&quot;__FLASH__.SWF?image=__POSTER__.JPG&amp;amp;file=__VIDEO__.MP4&quot;&gt;
		&lt;param name=&quot;movie&quot; value=&quot;__FLASH__.SWF?image=__POSTER__.JPG&amp;amp;file=__VIDEO__.MP4&quot; /&gt;
		&lt;img src=&quot;__POSTER__.JPG&quot; width=&quot;640&quot; height=&quot;360&quot; alt=&quot;__Title of video__&quot;
		     title=&quot;No video playback capabilities, please download the video below&quot; /&gt;
	&lt;/object&gt;&lt;!--[if gt IE 6]&gt;&lt;!--&gt;&lt;/object&gt;&lt;!--&lt;![endif]--&gt;
&lt;/video&gt;
&lt;p&gt;Download Video: &lt;a href=&quot;__VIDEO__.MP4&quot;&gt;Apple iTunes &quot;MP4&quot;&lt;/a&gt; | &lt;a href=&quot;__VIDEO__.OGV&quot;&gt;Open Format &quot;OGG&quot;&lt;/a&gt;&lt;/p&gt;
</pre>
<p><a href="http://camendesign.com/code/video_for_everybody">Go get it, spread it wide</a></p>
<img src="http://feeds.feedburner.com/~r/andyskipper/~4/4mVZgnEBEgQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andyskipper.com/cto/clever-cross-platform-html-video-embed-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.andyskipper.com/cto/clever-cross-platform-html-video-embed-code/</feedburner:origLink></item>
		<item>
		<title>Warning – Chrome 4 does not like the Wordpress admin</title>
		<link>http://feedproxy.google.com/~r/andyskipper/~3/vBCeECKXp2g/</link>
		<comments>http://www.andyskipper.com/rnd/warning-chrome-4-does-not-like-the-wordpress-admin/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 16:39:40 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[RND]]></category>
		<category><![CDATA[google chrome wordpress cookies bug]]></category>

		<guid isPermaLink="false">http://www.andyskipper.com/rnd/warning-chrome-4-does-not-like-the-wordpress-admin/</guid>
		<description><![CDATA[As I&#8217;ve just found, to my chagrin, Google Chrome v4 appears to have an issue with Wordpress&#8217; cookies &#8211; attempting to log in to the admin dashboard results in the login page refreshing. You have been warned!
Wordpress forum post
Chrome issue ref
]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve just found, to my chagrin, Google Chrome v4 appears to have an issue with Wordpress&#8217; cookies &#8211; attempting to log in to the admin dashboard results in the login page refreshing. You have been warned!</p>
<p><a href="http://en.forums.wordpress.com/topic/cant-sign-into-my-blogs-dashboard/page/2?replies=31#post-399798">Wordpress forum post</a></p>
<p><a href="http://code.google.com/p/chromium/issues/detail?id=25976&#038;q=wordpress%20login&#038;colspec=ID%20Stars%20Pri%20Area%20Type%20Status%20Summary%20Modified%20Owner%20Mstone%20OS">Chrome issue ref</a></p>
<img src="http://feeds.feedburner.com/~r/andyskipper/~4/vBCeECKXp2g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andyskipper.com/rnd/warning-chrome-4-does-not-like-the-wordpress-admin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.andyskipper.com/rnd/warning-chrome-4-does-not-like-the-wordpress-admin/</feedburner:origLink></item>
		<item><title>Links for 2010-01-17 [del.icio.us]</title><link>http://feedproxy.google.com/~r/andyskipper/~3/5qkrxXodquo/andyskipper.com</link><pubDate>Mon, 18 Jan 2010 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/andyskipper.com#2010-01-17</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://stackoverflow.com/questions/886221/does-django-scale"&gt;Does Django Scale? - Stack Overflow&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://randomfoo.net/2009/01/28/infrastructure-for-modern-web-sites"&gt;Infrastructure for Modern Web Sites &amp;laquo;  random($foo)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/andyskipper/~4/5qkrxXodquo" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/andyskipper.com#2010-01-17</feedburner:origLink></item><item><title>Links for 2010-01-15 [del.icio.us]</title><link>http://feedproxy.google.com/~r/andyskipper/~3/mxQNyeIIPsk/andyskipper.com</link><pubDate>Sat, 16 Jan 2010 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/andyskipper.com#2010-01-15</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://uswaretech.com/blog/2010/01/tools-of-pro-django-developer/"&gt;Tools of Pro Django developer &amp;ndash; aka What powers dinette and almost ...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://github.com/uswaretech/Django-Socialauth"&gt;uswaretech's Django-Socialauth at master - GitHub&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/andyskipper/~4/mxQNyeIIPsk" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/andyskipper.com#2010-01-15</feedburner:origLink></item><item><title>Links for 2009-12-17 [del.icio.us]</title><link>http://feedproxy.google.com/~r/andyskipper/~3/0_W4dwxnI9Q/andyskipper.com</link><pubDate>Fri, 18 Dec 2009 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/andyskipper.com#2009-12-17</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://davidlaing.com/2008/09/13/altnet-london-13-sept-2008/"&gt;Interesting take on a manifesto for Agile development, not just Alt.Net&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/andyskipper/~4/0_W4dwxnI9Q" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/andyskipper.com#2009-12-17</feedburner:origLink></item><item>
		<title>Unbelievable 3D Projection on Buildings</title>
		<link>http://feedproxy.google.com/~r/andyskipper/~3/20ehQEQakB4/</link>
		<comments>http://www.andyskipper.com/rnd/unbelievable-3d-projection-on-buildings/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 12:55:34 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[RND]]></category>

		<guid isPermaLink="false">http://www.andyskipper.com/?p=276</guid>
		<description><![CDATA[
Projection on Buildings from NuFormer Digital Media on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="230"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4238052&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4238052&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="230"></embed></object>
<p><a href="http://vimeo.com/4238052">Projection on Buildings</a> from <a href="http://vimeo.com/nuformer">NuFormer Digital Media</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<img src="http://feeds.feedburner.com/~r/andyskipper/~4/20ehQEQakB4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andyskipper.com/rnd/unbelievable-3d-projection-on-buildings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.andyskipper.com/rnd/unbelievable-3d-projection-on-buildings/</feedburner:origLink></item>
		<item><title>Links for 2009-11-20 [del.icio.us]</title><link>http://feedproxy.google.com/~r/andyskipper/~3/XO7ZZyJCYd0/andyskipper.com</link><pubDate>Sat, 21 Nov 2009 00:00:00 PST</pubDate><guid isPermaLink="false">http://del.icio.us/andyskipper.com#2009-11-20</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.ps3bargains.co.uk/"&gt;Bargain Sony PS3 Consoles - Latest cheap console, bundle, games and accessory deals | PS3Bargains&lt;/a&gt;&lt;br/&gt;
Buy cheap Sony PS3 consoles, games and accessories with our regularly updated offers and bargains. Online prices compared with consoles starting at £195&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/andyskipper/~4/XO7ZZyJCYd0" height="1" width="1"/&gt;</description><feedburner:origLink>http://del.icio.us/andyskipper.com#2009-11-20</feedburner:origLink></item><item>
		<title>New PS3 Bargains list</title>
		<link>http://feedproxy.google.com/~r/andyskipper/~3/qUILkDA08kQ/</link>
		<comments>http://www.andyskipper.com/msc/new-ps3-bargains-list/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:57:48 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[MSC]]></category>

		<guid isPermaLink="false">http://www.andyskipper.com/?p=274</guid>
		<description><![CDATA[I&#8217;ve just set up a new site where I&#8217;ll be listing the best PS3 console, bundle, accessory and games bargains and deals in the run-up to Christmas. If you&#8217;re on the look-out for a good deal, have a look here:
PS3 Bargains
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just set up a new site where I&#8217;ll be listing the best <strong>PS3 console, bundle, accessory and games bargains and deals</strong> in the run-up to Christmas. If you&#8217;re on the look-out for a good deal, have a look here:<br />
<a href="http://www.ps3bargains.co.uk">PS3 Bargains</a></p>
<img src="http://feeds.feedburner.com/~r/andyskipper/~4/qUILkDA08kQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andyskipper.com/msc/new-ps3-bargains-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.andyskipper.com/msc/new-ps3-bargains-list/</feedburner:origLink></item>
		<item>
		<title>Matthew Good – While We Were Hunting Rabbits</title>
		<link>http://feedproxy.google.com/~r/andyskipper/~3/aoi00apAgFk/</link>
		<comments>http://www.andyskipper.com/msc/matthew-good-while-we-were-hunting-rabbits/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 13:22:36 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[MSC]]></category>

		<guid isPermaLink="false">http://www.andyskipper.com/?p=267</guid>
		<description><![CDATA[
While We Were Hunting Rabbits from Sam Bradley on Vimeo.
A good friend of mine in Toronto turned me on to Matthew Good recently, and I&#8217;ve been gobbling his back catalogue like it&#8217;s about to disappear completely. This is my current fave, and the video is fantastic to boot. Enjoy.
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="227"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7426652&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7426652&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="227"></embed></object>
<p><a href="http://vimeo.com/7426652">While We Were Hunting Rabbits</a> from <a href="http://vimeo.com/user1541962">Sam Bradley</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>A good friend of mine in Toronto turned me on to Matthew Good recently, and I&#8217;ve been gobbling his back catalogue like it&#8217;s about to disappear completely. This is my current fave, and the video is fantastic to boot. Enjoy.</p>
<img src="http://feeds.feedburner.com/~r/andyskipper/~4/aoi00apAgFk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andyskipper.com/msc/matthew-good-while-we-were-hunting-rabbits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.andyskipper.com/msc/matthew-good-while-we-were-hunting-rabbits/</feedburner:origLink></item>
		<item>
		<title>Provisioning Profiles in XCode</title>
		<link>http://feedproxy.google.com/~r/andyskipper/~3/uskzGyGIruE/</link>
		<comments>http://www.andyskipper.com/ipn/provisioning-profiles-in-xcode/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 20:36:10 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[IPN]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[provisioning profiles]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.andyskipper.com/?p=254</guid>
		<description><![CDATA[A very small hint to anyone tearing their hair out with the installation of provisioning profiles in XCode &#8211; shut XCode altogether after installing them, and re-open it. This was the only way I could get my application to recognise them &#8211; YMMV. Yours sincerely, Irritated of Hampton Wick.
]]></description>
			<content:encoded><![CDATA[<p>A very small hint to anyone tearing their hair out with the installation of provisioning profiles in XCode &#8211; shut XCode altogether after installing them, and re-open it. This was the only way I could get my application to recognise them &#8211; YMMV. Yours sincerely, Irritated of Hampton Wick.</p>
<img src="http://feeds.feedburner.com/~r/andyskipper/~4/uskzGyGIruE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.andyskipper.com/ipn/provisioning-profiles-in-xcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.andyskipper.com/ipn/provisioning-profiles-in-xcode/</feedburner:origLink></item>
	</channel>
</rss>
