<?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 Blog</title>
	<atom:link href="http://binarykitten.me.uk/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://binarykitten.me.uk</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 20:22:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on BinaryKitten Presents&#8230; by David Goodwin</title>
		<link>http://binarykitten.me.uk/personal/313-binarykitten-presents-html-css-for-novices.html/comment-page-1#comment-384</link>
		<dc:creator>David Goodwin</dc:creator>
		<pubDate>Mon, 30 Aug 2010 20:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=313#comment-384</guid>
		<description>Sounds good :-)</description>
		<content:encoded><![CDATA[<p>Sounds good <img src='http://binarykitten.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 Data attributes and jQuery&#8217;s .data &#8211; pairing made in heaven by BinaryKitten</title>
		<link>http://binarykitten.me.uk/dev/jq-plugins/288-html5-data-attributes-and-jquerys-data-pairing-made-in-heaven.html/comment-page-1#comment-382</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Sat, 28 Aug 2010 08:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=288#comment-382</guid>
		<description>you can do the standard .attr as i have done in my little plugin. Just use .attr(&#039;data-&#039;+name) :)</description>
		<content:encoded><![CDATA[<p>you can do the standard .attr as i have done in my little plugin. Just use .attr(&#8216;data-&#8217;+name) <img src='http://binarykitten.me.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 Data attributes and jQuery&#8217;s .data &#8211; pairing made in heaven by Kevin</title>
		<link>http://binarykitten.me.uk/dev/jq-plugins/288-html5-data-attributes-and-jquerys-data-pairing-made-in-heaven.html/comment-page-1#comment-381</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 27 Aug 2010 16:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=288#comment-381</guid>
		<description>Can I just use the standard .attr?  Or do data-* attributes not show up there?</description>
		<content:encoded><![CDATA[<p>Can I just use the standard .attr?  Or do data-* attributes not show up there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Module Config V2 by Setting up module specific configurations in ZF applications &#124; Omercan Sebboy</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/296-active-module-config-v2.html/comment-page-1#comment-380</link>
		<dc:creator>Setting up module specific configurations in ZF applications &#124; Omercan Sebboy</dc:creator>
		<pubDate>Mon, 23 Aug 2010 12:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=296#comment-380</guid>
		<description>[...] it, I saw that it&#8217;s actually doing nothing more than what has already been done by Binary Kitten or Jeroen Keppens (also see the resources mentioned on that page). So a quick test proved that [...]</description>
		<content:encoded><![CDATA[<p>[...] it, I saw that it&#8217;s actually doing nothing more than what has already been done by Binary Kitten or Jeroen Keppens (also see the resources mentioned on that page). So a quick test proved that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Module Config V2 by BinaryKitten</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/296-active-module-config-v2.html/comment-page-1#comment-379</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Sun, 22 Aug 2010 18:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=296#comment-379</guid>
		<description>Hi, and thanks for visiting.

1) the 1st thing i see is that the function needs to start with activeInit  so your function could be called activeInitBlog()
2) don&#039;t use exit unless you really need to .. it does cause other items to break.</description>
		<content:encoded><![CDATA[<p>Hi, and thanks for visiting.</p>
<p>1) the 1st thing i see is that the function needs to start with activeInit  so your function could be called activeInitBlog()<br />
2) don&#8217;t use exit unless you really need to .. it does cause other items to break.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Module Config V2 by Hari K T</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/296-active-module-config-v2.html/comment-page-1#comment-378</link>
		<dc:creator>Hari K T</dc:creator>
		<pubDate>Sun, 22 Aug 2010 16:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=296#comment-378</guid>
		<description>Hi, I was playing around your module autoload . 
I need some help :( . 
Added in the application.ini ,  
&lt;code&gt; 
autoloadernamespaces[] = &quot;BinaryKitten&quot; 
&lt;/code&gt;

and loaded the plugin with the function
&lt;code&gt;

public function _initControllerPlugins()
{
    $plugin = Zend_Controller_Front::getInstance()-&gt;registerPlugin(
        new BinaryKitten_ModuleConfig()
    );
}
&lt;/code&gt;

Added in the default Bootstrap with 
&lt;code&gt;
public function blogInitFunction() {
        /* place code here */
        echo &quot; Here  &quot;;
        exit;
    }
&lt;/code&gt;

Added a ModuleName_Bootstrap which extends Zend Bootstrap module . But don&#039;t know why the echo is not coming , but getting 404 . 

Is there any thing I missed ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I was playing around your module autoload .<br />
I need some help <img src='http://binarykitten.me.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  .<br />
Added in the application.ini ,<br />
<code><br />
autoloadernamespaces[] = "BinaryKitten"<br />
</code></p>
<p>and loaded the plugin with the function<br />
<code></p>
<p>public function _initControllerPlugins()<br />
{<br />
    $plugin = Zend_Controller_Front::getInstance()-&gt;registerPlugin(<br />
        new BinaryKitten_ModuleConfig()<br />
    );<br />
}<br />
</code></p>
<p>Added in the default Bootstrap with<br />
<code><br />
public function blogInitFunction() {<br />
        /* place code here */<br />
        echo " Here  ";<br />
        exit;<br />
    }<br />
</code></p>
<p>Added a ModuleName_Bootstrap which extends Zend Bootstrap module . But don&#8217;t know why the echo is not coming , but getting 404 . </p>
<p>Is there any thing I missed ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery image Preloader Plus Callbacks by siconet</title>
		<link>http://binarykitten.me.uk/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-377</link>
		<dc:creator>siconet</dc:creator>
		<pubDate>Fri, 20 Aug 2010 09:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-377</guid>
		<description>I doen&#039;t get the Alert from the callback of preLoadAllImages (others are untested at the momen).

@Kryptic: thx, your solution worked!

thx for this good script!</description>
		<content:encoded><![CDATA[<p>I doen&#8217;t get the Alert from the callback of preLoadAllImages (others are untested at the momen).</p>
<p>@Kryptic: thx, your solution worked!</p>
<p>thx for this good script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery image Preloader Plus Callbacks by Gareth</title>
		<link>http://binarykitten.me.uk/dev/jq-plugins/107-jquery-image-preloader-plus-callbacks.html/comment-page-1#comment-375</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 13 Aug 2010 19:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=107#comment-375</guid>
		<description>@Riball I&#039;m having the same issue. I don&#039;t suppose you ever found a fix?</description>
		<content:encoded><![CDATA[<p>@Riball I&#8217;m having the same issue. I don&#8217;t suppose you ever found a fix?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Module Config V2 by Mdoular Configuration in Zend Framework &#124; Omercan Sebboy</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/296-active-module-config-v2.html/comment-page-1#comment-372</link>
		<dc:creator>Mdoular Configuration in Zend Framework &#124; Omercan Sebboy</dc:creator>
		<pubDate>Fri, 30 Jul 2010 05:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=296#comment-372</guid>
		<description>[...] are some ideas to overcome a part of this problem. One of them is the BinaryKitten&#8217;s Active Module Config: The way this works is that it scans the active modules bootstrap for functions starting with [...]</description>
		<content:encoded><![CDATA[<p>[...] are some ideas to overcome a part of this problem. One of them is the BinaryKitten&#8217;s Active Module Config: The way this works is that it scans the active modules bootstrap for functions starting with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Module Config V2 by BinaryKitten</title>
		<link>http://binarykitten.me.uk/dev/zend-framework/296-active-module-config-v2.html/comment-page-1#comment-360</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Wed, 30 Jun 2010 09:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.me.uk/?p=296#comment-360</guid>
		<description>Thanks for the comment, the idea for the plugin is to offer the same functionality as the _init functions inside the bootstrap. This should only happen the once as do the _init functions. If you want to change the code for your own use so that it does something differently, go right ahead.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment, the idea for the plugin is to offer the same functionality as the _init functions inside the bootstrap. This should only happen the once as do the _init functions. If you want to change the code for your own use so that it does something differently, go right ahead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
