<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Andygirvan.com</title>
	<atom:link href="http://andygirvan.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://andygirvan.com</link>
	<description>London based Freelance Web &#38; iPhone Developer</description>
	<lastBuildDate>Sun, 18 Dec 2011 16:05:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Road-trips and career changes by A look back at the past few months &#124; Andygirvan.com</title>
		<link>http://andygirvan.com/2011/07/road-trips-and-career-changes/comment-page-1/#comment-142</link>
		<dc:creator>A look back at the past few months &#124; Andygirvan.com</dc:creator>
		<pubDate>Sun, 18 Dec 2011 16:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://andygirvan.com/?p=668#comment-142</guid>
		<description>[...] Road-trips and career changes [...]</description>
		<content:encoded><![CDATA[<p>[...] Road-trips and career changes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tools for building an iPhone app on a budget by Andy G</title>
		<link>http://andygirvan.com/2011/06/tools-for-building-an-iphone-app-on-a-budget/comment-page-1/#comment-141</link>
		<dc:creator>Andy G</dc:creator>
		<pubDate>Mon, 28 Nov 2011 13:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://andygirvan.com/?p=543#comment-141</guid>
		<description>Hi Neil - at the moment I&#039;m unavailable for work but if you throw an email over to andy@wickedlittlewebsites.com with more details of the project I&#039;ll give you a more accurate reply :)

Cheers
Andy</description>
		<content:encoded><![CDATA[<p>Hi Neil &#8211; at the moment I&#8217;m unavailable for work but if you throw an email over to <a href="mailto:andy@wickedlittlewebsites.com">andy@wickedlittlewebsites.com</a> with more details of the project I&#8217;ll give you a more accurate reply <img src='http://andygirvan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers<br />
Andy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tools for building an iPhone app on a budget by Neil Sheth</title>
		<link>http://andygirvan.com/2011/06/tools-for-building-an-iphone-app-on-a-budget/comment-page-1/#comment-140</link>
		<dc:creator>Neil Sheth</dc:creator>
		<pubDate>Sun, 13 Nov 2011 21:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://andygirvan.com/?p=543#comment-140</guid>
		<description>Hi Andy,

I am seeking an iPhone app developer for a basic Utility app with gamelike features. The high level requirements of the app are:

1) Development of static pages that allow a user to input details
2) Integration of the app with mobile advertising platforms (e.g. Admob)
3) Integration of the app with social media (facebook, twitter, youtube)
4) The app is a simple utility app which also contains basic gamelike features i.e. the app will have a moving object on the screen which will require the user to try and touch the object to stop it

Are you available for work?

Regards
 Neil</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>I am seeking an iPhone app developer for a basic Utility app with gamelike features. The high level requirements of the app are:</p>
<p>1) Development of static pages that allow a user to input details<br />
2) Integration of the app with mobile advertising platforms (e.g. Admob)<br />
3) Integration of the app with social media (facebook, twitter, youtube)<br />
4) The app is a simple utility app which also contains basic gamelike features i.e. the app will have a moving object on the screen which will require the user to try and touch the object to stop it</p>
<p>Are you available for work?</p>
<p>Regards<br />
 Neil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blankit for jQuery &#8211; set your targets to blank. by Manoj</title>
		<link>http://andygirvan.com/2011/06/blankit-for-jquery-set-your-targets-to-blank/comment-page-1/#comment-138</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Wed, 19 Oct 2011 11:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://andygirvan.com/?p=638#comment-138</guid>
		<description>I think the base tag in html will do that.

 will open all the links in a html page in a new window.</description>
		<content:encoded><![CDATA[<p>I think the base tag in html will do that.</p>
<p> will open all the links in a html page in a new window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expression Engine: Add Global Variables to Channel Entries by Arazmus</title>
		<link>http://andygirvan.com/2011/05/expression-engine-add-global-variables-to-channel-entries/comment-page-1/#comment-135</link>
		<dc:creator>Arazmus</dc:creator>
		<pubDate>Tue, 06 Sep 2011 11:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://andygirvan.com/?p=456#comment-135</guid>
		<description>if you are using EE 1.x (like my work is) this wont work; however if you put:
foreach( $GLOBALS[&#039;global_vars&#039;] AS $var =&gt; $val):
	$str = str_replace(LD.$var.RD, $val, $str);
endforeach;

after (around line 46)
if ($str == &#039;&#039;)
        	$str = $TMPL-&gt;tagdata;

it will do the same thing. as a side note i had to customise the ckeditor to use a custom &quot;&quot; tag to leave my EE if statements in the entries alone..</description>
		<content:encoded><![CDATA[<p>if you are using EE 1.x (like my work is) this wont work; however if you put:<br />
foreach( $GLOBALS['global_vars'] AS $var =&gt; $val):<br />
	$str = str_replace(LD.$var.RD, $val, $str);<br />
endforeach;</p>
<p>after (around line 46)<br />
if ($str == &#8221;)<br />
        	$str = $TMPL-&gt;tagdata;</p>
<p>it will do the same thing. as a side note i had to customise the ckeditor to use a custom &#8220;&#8221; tag to leave my EE if statements in the entries alone..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The fuss about Google+ (for developers) by Alex Parish</title>
		<link>http://andygirvan.com/2011/07/the-fuss-about-google-plus-for-developers/comment-page-1/#comment-131</link>
		<dc:creator>Alex Parish</dc:creator>
		<pubDate>Tue, 12 Jul 2011 13:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://andygirvan.com/?p=685#comment-131</guid>
		<description>There&#039;s a TweetLevel/Klout style effort for G+ too - http://socialstatistics.com - but I&#039;m guessing it&#039;s screenscraping the data.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a TweetLevel/Klout style effort for G+ too &#8211; <a href="http://socialstatistics.com" rel="nofollow">http://socialstatistics.com</a> &#8211; but I&#8217;m guessing it&#8217;s screenscraping the data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blankit for jQuery &#8211; set your targets to blank. by Must Read Links for Web Designers and Developers &#8211; Volume 17 &#124; Tech King</title>
		<link>http://andygirvan.com/2011/06/blankit-for-jquery-set-your-targets-to-blank/comment-page-1/#comment-128</link>
		<dc:creator>Must Read Links for Web Designers and Developers &#8211; Volume 17 &#124; Tech King</dc:creator>
		<pubDate>Fri, 08 Jul 2011 06:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://andygirvan.com/?p=638#comment-128</guid>
		<description>[...] Blankit for jQuery &#8211; set your targets to blank [...]</description>
		<content:encoded><![CDATA[<p>[...] Blankit for jQuery &#8211; set your targets to blank [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tools for building an iPhone app on a budget by Reviews : LevelHelper</title>
		<link>http://andygirvan.com/2011/06/tools-for-building-an-iphone-app-on-a-budget/comment-page-1/#comment-122</link>
		<dc:creator>Reviews : LevelHelper</dc:creator>
		<pubDate>Fri, 24 Jun 2011 11:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://andygirvan.com/?p=543#comment-122</guid>
		<description>[...] AndyGirvan.com [...]</description>
		<content:encoded><![CDATA[<p>[...] AndyGirvan.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expression Engine: Add Global Variables to Channel Entries by When is WordPress the right tool for the job? &#124; Andygirvan.com</title>
		<link>http://andygirvan.com/2011/05/expression-engine-add-global-variables-to-channel-entries/comment-page-1/#comment-118</link>
		<dc:creator>When is WordPress the right tool for the job? &#124; Andygirvan.com</dc:creator>
		<pubDate>Wed, 15 Jun 2011 23:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://andygirvan.com/?p=456#comment-118</guid>
		<description>[...] an iPhone app on a budget &#124; Andygirvan.com on Game Release: Wicked Little Devil (iPhone)Andy G on Expression Engine: Add Global Variables to Channel EntriesAndy G on Balancing Personal and Professional Development [...]</description>
		<content:encoded><![CDATA[<p>[...] an iPhone app on a budget | Andygirvan.com on Game Release: Wicked Little Devil (iPhone)Andy G on Expression Engine: Add Global Variables to Channel EntriesAndy G on Balancing Personal and Professional Development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding custom post types to WordPress 3 by Is WordPress the right tool for the job? &#124; Andygirvan.com</title>
		<link>http://andygirvan.com/2010/07/adding-custom-post-types-to-wordpress-3/comment-page-1/#comment-117</link>
		<dc:creator>Is WordPress the right tool for the job? &#124; Andygirvan.com</dc:creator>
		<pubDate>Wed, 15 Jun 2011 23:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://andygirvan.com/?p=69#comment-117</guid>
		<description>[...] @andygirvan  Social MediaRelated Posts Adding custom post types to WordPress 3WordPress 3.0 &#8211; What&#8217;s New &amp; How to PrepareIncase you missed it &#8211; WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] @andygirvan  Social MediaRelated Posts Adding custom post types to WordPress 3WordPress 3.0 &#8211; What&#8217;s New &amp; How to PrepareIncase you missed it &#8211; WordPress [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

