<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/table</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 03:17:32 GMT</pubDate>
<item>
<title>(SQL) MySQL Table - US States - cbrant</title>
<link>http://snipplr.com/view/6637/mysql-table--us-states/</link>
<description><![CDATA[ <p>This will create and then populate a MySQL table with a list of the names and USPS abbreviations for US states and possessions in existence.</p> ]]></description>
<pubDate>Tue, 10 Jun 2008 01:45:05 GMT</pubDate>
<guid>http://snipplr.com/view/6637/mysql-table--us-states/</guid>
</item>
<item>
<title>(SQL) MySQL Table - ISO Country List with Abbreviations - cbrant</title>
<link>http://snipplr.com/view/6636/mysql-table--iso-country-list-with-abbreviations/</link>
<description><![CDATA[ <p>This will create and then populate a MySQL table with a list of the names and ISO 3166 codes for countries in existence.</p> ]]></description>
<pubDate>Tue, 10 Jun 2008 01:43:05 GMT</pubDate>
<guid>http://snipplr.com/view/6636/mysql-table--iso-country-list-with-abbreviations/</guid>
</item>
<item>
<title>(ASP) Alternate row colors - f0vela</title>
<link>http://snipplr.com/view/5405/alternate-row-colors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Mar 2008 14:58:43 GMT</pubDate>
<guid>http://snipplr.com/view/5405/alternate-row-colors/</guid>
</item>
<item>
<title>(JavaScript) MooTools alternate table row colors - gbot</title>
<link>http://snipplr.com/view/5319/mootools-alternate-table-row-colors/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 08 Mar 2008 10:51:21 GMT</pubDate>
<guid>http://snipplr.com/view/5319/mootools-alternate-table-row-colors/</guid>
</item>
<item>
<title>(JavaScript) Simple hash table (associate array) in JavaScript - vbert</title>
<link>http://snipplr.com/view/5122/simple-hash-table-associate-array-in-javascript/</link>
<description><![CDATA[ <p>/* --==[ EXAMPLE ]==--

var colors = new AArray();
colors.add("k01", {bk:"#fff",tk:"b",it:"hello"});

var oC = colors.get("k01");

var tT = '';
for(K in oC) tT += "[" + K + "]: " + oC[K] + "\n";

tT += "\n\n";
tT += oC.bk + "\n";
tT += oC.tk + "\n";
tT += oC.it + "\n";

alert(tT);
*/</p> ]]></description>
<pubDate>Tue, 19 Feb 2008 12:40:34 GMT</pubDate>
<guid>http://snipplr.com/view/5122/simple-hash-table-associate-array-in-javascript/</guid>
</item>
<item>
<title>(Groovy) Table Collection - roock</title>
<link>http://snipplr.com/view/5109/table-collection/</link>
<description><![CDATA[ <p>Table as a MAP with 2D keys (row and column).</p> ]]></description>
<pubDate>Mon, 18 Feb 2008 04:15:37 GMT</pubDate>
<guid>http://snipplr.com/view/5109/table-collection/</guid>
</item>
<item>
<title>(PHP) Table Management Class - n00ge</title>
<link>http://snipplr.com/view/4881/table-management-class/</link>
<description><![CDATA[ <p>This is a start for a table management class.  It will select, update, delete, and insert.  I'd like to add more functionality on the update and insert functions but it will require some more work (I need to figure out how to split var $3, the columns).  Any alterations or additions are welcome.</p> ]]></description>
<pubDate>Sat, 02 Feb 2008 20:24:14 GMT</pubDate>
<guid>http://snipplr.com/view/4881/table-management-class/</guid>
</item>
<item>
<title>(LaTeX) longtable - banditint</title>
<link>http://snipplr.com/view/4815/longtable/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 29 Jan 2008 07:54:16 GMT</pubDate>
<guid>http://snipplr.com/view/4815/longtable/</guid>
</item>
<item>
<title>(CSS) Grid Style for HTML Table - jonhenshaw</title>
<link>http://snipplr.com/view/4736/grid-style-for-html-table/</link>
<description><![CDATA[ <p>This is a CSS snippet I use a lot for the base style of a table. It provides cell padding and borders.</p> ]]></description>
<pubDate>Wed, 23 Jan 2008 07:07:09 GMT</pubDate>
<guid>http://snipplr.com/view/4736/grid-style-for-html-table/</guid>
</item>
<item>
<title>(CSS) Table Styles - Mithun</title>
<link>http://snipplr.com/view/4551/table-styles/</link>
<description><![CDATA[ <p>This CSS style is dedicated to all those love dojo 0.4.x Filtering Table,

Although this code is written to use with the filtering table, it woks fine with all tables.

What to do is just include the below CSS in your page and add the class="xxx" to your html table/filtering table.</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 23:32:00 GMT</pubDate>
<guid>http://snipplr.com/view/4551/table-styles/</guid>
</item>
<item>
<title>(C#) Convert XmlNodeList To DataTable - zvasanth</title>
<link>http://snipplr.com/view/4426/convert-xmlnodelist-to-datatable/</link>
<description><![CDATA[ <p>Everything is either true or untrue, or both true and untrue, or neither true nor untrue</p> ]]></description>
<pubDate>Sat, 29 Dec 2007 01:54:27 GMT</pubDate>
<guid>http://snipplr.com/view/4426/convert-xmlnodelist-to-datatable/</guid>
</item>
<item>
<title>(R) mysql rename table - jpdamen</title>
<link>http://snipplr.com/view/4406/mysql-rename-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Dec 2007 19:15:49 GMT</pubDate>
<guid>http://snipplr.com/view/4406/mysql-rename-table/</guid>
</item>
<item>
<title>(HTML) Accessible table - natalie</title>
<link>http://snipplr.com/view/4203/accessible-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 Nov 2007 08:06:00 GMT</pubDate>
<guid>http://snipplr.com/view/4203/accessible-table/</guid>
</item>
<item>
<title>(CSS) gmail-like column overflow. - j_junyent</title>
<link>http://snipplr.com/view/4188/gmaillike-column-overflow/</link>
<description><![CDATA[ <p>gmail-like table's column overflow.
Efecte de truncar el text en una taula si sobrepasa</p> ]]></description>
<pubDate>Sun, 25 Nov 2007 16:55:16 GMT</pubDate>
<guid>http://snipplr.com/view/4188/gmaillike-column-overflow/</guid>
</item>
<item>
<title>(PHP) Alternating MYSQL table row colour - Tamedo</title>
<link>http://snipplr.com/view/4177/alternating-mysql-table-row-colour/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 23 Nov 2007 03:09:32 GMT</pubDate>
<guid>http://snipplr.com/view/4177/alternating-mysql-table-row-colour/</guid>
</item>
<item>
<title>(PHP) Drupal - Theme table with columstriping - berkes</title>
<link>http://snipplr.com/view/3607/drupal--theme-table-with-columstriping/</link>
<description><![CDATA[ <p>This snipped adds columnstriping to cells. It works fine for most cases, but will behave strange when combined with colspan. 
Cells get an additional class 'even-col'  or 'odd-col'</p> ]]></description>
<pubDate>Thu, 30 Aug 2007 11:49:19 GMT</pubDate>
<guid>http://snipplr.com/view/3607/drupal--theme-table-with-columstriping/</guid>
</item>
<item>
<title>(JavaScript) Table: unwanted padding - valcartei</title>
<link>http://snipplr.com/view/3148/table-unwanted-padding/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Jul 2007 04:26:40 GMT</pubDate>
<guid>http://snipplr.com/view/3148/table-unwanted-padding/</guid>
</item>
<item>
<title>(Perl) provide default values for a hash - noah</title>
<link>http://snipplr.com/view/3139/provide-default-values-for-a-hash/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Jul 2007 23:14:08 GMT</pubDate>
<guid>http://snipplr.com/view/3139/provide-default-values-for-a-hash/</guid>
</item>
<item>
<title>(Perl) dump the contents of a data structure - noah</title>
<link>http://snipplr.com/view/3138/dump-the-contents-of-a-data-structure/</link>
<description><![CDATA[ <p>hashes in Perl can be so elegant</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 23:08:28 GMT</pubDate>
<guid>http://snipplr.com/view/3138/dump-the-contents-of-a-data-structure/</guid>
</item>
<item>
<title>(HTML) Table - red74015</title>
<link>http://snipplr.com/view/3051/table/</link>
<description><![CDATA[ <p>Black-Gray-animated</p> ]]></description>
<pubDate>Tue, 26 Jun 2007 20:16:01 GMT</pubDate>
<guid>http://snipplr.com/view/3051/table/</guid>
</item>
</channel>
</rss>