<?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, 30 Aug 2010 19:58:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on JQuery sort() by Scott</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-176</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 30 Aug 2010 19:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-176</guid>
		<description>I want to thank you for this code.  I was using TinySort, but was having some issues with it.  Using this method I was able to write my own code and replace the 2kb tinysort include with under 30 total lines of code.  Thanks!</description>
		<content:encoded><![CDATA[<p>I want to thank you for this code.  I was using TinySort, but was having some issues with it.  Using this method I was able to write my own code and replace the 2kb tinysort include with under 30 total lines of code.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery sort() by Bill</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-159</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 21 Jul 2010 14:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-159</guid>
		<description>You&#039;re welcome. :)

@benny - I can&#039;t seem to load your link.</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome. <img src='http://www.wrichards.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@benny &#8211; I can&#8217;t seem to load your link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery sort() by Tobi</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-158</link>
		<dc:creator>Tobi</dc:creator>
		<pubDate>Wed, 21 Jul 2010 13:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-158</guid>
		<description>thanks also ;)</description>
		<content:encoded><![CDATA[<p>thanks also <img src='http://www.wrichards.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JQuery sort() by daniel</title>
		<link>http://www.wrichards.com/blog/2009/02/jquery-sorting-elements/comment-page-1/#comment-153</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Mon, 22 Mar 2010 13:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=48#comment-153</guid>
		<description>thanks for this</description>
		<content:encoded><![CDATA[<p>thanks for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Customize your Amazon S3 Url by Khal</title>
		<link>http://www.wrichards.com/blog/2009/02/customize-your-amazon-s3-url/comment-page-1/#comment-135</link>
		<dc:creator>Khal</dc:creator>
		<pubDate>Tue, 05 Jan 2010 18:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrichards.com/blog/?p=58#comment-135</guid>
		<description>Hi

I tried doing this. Took a few attempts .. but got it working.. both this post and this post

http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3

were never clear on things.. let me give it a shot for people who get stuck..


You want your url like

http://superman.site.com/

Or

http://coolservername.site.com/

agreed?

Good..

1) Create your subdomain on your domain Cpanel folder.

For this example, I own test.com and the subdomain I created is batman.test.com

2) Open Cloud Explorer (free amazon s3 kit) and create your bucket.. this is the important part..

your bucket name must be your entire subdomain name

So create
&quot;batman.test.com&quot; as a bucket and not &quot;batman&quot;

NOW you can follow the rest of these tutorials  

3) Your name should be a new CNAME entry for your domain. For my example of batman.test.com, the entry was:

    * Name: batman
    * Type: CNAME
    * Value: s3.amazonaws.com.
    * (If you are an European users, use s3-external-3.amazonaws.com. instead)

Thats it!

http://test.batman.com/loads/bucket/subfolders/logo.png

Enjoy!!</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I tried doing this. Took a few attempts .. but got it working.. both this post and this post</p>
<p><a href="http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3" rel="nofollow">http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3</a></p>
<p>were never clear on things.. let me give it a shot for people who get stuck..</p>
<p>You want your url like</p>
<p><a href="http://superman.site.com/" rel="nofollow">http://superman.site.com/</a></p>
<p>Or</p>
<p><a href="http://coolservername.site.com/" rel="nofollow">http://coolservername.site.com/</a></p>
<p>agreed?</p>
<p>Good..</p>
<p>1) Create your subdomain on your domain Cpanel folder.</p>
<p>For this example, I own test.com and the subdomain I created is batman.test.com</p>
<p>2) Open Cloud Explorer (free amazon s3 kit) and create your bucket.. this is the important part..</p>
<p>your bucket name must be your entire subdomain name</p>
<p>So create<br />
&#8220;batman.test.com&#8221; as a bucket and not &#8220;batman&#8221;</p>
<p>NOW you can follow the rest of these tutorials  </p>
<p>3) Your name should be a new CNAME entry for your domain. For my example of batman.test.com, the entry was:</p>
<p>    * Name: batman<br />
    * Type: CNAME<br />
    * Value: s3.amazonaws.com.<br />
    * (If you are an European users, use s3-external-3.amazonaws.com. instead)</p>
<p>Thats it!</p>
<p><a href="http://test.batman.com/loads/bucket/subfolders/logo.png" rel="nofollow">http://test.batman.com/loads/bucket/subfolders/logo.png</a></p>
<p>Enjoy!!</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>
