<?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 Baron Knoxburry</title>
	<atom:link href="http://b-knox.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://b-knox.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 21 Jun 2010 01:55:06 +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 Expert Bit Twiddlers : 8bit Aphex Twin tribute compilation released by zeekay</title>
		<link>http://b-knox.com/222/expert-bit-twiddlers-8bit-aphex-twin-tribute-compilation-released/comment-page-1/#comment-284</link>
		<dc:creator>zeekay</dc:creator>
		<pubDate>Mon, 21 Jun 2010 01:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://b-knox.com/?p=222#comment-284</guid>
		<description>delightful and lovely. i always find it weird when people go nuts about authenticity...it IS about the sound, and hell aphex was as experimental and crazy as anyone in the game has ever been. nice remix :D</description>
		<content:encoded><![CDATA[<p>delightful and lovely. i always find it weird when people go nuts about authenticity&#8230;it IS about the sound, and hell aphex was as experimental and crazy as anyone in the game has ever been. nice remix :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expert Bit Twiddlers : 8bit Aphex Twin tribute compilation released by joey s</title>
		<link>http://b-knox.com/222/expert-bit-twiddlers-8bit-aphex-twin-tribute-compilation-released/comment-page-1/#comment-218</link>
		<dc:creator>joey s</dc:creator>
		<pubDate>Sun, 06 Jun 2010 00:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://b-knox.com/?p=222#comment-218</guid>
		<description>good remix!</description>
		<content:encoded><![CDATA[<p>good remix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detect an Empty Set in jQuery by b-knox</title>
		<link>http://b-knox.com/181/detect-an-empty-set-in-jquery/comment-page-1/#comment-86</link>
		<dc:creator>b-knox</dc:creator>
		<pubDate>Fri, 30 Apr 2010 18:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://b-knox.com/?p=181#comment-86</guid>
		<description>geez... I also just found jQuery.isEmptyObject()!!  So...

if ($(&#039;.none&#039;).isEmptyObject()) { }

...should also work.  :/

.

...and another one - this time without using a function...

obj = $(&#039;.none&#039;);
if (!obj[0]) { }

this looks for a first item in the object, if none found run the code, again untested  :P

...</description>
		<content:encoded><![CDATA[<p>geez&#8230; I also just found jQuery.isEmptyObject()!!  So&#8230;</p>
<p>if ($(&#8216;.none&#8217;).isEmptyObject()) { }</p>
<p>&#8230;should also work.  :/</p>
<p>.</p>
<p>&#8230;and another one &#8211; this time without using a function&#8230;</p>
<p>obj = $(&#8216;.none&#8217;);<br />
if (!obj[0]) { }</p>
<p>this looks for a first item in the object, if none found run the code, again untested  :P</p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detect an Empty Set in jQuery by b-knox</title>
		<link>http://b-knox.com/181/detect-an-empty-set-in-jquery/comment-page-1/#comment-66</link>
		<dc:creator>b-knox</dc:creator>
		<pubDate>Sun, 25 Apr 2010 23:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://b-knox.com/?p=181#comment-66</guid>
		<description>Perhaps you meant 

if (!$(&#039;.none&#039;).length) { }

because .length returns the number of elements in a set and I only want the code in brackets to run if the set is empty.  What you proposed would do the opposite.  But if you hate the &#039;==&#039; so much you can optimize out a few characters with the ! operand.</description>
		<content:encoded><![CDATA[<p>Perhaps you meant </p>
<p>if (!$(&#8216;.none&#8217;).length) { }</p>
<p>because .length returns the number of elements in a set and I only want the code in brackets to run if the set is empty.  What you proposed would do the opposite.  But if you hate the &#8216;==&#8217; so much you can optimize out a few characters with the ! operand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detect an Empty Set in jQuery by Alex Sexton</title>
		<link>http://b-knox.com/181/detect-an-empty-set-in-jquery/comment-page-1/#comment-65</link>
		<dc:creator>Alex Sexton</dc:creator>
		<pubDate>Sun, 25 Apr 2010 23:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://b-knox.com/?p=181#comment-65</guid>
		<description>In your check, you can leave out the `==`.

if ($(&#039;.none&#039;).length) {
   ...
}

would have the same outcome.</description>
		<content:encoded><![CDATA[<p>In your check, you can leave out the `==`.</p>
<p>if ($(&#8216;.none&#8217;).length) {<br />
   &#8230;<br />
}</p>
<p>would have the same outcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Detect an Empty Set in jQuery by Detect an Empty Set in jQuery « Baron Knoxburry &#124; Source code bank</title>
		<link>http://b-knox.com/181/detect-an-empty-set-in-jquery/comment-page-1/#comment-64</link>
		<dc:creator>Detect an Empty Set in jQuery « Baron Knoxburry &#124; Source code bank</dc:creator>
		<pubDate>Sun, 25 Apr 2010 01:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://b-knox.com/?p=181#comment-64</guid>
		<description>[...] here to read the rest: Detect an Empty Set in jQuery « Baron Knoxburry       If you enjoyed this article please consider sharing [...]</description>
		<content:encoded><![CDATA[<p>[...] here to read the rest: Detect an Empty Set in jQuery « Baron Knoxburry       If you enjoyed this article please consider sharing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LOBLAST &#8211; Developing a Regular Event in Ann Arbor by TRUE CHIP TILL DEATH &#8226; TCTD Links for 2010-04-22</title>
		<link>http://b-knox.com/155/loblast-developing-a-regular-event-in-ann-arbor/comment-page-1/#comment-57</link>
		<dc:creator>TRUE CHIP TILL DEATH &#8226; TCTD Links for 2010-04-22</dc:creator>
		<pubDate>Fri, 23 Apr 2010 00:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://b-knox.com/?p=155#comment-57</guid>
		<description>[...] power of monthlys: http://b-knox.com/155/loblast-developing-a-regular-event-in-ann-arbor/ 2 hrs [...]</description>
		<content:encoded><![CDATA[<p>[...] power of monthlys: <a href="http://b-knox.com/155/loblast-developing-a-regular-event-in-ann-arbor/" rel="nofollow">http://b-knox.com/155/loblast-developing-a-regular-event-in-ann-arbor/</a> 2 hrs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on April Fools&#8217; Pranks with Javascript and jQuery by 1. April za geekove i programere &#171; 3kolone &#124; surfing daily &#38; making web &#124; izrada web i Facebook stranica &#124; Twitter tema</title>
		<link>http://b-knox.com/127/april-fools-pranks-with-javascript-and-jquery/comment-page-1/#comment-16</link>
		<dc:creator>1. April za geekove i programere &#171; 3kolone &#124; surfing daily &#38; making web &#124; izrada web i Facebook stranica &#124; Twitter tema</dc:creator>
		<pubDate>Thu, 01 Apr 2010 08:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://b-knox.com/?p=127#comment-16</guid>
		<description>[...] Zato ako se imalo razumijete u web programiranje, Javascript ili jQuery evo odličnog članka April Fools’ Pranks with Javascript and jQuery s primjerima koda. Ili možda nekome srušite IE (to barem nije teško, pa čak i ako niste geek) [...]</description>
		<content:encoded><![CDATA[<p>[...] Zato ako se imalo razumijete u web programiranje, Javascript ili jQuery evo odličnog članka April Fools’ Pranks with Javascript and jQuery s primjerima koda. Ili možda nekome srušite IE (to barem nije teško, pa čak i ako niste geek) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LSDJ Kick Drum on Pulse, Wave and/or Noise Channels by b-knox</title>
		<link>http://b-knox.com/43/lsdj-kick-drum-on-pulse-wave-andor-noise-channels/comment-page-1/#comment-4</link>
		<dc:creator>b-knox</dc:creator>
		<pubDate>Tue, 16 Mar 2010 18:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://b-knox.com/?p=43#comment-4</guid>
		<description>Oh, I found Sabrepulse&#039;s tutorial with a chunk about using a table with the either pulse channel for a similar effect &#8212;
http://8bitcollective.com/wiki/index.php/LSDJ_Tutorial_by_Sabrepulse#Kick_Drum</description>
		<content:encoded><![CDATA[<p>Oh, I found Sabrepulse&#8217;s tutorial with a chunk about using a table with the either pulse channel for a similar effect &mdash;<br />
<a href="http://8bitcollective.com/wiki/index.php/LSDJ_Tutorial_by_Sabrepulse#Kick_Drum" rel="nofollow">http://8bitcollective.com/wiki/index.php/LSDJ_Tutorial_by_Sabrepulse#Kick_Drum</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LSDJ Kick Drum on Pulse, Wave and/or Noise Channels by arlen</title>
		<link>http://b-knox.com/43/lsdj-kick-drum-on-pulse-wave-andor-noise-channels/comment-page-1/#comment-3</link>
		<dc:creator>arlen</dc:creator>
		<pubDate>Tue, 16 Mar 2010 01:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://b-knox.com/?p=43#comment-3</guid>
		<description>you dont know how to make kick drums on the gameboy.</description>
		<content:encoded><![CDATA[<p>you dont know how to make kick drums on the gameboy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
