<?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 BinaryKitten&#039;s Development Dropbox</title>
	<atom:link href="http://binarykitten.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://binarykitten.com</link>
	<description>Continuously a work in progress.</description>
	<lastBuildDate>Mon, 16 Apr 2012 18:23:42 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on php: Insert element at specific Index of Array. by BinaryKitten</title>
		<link>http://binarykitten.com/php/52-php-insert-element-and-shift.html/comment-page-1#comment-13759</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Mon, 16 Apr 2012 18:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=52#comment-13759</guid>
		<description>Actually, the array_unshift function only pushes items at the beginning of the array. This is not doing the same thing, this function allows you to inject/insert your item at a position specified.</description>
		<content:encoded><![CDATA[<p>Actually, the array_unshift function only pushes items at the beginning of the array. This is not doing the same thing, this function allows you to inject/insert your item at a position specified.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on php: Insert element at specific Index of Array. by Phelipe</title>
		<link>http://binarykitten.com/php/52-php-insert-element-and-shift.html/comment-page-1#comment-13758</link>
		<dc:creator>Phelipe</dc:creator>
		<pubDate>Mon, 16 Apr 2012 18:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=52#comment-13758</guid>
		<description>The native PHP function called &quot;array_unshift&quot; make this job done.

See more:
http://www.php.net/manual/function.array-unshift.php</description>
		<content:encoded><![CDATA[<p>The native PHP function called &#8220;array_unshift&#8221; make this job done.</p>
<p>See more:<br />
<a href="http://www.php.net/manual/function.array-unshift.php" rel="nofollow">http://www.php.net/manual/function.array-unshift.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Module Based Config with Zend Framework by Renato Medina</title>
		<link>http://binarykitten.com/zend-framework/177-active-module-based-config-with-zend-framework.html/comment-page-1#comment-13403</link>
		<dc:creator>Renato Medina</dc:creator>
		<pubDate>Wed, 29 Feb 2012 20:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=177#comment-13403</guid>
		<description>Well done mate!!! It works just great!!!</description>
		<content:encoded><![CDATA[<p>Well done mate!!! It works just great!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating PHP CodeSniffer with Activestate Komodo Edit by BinaryKitten</title>
		<link>http://binarykitten.com/personal/219-integrating-php-codesniffer-with-activestate-komodo-edit.html/comment-page-1#comment-13016</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Thu, 29 Dec 2011 11:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=219#comment-13016</guid>
		<description>Jowan, Nigel sorry I stopped using Komodo quite a while ago and can&#039;t seem to find the file. If I can I&#039;ll upload and point to it. Sorry I can&#039;t be much more help.</description>
		<content:encoded><![CDATA[<p>Jowan, Nigel sorry I stopped using Komodo quite a while ago and can&#8217;t seem to find the file. If I can I&#8217;ll upload and point to it. Sorry I can&#8217;t be much more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin:  ajax Head Request by BinaryKitten</title>
		<link>http://binarykitten.com/js/88-jquery-plugin-ajax-head-request.html/comment-page-1#comment-13015</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Thu, 29 Dec 2011 11:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=88#comment-13015</guid>
		<description>you use this the same as you would $.post or $.get   headers are passed to the callback. This does not make use of promises or deferred as it predates them by quite a lot.</description>
		<content:encoded><![CDATA[<p>you use this the same as you would $.post or $.get   headers are passed to the callback. This does not make use of promises or deferred as it predates them by quite a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating PHP CodeSniffer with Activestate Komodo Edit by Nigel</title>
		<link>http://binarykitten.com/personal/219-integrating-php-codesniffer-with-activestate-komodo-edit.html/comment-page-1#comment-12930</link>
		<dc:creator>Nigel</dc:creator>
		<pubDate>Sun, 18 Dec 2011 13:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=219#comment-12930</guid>
		<description>Hi - thanks very much for posting this - it&#039;s been very helpful to me getting the basics working - I&#039;ve now got PHP CodeSniffer triggering as a macro on &#039;beforesave&#039; in Komodo.
Unfortunately, I was unable to download the CodeSniff Package - it looks like the link in your post is broken.
I&#039;m struggling with what should be really straightforward - how do I access the output of the PHP CodeSniffer command in the JS macro in order to check whether there WAS any output?  Based on this, I want to allow or deny saving the file.  I&#039;ve scoured the web for documentation on this but am not having much luck.

BTW, the formatting of your post is a bit awry - some of what should be line breaks are missing e.g. in step 2 under &#039;Setting up Komodo Edit&#039;

Thanks in advance for your help</description>
		<content:encoded><![CDATA[<p>Hi &#8211; thanks very much for posting this &#8211; it&#8217;s been very helpful to me getting the basics working &#8211; I&#8217;ve now got PHP CodeSniffer triggering as a macro on &#8216;beforesave&#8217; in Komodo.<br />
Unfortunately, I was unable to download the CodeSniff Package &#8211; it looks like the link in your post is broken.<br />
I&#8217;m struggling with what should be really straightforward &#8211; how do I access the output of the PHP CodeSniffer command in the JS macro in order to check whether there WAS any output?  Based on this, I want to allow or deny saving the file.  I&#8217;ve scoured the web for documentation on this but am not having much luck.</p>
<p>BTW, the formatting of your post is a bit awry &#8211; some of what should be line breaks are missing e.g. in step 2 under &#8216;Setting up Komodo Edit&#8217;</p>
<p>Thanks in advance for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating PHP CodeSniffer with Activestate Komodo Edit by jowan</title>
		<link>http://binarykitten.com/personal/219-integrating-php-codesniffer-with-activestate-komodo-edit.html/comment-page-1#comment-12899</link>
		<dc:creator>jowan</dc:creator>
		<pubDate>Thu, 15 Dec 2011 11:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=219#comment-12899</guid>
		<description>Hi,
Just trying to get this working on Ubuntu and got an issue with phpcs.
When I try to phpcs any .module file (drupal) from command line it doesn&#039;t output anything, but if I append .php to the file, i.e, &#039; phpcs drupal.module.php &#039; then it does. 
This goes for the other files as well (.install etc), basically it is not parsing non .php files, Do you know why this could be ?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Just trying to get this working on Ubuntu and got an issue with phpcs.<br />
When I try to phpcs any .module file (drupal) from command line it doesn&#8217;t output anything, but if I append .php to the file, i.e, &#8216; phpcs drupal.module.php &#8216; then it does.<br />
This goes for the other files as well (.install etc), basically it is not parsing non .php files, Do you know why this could be ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery plugin:  ajax Head Request by jeff</title>
		<link>http://binarykitten.com/js/88-jquery-plugin-ajax-head-request.html/comment-page-1#comment-12842</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Thu, 08 Dec 2011 18:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=88#comment-12842</guid>
		<description>hi; nice script !

im new to jquery . I have downloaded the new version and would like to know how to use it ?

thanks
jeff</description>
		<content:encoded><![CDATA[<p>hi; nice script !</p>
<p>im new to jquery . I have downloaded the new version and would like to know how to use it ?</p>
<p>thanks<br />
jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Keyz Plugin by 30个美化网站的jQuery插件 - 博客 - 伯乐在线</title>
		<link>http://binarykitten.com/js/259-jquery-keyz-plugin.html/comment-page-1#comment-12564</link>
		<dc:creator>30个美化网站的jQuery插件 - 博客 - 伯乐在线</dc:creator>
		<pubDate>Thu, 17 Nov 2011 11:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-12564</guid>
		<description>[...] 13. jQuery Keyz Plugin [...]</description>
		<content:encoded><![CDATA[<p>[...] 13. jQuery Keyz Plugin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Keyz Plugin by BinaryKitten</title>
		<link>http://binarykitten.com/js/259-jquery-keyz-plugin.html/comment-page-1#comment-12503</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Sat, 12 Nov 2011 15:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=259#comment-12503</guid>
		<description>Unfortunately it&#039;s not as simple to directly map that. It could be possible to map this through with a modification but not going to be able to work on this for a while.</description>
		<content:encoded><![CDATA[<p>Unfortunately it&#8217;s not as simple to directly map that. It could be possible to map this through with a modification but not going to be able to work on this for a while.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

