<?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 Bill Richards</title>
	<atom:link href="http://www.wrichards.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wrichards.com/blog</link>
	<description>a developer&#039;s blog</description>
	<lastBuildDate>Mon, 04 Jan 2010 13:20:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on JQuery sort() by Benny</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-132</link>
		<dc:creator>Benny</dc:creator>
		<pubDate>Mon, 04 Jan 2010 13:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-132</guid>
		<description>I have been using this for some time now and it works RELY good on my site.
There is one problem. FF have been updater and don&#039;t support this way any more. I have send in a bug to FF development, but it can take forever to be solved.
Have a look at www.odinsoft.dk/test/Dropdowntest.html in both FF and IE. 
Can there be done a work around on this problem ??</description>
		<content:encoded><![CDATA[<p>I have been using this for some time now and it works RELY good on my site.<br />
There is one problem. FF have been updater and don&#8217;t support this way any more. I have send in a bug to FF development, but it can take forever to be solved.<br />
Have a look at <a href="http://www.odinsoft.dk/test/Dropdowntest.html" rel="nofollow">http://www.odinsoft.dk/test/Dropdowntest.html</a> in both FF and IE.<br />
Can there be done a work around on this problem ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery sort() by iskra</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-129</link>
		<dc:creator>iskra</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-129</guid>
		<description>Works beautifully... unlike most plugin functions I had this thing working in less than 2 seconds!</description>
		<content:encoded><![CDATA[<p>Works beautifully&#8230; unlike most plugin functions I had this thing working in less than 2 seconds!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery sort() by slade73</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-113</link>
		<dc:creator>slade73</dc:creator>
		<pubDate>Fri, 16 Oct 2009 14:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-113</guid>
		<description>Thanks! I needed to be able to sort a wrapped set by element ID, and this helped me do it. Will be mentioning this post on my blog, http://slade73.blogspot.com.</description>
		<content:encoded><![CDATA[<p>Thanks! I needed to be able to sort a wrapped set by element ID, and this helped me do it. Will be mentioning this post on my blog, <a href="http://slade73.blogspot.com" rel="nofollow">http://slade73.blogspot.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery sort() by Tom</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-112</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-112</guid>
		<description>Actually, with jQuery 1.3.2 this is unecessary.

All you have to do is create your custom sorting function.

function sortAlpha() { ... }

$(&quot;ol.tosort li&quot;).sort(sortAlpha).appendTo(&quot;ol.sorted&quot;);

---

This is because in jQuery-1.3.2, the sort method uses the built in array sort.

@285: sort: [].sort,</description>
		<content:encoded><![CDATA[<p>Actually, with jQuery 1.3.2 this is unecessary.</p>
<p>All you have to do is create your custom sorting function.</p>
<p>function sortAlpha() { &#8230; }</p>
<p>$(&#8220;ol.tosort li&#8221;).sort(sortAlpha).appendTo(&#8220;ol.sorted&#8221;);</p>
<p>&#8212;</p>
<p>This is because in jQuery-1.3.2, the sort method uses the built in array sort.</p>
<p>@285: sort: [].sort,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery sort() by Ressol</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-111</link>
		<dc:creator>Ressol</dc:creator>
		<pubDate>Tue, 13 Oct 2009 01:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-111</guid>
		<description>it&#039;s awesome, thanks for your solution.</description>
		<content:encoded><![CDATA[<p>it&#8217;s awesome, thanks for your solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery sort() by Oleg.K</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-110</link>
		<dc:creator>Oleg.K</dc:creator>
		<pubDate>Mon, 05 Oct 2009 17:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-110</guid>
		<description>I&#039;m impressed. You&#039;r ninja!</description>
		<content:encoded><![CDATA[<p>I&#8217;m impressed. You&#8217;r ninja!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery sort() by styson</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-90</link>
		<dc:creator>styson</dc:creator>
		<pubDate>Tue, 25 Aug 2009 17:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-90</guid>
		<description>Thanks for the post. It helped me get a task done today. http://blogs.dovetailsoftware.com/blogs/styson/archive/2009/08/25/using-jquery-to-sort-a-list.aspx</description>
		<content:encoded><![CDATA[<p>Thanks for the post. It helped me get a task done today. <a href="http://blogs.dovetailsoftware.com/blogs/styson/archive/2009/08/25/using-jquery-to-sort-a-list.aspx" rel="nofollow">http://blogs.dovetailsoftware.com/blogs/styson/archive/2009/08/25/using-jquery-to-sort-a-list.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery sort() by mclemmens</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-87</link>
		<dc:creator>mclemmens</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-87</guid>
		<description>Wow -- thank you! Just what I needed. I appreciate your simple approach.</description>
		<content:encoded><![CDATA[<p>Wow &#8212; thank you! Just what I needed. I appreciate your simple approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP5 Email Validation by PHP: Check if a URL exists with cURL &#124; Bill Richards</title>
		<link>http://www.wrichards.com/blog/2009/02/php-email-validation/comment-page-1/#comment-82</link>
		<dc:creator>PHP: Check if a URL exists with cURL &#124; Bill Richards</dc:creator>
		<pubDate>Mon, 10 Aug 2009 02:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=26#comment-82</guid>
		<description>[...] my previous post about email validation one user pointed out that this will not actually validate if a website&#8217;s domain actually [...]</description>
		<content:encoded><![CDATA[<p>[...] my previous post about email validation one user pointed out that this will not actually validate if a website&#8217;s domain actually [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Upcoming Birthdays From MySQL by ptx</title>
		<link>http://www.wrichards.com/blog/2009/03/getting-upcoming-birthdays-from-mysql/comment-page-1/#comment-80</link>
		<dc:creator>ptx</dc:creator>
		<pubDate>Thu, 09 Jul 2009 23:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=85#comment-80</guid>
		<description>this will not work at the end of the year and may return strange results at midnight</description>
		<content:encoded><![CDATA[<p>this will not work at the end of the year and may return strange results at midnight</p>
]]></content:encoded>
	</item>
</channel>
</rss>
