<?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 on: Sortable tables</title>
	<atom:link href="http://www.kryogenix.org/days/2003/11/04/sortable/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kryogenix.org/days/2003/11/04/sortable</link>
	<description>scratched tallies on the prison wall</description>
	<pubDate>Thu, 04 Dec 2008 02:41:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2003/11/04/sortable#comment-121342</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 26 Jun 2008 16:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/11/04/sortable/#comment-121342</guid>
		<description>Federico: no, I'm afraid not. Drop me a mail if you want to talk about that.</description>
		<content:encoded><![CDATA[<p>Federico: no, I&#8217;m afraid not. Drop me a mail if you want to talk about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://www.kryogenix.org/days/2003/11/04/sortable#comment-121341</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Thu, 26 Jun 2008 16:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/11/04/sortable/#comment-121341</guid>
		<description>Great script.
Is it possible to use the script if table headers are in a different table?</description>
		<content:encoded><![CDATA[<p>Great script.<br />
Is it possible to use the script if table headers are in a different table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Vincent</title>
		<link>http://www.kryogenix.org/days/2003/11/04/sortable#comment-99427</link>
		<dc:creator>Roy Vincent</dc:creator>
		<pubDate>Fri, 06 Jul 2007 01:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/11/04/sortable/#comment-99427</guid>
		<description>Great script! Very usable. I was thinking if there's anyway that it can't while ignoring the case. Currently items with lower case goes AFTER those that starts with an upper case.</description>
		<content:encoded><![CDATA[<p>Great script! Very usable. I was thinking if there&#8217;s anyway that it can&#8217;t while ignoring the case. Currently items with lower case goes AFTER those that starts with an upper case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sil</title>
		<link>http://www.kryogenix.org/days/2003/11/04/sortable#comment-20372</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Mon, 16 Oct 2006 18:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/11/04/sortable/#comment-20372</guid>
		<description>mcchots: that's what "sortbottom" is for...</description>
		<content:encoded><![CDATA[<p>mcchots: that&#8217;s what &#8220;sortbottom&#8221; is for&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcchots</title>
		<link>http://www.kryogenix.org/days/2003/11/04/sortable#comment-20349</link>
		<dc:creator>mcchots</dc:creator>
		<pubDate>Mon, 16 Oct 2006 15:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/11/04/sortable/#comment-20349</guid>
		<description>Hi 

Really cool script. 
Is it possible to ignore a certain number of rows at the bottom of the table where totals would go?</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>Really cool script.<br />
Is it possible to ignore a certain number of rows at the bottom of the table where totals would go?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman Harebottle</title>
		<link>http://www.kryogenix.org/days/2003/11/04/sortable#comment-18988</link>
		<dc:creator>Norman Harebottle</dc:creator>
		<pubDate>Mon, 02 Oct 2006 18:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/11/04/sortable/#comment-18988</guid>
		<description>Ok, you'll just have to e-mail me for the full source! (normanh+spam@gmail.com)</description>
		<content:encoded><![CDATA[<p>Ok, you&#8217;ll just have to e-mail me for the full source! (normanh+spam@gmail.com)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman Harebottle</title>
		<link>http://www.kryogenix.org/days/2003/11/04/sortable#comment-18987</link>
		<dc:creator>Norman Harebottle</dc:creator>
		<pubDate>Mon, 02 Oct 2006 18:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/11/04/sortable/#comment-18987</guid>
		<description>&lt;code&gt;
function ts_aton($dottedIpStr) {
        var result = 0;
    var C = [16777216,65536,256,1];
        var nums = $dottedIpStr.split(/\./g);

        for(i=0;i&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code><br />
function ts_aton($dottedIpStr) {<br />
        var result = 0;<br />
    var C = [16777216,65536,256,1];<br />
        var nums = $dottedIpStr.split(/\./g);</p>
<p>        for(i=0;i</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman Harebottle</title>
		<link>http://www.kryogenix.org/days/2003/11/04/sortable#comment-18986</link>
		<dc:creator>Norman Harebottle</dc:creator>
		<pubDate>Mon, 02 Oct 2006 18:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/11/04/sortable/#comment-18986</guid>
		<description>// Remainder of function!

        for(i=0;i</description>
		<content:encoded><![CDATA[<p>// Remainder of function!</p>
<p>        for(i=0;i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman Harebottle</title>
		<link>http://www.kryogenix.org/days/2003/11/04/sortable#comment-18985</link>
		<dc:creator>Norman Harebottle</dc:creator>
		<pubDate>Mon, 02 Oct 2006 18:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/11/04/sortable/#comment-18985</guid>
		<description>Sorry for the multiple posts.  Apparently there is a limited length!
And also the function below to finish things out:

function ts_aton($dottedIpStr) {
        var result = 0;
    var C = [16777216,65536,256,1];
        var nums = $dottedIpStr.split(/\./g);

        for(i=0;i</description>
		<content:encoded><![CDATA[<p>Sorry for the multiple posts.  Apparently there is a limited length!<br />
And also the function below to finish things out:</p>
<p>function ts_aton($dottedIpStr) {<br />
        var result = 0;<br />
    var C = [16777216,65536,256,1];<br />
        var nums = $dottedIpStr.split(/\./g);</p>
<p>        for(i=0;i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman Harebottle</title>
		<link>http://www.kryogenix.org/days/2003/11/04/sortable#comment-18984</link>
		<dc:creator>Norman Harebottle</dc:creator>
		<pubDate>Mon, 02 Oct 2006 18:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kryogenix.org/adpb/2003/11/04/sortable/#comment-18984</guid>
		<description>function ts_sort_ip_address(a,b) {
    aa = ts_aton(ts_getInnerText(a.cells[SORT_COLUMN_INDEX]));
    bb = ts_aton(ts_getInnerText(b.cells[SORT_COLUMN_INDEX]));

    if(aa==bb) return 0;
    if(aa</description>
		<content:encoded><![CDATA[<p>function ts_sort_ip_address(a,b) {<br />
    aa = ts_aton(ts_getInnerText(a.cells[SORT_COLUMN_INDEX]));<br />
    bb = ts_aton(ts_getInnerText(b.cells[SORT_COLUMN_INDEX]));</p>
<p>    if(aa==bb) return 0;<br />
    if(aa</p>
]]></content:encoded>
	</item>
</channel>
</rss>
