<?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 on: MooTools Table Sorter 0.9.5</title>
	<atom:link href="http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/</link>
	<description>my little notepad</description>
	<lastBuildDate>Mon, 20 Feb 2012 17:02:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: chris</title>
		<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/comment-page-1/#comment-151141</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 30 Jan 2012 16:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=396#comment-151141</guid>
		<description>Thanks. That would be easy to do I just have not developed on this plugin in a while, but I&#039;d like to do another release this year and thats a great idea.</description>
		<content:encoded><![CDATA[<p>Thanks. That would be easy to do I just have not developed on this plugin in a while, but I&#8217;d like to do another release this year and thats a great idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/comment-page-1/#comment-151138</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Mon, 30 Jan 2012 16:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=396#comment-151138</guid>
		<description>Thanks for your work, I use it in an administration panel. 
Is there anyway to have also first and last page link?

Regards</description>
		<content:encoded><![CDATA[<p>Thanks for your work, I use it in an administration panel.<br />
Is there anyway to have also first and last page link?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/comment-page-1/#comment-94174</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 23 Mar 2011 15:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=396#comment-94174</guid>
		<description>Thanks sainsi and your english is just fine.  I&#039;ll get that fixed asap.</description>
		<content:encoded><![CDATA[<p>Thanks sainsi and your english is just fine.  I&#8217;ll get that fixed asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sainsi</title>
		<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/comment-page-1/#comment-94110</link>
		<dc:creator>sainsi</dc:creator>
		<pubDate>Wed, 23 Mar 2011 10:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=396#comment-94110</guid>
		<description>first of all, great thanks for this script. It looks great.

but i had a problem when i tried to follow your exemple. 
There was a error:
web developer (firefox) sayd &quot;syntax error&quot; on &quot;var TableSorter = new Class({&quot; in &quot;table-sorter.js&quot;.

after a lot of test, i found the problem,  in &quot;table-sorter.js&quot; you start with 
/*

/*

---

description: table sorter

license: MIT-style

....................................
provides: [table sorting]

*/

 */

And there is a comment syntax that close nothing.
you should put 
/*
---
description: table sorter
license: MIT-style
...................................
provides: [table sorting]
*/

PS: Sorry for my English, but my mother language is french</description>
		<content:encoded><![CDATA[<p>first of all, great thanks for this script. It looks great.</p>
<p>but i had a problem when i tried to follow your exemple.<br />
There was a error:<br />
web developer (firefox) sayd &#8220;syntax error&#8221; on &#8220;var TableSorter = new Class({&#8221; in &#8220;table-sorter.js&#8221;.</p>
<p>after a lot of test, i found the problem,  in &#8220;table-sorter.js&#8221; you start with<br />
/*</p>
<p>/*</p>
<p>&#8212;</p>
<p>description: table sorter</p>
<p>license: MIT-style</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;<br />
provides: [table sorting]</p>
<p>*/</p>
<p> */</p>
<p>And there is a comment syntax that close nothing.<br />
you should put<br />
/*<br />
&#8212;<br />
description: table sorter<br />
license: MIT-style<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
provides: [table sorting]<br />
*/</p>
<p>PS: Sorry for my English, but my mother language is french</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/comment-page-1/#comment-81624</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 09 Dec 2010 18:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=396#comment-81624</guid>
		<description>Hmm..I assume you mean when you perform a sort it&#039;s not scrolling back to where you want it (like in the demo).  It&#039;s possible the files I included from the demo on github download are not up to date.  Have you integrated table sorter into your application?  Does it work as expected there?</description>
		<content:encoded><![CDATA[<p>Hmm..I assume you mean when you perform a sort it&#8217;s not scrolling back to where you want it (like in the demo).  It&#8217;s possible the files I included from the demo on github download are not up to date.  Have you integrated table sorter into your application?  Does it work as expected there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido</title>
		<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/comment-page-1/#comment-81623</link>
		<dc:creator>Guido</dc:creator>
		<pubDate>Thu, 09 Dec 2010 18:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=396#comment-81623</guid>
		<description>Hi Chris,

Nice table sorter you&#039;ve got. I got one question. In your demo the page doens&#039;t scroll back to the top, but to the top of your menu. I downloaded your files but my demo scrolls back to the top of the page.
You know what can be wrong?
Thanks in advance.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Nice table sorter you&#8217;ve got. I got one question. In your demo the page doens&#8217;t scroll back to the top, but to the top of your menu. I downloaded your files but my demo scrolls back to the top of the page.<br />
You know what can be wrong?<br />
Thanks in advance.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto Kovarik</title>
		<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/comment-page-1/#comment-81600</link>
		<dc:creator>Otto Kovarik</dc:creator>
		<pubDate>Sat, 27 Nov 2010 18:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=396#comment-81600</guid>
		<description>Its good to hear that :-)
I try to solve it for now, but I look forward to next release.</description>
		<content:encoded><![CDATA[<p>Its good to hear that <img src='http://blog.cnizz.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I try to solve it for now, but I look forward to next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/comment-page-1/#comment-81589</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 24 Nov 2010 23:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=396#comment-81589</guid>
		<description>That is a good feature request.  There should really be a onSortComplete and onSortStart.   For events that must be duplicated across multiple elements I usually just put an onclick in the returned data server side, but I will add the functionality you request for next release.</description>
		<content:encoded><![CDATA[<p>That is a good feature request.  There should really be a onSortComplete and onSortStart.   For events that must be duplicated across multiple elements I usually just put an onclick in the returned data server side, but I will add the functionality you request for next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto Kovarik</title>
		<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/comment-page-1/#comment-81588</link>
		<dc:creator>Otto Kovarik</dc:creator>
		<pubDate>Wed, 24 Nov 2010 23:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=396#comment-81588</guid>
		<description>The problem with colspan is in this :

cell[cellIndex].addClass(&#039;focusedColumn&#039;);
cell[cellIndex].addClass(&#039;focusedColumn&#039;);

cellIndex is 2 (because first row has colspan=&quot;2&quot;) and it should be 3

I solve this for my actual application, but it isnt universal.

But while I using your script I foun another thing :-)
I would like to set some callback function, when sort is done..
In table I have link to delete one record, but if I sort table, events disapear, because current table is deleted and new created...

Is there any way, how set callback ? something like &quot;onSortFinish&quot;...</description>
		<content:encoded><![CDATA[<p>The problem with colspan is in this :</p>
<p>cell[cellIndex].addClass(&#8216;focusedColumn&#8217;);<br />
cell[cellIndex].addClass(&#8216;focusedColumn&#8217;);</p>
<p>cellIndex is 2 (because first row has colspan=&#8221;2&#8243;) and it should be 3</p>
<p>I solve this for my actual application, but it isnt universal.</p>
<p>But while I using your script I foun another thing <img src='http://blog.cnizz.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I would like to set some callback function, when sort is done..<br />
In table I have link to delete one record, but if I sort table, events disapear, because current table is deleted and new created&#8230;</p>
<p>Is there any way, how set callback ? something like &#8220;onSortFinish&#8221;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MooTools Table Sorter 0.9.6 released &#124; Web Development Blog of Chris Nizzardini</title>
		<link>http://blog.cnizz.com/2010/05/31/mootools-table-sorter-0-9-5/comment-page-1/#comment-81586</link>
		<dc:creator>MooTools Table Sorter 0.9.6 released &#124; Web Development Blog of Chris Nizzardini</dc:creator>
		<pubDate>Wed, 24 Nov 2010 16:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cnizz.com/?p=396#comment-81586</guid>
		<description>[...] for reporting bugs and feature requests for the new version. For documentation please refer to the version 0.9.5 post. This documentation is still valid. 0.9.6 just fixes bugs in Internet Explorer 6 and Internet [...]</description>
		<content:encoded><![CDATA[<p>[...] for reporting bugs and feature requests for the new version. For documentation please refer to the version 0.9.5 post. This documentation is still valid. 0.9.6 just fixes bugs in Internet Explorer 6 and Internet [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

