<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Superdit.com &#187; prototype</title>
	<atom:link href="http://superdit.com/tag/prototype/feed/" rel="self" type="application/rss+xml" />
	<link>http://superdit.com</link>
	<description>blogging, design, tech, and web</description>
	<lastBuildDate>Sat, 31 Mar 2012 20:40:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Table sorting collection using prototype javascript</title>
		<link>http://superdit.com/2010/01/31/table-sorting-collection-using-prototype-javascript/</link>
		<comments>http://superdit.com/2010/01/31/table-sorting-collection-using-prototype-javascript/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 01:28:30 +0000</pubDate>
		<dc:creator>aditia rahman</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://superdit.com/?p=301</guid>
		<description><![CDATA[In this post I want to show some solution to build sorting table using Prototype Javascript Framework, although the library is not really popular right now (maybe because of Jquery), the community is still live. Most of this script using default style, of course you can customize it. 1. Table Orderer Demo &#124; Download 2. Table<a href="http://superdit.com/2010/01/31/table-sorting-collection-using-prototype-javascript/" class="read-more">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>In this post I want to show some solution to build sorting table using <a href="http://www.prototypejs.org/" target="_blank">Prototype Javascript Framework</a>, although the library is not really popular right now (maybe because of <a href="http://jquery.com/" target="_blank">Jquery</a>), the community is still live. Most of this script using default style, of course you can customize it.</p>
<p><a href="http://prototools.negko.com/demo/tableorderer/" target="_blank"><strong>1. Table Orderer</strong></a></p>
<p><img class="alignnone size-full wp-image-307" src="http://superdit.com/wp-content/uploads/2010/01/table-prototype-01_table-orderer.png" alt="" width="334" height="144" /></p>
<p><a href="http://prototools.negko.com/demo/tableorderer/#Example" target="_blank">Demo</a> | <a href="http://prototools.negko.com/demo/tableorderer/tableorderer.zip">Download</a><span id="more-301"></span></p>
<p><a href="http://www.tom-mack.com/tablesort/" target="_blank"><strong>2. Table Sort</strong></a></p>
<p><img class="alignnone size-full wp-image-308" src="http://superdit.com/wp-content/uploads/2010/01/table-prototype-02_table-sorter.png" alt="" width="444" height="216" /></p>
<p><a href="http://www.tom-mack.com/tablesort/" target="_blank">Demo</a> | <a href="http://www.tom-mack.com/tablesort/sorttableOO.js">Download</a></p>
<p><a href="http://www.millstream.com.au/view/code/tablekit/" target="_blank"><strong>3. Tablekit</strong></a></p>
<p><img class="alignnone size-full wp-image-309" src="http://superdit.com/wp-content/uploads/2010/01/table-prototype-03_tablekit.png" alt="" width="408" height="172" /></p>
<p><a href="http://www.millstream.com.au/upload/code/tablekit/index.html" target="_blank">Demo</a> | <a href="http://www.millstream.com.au/upload/code/tablekit/tablekit1.2.2.zip">Download</a></p>
<p><a href="http://tetlaw.id.au/view/blog/table-sorting-with-prototype/" target="_blank"><strong>4. Table Sorting With Prototype</strong></a></p>
<p><img class="alignnone size-full wp-image-310" src="http://superdit.com/wp-content/uploads/2010/01/table-prototype-04_table-sorting-with-prototype.png" alt="" width="408" height="142" /></p>
<p><a href="http://tetlaw.id.au/upload/pages/table-sorting-with-prototype/" target="_blank">Demo</a> | <a href="http://tetlaw.id.au/upload/pages/table-sorting-with-prototype/tablesort.zip">Download</a></p>
<p><a href="http://rubyizednrailified.blogspot.com/2009/01/lightweight-javascript-table-sorter.html" target="_blank"><strong>5. Lighweight Table Sorting</strong></a></p>
<p><img class="alignnone size-full wp-image-311" src="http://superdit.com/wp-content/uploads/2010/01/table-prototype-05_lightweigth-table-sorting.png" alt="" width="288" height="226" /></p>
<p><a href="http://github.com/toamitkumar/dynamic-javascript-sort-with-prototype/tree/master" target="_blank">Download</a></p>
<p><a href="http://pabloaravena.info/mytablegrid/index.html" target="_blank"><strong>6. MyTableGrid</strong></a></p>
<p><img class="alignnone size-full wp-image-312" src="http://superdit.com/wp-content/uploads/2010/01/table-prototype-06_mytablegrid.png" alt="" width="450" height="304" /></p>
<p><a href="http://pabloaravena.info/mytablegrid/samples/sample1.html" target="_blank">Demo</a> | <a href="http://pabloaravena.info/mytablegrid/MyTableGrid1_0_9.zip" target="_blank">Download</a></p>
<p><a href="http://inventivelabs.com.au/weblog/post/sortable-tables-for-prototype/" target="_blank"><strong>7. Sortable for Prototype</strong></a></p>
<p><img class="alignnone size-full wp-image-313" src="http://superdit.com/wp-content/uploads/2010/01/table-prototype-07_sortable-for-prototype.png" alt="" width="295" height="94" /></p>
<p><a href="http://inventivelabs.com.au/weblog/post/sortable-tables-for-prototype/" target="_blank">Demo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://superdit.com/2010/01/31/table-sorting-collection-using-prototype-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

