<?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 Julian Higman&#039;s Blog</title>
	<atom:link href="http://julianhigman.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://julianhigman.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 02 May 2012 06:09:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Cultural Agoraphobia by Rosalie Peszynski</title>
		<link>http://julianhigman.com/blog/2009/04/06/cultural-agoraphobia/comment-page-1/#comment-13572</link>
		<dc:creator>Rosalie Peszynski</dc:creator>
		<pubDate>Wed, 02 May 2012 06:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=127#comment-13572</guid>
		<description>You are capable of do your audio alone, no need to inquire your friends guide despite the fact that youre working on your beats.</description>
		<content:encoded><![CDATA[<p>You are capable of do your audio alone, no need to inquire your friends guide despite the fact that youre working on your beats.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP 5.3 and the &#8220;global&#8221; keyword by Mark</title>
		<link>http://julianhigman.com/blog/2010/11/05/php-5-3-and-the-global-keyword/comment-page-1/#comment-12980</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 25 Feb 2012 21:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=243#comment-12980</guid>
		<description>thanks! i was wondering why it didn&#039;t seem to work any more!</description>
		<content:encoded><![CDATA[<p>thanks! i was wondering why it didn&#8217;t seem to work any more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Drush Make while ftp.drupal.org is down by J0nathan</title>
		<link>http://julianhigman.com/blog/2011/09/02/using-drush-make-while-ftp-drupal-org-is-down/comment-page-1/#comment-11341</link>
		<dc:creator>J0nathan</dc:creator>
		<pubDate>Thu, 22 Sep 2011 15:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=255#comment-11341</guid>
		<description>In my case this is line 370 of drush_make.drush.inc (drush make 2.3) and it works.

Thank you</description>
		<content:encoded><![CDATA[<p>In my case this is line 370 of drush_make.drush.inc (drush make 2.3) and it works.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Drush Make while ftp.drupal.org is down by jhigman</title>
		<link>http://julianhigman.com/blog/2011/09/02/using-drush-make-while-ftp-drupal-org-is-down/comment-page-1/#comment-11339</link>
		<dc:creator>jhigman</dc:creator>
		<pubDate>Thu, 22 Sep 2011 14:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=255#comment-11339</guid>
		<description>I was using drush make 2.2 (and I put the wrong line number in the original post - I&#039;ve updated it now). 

In version 2.3, it looks like the fix should be the same, but the line number in drush_make.drush.inc is now 410.

So the lines at the end of the drush_make_update_xml_download function should be this:

&lt;code&gt;function drush_make_update_xml_download($project) {
  
  ....

  $release = $releases[$final_version];
  $project[&#039;download&#039;] = array(
    &#039;type&#039; =&gt; &#039;get&#039;,
    &#039;url&#039;  =&gt; str_replace(&#039;ftp.&#039;, &#039;&#039;, $release[&#039;file&#039;]),
    &#039;md5&#039;  =&gt; $release[&#039;md5&#039;],
  );
  return $project;
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I was using drush make 2.2 (and I put the wrong line number in the original post &#8211; I&#8217;ve updated it now). </p>
<p>In version 2.3, it looks like the fix should be the same, but the line number in drush_make.drush.inc is now 410.</p>
<p>So the lines at the end of the drush_make_update_xml_download function should be this:</p>
<p><code>function drush_make_update_xml_download($project) {</p>
<p>  ....</p>
<p>  $release = $releases[$final_version];<br />
  $project['download'] = array(<br />
    'type' => 'get',<br />
    'url'  => str_replace('ftp.', '', $release['file']),<br />
    'md5'  => $release['md5'],<br />
  );<br />
  return $project;<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Drush Make while ftp.drupal.org is down by J0nathan</title>
		<link>http://julianhigman.com/blog/2011/09/02/using-drush-make-while-ftp-drupal-org-is-down/comment-page-1/#comment-11338</link>
		<dc:creator>J0nathan</dc:creator>
		<pubDate>Thu, 22 Sep 2011 13:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=255#comment-11338</guid>
		<description>Hi,
That patch doesn&#039;t work for me with drush make 2.3.
Do you know the version used for?
Maybe with a couple of lines before and after we can use it for drush make 2.3.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
That patch doesn&#8217;t work for me with drush make 2.3.<br />
Do you know the version used for?<br />
Maybe with a couple of lines before and after we can use it for drush make 2.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Drush Make while ftp.drupal.org is down by mcdruid</title>
		<link>http://julianhigman.com/blog/2011/09/02/using-drush-make-while-ftp-drupal-org-is-down/comment-page-1/#comment-11334</link>
		<dc:creator>mcdruid</dc:creator>
		<pubDate>Thu, 22 Sep 2011 12:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=255#comment-11334</guid>
		<description>Thanks for this - ftp.drupal.org seems to be having trouble just when I need to run drush make over and again today! Shame we have to hack to workaround this, but the hack works.</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; <a href="http://ftp.drupal.org" rel="nofollow">http://ftp.drupal.org</a> seems to be having trouble just when I need to run drush make over and again today! Shame we have to hack to workaround this, but the hack works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CruiseControl is dead, long live Hudson by nGram</title>
		<link>http://julianhigman.com/blog/2009/01/21/cruisecontrol-is-dead-long-live-hudson/comment-page-1/#comment-10313</link>
		<dc:creator>nGram</dc:creator>
		<pubDate>Mon, 25 Jul 2011 09:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=29#comment-10313</guid>
		<description>I use similar PDU devices for controlling various systems. As the PDU devices all use different cmd line syntaxes I wrote a script to standardise the interface. Originally this was to allow control via SMS but it works well with any application automation. It supports aliases for each port and allows you to mix different PDU vendors without changing the interface code.

You can download it from here:

http://eazimail.com/tools/pdudevices.htm</description>
		<content:encoded><![CDATA[<p>I use similar PDU devices for controlling various systems. As the PDU devices all use different cmd line syntaxes I wrote a script to standardise the interface. Originally this was to allow control via SMS but it works well with any application automation. It supports aliases for each port and allows you to mix different PDU vendors without changing the interface code.</p>
<p>You can download it from here:</p>
<p><a href="http://eazimail.com/tools/pdudevices.htm" rel="nofollow">http://eazimail.com/tools/pdudevices.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP 5.3 and the &#8220;global&#8221; keyword by aryan</title>
		<link>http://julianhigman.com/blog/2010/11/05/php-5-3-and-the-global-keyword/comment-page-1/#comment-9577</link>
		<dc:creator>aryan</dc:creator>
		<pubDate>Thu, 26 May 2011 20:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=243#comment-9577</guid>
		<description>man off course global still works on php 5.3.
at least it works on 5.3.5
cheers</description>
		<content:encoded><![CDATA[<p>man off course global still works on php 5.3.<br />
at least it works on 5.3.5<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Maps on Android downloads 60MB in 10 minutes by Dan Mull</title>
		<link>http://julianhigman.com/blog/2010/06/16/google-maps-on-android-downloads-60mb-in-10-minutes/comment-page-1/#comment-5357</link>
		<dc:creator>Dan Mull</dc:creator>
		<pubDate>Wed, 16 Jun 2010 22:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=192#comment-5357</guid>
		<description>I&#039;ve investigated cached maps - they are not getting cached in android 1.6. dunno about 2.1 onwards.

I think a good feature would be to preload some maps along your route at a couple of scales.

Af course gmaps moving to vector and canvas would solve it all :) 

Dan</description>
		<content:encoded><![CDATA[<p>I&#8217;ve investigated cached maps &#8211; they are not getting cached in android 1.6. dunno about 2.1 onwards.</p>
<p>I think a good feature would be to preload some maps along your route at a couple of scales.</p>
<p>Af course gmaps moving to vector and canvas would solve it all <img src='http://julianhigman.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resetting the oil service light on a 2006 BMW 320i by What does it mean when my service light comes on in my 2000 Audi A4? &#124; Cheap-Performance-Parts.co.uk</title>
		<link>http://julianhigman.com/blog/2009/03/12/resetting-the-oil-service-light-on-a-2006-bmw-320i/comment-page-1/#comment-21</link>
		<dc:creator>What does it mean when my service light comes on in my 2000 Audi A4? &#124; Cheap-Performance-Parts.co.uk</dc:creator>
		<pubDate>Mon, 06 Apr 2009 07:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=91#comment-21</guid>
		<description>[...] JulianHigman.com » Blog Archive » Resetting the oil service light &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] JulianHigman.com » Blog Archive » Resetting the oil service light &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

