<?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>Sat, 25 May 2013 18:40:53 GMT</pubDate>
<item>
<title>(jQuery) Jquery table tr checkbox selectable - webbu</title>
<link>http://snipplr.com/view/70992/jquery-table-tr-checkbox-selectable/</link>
<description><![CDATA[ <p>Jquery  table tr checkbox selectable
http://jqueryui.com/selectable/
	
required
*jquery
*jqueryui</p> ]]></description>
<pubDate>Wed, 01 May 2013 22:22:37 GMT</pubDate>
<guid>http://snipplr.com/view/70992/jquery-table-tr-checkbox-selectable/</guid>
</item>
<item>
<title>(CSS) CSS - Spacing between thead and tbody - satie83</title>
<link>http://snipplr.com/view/70755/css--spacing-between-thead-and-tbody/</link>
<description><![CDATA[ <p>Spacing between thead and tbody</p> ]]></description>
<pubDate>Thu, 11 Apr 2013 23:09:00 GMT</pubDate>
<guid>http://snipplr.com/view/70755/css--spacing-between-thead-and-tbody/</guid>
</item>
<item>
<title>(CSS) Alternating Table Color Rows in CSS - apphp-snippets</title>
<link>http://snipplr.com/view/70344/alternating-table-color-rows-in-css/</link>
<description><![CDATA[ <p>These 2 techniques can be used for alternating row-colors in a table.</p> ]]></description>
<pubDate>Sun, 10 Mar 2013 19:31:20 GMT</pubDate>
<guid>http://snipplr.com/view/70344/alternating-table-color-rows-in-css/</guid>
</item>
<item>
<title>(CSS) Alternating Table Color Rows in CSS - apphp-snippets</title>
<link>http://snipplr.com/view/69966/alternating-table-color-rows-in-css/</link>
<description><![CDATA[ <p>These 2 techniques can be used for alternating row-colors in a table.</p> ]]></description>
<pubDate>Sun, 17 Feb 2013 20:24:40 GMT</pubDate>
<guid>http://snipplr.com/view/69966/alternating-table-color-rows-in-css/</guid>
</item>
<item>
<title>(CSS) Fixed Heading Scrollable Table Simulation - COBOLdinosaur</title>
<link>http://snipplr.com/view/69368/fixed-heading-scrollable-table-simulation/</link>
<description><![CDATA[ <p>Uses the table display properties in div tags to merge the attributes of multiple tags.</p> ]]></description>
<pubDate>Sun, 06 Jan 2013 05:33:14 GMT</pubDate>
<guid>http://snipplr.com/view/69368/fixed-heading-scrollable-table-simulation/</guid>
</item>
<item>
<title>(HTML) Mid America Parts Description Table - dcoxdesigns</title>
<link>http://snipplr.com/view/67235/mid-america-parts-description-table/</link>
<description><![CDATA[ <p>table with image on one side, products info on the other.

includes some CSS from Tablizer that has been modified.</p> ]]></description>
<pubDate>Wed, 19 Sep 2012 00:21:30 GMT</pubDate>
<guid>http://snipplr.com/view/67235/mid-america-parts-description-table/</guid>
</item>
<item>
<title>(PHP) Quirolrichimaro Adding Headers Technique - mrtonix</title>
<link>http://snipplr.com/view/66531/quirolrichimaro-adding-headers-technique/</link>
<description><![CDATA[ <p>Created by Quirol to avoid TOTAL errors</p> ]]></description>
<pubDate>Sun, 05 Aug 2012 03:14:33 GMT</pubDate>
<guid>http://snipplr.com/view/66531/quirolrichimaro-adding-headers-technique/</guid>
</item>
<item>
<title>(MySQL) Pivot table Schedule - cahyadsn</title>
<link>http://snipplr.com/view/66323/pivot-table-schedule/</link>
<description><![CDATA[ <p>You have a schedule table (period, day, subject, room) with a primary key period,day to avoid duplicate bookings. You wish to display the schedule as periods, subjects and rooms in rows, and days of the week in columns.</p> ]]></description>
<pubDate>Wed, 25 Jul 2012 13:43:46 GMT</pubDate>
<guid>http://snipplr.com/view/66323/pivot-table-schedule/</guid>
</item>
<item>
<title>(SQL) SQL - SQL Server - Add Column with Default Value and Check Constraint - denakitan</title>
<link>http://snipplr.com/view/64667/sql--sql-server--add-column-with-default-value-and-check-constraint/</link>
<description><![CDATA[ <p>Example of SQL syntax to add a new column to an existing table, define a default value to the columns for the existing rows and also add a check constraint to limit the values that the column can hold.</p> ]]></description>
<pubDate>Fri, 20 Apr 2012 01:45:29 GMT</pubDate>
<guid>http://snipplr.com/view/64667/sql--sql-server--add-column-with-default-value-and-check-constraint/</guid>
</item>
<item>
<title>(PHP) Create table rows automatically based on number of columns - andreaskian</title>
<link>http://snipplr.com/view/64664/create-table-rows-automatically-based-on-number-of-columns/</link>
<description><![CDATA[ <p>Let's say you want to show a list of employees, and you want to show 3 on each row, use the script below to accomplish that.</p> ]]></description>
<pubDate>Thu, 19 Apr 2012 23:59:12 GMT</pubDate>
<guid>http://snipplr.com/view/64664/create-table-rows-automatically-based-on-number-of-columns/</guid>
</item>
<item>
<title>(SQL) Last modified - hojgaard</title>
<link>http://snipplr.com/view/63536/last-modified/</link>
<description><![CDATA[ <p>Lists when tables, stored procedure, views and functions where last modified. Shows only modified items within the last 14 days.</p> ]]></description>
<pubDate>Thu, 23 Feb 2012 20:01:21 GMT</pubDate>
<guid>http://snipplr.com/view/63536/last-modified/</guid>
</item>
<item>
<title>(Bash) Empty a database table - ModServ</title>
<link>http://snipplr.com/view/62712/empty-a-database-table/</link>
<description><![CDATA[ <p>A bash command to empty a database table.</p> ]]></description>
<pubDate>Mon, 23 Jan 2012 12:16:05 GMT</pubDate>
<guid>http://snipplr.com/view/62712/empty-a-database-table/</guid>
</item>
<item>
<title>(PHP) PHP Create pitchfx Table Structure - wa-rufio</title>
<link>http://snipplr.com/view/61978/php-create-pitchfx-table-structure/</link>
<description><![CDATA[ <p>Creates table structure for pitchfx data that is provided by mlb.com.  Open PHP file and enter username and password for localhost.  Feel free to customize to suit your preference.</p> ]]></description>
<pubDate>Mon, 19 Dec 2011 07:34:34 GMT</pubDate>
<guid>http://snipplr.com/view/61978/php-create-pitchfx-table-structure/</guid>
</item>
<item>
<title>(MySQL) Languages table - Synnoid</title>
<link>http://snipplr.com/view/61741/languages-table/</link>
<description><![CDATA[ <p>Most popular languages on the web table (in order of popularity). 
Handy for auto complete fields and such.</p> ]]></description>
<pubDate>Thu, 08 Dec 2011 20:38:40 GMT</pubDate>
<guid>http://snipplr.com/view/61741/languages-table/</guid>
</item>
<item>
<title>(HTML) Table - eldanieldeepak</title>
<link>http://snipplr.com/view/59076/table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Sep 2011 02:31:34 GMT</pubDate>
<guid>http://snipplr.com/view/59076/table/</guid>
</item>
<item>
<title>(SQL) Update table with values selected in a subquery - preasha</title>
<link>http://snipplr.com/view/58267/update-table-with-values-selected-in-a-subquery/</link>
<description><![CDATA[ <p>The inner join could be nested too</p> ]]></description>
<pubDate>Mon, 29 Aug 2011 22:34:04 GMT</pubDate>
<guid>http://snipplr.com/view/58267/update-table-with-values-selected-in-a-subquery/</guid>
</item>
<item>
<title>(PHP) PHP DB Table to HTML Datagrid - brownrl</title>
<link>http://snipplr.com/view/57337/php-db-table-to-html-datagrid/</link>
<description><![CDATA[ <p>This is a skeleton mock up for showing a database table in a basic datagrid with sorting and pagination.</p> ]]></description>
<pubDate>Fri, 29 Jul 2011 19:49:16 GMT</pubDate>
<guid>http://snipplr.com/view/57337/php-db-table-to-html-datagrid/</guid>
</item>
<item>
<title>(PHP) Make your table color different by Mysql Select tag - Darksider3</title>
<link>http://snipplr.com/view/57135/make-your-table-color-different-by-mysql-select-tag/</link>
<description><![CDATA[ <p>Here you see a example to make your table background color fdifferent at last</p> ]]></description>
<pubDate>Tue, 26 Jul 2011 02:21:32 GMT</pubDate>
<guid>http://snipplr.com/view/57135/make-your-table-color-different-by-mysql-select-tag/</guid>
</item>
<item>
<title>(PHP) Wordpress: retrieve values from a custom table in the Wordpress database - redconservatory</title>
<link>http://snipplr.com/view/56934/wordpress-retrieve-values-from-a-custom-table-in-the-wordpress-database/</link>
<description><![CDATA[ <p>Refer to the following:
http://codex.wordpress.org/Class_Reference/wpdb</p> ]]></description>
<pubDate>Thu, 21 Jul 2011 00:32:10 GMT</pubDate>
<guid>http://snipplr.com/view/56934/wordpress-retrieve-values-from-a-custom-table-in-the-wordpress-database/</guid>
</item>
<item>
<title>(jQuery) jQuery implementation of align=char - MikeAcreman</title>
<link>http://snipplr.com/view/55340/jquery-implementation-of-alignchar/</link>
<description><![CDATA[ <p>This is probably buggy and certainly not the most efficient way to do it.</p> ]]></description>
<pubDate>Fri, 17 Jun 2011 04:14:47 GMT</pubDate>
<guid>http://snipplr.com/view/55340/jquery-implementation-of-alignchar/</guid>
</item>
</channel>
</rss>