<?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 Club AJAX – Dallas Ft. Worth Area AJAX Users Group covering: AJAX, JavaScript, HTML, CSS, and Design</title>
	<atom:link href="http://clubajax.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://clubajax.org</link>
	<description>Dallas Ft. Worth Area AJAX Users Group covering: AJAX, JavaScript, HTML, CSS, and Design</description>
	<lastBuildDate>Tue, 08 May 2012 14:25:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on The Great Semicolon Debate by Mike Wilcox</title>
		<link>http://clubajax.org/presentations/the-great-semicolon-debate/comment-page-1/#comment-19439</link>
		<dc:creator>Mike Wilcox</dc:creator>
		<pubDate>Tue, 08 May 2012 14:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://clubajax.org/?page_id=1998#comment-19439</guid>
		<description>I think you completely missed the point.</description>
		<content:encoded><![CDATA[<p>I think you completely missed the point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Great Semicolon Debate by TheIrishman</title>
		<link>http://clubajax.org/presentations/the-great-semicolon-debate/comment-page-1/#comment-19416</link>
		<dc:creator>TheIrishman</dc:creator>
		<pubDate>Tue, 08 May 2012 01:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://clubajax.org/?page_id=1998#comment-19416</guid>
		<description>TheIrishman&#039;s definitive guide to semi-colon exclusion: &quot;Including semi-colons is not good programming practice! You should get in the habit of refusing them!

Brendan Eich designed ***new line terminators*** quite consciously, and they will not break even in strict mode (**I** have tested that)

===============

So, even Mr Flanagan accepts that ASI works! And is consistent! So, why are you still stuffing in *dumb* bloody semi colons for no reason?????

Oh, I know, to make your code look really, really ugly. OK, got it now! Now I *understand*. 

LMAO!</description>
		<content:encoded><![CDATA[<p>TheIrishman&#8217;s definitive guide to semi-colon exclusion: &#8220;Including semi-colons is not good programming practice! You should get in the habit of refusing them!</p>
<p>Brendan Eich designed ***new line terminators*** quite consciously, and they will not break even in strict mode (**I** have tested that)</p>
<p>===============</p>
<p>So, even Mr Flanagan accepts that ASI works! And is consistent! So, why are you still stuffing in *dumb* bloody semi colons for no reason?????</p>
<p>Oh, I know, to make your code look really, really ugly. OK, got it now! Now I *understand*. </p>
<p>LMAO!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Great Semicolon Debate by TheIrishman</title>
		<link>http://clubajax.org/presentations/the-great-semicolon-debate/comment-page-1/#comment-19412</link>
		<dc:creator>TheIrishman</dc:creator>
		<pubDate>Tue, 08 May 2012 00:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://clubajax.org/?page_id=1998#comment-19412</guid>
		<description>Arrgghh!!!!

JSLint is for whiney, silly, little girls! &#039;Girls&#039; who eat &#039;quiche!, ISO coding! (My name is Mr. D. Crockford! and I am a crock of ...., fill in the blank!?!)

Sorry, but real programmers eat a *full* Irish breakfast!

And then belch!

So, sod off to all the quiche eating, Nazi loving, Yankee-ass kissing, weak willed, surrender monkeys!

TheIrishman says that he agrees when Frankie says, &quot;Grow the f*ck up!&quot; ;-)))))))))</description>
		<content:encoded><![CDATA[<p>Arrgghh!!!!</p>
<p>JSLint is for whiney, silly, little girls! &#8216;Girls&#8217; who eat &#8216;quiche!, ISO coding! (My name is Mr. D. Crockford! and I am a crock of &#8230;., fill in the blank!?!)</p>
<p>Sorry, but real programmers eat a *full* Irish breakfast!</p>
<p>And then belch!</p>
<p>So, sod off to all the quiche eating, Nazi loving, Yankee-ass kissing, weak willed, surrender monkeys!</p>
<p>TheIrishman says that he agrees when Frankie says, &#8220;Grow the f*ck up!&#8221; ;-)))))))))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Great Semicolon Debate by TheIrishman</title>
		<link>http://clubajax.org/presentations/the-great-semicolon-debate/comment-page-1/#comment-19407</link>
		<dc:creator>TheIrishman</dc:creator>
		<pubDate>Tue, 08 May 2012 00:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://clubajax.org/?page_id=1998#comment-19407</guid>
		<description>No! No! No!

They are NOT required in CSS. They are ONLY needed BETWEEN css statements:

&quot;color:#ffaa00&quot; is ok. And no semi-colon in sight!?!

&quot;color:#ffaa00; position: absolute&quot; With a semi colon BETWEEN css terms! That IS required!

var, return, break, and continue DO NOT require semi colons in ASI! WTF? Sorry dude, but have you EVER coded JS???

These are ALL good!

if(a==b) return

for(i=0;i&lt;10;i++)
  {
    if(i==2) return
  }

var i=0, j=1, k=2

AND NO semi (bloody) semi-colons! (except inside the &#039;for&#039; def!)

Dude!!! where do you get your info from!!!!

Semis are ONLY ***EVER*** required in JS in a for loop def &quot;for(...,:...;...) 

And (Sorry!!!), but for me, this is the ***ONLY*** place they should be used!!!!!!!

Leave semis for this!

And for every other use, use a bloody CR/LF. Code for readability, and leave the code nazis to w*nk over their &quot;limp biscuit&quot;!!!

God, do I hate dudes that do not know their arse from their elbow.

The( very irate )Irishman</description>
		<content:encoded><![CDATA[<p>No! No! No!</p>
<p>They are NOT required in CSS. They are ONLY needed BETWEEN css statements:</p>
<p>&#8220;color:#ffaa00&#8243; is ok. And no semi-colon in sight!?!</p>
<p>&#8220;color:#ffaa00; position: absolute&#8221; With a semi colon BETWEEN css terms! That IS required!</p>
<p>var, return, break, and continue DO NOT require semi colons in ASI! WTF? Sorry dude, but have you EVER coded JS???</p>
<p>These are ALL good!</p>
<p>if(a==b) return</p>
<p>for(i=0;i&lt;10;i++)<br />
  {<br />
    if(i==2) return<br />
  }</p>
<p>var i=0, j=1, k=2</p>
<p>AND NO semi (bloody) semi-colons! (except inside the &#039;for&#039; def!)</p>
<p>Dude!!! where do you get your info from!!!!</p>
<p>Semis are ONLY ***EVER*** required in JS in a for loop def &quot;for(&#8230;,:&#8230;;&#8230;) </p>
<p>And (Sorry!!!), but for me, this is the ***ONLY*** place they should be used!!!!!!!</p>
<p>Leave semis for this!</p>
<p>And for every other use, use a bloody CR/LF. Code for readability, and leave the code nazis to w*nk over their &quot;limp biscuit&quot;!!!</p>
<p>God, do I hate dudes that do not know their arse from their elbow.</p>
<p>The( very irate )Irishman</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OOP, AOP, and JavaScript by Roger</title>
		<link>http://clubajax.org/meetings/oop-aop-and-javascript/comment-page-1/#comment-19046</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Tue, 01 May 2012 14:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://clubajax.org/?page_id=1992#comment-19046</guid>
		<description>I really hope the slides will be made available, as I am from out of state (Massachusetts).
I really do enjoy your site.</description>
		<content:encoded><![CDATA[<p>I really hope the slides will be made available, as I am from out of state (Massachusetts).<br />
I really do enjoy your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5: Undocumented IE6 Mode by April Fools' Day 2012: recopilatorio de bromas "developeras"</title>
		<link>http://clubajax.org/html5-undocumented-ie6-mode/comment-page-1/#comment-18365</link>
		<dc:creator>April Fools' Day 2012: recopilatorio de bromas "developeras"</dc:creator>
		<pubDate>Mon, 23 Apr 2012 00:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://clubajax.org/?p=1944#comment-18365</guid>
		<description>[...] Club Ajax nos descubre un huevo de pascua que hace funcionar HTML5 en IE6. [...]</description>
		<content:encoded><![CDATA[<p>[...] Club Ajax nos descubre un huevo de pascua que hace funcionar HTML5 en IE6. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Dear John Letter to Firefox by Mike Wilcox</title>
		<link>http://clubajax.org/a-dear-john-letter-to-firefox/comment-page-1/#comment-17964</link>
		<dc:creator>Mike Wilcox</dc:creator>
		<pubDate>Mon, 16 Apr 2012 14:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://clubajax.org/?p=1974#comment-17964</guid>
		<description>Hi Justin,

Thank you for your response and your good humor on the subject!

I tried your suggestion, and it did in fact make Firefox feel lighter and faster. However, the Flash bug remains, which is unfortunately is wildly inconsistent. When I download my Flash video player, it takes as long as 30 seconds to load - in Chrome it was right away. Checking YouTube, their player loaded instantly in Firefox. I came into work this morning expecting to do some serious debugging, and the player is loading without pause now. While it seems that it may have been a network issue with my company&#039;s server, that doesn&#039;t explain why it worked fine in Chrome.  I also know it&#039;s not just me, because it happens with ads all the time.

I had already spent numerous weeks fixing another Firefox Flash bug not too long ago, so the prospect of searching for another fix to make a plugin work properly is not appealing.

I know, as my blog says, that Flash is the town drunk - but its necessary to work with it until FF supports H264. I also hate H264, but see no way around that. My company hosts 90TB of video, and it&#039;s a large order to double the capacity and encode WebM.</description>
		<content:encoded><![CDATA[<p>Hi Justin,</p>
<p>Thank you for your response and your good humor on the subject!</p>
<p>I tried your suggestion, and it did in fact make Firefox feel lighter and faster. However, the Flash bug remains, which is unfortunately is wildly inconsistent. When I download my Flash video player, it takes as long as 30 seconds to load &#8211; in Chrome it was right away. Checking YouTube, their player loaded instantly in Firefox. I came into work this morning expecting to do some serious debugging, and the player is loading without pause now. While it seems that it may have been a network issue with my company&#8217;s server, that doesn&#8217;t explain why it worked fine in Chrome.  I also know it&#8217;s not just me, because it happens with ads all the time.</p>
<p>I had already spent numerous weeks fixing another Firefox Flash bug not too long ago, so the prospect of searching for another fix to make a plugin work properly is not appealing.</p>
<p>I know, as my blog says, that Flash is the town drunk &#8211; but its necessary to work with it until FF supports H264. I also hate H264, but see no way around that. My company hosts 90TB of video, and it&#8217;s a large order to double the capacity and encode WebM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Dear John Letter to Firefox by Justin Scott</title>
		<link>http://clubajax.org/a-dear-john-letter-to-firefox/comment-page-1/#comment-17933</link>
		<dc:creator>Justin Scott</dc:creator>
		<pubDate>Sun, 15 Apr 2012 22:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://clubajax.org/?p=1974#comment-17933</guid>
		<description>Very entertaining letter :)

I have a suggestion that might help with the Firefox problems. Since you&#039;ve been a user for so long, especially with add-ons, it&#039;s common for your Firefox profile to get built up with years of gunk. Try creating a new profile ( http://support.mozilla.org/en-US/kb/Managing-profiles ) and browsing around with videos and the other activities that usually cause problems in that new profile. It&#039;s like starting over with a brand new Firefox, and for many people the difference is night and day.

If things are better, you can then copy your bookmarks and history over (using Sync for example) and maybe copy your add-ons one by one to make sure they haven&#039;t been causing problems as well.

Full disclosure: I work for Mozilla.</description>
		<content:encoded><![CDATA[<p>Very entertaining letter :)</p>
<p>I have a suggestion that might help with the Firefox problems. Since you&#8217;ve been a user for so long, especially with add-ons, it&#8217;s common for your Firefox profile to get built up with years of gunk. Try creating a new profile ( <a href="http://support.mozilla.org/en-US/kb/Managing-profiles" rel="nofollow">http://support.mozilla.org/en-US/kb/Managing-profiles</a> ) and browsing around with videos and the other activities that usually cause problems in that new profile. It&#8217;s like starting over with a brand new Firefox, and for many people the difference is night and day.</p>
<p>If things are better, you can then copy your bookmarks and history over (using Sync for example) and maybe copy your add-ons one by one to make sure they haven&#8217;t been causing problems as well.</p>
<p>Full disclosure: I work for Mozilla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Dear John Letter to Firefox by DucQuoc.wordpress.com</title>
		<link>http://clubajax.org/a-dear-john-letter-to-firefox/comment-page-1/#comment-17803</link>
		<dc:creator>DucQuoc.wordpress.com</dc:creator>
		<pubDate>Sat, 14 Apr 2012 06:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://clubajax.org/?p=1974#comment-17803</guid>
		<description>Very interesting letter ! You nailed it so well man .

Now I&#039;m become a fan of Chrome too</description>
		<content:encoded><![CDATA[<p>Very interesting letter ! You nailed it so well man .</p>
<p>Now I&#8217;m become a fan of Chrome too</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Dear John Letter to Firefox by Mike Wilcox</title>
		<link>http://clubajax.org/a-dear-john-letter-to-firefox/comment-page-1/#comment-17586</link>
		<dc:creator>Mike Wilcox</dc:creator>
		<pubDate>Wed, 11 Apr 2012 16:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://clubajax.org/?p=1974#comment-17586</guid>
		<description>@Francis, hopefully someday there will be one. If not, that means competition has stifled and we are dealing with another IE6 scenario.</description>
		<content:encoded><![CDATA[<p>@Francis, hopefully someday there will be one. If not, that means competition has stifled and we are dealing with another IE6 scenario.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

