<?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 Ben Snider</title>
	<atom:link href="http://www.bensnider.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bensnider.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 11 Jan 2010 21:35:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on This Is Not a &#124; by BenSnider</title>
		<link>http://www.bensnider.com/2009/09/28/this-is-not-a/comment-page-1/#comment-4950</link>
		<dc:creator>BenSnider</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bensnider.com/?p=82#comment-4950</guid>
		<description>Fixed. Forgot I shut down my other server... You won&#039;t get the joke anyway Ran. :)</description>
		<content:encoded><![CDATA[<p>Fixed. Forgot I shut down my other server&#8230; You won&#8217;t get the joke anyway Ran. <img src='http://www.bensnider.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically Import and Instantiate Python Classes by Michael Konietzny</title>
		<link>http://www.bensnider.com/2008/02/27/dynamically-import-and-instantiate-python-classes/comment-page-1/#comment-4939</link>
		<dc:creator>Michael Konietzny</dc:creator>
		<pubDate>Tue, 05 Jan 2010 11:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.bensnider.com/2008/02/27/dynamically-import-and-instantiate-python-classes/#comment-4939</guid>
		<description>Hey,

working very well. Thanks for fishing that peace of code out there :-)

Greetings,
Michael</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>working very well. Thanks for fishing that peace of code out there <img src='http://www.bensnider.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Greetings,<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex MenuItem Actions by asdasdas</title>
		<link>http://www.bensnider.com/2009/01/30/flex-menuitem-actions/comment-page-1/#comment-4841</link>
		<dc:creator>asdasdas</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bensnider.com/?p=38#comment-4841</guid>
		<description>asdasdaasdasdsadsa</description>
		<content:encoded><![CDATA[<p>asdasdaasdasdsadsa</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Copying a Flash MovieClip, or The Flash Holy Grail by Gb</title>
		<link>http://www.bensnider.com/2009/05/15/copying-a-flash-movieclip-or-the-flash-holy-grail/comment-page-1/#comment-4805</link>
		<dc:creator>Gb</dc:creator>
		<pubDate>Sat, 14 Nov 2009 10:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bensnider.com/?p=65#comment-4805</guid>
		<description>Hi there,

I am a Actionscript newbie this solution looks great ! 
but I am having difficulties getting it working.

Could you possibly if you have time post an example of it in use.
or zip example.

Thanks a lot .

Gb</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I am a Actionscript newbie this solution looks great !<br />
but I am having difficulties getting it working.</p>
<p>Could you possibly if you have time post an example of it in use.<br />
or zip example.</p>
<p>Thanks a lot .</p>
<p>Gb</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on This Is Not a &#124; by Ran</title>
		<link>http://www.bensnider.com/2009/09/28/this-is-not-a/comment-page-1/#comment-4794</link>
		<dc:creator>Ran</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bensnider.com/?p=82#comment-4794</guid>
		<description>DUDE!  This image is TOTALLY BROKEN!  I can&#039;t see the joke!  o_O</description>
		<content:encoded><![CDATA[<p>DUDE!  This image is TOTALLY BROKEN!  I can&#8217;t see the joke!  o_O</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Copying a Flash MovieClip, or The Flash Holy Grail by Gary Benade</title>
		<link>http://www.bensnider.com/2009/05/15/copying-a-flash-movieclip-or-the-flash-holy-grail/comment-page-1/#comment-3499</link>
		<dc:creator>Gary Benade</dc:creator>
		<pubDate>Sun, 19 Jul 2009 09:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bensnider.com/?p=65#comment-3499</guid>
		<description>Here&#039;s my version :)

public static function clearAllChildren(c:DisplayObjectContainer):void {
    while( c.numChildren &gt; 0)
        c.removeChildAt(0);
    }</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my version <img src='http://www.bensnider.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>public static function clearAllChildren(c:DisplayObjectContainer):void {<br />
    while( c.numChildren &gt; 0)<br />
        c.removeChildAt(0);<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Radio Buttons with CakePHP by dom</title>
		<link>http://www.bensnider.com/2008/06/17/using-radio-buttons-with-cakephp/comment-page-1/#comment-2773</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Mon, 22 Jun 2009 11:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.bensnider.com/2008/06/17/using-radio-buttons-with-cakephp/#comment-2773</guid>
		<description>think could be better to use
$this-&gt;Post-&gt;find(&#039;list&#039;,array(&#039;fields&#039; =&gt; array(&#039;id,&#039;title&#039;)))</description>
		<content:encoded><![CDATA[<p>think could be better to use<br />
$this-&gt;Post-&gt;find(&#8216;list&#8217;,array(&#8216;fields&#8217; =&gt; array(&#8216;id,&#8217;title&#8217;)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamically Import and Instantiate Python Classes by slumtrimpet</title>
		<link>http://www.bensnider.com/2008/02/27/dynamically-import-and-instantiate-python-classes/comment-page-1/#comment-2560</link>
		<dc:creator>slumtrimpet</dc:creator>
		<pubDate>Tue, 02 Jun 2009 15:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bensnider.com/2008/02/27/dynamically-import-and-instantiate-python-classes/#comment-2560</guid>
		<description>Awesome man, was looking for this for a while.</description>
		<content:encoded><![CDATA[<p>Awesome man, was looking for this for a while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlashDevelop Setter and Getter Snippets by Alex</title>
		<link>http://www.bensnider.com/2009/02/09/flashdevelop-setter-and-getter-snippets/comment-page-1/#comment-741</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 18 Mar 2009 13:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.bensnider.com/?p=48#comment-741</guid>
		<description>You can also highlight the variable name you&#039;d like a getter and/or setter for and press Ctrl + Shift + 1.  This will give you the choice of setter + getter or just one of the two.

I always prefix my private vars with an underscore and the getters/setters work perfectly well for variables like that, but I haven&#039;t tested on a var without the underscore.</description>
		<content:encoded><![CDATA[<p>You can also highlight the variable name you&#8217;d like a getter and/or setter for and press Ctrl + Shift + 1.  This will give you the choice of setter + getter or just one of the two.</p>
<p>I always prefix my private vars with an underscore and the getters/setters work perfectly well for variables like that, but I haven&#8217;t tested on a var without the underscore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePHP Lightbox Helper by elvy</title>
		<link>http://www.bensnider.com/2008/07/22/cakephp-lightbox-helper/comment-page-1/#comment-493</link>
		<dc:creator>elvy</dc:creator>
		<pubDate>Tue, 13 Jan 2009 20:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bensnider.com/2008/07/22/cakephp-lightbox-helper/#comment-493</guid>
		<description>Hi!
I have my lightbox setup and I&#039;m using your helper - 
I see all the js / css loading (through firebug) - 
but when I click on the image - I simply get forwarded to a page where only the image shows..(i.e. no pop-up/lightbox)

Any clues what this has to do with?

I use lightbox on non cakephp sites without a problem, and I see cakephp generating the same code - still not sure why it doesn&#039;t work..

thoughts?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I have my lightbox setup and I&#8217;m using your helper &#8211;<br />
I see all the js / css loading (through firebug) &#8211;<br />
but when I click on the image &#8211; I simply get forwarded to a page where only the image shows..(i.e. no pop-up/lightbox)</p>
<p>Any clues what this has to do with?</p>
<p>I use lightbox on non cakephp sites without a problem, and I see cakephp generating the same code &#8211; still not sure why it doesn&#8217;t work..</p>
<p>thoughts?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
