<?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>Made of Everything You&#039;re Not &#187; Prototype</title>
	<atom:link href="http://blog.ericlamb.net/tag/prototype/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ericlamb.net</link>
	<description>Thoughts on programming, people and life</description>
	<lastBuildDate>Thu, 27 Oct 2011 01:29:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Tablekit: HTML Table Enhancements</title>
		<link>http://blog.ericlamb.net/2009/12/tablekit-html-table-enhancements/</link>
		<comments>http://blog.ericlamb.net/2009/12/tablekit-html-table-enhancements/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 21:29:37 +0000</pubDate>
		<dc:creator>Eric Lamb</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[TableKit]]></category>

		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2354</guid>
		<description><![CDATA[I&#8217;ve been using Jquery a lot lately and have absolutely fallen in love with it; so much so that I&#8217;ve pretty much walked away from Prototype and Scriptaculous entirely. Not to take anything away from Prototype but Jquery is just a lot more&#8230; well, it&#8217;s just more fun to work with. That being said, I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a title="jQuery" href="http://jquery.com/" onclick="return TrackClick('http%3A%2F%2Fjquery.com%2F','jQuery')" target="_blank">Jquery</a> a lot lately and have absolutely fallen in love with it; so much so that I&#8217;ve pretty much walked away from <a title="Prototype JavaScript Library" href="http://www.prototypejs.org/" onclick="return TrackClick('http%3A%2F%2Fwww.prototypejs.org%2F','Prototype+JavaScript+Library')" target="_blank">Prototype</a> and <a title="script.aculo.us" href="http://script.aculo.us/" onclick="return TrackClick('http%3A%2F%2Fscript.aculo.us%2F','script.aculo.us')" target="_blank">Scriptaculous</a> entirely. Not to take anything away from Prototype but Jquery is just a lot more&#8230; well, it&#8217;s just more fun to work with. That being said, I wanted to give a shout out to one of the cooler toys Prototype has: <a title="TableKit" href="http://www.millstream.com.au/view/code/tablekit/" onclick="return TrackClick('http%3A%2F%2Fwww.millstream.com.au%2Fview%2Fcode%2Ftablekit%2F','TableKit')" target="_blank">TableKit</a>.</p>
<div id="attachment_2749" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.ericlamb.net/wp-content/uploads/2009/12/TableKit.gif" onclick="return TrackClick('http%3A%2F%2Fblog.ericlamb.net%2Fwp-content%2Fuploads%2F2009%2F12%2FTableKit.gif','TableKit')"><img class="size-medium wp-image-2749" title="TableKit" src="http://blog.ericlamb.net/wp-content/uploads/2009/12/TableKit-300x216.gif" alt="TableKit" width="300" height="216" /></a><p class="wp-caption-text">TableKit</p></div>
<p>TableKit is a table enhancement JavaScript library written using Prototype provided by <a title="Millstream Software" href="http://www.millstream.com.au/" onclick="return TrackClick('http%3A%2F%2Fwww.millstream.com.au%2F','Millstream+Software')" target="_blank">Millstream Software</a>. In a nutshell TableKit allows you to easily create sortable, resizable and editable tables. Implementation is extremely simple and, according to <a title="Robert Speer" href="http://www.robertspeer.com/blog/tablekit-a-easy-sortable-table-based-on-prototypejs/" onclick="return TrackClick('http%3A%2F%2Fwww.robertspeer.com%2Fblog%2Ftablekit-a-easy-sortable-table-based-on-prototypejs%2F','Robert+Speer')" target="_blank">Robert Speer</a>, designers don&#8217;t have an issue working with it (I haven&#8217;t had the pleasure of having a designer work with it yet):</p>
<blockquote><p>Many times using scripts I find on the Internet turns into kind of a hassle. They are usually unfinished side projects, or are kind of bloated and slow.</p>
<p>TableKit is not one of those scripts, it’s fast &amp; easy to implement. Development time was low, and the designers didn’t complain too much about working with it.</p></blockquote>
<p>Robert&#8217;s right; TableKit is <em>extremely</em> easy to work with. TableKit works by using css class overloading to tell the system how to handle a table. For example:</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;table class=&quot;sortable resizable editable&quot;&gt;</pre></div></div>

<p>indicates that the table should, obviously, be sortable, resizable and editable. There are all sorts of other options available, which you can read about in the documentation. If you have to use Prototype for a project and you need some jazz TableKit is a good fit. </p>
<div><a class="addthis_button" href="http://blog.ericlamb.net//addthis.com/bookmark.php?v=250" addthis:url='http://blog.ericlamb.net/2009/12/tablekit-html-table-enhancements/' addthis:title='Tablekit: HTML Table Enhancements '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.ericlamb.net/2009/12/tablekit-html-table-enhancements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

