<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Chris Tierney</title>
	<atom:link href="http://christierney.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://christierney.com</link>
	<description>ColdFusion, jQuery and other stuff...</description>
	<lastBuildDate>Thu, 17 May 2012 15:14:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on SSIS Import/Export Wizard: &#8220;Unexpected Unrecoverable Error&#8221; by giuseppe</title>
		<link>http://christierney.com/2011/06/13/ssis-importexport-wizard-unexpected-unrecoverable-error/#comment-492</link>
		<dc:creator><![CDATA[giuseppe]]></dc:creator>
		<pubDate>Thu, 17 May 2012 15:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://christierney.com/?p=474#comment-492</guid>
		<description><![CDATA[thank you i had a lot of problems because this shit wasn&#039;t working]]></description>
		<content:encoded><![CDATA[<p>thank you i had a lot of problems because this shit wasn&#8217;t working</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Select All Checkboxes by Michael Zock</title>
		<link>http://christierney.com/2012/02/16/jquery-select-all-checkboxes/#comment-490</link>
		<dc:creator><![CDATA[Michael Zock]]></dc:creator>
		<pubDate>Mon, 14 May 2012 16:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://christierney.com/?p=648#comment-490</guid>
		<description><![CDATA[That&#039;s certainly a valid solution. 

On second thought, I would&#039;ve chosen something that&#039;s a bit more verbose, but easier to maintain: http://jsfiddle.net/J4kJy/

Of course, this could easily be rewritten to use on() instead, in order to allow for dynamically added checkboxes.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s certainly a valid solution. </p>
<p>On second thought, I would&#8217;ve chosen something that&#8217;s a bit more verbose, but easier to maintain: <a href="http://jsfiddle.net/J4kJy/" rel="nofollow">http://jsfiddle.net/J4kJy/</a></p>
<p>Of course, this could easily be rewritten to use on() instead, in order to allow for dynamically added checkboxes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Select All Checkboxes by Mitch McKenzie</title>
		<link>http://christierney.com/2012/02/16/jquery-select-all-checkboxes/#comment-488</link>
		<dc:creator><![CDATA[Mitch McKenzie]]></dc:creator>
		<pubDate>Mon, 14 May 2012 02:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://christierney.com/?p=648#comment-488</guid>
		<description><![CDATA[This should work using $.each (pardon the formatting):	

$(function() {
				
	$(&#039;.selAllChksInGroup&#039;).on(&quot;click&quot;, 
				
		function(){
						
			$(this).siblings(&quot;:checkbox&quot;).each(function(){	

$(this).prop(&quot;checked&quot;,$(this).siblings(&quot;:first&quot;).prop(&quot;checked&quot;));

		});
	});
});]]></description>
		<content:encoded><![CDATA[<p>This should work using $.each (pardon the formatting):	</p>
<p>$(function() {</p>
<p>	$(&#8216;.selAllChksInGroup&#8217;).on(&#8220;click&#8221;, </p>
<p>		function(){</p>
<p>			$(this).siblings(&#8220;:checkbox&#8221;).each(function(){	</p>
<p>$(this).prop(&#8220;checked&#8221;,$(this).siblings(&#8220;:first&#8221;).prop(&#8220;checked&#8221;));</p>
<p>		});<br />
	});<br />
});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Returning Distinct ColdFusion Entities by Chris</title>
		<link>http://christierney.com/2012/04/30/returning-distinct-coldfusion-entities/#comment-482</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Tue, 01 May 2012 18:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://christierney.com/?p=700#comment-482</guid>
		<description><![CDATA[Yeah, I knew that. Just didn&#039;t research why it returned an array of array instead of just array.]]></description>
		<content:encoded><![CDATA[<p>Yeah, I knew that. Just didn&#8217;t research why it returned an array of array instead of just array.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Returning Distinct ColdFusion Entities by samfarmer</title>
		<link>http://christierney.com/2012/04/30/returning-distinct-coldfusion-entities/#comment-481</link>
		<dc:creator><![CDATA[samfarmer]]></dc:creator>
		<pubDate>Tue, 01 May 2012 13:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://christierney.com/?p=700#comment-481</guid>
		<description><![CDATA[Fetch instructs Hibernate to go get all records right now instead of waiting until a record is requested.]]></description>
		<content:encoded><![CDATA[<p>Fetch instructs Hibernate to go get all records right now instead of waiting until a record is requested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe Flex Builder 3 Download by Menaka</title>
		<link>http://christierney.com/2011/11/09/adobe-flex-builder-3-download/#comment-480</link>
		<dc:creator><![CDATA[Menaka]]></dc:creator>
		<pubDate>Thu, 26 Apr 2012 13:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://christierney.com/?p=549#comment-480</guid>
		<description><![CDATA[Excellent job, thanks a lot :)]]></description>
		<content:encoded><![CDATA[<p>Excellent job, thanks a lot <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Returning IDENTITY ID via ColdFusion 9&#8242;s CFQuery by Chris</title>
		<link>http://christierney.com/2011/02/16/returning-identity-id-via-coldfusion-9s-cfquery/#comment-479</link>
		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Tue, 24 Apr 2012 22:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://christierney.wordpress.com/?p=275#comment-479</guid>
		<description><![CDATA[LindaKhuu what does your query look like including the cfquery tags?]]></description>
		<content:encoded><![CDATA[<p>LindaKhuu what does your query look like including the cfquery tags?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Returning IDENTITY ID via ColdFusion 9&#8242;s CFQuery by LindaKhuu</title>
		<link>http://christierney.com/2011/02/16/returning-identity-id-via-coldfusion-9s-cfquery/#comment-478</link>
		<dc:creator><![CDATA[LindaKhuu]]></dc:creator>
		<pubDate>Tue, 24 Apr 2012 21:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://christierney.wordpress.com/?p=275#comment-478</guid>
		<description><![CDATA[I am using ColdFusion 9 but I am unable to get the generatedkey value.  I checked the Result struct but there is no such property.   Any help would be greatly appreciated.]]></description>
		<content:encoded><![CDATA[<p>I am using ColdFusion 9 but I am unable to get the generatedkey value.  I checked the Result struct but there is no such property.   Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Galleriffic Plugin History Update by richt48</title>
		<link>http://christierney.com/2011/12/15/jquery-galleriffic-plugin-history-update/#comment-477</link>
		<dc:creator><![CDATA[richt48]]></dc:creator>
		<pubDate>Tue, 17 Apr 2012 09:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://christierney.com/?p=591#comment-477</guid>
		<description><![CDATA[Hi, this doesn&#039;t appear to work for me. I&#039;ve changed the code in my HTML page and in jquery.galleriffic.js but what happens is I lose the main gallery image and get errors thrown up in the IE console referring to the history.init function. I&#039;ve put my code back to how it was now so can&#039;t post the exact error unfortunately. Any ideas why this isn&#039;t working for me? Thanks in advance, Rich]]></description>
		<content:encoded><![CDATA[<p>Hi, this doesn&#8217;t appear to work for me. I&#8217;ve changed the code in my HTML page and in jquery.galleriffic.js but what happens is I lose the main gallery image and get errors thrown up in the IE console referring to the history.init function. I&#8217;ve put my code back to how it was now so can&#8217;t post the exact error unfortunately. Any ideas why this isn&#8217;t working for me? Thanks in advance, Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ColdFusion 9 Query of Query In CFScript by ericdpierce</title>
		<link>http://christierney.com/2011/02/22/coldfusion-9-query-of-query-in-cfscript/#comment-476</link>
		<dc:creator><![CDATA[ericdpierce]]></dc:creator>
		<pubDate>Sun, 15 Apr 2012 05:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://christierney.wordpress.com/?p=294#comment-476</guid>
		<description><![CDATA[Just what I needed.

Thanks, Chris!]]></description>
		<content:encoded><![CDATA[<p>Just what I needed.</p>
<p>Thanks, Chris!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

