<?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"
	>
<channel>
	<title>Comments for Transcending Frontiers &#187; What&#8217;s in a name</title>
	<atom:link href="http://thefrontiergroup.com.au/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thefrontiergroup.com.au/blog</link>
	<description>Your peek inside the collective mind of The Frontier Group</description>
	<pubDate>Sun, 05 Jul 2009 01:07:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on jQuery: Check For Non-Empty Input Fields by Aaron</title>
		<link>http://thefrontiergroup.com.au/blog/2008/11/jquery-check-for-non-empty-input-fields/#comment-244</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 29 May 2009 04:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=176#comment-244</guid>
		<description>I'm not sure what to say, my code does work and I've tested it in application and also again just now in Firebug. I'd check your HTML for hidden fields, or just do a bit of debugging to find the field that is being reported back to give you a length of 1. 

Your code is actually incorrect as a solution to the problem I was trying to solve here. You're chaining a single element function against a function that returns an array. In jQuery issuing the val() function against an array of elements will issue the val() function against the first element. In this case it will be an input element that is non-blank, and so your length will always be &#62; 0, as you're just getting the length of the string. 

In my example I am trying to check if there are any elements that contain some data, so I'm trying to find the length of the array of input elements that aren't blank. 

Let me know if you have any further questions. 

Cheers :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what to say, my code does work and I&#8217;ve tested it in application and also again just now in Firebug. I&#8217;d check your HTML for hidden fields, or just do a bit of debugging to find the field that is being reported back to give you a length of 1. </p>
<p>Your code is actually incorrect as a solution to the problem I was trying to solve here. You&#8217;re chaining a single element function against a function that returns an array. In jQuery issuing the val() function against an array of elements will issue the val() function against the first element. In this case it will be an input element that is non-blank, and so your length will always be &gt; 0, as you&#8217;re just getting the length of the string. </p>
<p>In my example I am trying to check if there are any elements that contain some data, so I&#8217;m trying to find the length of the array of input elements that aren&#8217;t blank. </p>
<p>Let me know if you have any further questions. </p>
<p>Cheers :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery: Check For Non-Empty Input Fields by Marko</title>
		<link>http://thefrontiergroup.com.au/blog/2008/11/jquery-check-for-non-empty-input-fields/#comment-242</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Thu, 28 May 2009 11:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=176#comment-242</guid>
		<description>doesn't work
in debugger I can see that length is always 1
it works if I write code like this:

row.find('input[value!=""]').val().length &#62; 0 

cheers</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t work<br />
in debugger I can see that length is always 1<br />
it works if I write code like this:</p>
<p>row.find(&#8217;input[value!=""]&#8216;).val().length &gt; 0 </p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s in a name by James</title>
		<link>http://thefrontiergroup.com.au/blog/2009/05/whats-in-a-name/#comment-220</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 11 May 2009 00:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=376#comment-220</guid>
		<description>Some of these principles can also be used towards figuring out a company/brand name also.

Theres a lot to be said in a company/brand name which many people forget about when coming up with a name to use. It can actually affect how the identity (logo) will be designed to suit the name.</description>
		<content:encoded><![CDATA[<p>Some of these principles can also be used towards figuring out a company/brand name also.</p>
<p>Theres a lot to be said in a company/brand name which many people forget about when coming up with a name to use. It can actually affect how the identity (logo) will be designed to suit the name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What&#8217;s in a name by emma</title>
		<link>http://thefrontiergroup.com.au/blog/2009/05/whats-in-a-name/#comment-216</link>
		<dc:creator>emma</dc:creator>
		<pubDate>Sun, 03 May 2009 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=376#comment-216</guid>
		<description>Two words when it comes to stationery. Pen Island.</description>
		<content:encoded><![CDATA[<p>Two words when it comes to stationery. Pen Island.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping Context in Your AJAX Callbacks by Tim</title>
		<link>http://thefrontiergroup.com.au/blog/2009/03/keeping-context-in-your-ajax-callbacks/#comment-208</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sat, 18 Apr 2009 15:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=356#comment-208</guid>
		<description>Thanks! This has been nagging me for some time and it's hindered some of the functionality of my work, like having to wait for something to finish loading before making another Ajax call.</description>
		<content:encoded><![CDATA[<p>Thanks! This has been nagging me for some time and it&#8217;s hindered some of the functionality of my work, like having to wait for something to finish loading before making another Ajax call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping Context in Your AJAX Callbacks by alberto</title>
		<link>http://thefrontiergroup.com.au/blog/2009/03/keeping-context-in-your-ajax-callbacks/#comment-207</link>
		<dc:creator>alberto</dc:creator>
		<pubDate>Thu, 16 Apr 2009 21:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=356#comment-207</guid>
		<description>I wrote this plugin, I think it will be useful

http://code.google.com/p/jquerycallback/</description>
		<content:encoded><![CDATA[<p>I wrote this plugin, I think it will be useful</p>
<p><a href="http://code.google.com/p/jquerycallback/" rel="nofollow">http://code.google.com/p/jquerycallback/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JavaScript and String Building by How to Get Six Pack Fast</title>
		<link>http://thefrontiergroup.com.au/blog/2008/11/javascript-and-string-building/#comment-204</link>
		<dc:creator>How to Get Six Pack Fast</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=127#comment-204</guid>
		<description>Not that I'm totally impressed, but this is a lot more than I expected   when I stumpled upon a link on SU telling that the info here is awesome. Thanks.</description>
		<content:encoded><![CDATA[<p>Not that I&#8217;m totally impressed, but this is a lot more than I expected   when I stumpled upon a link on SU telling that the info here is awesome. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Email migration status updates by How to Get Six Pack Fast</title>
		<link>http://thefrontiergroup.com.au/blog/2009/01/email-migration-status-updates/#comment-203</link>
		<dc:creator>How to Get Six Pack Fast</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=307#comment-203</guid>
		<description>If you   want to hear a reader's feedback :) , I rate this article for four from five. Detailed info, but I   have to go to that damn yahoo to find the missed pieces. Thanks, anyway!</description>
		<content:encoded><![CDATA[<p>If you   want to hear a reader&#8217;s feedback :) , I rate this article for four from five. Detailed info, but I   have to go to that damn yahoo to find the missed pieces. Thanks, anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Email Server Migration by How to Get Six Pack Fast</title>
		<link>http://thefrontiergroup.com.au/blog/2009/01/email-server-migration/#comment-202</link>
		<dc:creator>How to Get Six Pack Fast</dc:creator>
		<pubDate>Wed, 15 Apr 2009 17:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=295#comment-202</guid>
		<description>The topic is quite trendy on the Internet at the moment. What do you pay the most attention to while choosing what to write about?</description>
		<content:encoded><![CDATA[<p>The topic is quite trendy on the Internet at the moment. What do you pay the most attention to while choosing what to write about?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on json_decode() Not Working in PHP? by tim</title>
		<link>http://thefrontiergroup.com.au/blog/2008/11/json_decode_php/#comment-187</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Wed, 18 Mar 2009 16:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://thefrontiergroup.com.au/blog/?p=147#comment-187</guid>
		<description>Thank you a lot, this fixed my site!</description>
		<content:encoded><![CDATA[<p>Thank you a lot, this fixed my site!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
