<?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>Wed, 08 Feb 2012 07:01:32 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>How to Create a Rounded Corners Tables using CSS3</title><link>http://www.webappers.com/2012/01/06/how-to-create-a-rounded-corners-tables-using-css3/</link> <comments>http://www.webappers.com/2012/01/06/how-to-create-a-rounded-corners-tables-using-css3/#comments</comments> <pubDate>Fri, 06 Jan 2012 07:01:59 +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=5415</guid> <description><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=2006434376" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1781053340" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>There has been some discussion in the past about how/when to use tables in web development. Though, the conclusion is the same: when you’re dealing with tabular data, tables are absolutely required.
Designing a table is a challenge. It’s (mostly) about how easy is your table to read. Red Team Design has written a nice tutorial [...]<h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1890549240" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1708457015" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p><p>There has been some discussion in the past about how/when to use tables in web development. Though, the conclusion is the same: when you’re dealing with tabular data, tables are absolutely required.</p><p>Designing a table is a challenge. It’s (mostly) about how easy is your table to read. <strong>Red Team Design</strong> has written a nice tutorial on how to to create <a
title="Practical CSS3 Tables with Rounded Corners" href="http://www.red-team-design.com/practical-css3-tables-with-rounded-corners" target="_blank">Practical CSS3 Tables with Rounded Corners</a>. Also, jQuery will be used to create fallbacks for older browsers.</p><p
style="text-align: center;"><a
title="Practical CSS3 Tables with Rounded Corners" href="http://www.red-team-design.com/practical-css3-tables-with-rounded-corners" target="_blank"><img
class="size-full wp-image-5416 aligncenter" title="css3-tables" src="http://www.webappers.com/img/2012/01/css3-tables.jpg" alt="css3-tables" width="480" height="257" /></a></p><blockquote><p>Requirements: jQuery Framework and CSS3<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.red-team-design.com/wp-content/uploads/2011/10/practical-css3-tables-with-rounded-corners-demo.html" target="_blank">http://www.red-team-design.com/wp-content/uploads/2011/10/practical&#8230;</a><br
/> License: License Free</p></blockquote><h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2012/01/06/how-to-create-a-rounded-corners-tables-using-css3/feed/</wfw:commentRss> </item> <item><title>Make Your Lists Seachable, Sortable &amp; Filterable with List.js</title><link>http://www.webappers.com/2011/10/24/make-your-lists-seachable-sortable-filterable-with-list-js/</link> <comments>http://www.webappers.com/2011/10/24/make-your-lists-seachable-sortable-filterable-with-list-js/#comments</comments> <pubDate>Mon, 24 Oct 2011 07:01:52 +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=5133</guid> <description><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=2054467586" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=733586408" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>List.js is a 7 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable.
You can add, edit and remove items by dead simple templating. You can also write your own filter functions easily. List.js is free for download and released under MIT License.Requirements: Javascript enabled
Demo: http://listjs.com/
License: MIT License<h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1723135897" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1274516359" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p><p><a
title="List.js" href="http://listjs.com/" target="_blank">List.js</a> is a <strong>7 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable</strong>.</p><p>You can add, edit and remove items by dead simple templating. You can also write your own filter functions easily. List.js is free for download and released under MIT License.</p><p
style="text-align: center;"><a
title="List.js" href="http://listjs.com/" target="_blank"><img
class="size-full wp-image-5134 aligncenter" title="list-js" src="http://www.webappers.com/img/2011/10/list-js.png" alt="list-js" width="480" height="200" /></a></p><blockquote><p>Requirements: Javascript enabled<br
/> Demo: <a
title="demo" rel="nofollow" href="http://listjs.com/" target="_blank">http://listjs.com/</a><br
/> License: MIT License</p></blockquote><h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2011/10/24/make-your-lists-seachable-sortable-filterable-with-list-js/feed/</wfw:commentRss> </item> <item><title>JavaScript Library for Money and Currency Formatting</title><link>http://www.webappers.com/2011/08/23/javascript-library-for-money-and-currency-formatting/</link> <comments>http://www.webappers.com/2011/08/23/javascript-library-for-money-and-currency-formatting/#comments</comments> <pubDate>Tue, 23 Aug 2011 07:01:52 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=4890</guid> <description><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=152282833" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1340219022" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>accounting.js is a tiny JavaScript library for number, money and currency formatting (currency symbol, precision, and thousand/decimal separators), with optional excel-style column rendering (to line up symbols and decimals).
It is lightweight, fully localisable and has zero dependencies. accounting.js was made by Joss for enterprise analytics application at Demand Analytics. It is released under GPL v3.Requirements: [...]<h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1305564541" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1217652571" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p><p><a
title="accounting.js" href="http://josscrowcroft.github.com/accounting.js/" target="_blank">accounting.js</a> is a <strong>tiny JavaScript library for number, money and currency formatting</strong> (currency symbol, precision, and thousand/decimal separators), with optional excel-style column rendering (to line up symbols and decimals).</p><p>It is lightweight, fully localisable and has zero dependencies. accounting.js was made by Joss for enterprise analytics application at Demand Analytics. It is released under GPL v3.</p><p
style="text-align: center;"><a
title="accounting.js" href="http://josscrowcroft.github.com/accounting.js/" target="_blank"><img
class="size-full wp-image-4891 aligncenter" title="accounting-js" src="http://www.webappers.com/img/2011/08/accounting-js.png" alt="accounting-js" width="480" height="213" /></a></p><blockquote><p>Requirements: Javascript Enabled<br
/> Demo: <a
title="demo" rel="nofollow" href="http://josscrowcroft.github.com/accounting.js/" target="_blank">http://josscrowcroft.github.com/accounting.js/</a><br
/> License: GPL License</p></blockquote><h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2011/08/23/javascript-library-for-money-and-currency-formatting/feed/</wfw:commentRss> </item> <item><title>Turning HTML Tables Into Advanced Editable Components</title><link>http://www.webappers.com/2010/09/17/turning-html-tables-into-advanced-editable-components/</link> <comments>http://www.webappers.com/2010/09/17/turning-html-tables-into-advanced-editable-components/#comments</comments> <pubDate>Fri, 17 Sep 2010 07:01:47 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=3609</guid> <description><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1711237877" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1884777205" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
It loads grid from XML or attach to an existing HTML table. Built-in validators for columns of type integer, double, [...]<h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1835657533" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=43012973" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p><p><a
title="EditableGrid" href="http://www.webismymind.be/editablegrid/" target="_blank">EditableGrid</a> is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.</p><p>It loads grid from XML or attach to an existing HTML table. Built-in validators for columns of type integer, double, url, email and date. Sort columns accordingly to their types, by clicking on the column header. Open Flash Chart integration to render charts from the grid data. Callbacks for all events: load, edition, sorting, etc.</p><p
style="text-align: center;"><a
title="EditableGrid" href="http://www.webismymind.be/editablegrid/" target="_blank"><img
class="size-full wp-image-3610 aligncenter" title="editable-grid" src="http://www.webappers.com/img/2010/09/editable-grid.jpg" alt="editable-grid" width="480" height="189" /></a></p><blockquote><p>Requirements:  Javascript Enabled<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.webismymind.be/editablegrid/" target="_blank">http://www.webismymind.be/editablegrid/</a><br
/> License: GPL License</p></blockquote><h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/09/17/turning-html-tables-into-advanced-editable-components/feed/</wfw:commentRss> </item> <item><title>Animated Table Sort with REGEXP Friendly</title><link>http://www.webappers.com/2010/08/13/animated-table-sort-with-regexp-friendly/</link> <comments>http://www.webappers.com/2010/08/13/animated-table-sort-with-regexp-friendly/#comments</comments> <pubDate>Fri, 13 Aug 2010 07:01:19 +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=3369</guid> <description><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1252463744" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1143846324" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>Animated Table Sort is a plugin that allows you to animatedly sort a table based on a column&#8217;s &#60;td&#62;s, or on the content/value of a child/descendant element within those &#60;td&#62;s. The various &#60;td&#62;s fly to their new homes, giving a nice effect. It also supports sorting on REGEXP matches. You can also control whether row relationships are maintained, [...]<h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=744618821" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=423670662" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p><p><a
title="Animated Table Sort" href="http://www.mitya.co.uk/scripts/Animated-table-sort-REGEXP-friendly-111" target="_blank">Animated Table Sort</a> is a plugin that allows you to animatedly sort a table based on a column&#8217;s &lt;td&gt;s, or on the content/value of a child/descendant element within those &lt;td&gt;s. The various &lt;td&gt;s fly to their new homes, giving a nice effect. It also supports sorting on REGEXP matches. You can also control whether row relationships are maintained, whether it sorts on ascii or numeric and ascending or descending.</p><p
style="text-align: center;"><a
title="Animated Table Sort" href="http://www.mitya.co.uk/scripts/Animated-table-sort-REGEXP-friendly-111" target="_blank"><img
class="size-full wp-image-3370 aligncenter" title="animated-table-sort" src="http://www.webappers.com/img/2010/08/animated-table-sort.jpg" alt="animated-table-sort" width="480" height="307" /></a></p><blockquote><p>Requirements:  Javascript Enabled<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.mitya.co.uk/scripts/Animated-table-sort-REGEXP-friendly-111" target="_blank">http://www.mitya.co.uk/scripts/Animated-table-sort&#8230;</a><br
/> License: License Free</p></blockquote><h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/08/13/animated-table-sort-with-regexp-friendly/feed/</wfw:commentRss> </item> <item><title>Create a MS Excel Style Spreadsheet with jQuery.sheet</title><link>http://www.webappers.com/2010/01/25/create-a-ms-excel-style-spreadsheet-with-jquery-sheet/</link> <comments>http://www.webappers.com/2010/01/25/create-a-ms-excel-style-spreadsheet-with-jquery-sheet/#comments</comments> <pubDate>Mon, 25 Jan 2010 07:01:55 +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=2349</guid> <description><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=145883600" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=996121115" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>jQuery.sheet gives you all sorts of possibilities when it comes to giving your web application a spreadsheet style interface with MS Excel style calculations.
jQuery.sheet addresses the web-based spreadsheet or &#8220;websheet&#8221; in a different, simple, approach &#8211; using html, you simply load the sheet from a url, and you save it to a url.  jQuery.sheet [...]<h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=889156615" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=924318108" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p><p><a
title="jQuery Sheet" href="http://jqueryplugins.weebly.com/jquerysheet.html" target="_blank">jQuery.sheet</a> gives you all sorts of possibilities when it comes to giving your web application a spreadsheet style interface with MS Excel style calculations.</p><p>jQuery.sheet <strong>addresses the web-based spreadsheet or &#8220;websheet&#8221; in a different, simple, approach &#8211; using html</strong>, you simply load the sheet from a url, and you save it to a url.  jQuery.sheet manages the sheet creation, viewing, and editing processes, you simply build your application around it.</p><p><a
title="jQuery Sheet" href="http://jqueryplugins.weebly.com/jquerysheet.html" target="_blank">jQuery.sheet</a> is also theme-able, using <strong>jQuery UI ThemeRoller</strong>, so you make the spreadsheet look like you want. For a complete list of all the MS Excel style functions that jQuery.sheet supports, take a look at the Demo, which is the documentation.</p><p
style="text-align: center;"><a
title="jQuery Sheet" href="http://jqueryplugins.weebly.com/jquerysheet.html" target="_blank"><img
class="size-full wp-image-2350 aligncenter" title="jquery-spreadsheet" src="http://www.webappers.com/img/2010/01/jquery-spreadsheet.jpg" alt="jquery-spreadsheet" width="480" height="283" /></a></p><blockquote><p>Requirements:  jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://jqueryplugins.weebly.com/jquerysheet.html" target="_blank">http://jqueryplugins.weebly.com/jquerysheet.html</a><br
/> License:  License Free</p></blockquote><h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2010/01/25/create-a-ms-excel-style-spreadsheet-with-jquery-sheet/feed/</wfw:commentRss> </item> <item><title>DHX Quick Tables for Showing &amp; Updating DB Data</title><link>http://www.webappers.com/2009/12/16/hdx-quick-tables-for-showing-updating-db-data/</link> <comments>http://www.webappers.com/2009/12/16/hdx-quick-tables-for-showing-updating-db-data/#comments</comments> <pubDate>Wed, 16 Dec 2009 07:01:56 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[GPL License]]></category> <category><![CDATA[Tables]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=2137</guid> <description><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1483189895" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=400720484" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>DHTMLX library is getting closer to people who do not want or do not know how to write the code, but need to have something for showing/updating data they store in the database. Even programmers sometimes need this to minimize the time spent on routine tasks.
With the help of DHX Quick Tables, you get necessary [...]<h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=689839657" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=2014212540" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p><p>DHTMLX library is getting closer to people who do not want or do not know how to write the code, but need to have something for showing/updating data they store in the database. Even programmers sometimes need this to minimize the time spent on routine tasks.</p><p>With the help of <a
title="DHX Quick Tables" href="http://www.dhtmlx.com/blog/?p=144" target="_blank">DHX Quick Tables</a>, you get necessary number of web pages with tables linked to the database records. Two entries are available: for guests (just view the tables) and for administrator (view, edit, add/delete pages). Thus, you can put it on the backend of your database-driven site and be able to access and update data.</p><p>Or you can show resulting table on your website, if tabulated data is what you need. Visitors will be able to navigate through the huge amount of records, sort and filter the information. In the next build of the tool we’ll also add printing and other nice features. <a
title="DHX Quick Tables" href="http://www.dhtmlx.com/blog/?p=144" target="_blank">DHX Quick Tables</a> is distributed under GNU GPL for free.</p><p
style="text-align: center;"><a
title="DHX Quick Tables" href="http://www.dhtmlx.com/blog/?p=144" target="_blank"><img
class="size-full wp-image-2138 aligncenter" title="quick-tables" src="http://www.webappers.com/img/2009/12/quick-tables.jpg" alt="quick-tables" width="480" height="300" /></a></p><blockquote><p>Requirements: -<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.dhtmlx.com/blog/?p=144" target="_blank">http://www.dhtmlx.com/blog/?p=144</a><br
/> License: GPL License</p></blockquote><h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/12/16/hdx-quick-tables-for-showing-updating-db-data/feed/</wfw:commentRss> </item> <item><title>Fixed Position Table Header jQuery Plugin</title><link>http://www.webappers.com/2009/11/26/fixed-position-table-header-jquery-plugin/</link> <comments>http://www.webappers.com/2009/11/26/fixed-position-table-header-jquery-plugin/#comments</comments> <pubDate>Thu, 26 Nov 2009 07:01:36 +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=2026</guid> <description><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1427263420" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1696525614" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>Wouldn&#8217;t it be great if there was an easy way to make massive HTML tables with scrollable content and headers that stayed put? Why would you want this? Say you have a table with many rows and columns. Typically what happens when you scroll to the bottom of the table is you&#8217;ve forgotten the context [...]<h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=2145836934" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1286214149" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p><p>Wouldn&#8217;t it be great if there was an easy way to make massive HTML tables with scrollable content and headers that stayed put? Why would you want this? Say you have a table with many rows and columns. Typically what happens when you scroll to the bottom of the table is you&#8217;ve forgotten the context of the cell you&#8217;re viewing because the table header has scrolled out of view.</p><p><a
title="Chromatable" href="http://www.chromaloop.com/posts/fixed-position-table-headers" target="_blank">Chromaloop</a> did come across a solution that achieves the desired effect by<strong> creating two tables and stacking them on top of each other, one for the thead and the other for the tbody</strong>. Regardless of the extra markup required, this approach seemed to work the most reliably across all browsers.</p><p>So Chromaloop worked out a way to do it that would rely on Jquery to do most of the heavy lifting for the extra HTML markup and generating the correct cell dimensions so that the thead would line up properly with the tbody with dynamic content. The rest would rely on some light CSS markup to define the table dimensions and positioning.</p><p>And then, he has taken this a step further by creating <a
title="Chromatable jQuery Plugin" href="http://www.chromaloop.com/posts/chromatable-jquery-plugin" target="_blank">Chromatable jQuery Plugin</a> to keep the code contained in one location and allow users to call the &#8220;chromatable()&#8221; method on any table, or many tables on the same page.</p><p
style="text-align: center;"><a
title="Chromatable jQuery Plugin" href="http://www.chromaloop.com/posts/chromatable-jquery-plugin" target="_blank"><img
class="size-full wp-image-2027 aligncenter" title="fixed-header-table" src="http://www.webappers.com/img/2009/11/fixed-header-table.jpg" alt="fixed-header-table" width="480" height="309" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.chromaloop.com/posts/chromatable-jquery-plugin" target="_blank">http://www.chromaloop.com/posts/chromatable-jquery-plugin</a><br
/> License: License Free</p></blockquote><h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/11/26/fixed-position-table-header-jquery-plugin/feed/</wfw:commentRss> </item> <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[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1330095306" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1888902527" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></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.
Anyone who has ever had to parse Excel files on the server side knows [...]<h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=847187516" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=1237079245" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p><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><h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</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[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=475005287" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=422839765" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p>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 [...]<h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></description> <content:encoded><![CDATA[<p><a
href="http://rss.buysellads.com/click.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=364111956" target="_blank"><img
src="http://rss.buysellads.com/img.php?z=1270742&k=f0f765a4a2b8013472eb1ae2074fd0ed&a=1328722638&c=627288121" border="0" alt="" /></a></p><p><a
href="http://buysellads.com/buy/sitedetails/pubkey/f0f765a4a2b8013472eb1ae2074fd0ed/zone/1270742" target="_blank">Advertise here via BSA</a></p><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><h3>Sponsors</h3><p><a
href="http://www.webiconset.com/?utm_source=WebAppers&utm_medium=cpc&utm_campaign=WebAppers%2BRSS">Professional Web Icons for Your Websites and Applications</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/06/29/drag-and-drop-table-content-with-javascript/feed/</wfw:commentRss> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2012-02-08 09:37:18 -->
