<?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>Thu, 16 May 2013 05:51:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Using Jenkins to run remote deployment scripts over SSH by David</title>
		<link>http://julianhigman.com/blog/2012/02/25/using-jenkins-to-run-remote-deployment-scripts-over-ssh/comment-page-1/#comment-38697</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 16 May 2013 05:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=294#comment-38697</guid>
		<description><![CDATA[Hey Anonymous...usually you need to separate multiple commands with a semicolon. For example cd foo; run.sh. Try that out.]]></description>
		<content:encoded><![CDATA[<p>Hey Anonymous&#8230;usually you need to separate multiple commands with a semicolon. For example cd foo; run.sh. Try that out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jenkins to run remote deployment scripts over SSH by Spajus</title>
		<link>http://julianhigman.com/blog/2012/02/25/using-jenkins-to-run-remote-deployment-scripts-over-ssh/comment-page-1/#comment-38287</link>
		<dc:creator>Spajus</dc:creator>
		<pubDate>Wed, 08 May 2013 09:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=294#comment-38287</guid>
		<description><![CDATA[Or you could just exec &quot;ssh server /path/to/deploy_script.sh&quot; without any extra plugins.]]></description>
		<content:encoded><![CDATA[<p>Or you could just exec &#8220;ssh server /path/to/deploy_script.sh&#8221; without any extra plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jenkins to run remote deployment scripts over SSH by jhigman</title>
		<link>http://julianhigman.com/blog/2012/02/25/using-jenkins-to-run-remote-deployment-scripts-over-ssh/comment-page-1/#comment-38234</link>
		<dc:creator>jhigman</dc:creator>
		<pubDate>Tue, 07 May 2013 12:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=294#comment-38234</guid>
		<description><![CDATA[I don&#039;t have that build server any more, so I can&#039;t pull the exact text out - but there wasn&#039;t anything special about it, as fas as I can remember.

What&#039;s the error when you try text in the Exec section?]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t have that build server any more, so I can&#8217;t pull the exact text out &#8211; but there wasn&#8217;t anything special about it, as fas as I can remember.</p>
<p>What&#8217;s the error when you try text in the Exec section?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Jenkins to run remote deployment scripts over SSH by Anonymous</title>
		<link>http://julianhigman.com/blog/2012/02/25/using-jenkins-to-run-remote-deployment-scripts-over-ssh/comment-page-1/#comment-38233</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 07 May 2013 12:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=294#comment-38233</guid>
		<description><![CDATA[Hi,

I have tried using multiple commands separated by space and newline in Exec text area but its not working.. can you give the exact syntax in the form of text rather than image.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have tried using multiple commands separated by space and newline in Exec text area but its not working.. can you give the exact syntax in the form of text rather than image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP 5.3.0 and the &#8220;global&#8221; keyword by Taffman</title>
		<link>http://julianhigman.com/blog/2010/11/05/php-5-3-and-the-global-keyword/comment-page-1/#comment-34802</link>
		<dc:creator>Taffman</dc:creator>
		<pubDate>Fri, 05 Apr 2013 15:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=243#comment-34802</guid>
		<description><![CDATA[How about if the variable is set in a function 

function processFile ($file, $count)

$count is incremented in the function when each record is added to a table, however I cant access this variable outside the function, it&#039;s driving me mad!]]></description>
		<content:encoded><![CDATA[<p>How about if the variable is set in a function </p>
<p>function processFile ($file, $count)</p>
<p>$count is incremented in the function when each record is added to a table, however I cant access this variable outside the function, it&#8217;s driving me mad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP 5.3.0 and the &#8220;global&#8221; keyword by jhigman</title>
		<link>http://julianhigman.com/blog/2010/11/05/php-5-3-and-the-global-keyword/comment-page-1/#comment-32507</link>
		<dc:creator>jhigman</dc:creator>
		<pubDate>Mon, 25 Feb 2013 10:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=243#comment-32507</guid>
		<description><![CDATA[I think this was specifically a problem with PHP 5.3.0 - in later versions (certainly PHP 5.3.2+) it works as expected.

See also http://programisiai.lt/index.php/topic,1426.msg4171.html]]></description>
		<content:encoded><![CDATA[<p>I think this was specifically a problem with PHP 5.3.0 &#8211; in later versions (certainly PHP 5.3.2+) it works as expected.</p>
<p>See also <a href="http://programisiai.lt/index.php/topic,1426.msg4171.html" rel="nofollow">http://programisiai.lt/index.php/topic,1426.msg4171.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XDebug, PHP and Sublime Text 2 on Ubuntu 12.04 by Instal.lar xdebug en Sublime Text 2 &#171; &#62;&#62; Produccions d&#039;en Kotya &#60;&#60;</title>
		<link>http://julianhigman.com/blog/2012/11/06/xdebug-php-and-sublime-text-2-on-ubuntu-12-04/comment-page-1/#comment-28277</link>
		<dc:creator>Instal.lar xdebug en Sublime Text 2 &#171; &#62;&#62; Produccions d&#039;en Kotya &#60;&#60;</dc:creator>
		<pubDate>Thu, 27 Dec 2012 22:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=415#comment-28277</guid>
		<description><![CDATA[[...] - aquí s&#8217;expliquen passos que s&#8217;obvien en el “readme” anterior: http://julianhigman.com/blog/2012/11/06/xdebug-php-and-sublime-text-2-on-ubuntu-12-04/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] &#8211; aquí s&#8217;expliquen passos que s&#8217;obvien en el “readme” anterior: <a href="http://julianhigman.com/blog/2012/11/06/xdebug-php-and-sublime-text-2-on-ubuntu-12-04/" rel="nofollow">http://julianhigman.com/blog/2012/11/06/xdebug-php-and-sublime-text-2-on-ubuntu-12-04/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP 5.3.0 and the &#8220;global&#8221; keyword by Steff</title>
		<link>http://julianhigman.com/blog/2010/11/05/php-5-3-and-the-global-keyword/comment-page-1/#comment-27338</link>
		<dc:creator>Steff</dc:creator>
		<pubDate>Tue, 11 Dec 2012 11:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=243#comment-27338</guid>
		<description><![CDATA[Thanks a lot! This saved me from a lot of dispair!]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot! This saved me from a lot of dispair!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why two machines are still essential for web development (hint: stupid IE6) by Andrew Bate</title>
		<link>http://julianhigman.com/blog/2012/10/29/why-two-machines-are-still-essential-for-web-development-hint-stupid-ie6/comment-page-1/#comment-21258</link>
		<dc:creator>Andrew Bate</dc:creator>
		<pubDate>Fri, 02 Nov 2012 14:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=389#comment-21258</guid>
		<description><![CDATA[Or one machine with multiple VMs on it...  Sadly, on my Mac I have to have 4 Windows VMs - XP/IE6, XP/IE7, XP/IE8, Win7/IE9... Oh the joy I feel when IE10 will need Win8 (!)]]></description>
		<content:encoded><![CDATA[<p>Or one machine with multiple VMs on it&#8230;  Sadly, on my Mac I have to have 4 Windows VMs &#8211; XP/IE6, XP/IE7, XP/IE8, Win7/IE9&#8230; Oh the joy I feel when IE10 will need Win8 (!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resetting the oil service light on a 2006 BMW 320i by kwazi</title>
		<link>http://julianhigman.com/blog/2009/03/12/resetting-the-oil-service-light-on-a-2006-bmw-320i/comment-page-1/#comment-20329</link>
		<dc:creator>kwazi</dc:creator>
		<pubDate>Fri, 19 Oct 2012 15:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://julianhigman.com/blog/?p=91#comment-20329</guid>
		<description><![CDATA[hey ther m a DIY type of a guy, i jst changed my rear brake pads and they did not have a sensor thats how i recieved them, since they are no BMW original. i used the old sensor and i reserted manualy. Now my problem the red suspended car stil apears. my rear beak pad dont hav kilos it shows ---------. pls pls help.]]></description>
		<content:encoded><![CDATA[<p>hey ther m a DIY type of a guy, i jst changed my rear brake pads and they did not have a sensor thats how i recieved them, since they are no BMW original. i used the old sensor and i reserted manualy. Now my problem the red suspended car stil apears. my rear beak pad dont hav kilos it shows &#8212;&#8212;&#8212;. pls pls help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
