<?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 Farmdawg Nation</title>
	<atom:link href="http://farmdawgnation.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://farmdawgnation.com</link>
	<description>Tech Industry, Programming, and other stuff too.</description>
	<lastBuildDate>Thu, 29 Mar 2012 13:29:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Hexplanation Humpday: Software Patents by Matt Farmer</title>
		<link>http://farmdawgnation.com/2012/03/27/hexplanation-humpday-software-patents/#comment-4312</link>
		<dc:creator>Matt Farmer</dc:creator>
		<pubDate>Thu, 29 Mar 2012 13:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://farmdawgnation.com/?p=1208#comment-4312</guid>
		<description>Yeah, my concern of course is whether or not that pace will remain where it is now. I don&#039;t have anything remarkable I&#039;ve invented lately, but if I did I would be a bit wary to put it out there with all this going on.</description>
		<content:encoded><![CDATA[<p>Yeah, my concern of course is whether or not that pace will remain where it is now. I don&#8217;t have anything remarkable I&#8217;ve invented lately, but if I did I would be a bit wary to put it out there with all this going on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hexplanation Humpday: Software Patents by Mark</title>
		<link>http://farmdawgnation.com/2012/03/27/hexplanation-humpday-software-patents/#comment-4310</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 28 Mar 2012 21:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://farmdawgnation.com/?p=1208#comment-4310</guid>
		<description>Yeah, there are pretty much four outcomes from all of this:

1. Settlement.  Company A sues the pants off of Company B.  They settle, with Company B paying a licensing fee to Company A, but really the expense just gets passed on to the customer.  Then both companies continue business as usual.

2. Trivial Pursuit.  Company A sues the pants off of Company B.  They &lt;em&gt;don&#039;t&lt;/em&gt; settle, and Company B gets slapped with a fine for &quot;damages,&quot; but really the expense just gets passed on to the customer.  Then Company B makes some trivial change so it no longer infringes on the patent, and both companies continue business as usual.

3. Cold War.  Company A sues the pants off of Company B.  Company B sues the pants off of Company A.  They come to a mutual licensing agreement and continue business as usual.

4. Takeover.  Company A buys Company B.  A few CEOs at Company B get fired, and everyone continues business as usual.

In every case, nothing changes, the customer gets screwed, and innovation is stifled.  Even in spite of that, we are innovating at a breakneck pace, way ahead of what was expected when copyright and patent durations were defined.</description>
		<content:encoded><![CDATA[<p>Yeah, there are pretty much four outcomes from all of this:</p>
<p>1. Settlement.  Company A sues the pants off of Company B.  They settle, with Company B paying a licensing fee to Company A, but really the expense just gets passed on to the customer.  Then both companies continue business as usual.</p>
<p>2. Trivial Pursuit.  Company A sues the pants off of Company B.  They <em>don&#8217;t</em> settle, and Company B gets slapped with a fine for &#8220;damages,&#8221; but really the expense just gets passed on to the customer.  Then Company B makes some trivial change so it no longer infringes on the patent, and both companies continue business as usual.</p>
<p>3. Cold War.  Company A sues the pants off of Company B.  Company B sues the pants off of Company A.  They come to a mutual licensing agreement and continue business as usual.</p>
<p>4. Takeover.  Company A buys Company B.  A few CEOs at Company B get fired, and everyone continues business as usual.</p>
<p>In every case, nothing changes, the customer gets screwed, and innovation is stifled.  Even in spite of that, we are innovating at a breakneck pace, way ahead of what was expected when copyright and patent durations were defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype vs jQuery by Matt Farmer</title>
		<link>http://farmdawgnation.com/2011/08/21/prototype-vs-jquery/#comment-4175</link>
		<dc:creator>Matt Farmer</dc:creator>
		<pubDate>Wed, 22 Feb 2012 13:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://farmdawgnation.com/?p=1045#comment-4175</guid>
		<description>Hey Andrew,

So in re your point about asset pipelines. To the best of my knowledge that wasn&#039;t popularized until Rails 3, which came out a few days after this post was published. And I probably didn&#039;t hear about it for a few weeks after that because I was a PHP developer at the time. So, keep in mind that my words are bound by the day they were written.

In re the API docs, I appreciate that you have that opinion - but please do couple it with an argument supporting your claim instead of just bashing my opinion. I do disagree with you because I feel that the jQuery docs are concise and to the point, whereas the Prototype docs are not.

I disagree that anything more complex than event binding makes jQuery come out crappish. If you&#039;re a prototype developer, it&#039;s sure going to seem that way the first week you try it out. It did to me.

If you have problems with jQuery&#039;s iteration methods not being sufficient, I would suggest that you have some code you need to move to the server side of your web application, where how fast the code executes isn&#039;t bound by what browser the user is using. That said, I&#039;ve never found a need that jQuery couldn&#039;t meet in the last year or two I&#039;ve been using jQuery.

Emulation of class-based inheritance is, in my opinion, outside the scope of what jQuery is *supposed* to do. CoffeeScript is much better suited to that role.

The &quot;events eating errors&quot; issue is unfortunate. The issue can be avoided if you write code that doesn&#039;t have any errors in it. lol.

But seriously, during development if you have an error that&#039;s being eaten then you just need to drop a try { .. } catch {...} in the code and isolate the problem. If you&#039;re testing while you develop, which you should be, you won&#039;t end up with a needle in a haystack problem.</description>
		<content:encoded><![CDATA[<p>Hey Andrew,</p>
<p>So in re your point about asset pipelines. To the best of my knowledge that wasn&#8217;t popularized until Rails 3, which came out a few days after this post was published. And I probably didn&#8217;t hear about it for a few weeks after that because I was a PHP developer at the time. So, keep in mind that my words are bound by the day they were written.</p>
<p>In re the API docs, I appreciate that you have that opinion &#8211; but please do couple it with an argument supporting your claim instead of just bashing my opinion. I do disagree with you because I feel that the jQuery docs are concise and to the point, whereas the Prototype docs are not.</p>
<p>I disagree that anything more complex than event binding makes jQuery come out crappish. If you&#8217;re a prototype developer, it&#8217;s sure going to seem that way the first week you try it out. It did to me.</p>
<p>If you have problems with jQuery&#8217;s iteration methods not being sufficient, I would suggest that you have some code you need to move to the server side of your web application, where how fast the code executes isn&#8217;t bound by what browser the user is using. That said, I&#8217;ve never found a need that jQuery couldn&#8217;t meet in the last year or two I&#8217;ve been using jQuery.</p>
<p>Emulation of class-based inheritance is, in my opinion, outside the scope of what jQuery is *supposed* to do. CoffeeScript is much better suited to that role.</p>
<p>The &#8220;events eating errors&#8221; issue is unfortunate. The issue can be avoided if you write code that doesn&#8217;t have any errors in it. lol.</p>
<p>But seriously, during development if you have an error that&#8217;s being eaten then you just need to drop a try { .. } catch {&#8230;} in the code and isolate the problem. If you&#8217;re testing while you develop, which you should be, you won&#8217;t end up with a needle in a haystack problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Prototype vs jQuery by andrew</title>
		<link>http://farmdawgnation.com/2011/08/21/prototype-vs-jquery/#comment-4174</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Wed, 22 Feb 2012 13:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://farmdawgnation.com/?p=1045#comment-4174</guid>
		<description>why the heck is their official distribution fully formatted by default to begin with?

because
1. it is very easy to preprocess the code with the compressor/obfuscator of your choise.
2. nowadays major web-frameworks have pluggable (or even installed by default - rails 3.1) assets-processing pipeline, which may break if your js is already compressed.

but I’ve always hated their API docs. ha

in comparsion with prototype docs jquery doesn&#039;t have docs at all, just a bunch of pages with poor explanation of methods for all versions altogether.

when you write things more complex than kindof bind(&#039;click&#039;, function(){$(&#039;#my_div&#039;).hide()}) you understand jQuery is definitely crappish.

if you write good code sticking to oop pattern, you don&#039;t need 99% of jquery at all, maybe just its dom cross-browser dom-manipulation and ajax abstraction.
But when it comes to complex iteration methods or associative arrays or emulation of class-based inheritance, what has jquery to offer?

read more about your favorite library: http://dean.edwards.name/weblog/2009/03/callbacks-vs-events/
=)</description>
		<content:encoded><![CDATA[<p>why the heck is their official distribution fully formatted by default to begin with?</p>
<p>because<br />
1. it is very easy to preprocess the code with the compressor/obfuscator of your choise.<br />
2. nowadays major web-frameworks have pluggable (or even installed by default &#8211; rails 3.1) assets-processing pipeline, which may break if your js is already compressed.</p>
<p>but I’ve always hated their API docs. ha</p>
<p>in comparsion with prototype docs jquery doesn&#8217;t have docs at all, just a bunch of pages with poor explanation of methods for all versions altogether.</p>
<p>when you write things more complex than kindof bind(&#8216;click&#8217;, function(){$(&#8216;#my_div&#8217;).hide()}) you understand jQuery is definitely crappish.</p>
<p>if you write good code sticking to oop pattern, you don&#8217;t need 99% of jquery at all, maybe just its dom cross-browser dom-manipulation and ajax abstraction.<br />
But when it comes to complex iteration methods or associative arrays or emulation of class-based inheritance, what has jquery to offer?</p>
<p>read more about your favorite library: <a href="http://dean.edwards.name/weblog/2009/03/callbacks-vs-events/" rel="nofollow">http://dean.edwards.name/weblog/2009/03/callbacks-vs-events/</a><br />
=)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wyerd no wantchu 2 sp3ll rite? by weepepupt</title>
		<link>http://farmdawgnation.com/2012/02/08/wyerd-no-wantchu-2-sp3ll-rite/#comment-4153</link>
		<dc:creator>weepepupt</dc:creator>
		<pubDate>Thu, 16 Feb 2012 09:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://farmdawgnation.com/?p=1184#comment-4153</guid>
		<description>Occasionally known as AR North Encounter coating or anti-glare, it can be a microscopically thin layered that eliminates reflections from the front and back of your lens.Breathtakingly lovely at one moment and profoundly enigmatic at the other, the French capital delivers unforgettable experiences.   
 aI told him today, I know nothinga¡¯s going to bring that back, man, but at least wea¡¯ll try to make you at least smile today,a Billups said.
 When the North Face coating is utilized, it can broaden and agreement up to 600%.
 When we describe other individuals, we practically usually comment on how they odor.Burberry, the brand name is also common for other items like designer bags, garments trends and the popular plaid designs, intended by the firm.</description>
		<content:encoded><![CDATA[<p>Occasionally known as AR North Encounter coating or anti-glare, it can be a microscopically thin layered that eliminates reflections from the front and back of your lens.Breathtakingly lovely at one moment and profoundly enigmatic at the other, the French capital delivers unforgettable experiences.<br />
 aI told him today, I know nothinga¡¯s going to bring that back, man, but at least wea¡¯ll try to make you at least smile today,a Billups said.<br />
 When the North Face coating is utilized, it can broaden and agreement up to 600%.<br />
 When we describe other individuals, we practically usually comment on how they odor.Burberry, the brand name is also common for other items like designer bags, garments trends and the popular plaid designs, intended by the firm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPIG by PLUGGIN PARA WORDPRESS &#171; Step by Step</title>
		<link>http://farmdawgnation.com/projects/wpig/#comment-4126</link>
		<dc:creator>PLUGGIN PARA WORDPRESS &#171; Step by Step</dc:creator>
		<pubDate>Wed, 08 Feb 2012 11:45:50 +0000</pubDate>
		<guid isPermaLink="false">http://farmdawgnation.com/#comment-4126</guid>
		<description>[...] WP Image Gallery – Crea fotogalerías dentro de entradas o páginas de tu blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] WP Image Gallery – Crea fotogalerías dentro de entradas o páginas de tu blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Big plans for Windows 8 on mobile? by Mark</title>
		<link>http://farmdawgnation.com/2012/01/21/big-plans-for-windows-8-on-mobile/#comment-4068</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 25 Jan 2012 03:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://farmdawgnation.com/?p=1179#comment-4068</guid>
		<description>It&#039;s the sincerest form of flattery. :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s the sincerest form of flattery. <img src='http://farmdawgnation.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Big plans for Windows 8 on mobile? by Matt Farmer</title>
		<link>http://farmdawgnation.com/2012/01/21/big-plans-for-windows-8-on-mobile/#comment-4057</link>
		<dc:creator>Matt Farmer</dc:creator>
		<pubDate>Sat, 21 Jan 2012 19:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://farmdawgnation.com/?p=1179#comment-4057</guid>
		<description>And all the pieces start falling into place. Interesting. I haven&#039;t been keeping up with Windows news as of late. Thanks for filling me in on what I&#039;ve been missing Mark!</description>
		<content:encoded><![CDATA[<p>And all the pieces start falling into place. Interesting. I haven&#8217;t been keeping up with Windows news as of late. Thanks for filling me in on what I&#8217;ve been missing Mark!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Big plans for Windows 8 on mobile? by Mark</title>
		<link>http://farmdawgnation.com/2012/01/21/big-plans-for-windows-8-on-mobile/#comment-4056</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 21 Jan 2012 19:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://farmdawgnation.com/?p=1179#comment-4056</guid>
		<description>&quot;It’s not like they have an equivalent of Apple’s App Store that gives them continuous revenue.&quot;

&lt;a href=&quot;http://arstechnica.com/microsoft/news/2011/12/win-8-app-store-revealed-more-money-for-devs-beta-in-late-february.ars&quot; rel=&quot;nofollow&quot;&gt;They&lt;/a&gt; &lt;a href=&quot;http://arstechnica.com/microsoft/news/2012/01/microsoft-gives-a-glimpse-of-the-windows-8-store-experience.ars&quot; rel=&quot;nofollow&quot;&gt;will&lt;/a&gt; in Windows 8.

&quot;It is reasonable to suspect that the next step in that endeavour is unifying their mobile and desktop Operating Systems...&quot;

Have you seen the new &lt;a href=&quot;http://arstechnica.com/microsoft/news/2011/09/hands-on-with-windows-8-a-pc-operating-system-for-the-tablet-age.ars&quot; rel=&quot;nofollow&quot;&gt;Start&lt;/a&gt; &lt;a href=&quot;http://arstechnica.com/microsoft/news/2011/10/microsoft-works-to-win-desktop-users-over-to-the-start-screen.ars&quot; rel=&quot;nofollow&quot;&gt;Screen&lt;/a&gt; in Windows 8?  It&#039;s Windows Phone 7 with more tiles.

They&#039;re pushing Metro pretty hard on the desktop, going so far as to separate it from the traditional windowed apps.  It&#039;s even possible that &lt;a href=&quot;http://arstechnica.com/microsoft/news/2011/12/why-microsoft-should-and-shouldnt-support-the-legacy-windows-desktop-on-arm.ars&quot; rel=&quot;nofollow&quot;&gt;Windows on ARM won&#039;t support legacy Windows software&lt;/a&gt;.  Think about that.  Metro apps are all full-screen, meaning the Windows operating system wouldn&#039;t have any windows.</description>
		<content:encoded><![CDATA[<p>&#8220;It’s not like they have an equivalent of Apple’s App Store that gives them continuous revenue.&#8221;</p>
<p><a href="http://arstechnica.com/microsoft/news/2011/12/win-8-app-store-revealed-more-money-for-devs-beta-in-late-february.ars" rel="nofollow">They</a> <a href="http://arstechnica.com/microsoft/news/2012/01/microsoft-gives-a-glimpse-of-the-windows-8-store-experience.ars" rel="nofollow">will</a> in Windows 8.</p>
<p>&#8220;It is reasonable to suspect that the next step in that endeavour is unifying their mobile and desktop Operating Systems&#8230;&#8221;</p>
<p>Have you seen the new <a href="http://arstechnica.com/microsoft/news/2011/09/hands-on-with-windows-8-a-pc-operating-system-for-the-tablet-age.ars" rel="nofollow">Start</a> <a href="http://arstechnica.com/microsoft/news/2011/10/microsoft-works-to-win-desktop-users-over-to-the-start-screen.ars" rel="nofollow">Screen</a> in Windows 8?  It&#8217;s Windows Phone 7 with more tiles.</p>
<p>They&#8217;re pushing Metro pretty hard on the desktop, going so far as to separate it from the traditional windowed apps.  It&#8217;s even possible that <a href="http://arstechnica.com/microsoft/news/2011/12/why-microsoft-should-and-shouldnt-support-the-legacy-windows-desktop-on-arm.ars" rel="nofollow">Windows on ARM won&#8217;t support legacy Windows software</a>.  Think about that.  Metro apps are all full-screen, meaning the Windows operating system wouldn&#8217;t have any windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WPIG by 50 plugins para manejar el multimedia en WordPress &#124; La Revista Mundial</title>
		<link>http://farmdawgnation.com/projects/wpig/#comment-4004</link>
		<dc:creator>50 plugins para manejar el multimedia en WordPress &#124; La Revista Mundial</dc:creator>
		<pubDate>Wed, 04 Jan 2012 01:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://farmdawgnation.com/#comment-4004</guid>
		<description>[...] WP Image Gallery – Crea fotogalerías dentro de entradas o páginas de tu blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] WP Image Gallery – Crea fotogalerías dentro de entradas o páginas de tu blog. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

