<?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/"
><channel><title>WebAppers &#187; Tables</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Fri, 20 Nov 2009 07:01:22 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>ExtJS Grid Accepts Data Dragged from Spreadsheet</title><link>http://www.webappers.com/2009/09/05/extjs-grid-accepts-data-dragged-from-spreadsheet/</link> <comments>http://www.webappers.com/2009/09/05/extjs-grid-accepts-data-dragged-from-spreadsheet/#comments</comments> <pubDate>Sat, 05 Sep 2009 07:06:10 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[MIT License]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1685</guid> <description><![CDATA[If we could drag our tabular data into grids from other programs we could circumvent the need to upload a data file to a web server to be read and parsed, then spit back out to our browser in a readable format.
Anyone who has ever had to parse Excel files on the server side knows [...]]]></description> <content:encoded><![CDATA[<p>If we could drag our tabular data into grids from other programs we could circumvent the need to upload a data file to a web server to be read and parsed, then spit back out to our browser in a readable format.</p><p>Anyone who has ever had to parse Excel files on the server side knows how much of a pain it is, we might be lucky if we get a CSV file or some other simple format, but in the real world the end user running their spreadsheet program has no clue what simple tabular data is.</p><p>Shea Frederick has created a <a
title="DataDrop Plugin" href="http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/" target="_blank">DataDrop plugin</a> that is used on an <strong>ExtJS grid, giving that grid the ability to accept data dragged from spreadsheet programs such as Excel and OpenOffice Calc right into the grid to create rows of data</strong>.</p><p
style="text-align: center;"><a
title="DataDrop Plugin" href="http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/" target="_blank"><img
src="http://www.webappers.com/img/2009/09/datadrop-spreadsheet.jpg" alt="DataDrop Spreadshete" /></a></p><blockquote><p>Requirements: ExtJS Framework<br
/> Demo: <a
rel="nofollow" href="http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/" target="_blank">http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/11/29/sigma-grid-ajax-editable-data-grid/" rel="bookmark" title="November 29, 2008">Sigma Grid &#8211; Ajax Editable Data Grid</a></li><li><a
href="http://www.webappers.com/2007/08/22/most-features-and-professional-ext-grid-tables/" rel="bookmark" title="August 22, 2007">Most Features and Professional Ext Grid Tables</a></li><li><a
href="http://www.webappers.com/2009/07/07/create-charts-graphs-from-tables-using-html-5-canvas/" rel="bookmark" title="July 7, 2009">Create Charts &#038; Graphs from Tables using HTML 5 Canvas</a></li><li><a
href="http://www.webappers.com/2009/02/26/display-easily-accessible-tabular-data-with-datatables/" rel="bookmark" title="February 26, 2009">Display Easily Accessible Tabular Data with DataTables</a></li><li><a
href="http://www.webappers.com/2007/06/09/dhtmlxgrid-ajax-sortable-table-for-hugh-datasets/" rel="bookmark" title="June 9, 2007">DhtmlxGrid Ajax Sortable Table for Hugh Datasets</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/09/05/extjs-grid-accepts-data-dragged-from-spreadsheet/feed/</wfw:commentRss> </item> <item><title>Drag and Drop Table Content with Javascript</title><link>http://www.webappers.com/2009/06/29/drag-and-drop-table-content-with-javascript/</link> <comments>http://www.webappers.com/2009/06/29/drag-and-drop-table-content-with-javascript/#comments</comments> <pubDate>Mon, 29 Jun 2009 07:01:37 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1616</guid> <description><![CDATA[With 200 lines of JavaScript, you can drag and drop table content. Content of the HTML table cells can be dragged to the another table cell or another table. Script has built in autoscroll and option to forbid landing to some table cells. Table could have rowspan or colspan cells and different background color for [...]]]></description> <content:encoded><![CDATA[<p>With 200 lines of JavaScript, you can <a
title="Drag and Drop Table Content" href="http://www.redips.net/javascript/drag-and-drop-table-content/" target="_blank">drag and drop table content</a>. Content of the HTML table cells can be dragged to the another table cell or another table. Script has built in autoscroll and option to forbid landing to some table cells. Table could have rowspan or colspan cells and different background color for every cell.</p><p>In order to detect destination table cells, script calculates all table cell coordinates / dimensions and store them to the arrays. Arrays are searched inside onMouseMove handler and when user release left mouse button, object will drop to the current table location.</p><p
style="text-align: center;"><a
title="Drag and Drop Table Content" href="http://www.redips.net/javascript/drag-and-drop-table-content/" target="_blank"><img
src="http://www.webappers.com/img/2009/06/drag-drop-tables.jpg" alt="drag and drop table content" /></a></p><blockquote><p>Requirements: FireFox 3, Internet Explorer 6 and Google Chrome<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.redips.net/javascript/drag-and-drop-table-content/" target="_blank">http://www.redips.net/javascript/drag-and-drop-table-content/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/03/19/excel-style-keyboard-navigation-for-html-tables/" rel="bookmark" title="March 19, 2009">Excel Style Keyboard Navigation for HTML Tables</a></li><li><a
href="http://www.webappers.com/2009/01/09/easy-image-or-content-slider-for-jquery/" rel="bookmark" title="January 9, 2009">Easy Image or Content Slider for jQuery</a></li><li><a
href="http://www.webappers.com/2009/03/09/tinytable-easy-to-use-javascript-table-sorter/" rel="bookmark" title="March 9, 2009">TinyTable &#8211; Easy to Use Javascript Table Sorter</a></li><li><a
href="http://www.webappers.com/2007/06/08/sortable-and-resizable-tablekit-with-ajax/" rel="bookmark" title="June 8, 2007">Sortable and Resizable TableKit with Ajax</a></li><li><a
href="http://www.webappers.com/2008/07/18/dbug-php-version-of-coldfusions-cfdump/" rel="bookmark" title="July 18, 2008">dBug &#8211; PHP Version of ColdFusion&#8217;s cfdump</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/06/29/drag-and-drop-table-content-with-javascript/feed/</wfw:commentRss> </item> <item><title>Open Source Advanced DataGrid for Mootools</title><link>http://www.webappers.com/2009/03/28/open-source-advanced-datagrid-for-mootools/</link> <comments>http://www.webappers.com/2009/03/28/open-source-advanced-datagrid-for-mootools/#comments</comments> <pubDate>Sat, 28 Mar 2009 07:01:15 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[CC License]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1532</guid> <description><![CDATA[OmniGrid is an advanced DataGrid based on Mootools, developed by Marko Šantić from Omnisdata Ltd. It is inspired by two similar components: FlexGrid jQuery and phatfusion:sortableTable and partly use their source code. It&#8217;s developed because of lack of powerful DataGrid for Mootools 1.2 library. OmniGrid  is licensed under a Creative Commons Attribution 3.0 Unported [...]]]></description> <content:encoded><![CDATA[<p><a
title="OmniGrid - Advanced DataGrid Based on Mootools" href="http://www.omnisdata.com/omnigrid/" target="_blank">OmniGrid</a> is an advanced DataGrid based on Mootools, developed by Marko Šantić from Omnisdata Ltd. It is inspired by two similar components: <a
title="FlexGrid jQuery" href="http://groups.google.com/group/flexigrid" target="_blank">FlexGrid jQuery</a> and phatfusion:<a
title="Sortable Table" href="http://www.phatfusion.net/sortabletable" target="_blank">sortableTable</a> and partly use their source code. It&#8217;s developed because of lack of powerful DataGrid for Mootools 1.2 library. OmniGrid  is licensed under a Creative Commons Attribution 3.0 Unported License.</p><p
style="text-align: center;"><a
title="OmniGrid - Advanced DataGrid Based on Mootools" href="http://www.omnisdata.com/omnigrid/" target="_blank"><img
src="http://www.webappers.com/img/2009/03/omnigrid.jpg" alt="Advanced DataGrid for Mootools" /></a></p><blockquote><p>Requirements: Mootools Framework<br
/> Demo: <a
rel="nofollow" href="http://www.omnisdata.com/omnigrid/" target="_blank">http://www.omnisdata.com/omnigrid/</a><br
/> License: Creative Commons 3.0 License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/06/16/vista-like-ajax-calendar-with-mootools/" rel="bookmark" title="June 16, 2008">Vista-like Ajax Calendar with Mootools</a></li><li><a
href="http://www.webappers.com/2009/03/17/another-nice-looking-multi-level-context-menu-in-mootools/" rel="bookmark" title="March 17, 2009">Another Nice Looking Multi-Level Context Menu in Mootools</a></li><li><a
href="http://www.webappers.com/2008/01/25/three-sets-of-glossy-and-modern-icons-from-deviantart/" rel="bookmark" title="January 25, 2008">Three Sets of Glossy and Modern Icons from DeviantART</a></li><li><a
href="http://www.webappers.com/2009/06/26/80-refined-social-networking-icons-for-free/" rel="bookmark" title="June 26, 2009">80 Refined Social Networking Icons For Free</a></li><li><a
href="http://www.webappers.com/2008/08/04/customize-checkboxes-with-prettycheckboxes/" rel="bookmark" title="August 4, 2008">Customize Checkboxes with PrettyCheckboxes</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/03/28/open-source-advanced-datagrid-for-mootools/feed/</wfw:commentRss> </item> <item><title>Excel Style Keyboard Navigation for HTML Tables</title><link>http://www.webappers.com/2009/03/19/excel-style-keyboard-navigation-for-html-tables/</link> <comments>http://www.webappers.com/2009/03/19/excel-style-keyboard-navigation-for-html-tables/#comments</comments> <pubDate>Thu, 19 Mar 2009 07:01:13 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[BSD License]]></category> <category><![CDATA[GPL License]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1524</guid> <description><![CDATA[There are a number of tools such as DataTables which provide enhanced access to HTML tables for Javascript capable browsers. However, these tools often lack keyboard accessibility. KeyTable addresses this by allowing Excel like cell navigation on any table.
KeyTable is a Javascript library which provides keyboard navigation and event binding for any HTML table. With [...]]]></description> <content:encoded><![CDATA[<p>There are a number of tools such as <a
title="DataTables" href="http://www.webappers.com/2009/02/26/display-easily-accessible-tabular-data-with-datatables/" target="_blank">DataTables</a> which provide enhanced access to HTML tables for Javascript capable browsers. However, these tools often lack keyboard accessibility. KeyTable addresses this by allowing Excel like cell navigation on any table.</p><p><strong><a
title="Key Table" href="http://www.sprymedia.co.uk/article/KeyTable" target="_blank">KeyTable</a></strong> is a Javascript library which provides keyboard navigation and event binding for any HTML table. With KeyTable Excel style table navigation can be employed to provide features such as editing of a table without requiring a mouse. Simply navigate to the cell you wish to edit and hit return. This initialises the excellent <a
title="Editable for jQuery" href="http://www.appelsiini.net/projects/jeditable" target="_blank">jEditable</a> plug-in for jQuery &#8211; make your edit and then hit return again to save.</p><p
style="text-align: center;"><a
title="Key Table" href="http://www.sprymedia.co.uk/article/KeyTable" target="_blank"><img
src="http://www.webappers.com/img/2009/03/key-table.jpg" alt="Key Table" /></a></p><blockquote><p>Requirements: IE 6+, Firefox 3+, Safari 3+, Opera 9.6<br
/> Demo: <a
rel="nofollow" href="http://www.sprymedia.co.uk/article/KeyTable" target="_blank">http://www.sprymedia.co.uk/article/KeyTable</a><br
/> License: GPL or BSD License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/06/29/drag-and-drop-table-content-with-javascript/" rel="bookmark" title="June 29, 2009">Drag and Drop Table Content with Javascript</a></li><li><a
href="http://www.webappers.com/2008/01/09/css-globe-styles-your-websites-search-field/" rel="bookmark" title="January 9, 2008">CSS Globe Styles Your Website&#8217;s Search Field</a></li><li><a
href="http://www.webappers.com/2008/11/03/everything-you-know-about-css-is-wrong/" rel="bookmark" title="November 3, 2008">Everything You Know About CSS Is Wrong</a></li><li><a
href="http://www.webappers.com/2009/06/05/jquery-tools-a-collection-of-javascript-ui-components/" rel="bookmark" title="June 5, 2009">jQuery Tools &#8211; A Collection of Javascript UI Components</a></li><li><a
href="http://www.webappers.com/2009/08/29/a-simple-2-click-in-place-editing-time-picker/" rel="bookmark" title="August 29, 2009">A Simple 2-Click in Place Editing Time Picker</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/03/19/excel-style-keyboard-navigation-for-html-tables/feed/</wfw:commentRss> </item> <item><title>TinyTable &#8211; Easy to Use Javascript Table Sorter</title><link>http://www.webappers.com/2009/03/09/tinytable-easy-to-use-javascript-table-sorter/</link> <comments>http://www.webappers.com/2009/03/09/tinytable-easy-to-use-javascript-table-sorter/#comments</comments> <pubDate>Mon, 09 Mar 2009 07:01:22 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[CC License]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1516</guid> <description><![CDATA[TinyTable is a JavaScript table sorter script is easy to use and feature packed at only 2.5KB. There are many features great include column highlighting, optional pagination, support for links, date/link parsing, alternate row highlighting, header class toggling, auto data type recognition and selective column sorting. Also, the table styling is completely customizable via the [...]]]></description> <content:encoded><![CDATA[<p><a
title="TinyTable Javascript Table Sorter" href="http://www.leigeber.com/2009/03/table-sorter/" target="_blank">TinyTable</a> is a JavaScript table sorter script is easy to use and feature packed at only 2.5KB. There are many features great include column highlighting, optional pagination, support for links, date/link parsing, alternate row highlighting, header class toggling, auto data type recognition and selective column sorting. Also, the table styling is completely customizable via the CSS.</p><p>TinyTable has been tested in Firefox 2/3, IE 6/7/8, Opera, Safari and Chrome. This script is available free of charge any project, personal or commercial, under the creative commons license and is offered AS-IS, no free support provided.</p><p
style="text-align: center;"><a
title="TinyTable Javascript Table Sorter" href="http://www.leigeber.com/2009/03/table-sorter/" target="_blank"><img
src="http://www.webappers.com/img/2009/03/tiny-table.png" alt="TinyTable Javascript Table Sorter" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
rel="nofollow" href="http://sandbox.leigeber.com/table-sorter/index.html" target="_blank">http://sandbox.leigeber.com/table-sorter/index.html</a><br
/> License: Creative Commons License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/12/27/free-dynamic-javascript-slideshow-under-5kb/" rel="bookmark" title="December 27, 2008">Free Dynamic Javascript Slideshow Under 5KB</a></li><li><a
href="http://www.webappers.com/2008/11/27/build-your-own-slideshow-with-s3slider-jquery-plugin/" rel="bookmark" title="November 27, 2008">Build Your Own Slideshow with s3Slider jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2007/07/18/unobtrusive-table-sort-script-by-frequency-decoder/" rel="bookmark" title="July 18, 2007">Unobtrusive Table Sort Script by Frequency Decoder</a></li><li><a
href="http://www.webappers.com/2008/08/04/customize-checkboxes-with-prettycheckboxes/" rel="bookmark" title="August 4, 2008">Customize Checkboxes with PrettyCheckboxes</a></li><li><a
href="http://www.webappers.com/2009/08/03/create-rounded-corners-with-css3-border-radius-property/" rel="bookmark" title="August 3, 2009">Create Rounded Corners with CSS3 Border-Radius Property</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/03/09/tinytable-easy-to-use-javascript-table-sorter/feed/</wfw:commentRss> </item> <item><title>Display Easily Accessible Tabular Data with DataTables</title><link>http://www.webappers.com/2009/02/26/display-easily-accessible-tabular-data-with-datatables/</link> <comments>http://www.webappers.com/2009/02/26/display-easily-accessible-tabular-data-with-datatables/#comments</comments> <pubDate>Thu, 26 Feb 2009 07:01:00 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[BSD License]]></category> <category><![CDATA[GPL License]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1506</guid> <description><![CDATA[DataTables is a jQuery plugin for building tables. It was designed for progressive enhancement of tabular HTML data, giving the end user a wide range of options for customising the display of that data as they wish. It is very easy to integrate DataTables directly into your web-site or web-application.
The core features of DataTables includes [...]]]></description> <content:encoded><![CDATA[<p><a
title="DataTables jQuery Plugin" href="http://www.sprymedia.co.uk/article/DataTables+1.4" target="_blank">DataTables</a> is a jQuery plugin for building tables. It was designed for progressive enhancement of tabular HTML data, giving the end user a wide range of options for customising the display of that data as they wish. It is very easy to integrate DataTables directly into your web-site or web-application.</p><p>The core features of DataTables includes Ajax auto loading of data, Variable length pagination, Multi-column sorting, Single column filtering, Type detection for dynamic data, Smart handling of column widths, Fully internationalisable, Themeable by CSS and it is Free!</p><p
style="text-align: center;"><a
title="DataTables jQuery Plugin" href="http://www.sprymedia.co.uk/article/DataTables+1.4" target="_blank"><img
src="http://www.webappers.com/img/2009/02/data-tables.png" alt="Data Tables" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
rel="nofollow" href="http://www.sprymedia.co.uk/dataTables-1.4/example_zero_config.html" target="_blank">http://www.sprymedia.co.uk/dataTables-1.4/example_zero_config.html</a><br
/> License: GPL, BSD License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/09/19/sort-multiple-columns-with-tablesorter-jquery-plugin/" rel="bookmark" title="September 19, 2007">Sort Multiple Columns with Tablesorter jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/03/09/tinytable-easy-to-use-javascript-table-sorter/" rel="bookmark" title="March 9, 2009">TinyTable &#8211; Easy to Use Javascript Table Sorter</a></li><li><a
href="http://www.webappers.com/2007/09/04/20-free-charts-type-from-phpswf-charts/" rel="bookmark" title="September 4, 2007">20 Types of Free Charts from PHP/SWF Charts</a></li><li><a
href="http://www.webappers.com/2007/06/08/sortable-and-resizable-tablekit-with-ajax/" rel="bookmark" title="June 8, 2007">Sortable and Resizable TableKit with Ajax</a></li><li><a
href="http://www.webappers.com/2007/12/30/active-scaffold-ajax-crud-interfaces-for-ruby-on-rails/" rel="bookmark" title="December 30, 2007">Active Scaffold Ajax CRUD Interfaces for Ruby on Rails</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/02/26/display-easily-accessible-tabular-data-with-datatables/feed/</wfw:commentRss> </item> <item><title>Sigma Grid &#8211; Ajax Editable Data Grid</title><link>http://www.webappers.com/2008/11/29/sigma-grid-ajax-editable-data-grid/</link> <comments>http://www.webappers.com/2008/11/29/sigma-grid-ajax-editable-data-grid/#comments</comments> <pubDate>Sat, 29 Nov 2008 07:01:56 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[LGPL License]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1429</guid> <description><![CDATA[Sigma Grid is written in pure javascript, which is an Ajax data grid for displaying and inline editing data in a scrollable and sortable table. Sigma grid appearance is controled via a stand-alone CSS(style sheet). Developer can change grid skin by defining themes in different CSS files.
It supports online printing, to make it easy [...]]]></description> <content:encoded><![CDATA[<p><a
title="Sigma Grid" href="http://www.sigmawidgets.com/products/sigma_grid2/index.html" target="_blank">Sigma Grid</a> is written in pure javascript, which is an Ajax data grid for displaying and inline editing data in a scrollable and sortable table. Sigma grid appearance is controled via a stand-alone CSS(style sheet). Developer can change grid skin by defining themes in different CSS files.</p><p>It supports online printing, to make it easy to print tabular data in WYSIWYG way. Paging enable developer display data page by page. Data will not be retrieved from server side until end user come to the page it is at. End user can sort records by clicking on the header of a column. Developer may define a new data type and a new way to sort.</p><p>Bar diagram, line diagram and pie diagram are built in. Translation tabular data into diagram without any server-side coding. Data filter enables sigma grid to present the data users are interested in only. And you can download and use Sigma Grid freely under LGPL license.</p><p
style="text-align: center;"><a
title="Sigma Grid" href="http://www.sigmawidgets.com/products/sigma_grid2/index.html" target="_blank"><img
src="http://www.webappers.com/img/2008/11/sigma-grid.png" alt="Sigma Ajax Grid" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
rel="nofollow" href="http://www.sigmawidgets.com/products/sigma_grid2/demos/example_master_details.html" target="_blank">http://www.sigmawidgets.com/products/sigma_grid2&#8230;</a><br
/> License: LGPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/09/05/extjs-grid-accepts-data-dragged-from-spreadsheet/" rel="bookmark" title="September 5, 2009">ExtJS Grid Accepts Data Dragged from Spreadsheet</a></li><li><a
href="http://www.webappers.com/2007/09/19/sort-multiple-columns-with-tablesorter-jquery-plugin/" rel="bookmark" title="September 19, 2007">Sort Multiple Columns with Tablesorter jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/02/26/display-easily-accessible-tabular-data-with-datatables/" rel="bookmark" title="February 26, 2009">Display Easily Accessible Tabular Data with DataTables</a></li><li><a
href="http://www.webappers.com/2007/09/04/20-free-charts-type-from-phpswf-charts/" rel="bookmark" title="September 4, 2007">20 Types of Free Charts from PHP/SWF Charts</a></li><li><a
href="http://www.webappers.com/2007/06/09/dhtmlxgrid-ajax-sortable-table-for-hugh-datasets/" rel="bookmark" title="June 9, 2007">DhtmlxGrid Ajax Sortable Table for Hugh Datasets</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2008/11/29/sigma-grid-ajax-editable-data-grid/feed/</wfw:commentRss> </item> <item><title>Treeview &#8211; Expandable and Collapsible Tree jQuery Plugin</title><link>http://www.webappers.com/2008/10/07/treeview-expandable-and-collapsible-tree-jquery-plugin/</link> <comments>http://www.webappers.com/2008/10/07/treeview-expandable-and-collapsible-tree-jquery-plugin/#comments</comments> <pubDate>Tue, 07 Oct 2008 07:01:44 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1373</guid> <description><![CDATA[Treeview is a lightweight and flexible jQuery Plugin which transforms an unordered list into an expandable and collapsible tree. It is great for unobtrusive navigation enhancements. Treeview supports both location and cookie based persistence. It has been tested in Firefox 2, IE 6 &#38; 7, Opera 9 and Safari 3.Requirements: Firefox 2, IE 6 &#38; [...]]]></description> <content:encoded><![CDATA[<p><a
title="Treeview jQuery Plugin" href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/" target="_self">Treeview</a> is a lightweight and flexible jQuery Plugin which transforms an unordered list into an expandable and collapsible tree. It is great for unobtrusive navigation enhancements. Treeview supports both location and cookie based persistence. It has been tested in Firefox 2, IE 6 &amp; 7, Opera 9 and Safari 3.</p><p
style="text-align: center;"><a
title="Treeview jQuery Plugin" href="http://bassistance.de/jquery-plugins/jquery-plugin-treeview/" target="_blank"><img
title="treeview" src="http://www.webappers.com/img/2008/10/treeview.png" alt="Treeview jQuery Plugin" /></a></p><blockquote><p>Requirements: Firefox 2, IE 6 &amp; 7, Opera 9, Safari 3<br
/> Demo: <a
rel="nofollow" href="http://jquery.bassistance.de/treeview/demo/" target="_blank">http://jquery.bassistance.de/treeview/demo/</a><br
/> License: MIT, GPL License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/11/10/easily-parse-xml-wtih-jparse-jquery-plugin/" rel="bookmark" title="November 10, 2009">Easily Parse XML wtih jParse jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/03/07/multiple-file-upload-plugin-with-jquery-and-flash/" rel="bookmark" title="March 7, 2009">Multiple File Upload Plugin with jQuery and Flash</a></li><li><a
href="http://www.webappers.com/2008/11/27/build-your-own-slideshow-with-s3slider-jquery-plugin/" rel="bookmark" title="November 27, 2008">Build Your Own Slideshow with s3Slider jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/02/16/ajax-tags-auto-suggestion-jquery-plugin/" rel="bookmark" title="February 16, 2009">Ajax Tags Auto Suggestion jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/11/09/create-a-zoomable-interactive-maps-with-jquery/" rel="bookmark" title="November 9, 2009">Create Zoomable &#038; Interactive Maps with jQuery</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2008/10/07/treeview-expandable-and-collapsible-tree-jquery-plugin/feed/</wfw:commentRss> </item> <item><title>Veerle&#8217;s Tutorial: A CSS Styled Table Version 2</title><link>http://www.webappers.com/2007/11/17/veerles-tutorial-a-css-styled-table-version-2/</link> <comments>http://www.webappers.com/2007/11/17/veerles-tutorial-a-css-styled-table-version-2/#comments</comments> <pubDate>Sat, 17 Nov 2007 07:01:00 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/2007/11/17/veerles-tutorial-a-css-styled-table-version-2/</guid> <description><![CDATA[In 2005 Veerle wrote an article about styling a table with CSS. After receiving so many requests Veerle decided to give in and write another tutorial called A CSS styled table version 2. Seems like a popular topic and an interesting one to share some tricks on how you can nicely style them. A CSS [...]]]></description> <content:encoded><![CDATA[<p>In 2005 <span
class="by">Veerle</span> wrote an article about <a
href="http://veerle.duoh.com/blog/comments/a_css_styled_table/" title="writing my article about A CSS styled table">styling a table with CSS</a>. After receiving so many requests <span
class="by">Veerle</span> decided to give in and write another tutorial called <a
href="http://veerle.duoh.com/blog/comments/a_css_styled_table_version_2/" title="A CSS styled table version2" target="_blank">A CSS styled table version 2</a>. Seems like a popular topic and an interesting one to share some tricks on how you can nicely style them. <a
href="http://veerle.duoh.com/blog/comments/a_css_styled_table_version_2/" title="A CSS styled table version2" target="_blank">A CSS styled table version 2</a> is about the proper usage of tables, for tabular data. How you can implement them with accessibility in mind and how to make them appealing for the eye using CSS. The styling looks stunning and I think you can use it when designing tables or even forms for your websites.</p><p
style="text-align: center"><a
href="http://veerle.duoh.com/blog/comments/a_css_styled_table_version_2/" title="A CSS styled table version2" target="_blank"><img
src="http://www.webappers.com/img/2007/11/css-table.png" alt="css-table.png" /></a></p><blockquote><p> Requirements: No Requirements<br
/> Demo: <a
href="http://veerle.duoh.com/blog/comments/a_css_styled_table_version_2/" title="Demo" target="_blank">http://veerle.duoh.com/blog/comments/a_css_styled_table_version_2/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/10/10/highlight-table-rows-or-columns-automatically-with-tablecloth/" rel="bookmark" title="October 10, 2007">Highlight Table Rows or Columns Automatically with Tablecloth</a></li><li><a
href="http://www.webappers.com/2009/03/19/excel-style-keyboard-navigation-for-html-tables/" rel="bookmark" title="March 19, 2009">Excel Style Keyboard Navigation for HTML Tables</a></li><li><a
href="http://www.webappers.com/2008/11/03/everything-you-know-about-css-is-wrong/" rel="bookmark" title="November 3, 2008">Everything You Know About CSS Is Wrong</a></li><li><a
href="http://www.webappers.com/2007/07/18/unobtrusive-table-sort-script-by-frequency-decoder/" rel="bookmark" title="July 18, 2007">Unobtrusive Table Sort Script by Frequency Decoder</a></li><li><a
href="http://www.webappers.com/2009/06/29/drag-and-drop-table-content-with-javascript/" rel="bookmark" title="June 29, 2009">Drag and Drop Table Content with Javascript</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2007/11/17/veerles-tutorial-a-css-styled-table-version-2/feed/</wfw:commentRss> </item> <item><title>Highlight Table Rows or Columns Automatically with Tablecloth</title><link>http://www.webappers.com/2007/10/10/highlight-table-rows-or-columns-automatically-with-tablecloth/</link> <comments>http://www.webappers.com/2007/10/10/highlight-table-rows-or-columns-automatically-with-tablecloth/#comments</comments> <pubDate>Wed, 10 Oct 2007 07:00:34 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[License Free]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/2007/10/10/highlight-table-rows-or-columns-automatically-with-tablecloth/</guid> <description><![CDATA[Tablecloth is lightweight, easy to use, unobtrusive way to add style and behaviour to your html table elements. By simply adding 2 lines of code to your html page you will have styled and active tables that your visitors will love. There&#8217;s absolutely no need for hardcoded class names or id&#8217;s on the tables.Tablecloth adds [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://cssglobe.com/lab/tablecloth/" title="Tablecloth" target="_blank">Tablecloth</a> is lightweight, easy to use, unobtrusive way to add style and behaviour to your html table elements. By simply adding 2 lines of code to your html page you will have styled and active tables that your visitors will love. There&#8217;s absolutely <strong>no need for hardcoded class names or id&#8217;s</strong> on the tables.Tablecloth adds those automatically.</p><p>If you mouseover on a table, <a
href="http://cssglobe.com/lab/tablecloth/" title="Tablecloth" target="_blank">Tablecloth</a> will <strong>highlight the row or column (or both)</strong> automatically. Tablecloth will also adds <strong>selected state on click</strong>. It is really useful and easy to implement. I am sure I will use it in the near future.</p><p
style="text-align: center"><a
href="http://cssglobe.com/lab/tablecloth/" title="Tablecloth" target="_blank"><img
src="http://www.webappers.com/img/2007/10/tablecloth.png" alt="tablecloth.png" /></a></p><blockquote><p>Requirements: No Requirements<br
/> Demo: <a
href="http://cssglobe.com/lab/tablecloth/" title="Demo" target="_blank">http://cssglobe.com/lab/tablecloth/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/11/03/everything-you-know-about-css-is-wrong/" rel="bookmark" title="November 3, 2008">Everything You Know About CSS Is Wrong</a></li><li><a
href="http://www.webappers.com/2009/03/09/tinytable-easy-to-use-javascript-table-sorter/" rel="bookmark" title="March 9, 2009">TinyTable &#8211; Easy to Use Javascript Table Sorter</a></li><li><a
href="http://www.webappers.com/2007/11/17/veerles-tutorial-a-css-styled-table-version-2/" rel="bookmark" title="November 17, 2007">Veerle&#8217;s Tutorial: A CSS Styled Table Version 2</a></li><li><a
href="http://www.webappers.com/2007/07/18/unobtrusive-table-sort-script-by-frequency-decoder/" rel="bookmark" title="July 18, 2007">Unobtrusive Table Sort Script by Frequency Decoder</a></li><li><a
href="http://www.webappers.com/2007/06/08/sortable-and-resizable-tablekit-with-ajax/" rel="bookmark" title="June 8, 2007">Sortable and Resizable TableKit with Ajax</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2007/10/10/highlight-table-rows-or-columns-automatically-with-tablecloth/feed/</wfw:commentRss> </item> </channel> </rss>
<!-- Served from: ps11300.dreamhostps.com @ 2009-11-20 21:43:09 by W3 Total Cache -->