<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Sat, 13 Jun 2026 15:11:12 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Sort Columns from Tables - jlustre</title>
      <link>https://snipplr.com/view/337342/sort-columns-from-tables</link>
      <description>&lt;p&gt;Use to sort table columns by clicking on the table headings&lt;/p&gt;</description>
      <pubDate>Thu, 05 Mar 2020 18:38:51 UTC</pubDate>
      <guid>https://snipplr.com/view/337342/sort-columns-from-tables</guid>
    </item>
    <item>
      <title>(SQL) mysql clone table with structure and indexes - ktrout</title>
      <link>https://snipplr.com/view/145603/mysql-clone-table-with-structure-and-indexes</link>
      <description>&lt;p&gt;clone table with structure and indexes&lt;/p&gt;</description>
      <pubDate>Sun, 03 Jan 2016 13:52:46 UTC</pubDate>
      <guid>https://snipplr.com/view/145603/mysql-clone-table-with-structure-and-indexes</guid>
    </item>
    <item>
      <title>(VB.NET) VB.NET SQL Example: How to send SMS in VB.NET using SQL database - LoganTurn</title>
      <link>https://snipplr.com/view/93629/vbnet-sql-example-how-to-send-sms-in-vbnet-using-sql-database</link>
      <description>&lt;p&gt;I thought I share this code snippet because I find this way of SMS sending an easy solution. I believe that even beginners can implement this VB.NET SQL SMS application, but I think some extent of perfection in the SMS technology is required for better understanding. Okay, letâ€™s jump right in the middle of the project that allows you to send and receive SMS through database tables by using your own VB.NET application.&#13;
 &#13;
Project information:&#13;
&#13;
â€¢	Language: VB.NET&#13;
â€¢	Level: Intermediate &#13;
â€¢	IDE: Microsoft Visual Studio &#13;
â€¢	Database server: MS SQL, MS SQL Express, MySQL, Access, Oracle, etc. I used MySQL (http://www.mysql.com/).&#13;
â€¢	Special prerequisites: .NET Framework (http://www.microsoft.com/hu-hu/download/details.aspx?id=17851), SMS Gateway (in order to let your PC to send/receive SMS transmissions to/from a telecommunications network). I used Ozeki NG (www.ozekisms.com).&#13;
&#13;
Project description:&#13;
&#13;
First of all, you need to create the necessary database tables: one for the outgoing messages, and another one for the incoming messages. The snippet shows my MySQL commands, but it can be changed of course depending on the database server you use. In order to be able to use your database you need to connect it to your SMS gateway, then you can insert an SMS into the table of the outgoing messages by using an SQL INSERT command. To execute this command, you need to connect to the database by using the myConnection.Open() method. Thereafter insert the message into the database ( mySqlCommand.ExecuteNonQuery() ), then close the database connection ( myConnection.Close() ). That's all there is to it! It wasn't that black magic, was it?&lt;/p&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:18:43 UTC</pubDate>
      <guid>https://snipplr.com/view/93629/vbnet-sql-example-how-to-send-sms-in-vbnet-using-sql-database</guid>
    </item>
    <item>
      <title>(PHP) HTML Table to plain text - nigelnquande</title>
      <link>https://snipplr.com/view/84027/html-table-to-plain-text</link>
      <description>&lt;p&gt;Use PHP's DOM parser to convert a table into plain text (including links with images)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Dec 2014 01:11:27 UTC</pubDate>
      <guid>https://snipplr.com/view/84027/html-table-to-plain-text</guid>
    </item>
    <item>
      <title>(SQL) Table creating sql for a typical shopping cart - jacktan</title>
      <link>https://snipplr.com/view/80413/table-creating-sql-for-a-typical-shopping-cart</link>
      <description>&lt;p&gt;Confirm the sql script file is encoded with `UTF-8`&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 02:11:57 UTC</pubDate>
      <guid>https://snipplr.com/view/80413/table-creating-sql-for-a-typical-shopping-cart</guid>
    </item>
    <item>
      <title>(jQuery) Check if one checkbox is checked (from a list, a table...) - Igeco</title>
      <link>https://snipplr.com/view/79930/check-if-one-checkbox-is-checked-from-a-list-a-table</link>
      <description>&lt;p&gt;VÃ©rifie si une checkbox a Ã©tÃ© cochÃ©e&lt;/p&gt;</description>
      <pubDate>Fri, 17 Oct 2014 19:35:24 UTC</pubDate>
      <guid>https://snipplr.com/view/79930/check-if-one-checkbox-is-checked-from-a-list-a-table</guid>
    </item>
    <item>
      <title>(JavaScript) simple table filter with jquery - bboydflo</title>
      <link>https://snipplr.com/view/78810/simple-table-filter-with-jquery</link>
      <description>&lt;p&gt;have to change this snippet in order to hide filtered rows. Not tried out yet, but works fine in the jsfiddle&lt;/p&gt;</description>
      <pubDate>Fri, 03 Oct 2014 16:57:08 UTC</pubDate>
      <guid>https://snipplr.com/view/78810/simple-table-filter-with-jquery</guid>
    </item>
    <item>
      <title>(JavaScript) Japanese Adjective Study Table - hamittou</title>
      <link>https://snipplr.com/view/76078/japanese-adjective-study-table</link>
      <description>&lt;p&gt;I was studying Japanese adjectives and ye olde paper and pen wasn't enough so I made this. Basic as the basic can be&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2014 03:36:57 UTC</pubDate>
      <guid>https://snipplr.com/view/76078/japanese-adjective-study-table</guid>
    </item>
    <item>
      <title>(C) sqlite create new table - ktrout</title>
      <link>https://snipplr.com/view/72792/sqlite-create-new-table</link>
      <description>&lt;p&gt;Source creating a new database (and inserting some records)&lt;/p&gt;</description>
      <pubDate>Sun, 03 Nov 2013 15:25:34 UTC</pubDate>
      <guid>https://snipplr.com/view/72792/sqlite-create-new-table</guid>
    </item>
    <item>
      <title>(jQuery) Cloning table header to the bottom of table with reverse - NeXTs</title>
      <link>https://snipplr.com/view/71540/cloning-table-header-to-the-bottom-of-table-with-reverse</link>
      <description>&lt;p&gt;Snippet may be usefull for cloning table header to the bottom of table.&#13;
&#13;
Snippet will clone all children elements from thead, reverse and insert to tfoot. Example at jsFiddle: &lt;a href="http://jsfiddle.net/xWWYN/"&gt;jsFiddle&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 15 Jun 2013 21:39:27 UTC</pubDate>
      <guid>https://snipplr.com/view/71540/cloning-table-header-to-the-bottom-of-table-with-reverse</guid>
    </item>
    <item>
      <title>(CSS) CSS - Spacing between thead and tbody - satie83</title>
      <link>https://snipplr.com/view/70755/css--spacing-between-thead-and-tbody</link>
      <description>&lt;p&gt;Spacing between thead and tbody&lt;/p&gt;</description>
      <pubDate>Thu, 11 Apr 2013 23:09:00 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/70344/alternating-table-color-rows-in-css</link>
      <description>&lt;p&gt;These 2 techniques can be used for alternating row-colors in a table.&lt;/p&gt;</description>
      <pubDate>Sun, 10 Mar 2013 19:31:20 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/69966/alternating-table-color-rows-in-css</link>
      <description>&lt;p&gt;These 2 techniques can be used for alternating row-colors in a table.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Feb 2013 20:24:40 UTC</pubDate>
      <guid>https://snipplr.com/view/69966/alternating-table-color-rows-in-css</guid>
    </item>
    <item>
      <title>(CSS) Fixed Heading Scrollable Table Simulation - COBOLdinosaur</title>
      <link>https://snipplr.com/view/69368/fixed-heading-scrollable-table-simulation</link>
      <description>&lt;p&gt;Uses the table display properties in div tags to merge the attributes of multiple tags.&lt;/p&gt;</description>
      <pubDate>Sun, 06 Jan 2013 05:33:14 UTC</pubDate>
      <guid>https://snipplr.com/view/69368/fixed-heading-scrollable-table-simulation</guid>
    </item>
    <item>
      <title>(HTML) Mid America Parts Description Table - dcoxdesigns</title>
      <link>https://snipplr.com/view/67235/mid-america-parts-description-table</link>
      <description>&lt;p&gt;table with image on one side, products info on the other.&#13;
&#13;
includes some CSS from Tablizer that has been modified.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Sep 2012 00:21:30 UTC</pubDate>
      <guid>https://snipplr.com/view/67235/mid-america-parts-description-table</guid>
    </item>
    <item>
      <title>(PHP) Quirolrichimaro Adding Headers Technique - mrtonix</title>
      <link>https://snipplr.com/view/66531/quirolrichimaro-adding-headers-technique</link>
      <description>&lt;p&gt;Created by Quirol to avoid TOTAL errors&lt;/p&gt;</description>
      <pubDate>Sun, 05 Aug 2012 03:14:33 UTC</pubDate>
      <guid>https://snipplr.com/view/66531/quirolrichimaro-adding-headers-technique</guid>
    </item>
    <item>
      <title>(MySQL) Pivot table Schedule - cahyadsn</title>
      <link>https://snipplr.com/view/66323/pivot-table-schedule</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 25 Jul 2012 13:43:46 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/64667/sql--sql-server--add-column-with-default-value-and-check-constraint</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Fri, 20 Apr 2012 01:45:29 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/64664/create-table-rows-automatically-based-on-number-of-columns</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Thu, 19 Apr 2012 23:59:12 UTC</pubDate>
      <guid>https://snipplr.com/view/64664/create-table-rows-automatically-based-on-number-of-columns</guid>
    </item>
    <item>
      <title>(Bash) Empty a database table - ModServ</title>
      <link>https://snipplr.com/view/62712/empty-a-database-table</link>
      <description>&lt;p&gt;A bash command to empty a database table.&lt;/p&gt;</description>
      <pubDate>Mon, 23 Jan 2012 12:16:05 UTC</pubDate>
      <guid>https://snipplr.com/view/62712/empty-a-database-table</guid>
    </item>
    <item>
      <title>(PHP) PHP Create pitchfx Table Structure - wa-rufio</title>
      <link>https://snipplr.com/view/61978/php-create-pitchfx-table-structure</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Dec 2011 07:34:34 UTC</pubDate>
      <guid>https://snipplr.com/view/61978/php-create-pitchfx-table-structure</guid>
    </item>
    <item>
      <title>(MySQL) Languages table - Synnoid</title>
      <link>https://snipplr.com/view/61741/languages-table</link>
      <description>&lt;p&gt;Most popular languages on the web table (in order of popularity). &#13;
Handy for auto complete fields and such.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Dec 2011 20:38:40 UTC</pubDate>
      <guid>https://snipplr.com/view/61741/languages-table</guid>
    </item>
    <item>
      <title>(SQL) Update table with values selected in a subquery - preasha</title>
      <link>https://snipplr.com/view/58267/update-table-with-values-selected-in-a-subquery</link>
      <description>&lt;p&gt;The inner join could be nested too&lt;/p&gt;</description>
      <pubDate>Mon, 29 Aug 2011 22:34:04 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/57337/php-db-table-to-html-datagrid</link>
      <description>&lt;p&gt;This is a skeleton mock up for showing a database table in a basic datagrid with sorting and pagination.&lt;/p&gt;</description>
      <pubDate>Fri, 29 Jul 2011 19:49:16 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/57135/make-your-table-color-different-by-mysql-select-tag</link>
      <description>&lt;p&gt;Here you see a example to make your table background color fdifferent at last&lt;/p&gt;</description>
      <pubDate>Tue, 26 Jul 2011 02:21:32 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/56934/wordpress-retrieve-values-from-a-custom-table-in-the-wordpress-database</link>
      <description>&lt;p&gt;Refer to the following:&#13;
http://codex.wordpress.org/Class_Reference/wpdb&lt;/p&gt;</description>
      <pubDate>Thu, 21 Jul 2011 00:32:10 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/55340/jquery-implementation-of-alignchar</link>
      <description>&lt;p&gt;This is probably buggy and certainly not the most efficient way to do it.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Jun 2011 04:14:47 UTC</pubDate>
      <guid>https://snipplr.com/view/55340/jquery-implementation-of-alignchar</guid>
    </item>
    <item>
      <title>(PHP) Build a Calendar Table - dubogii</title>
      <link>https://snipplr.com/view/53673/build-a-calendar-table</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 17 May 2011 19:52:43 UTC</pubDate>
      <guid>https://snipplr.com/view/53673/build-a-calendar-table</guid>
    </item>
    <item>
      <title>(jQuery) jQuery Zebra Stripe a Table - dubogii</title>
      <link>https://snipplr.com/view/53662/jquery-zebra-stripe-a-table</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 17 May 2011 19:33:27 UTC</pubDate>
      <guid>https://snipplr.com/view/53662/jquery-zebra-stripe-a-table</guid>
    </item>
    <item>
      <title>(Other) SQL - Find Table by Name - silentpro</title>
      <link>https://snipplr.com/view/53441/sql--find-table-by-name</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 12 May 2011 13:34:04 UTC</pubDate>
      <guid>https://snipplr.com/view/53441/sql--find-table-by-name</guid>
    </item>
    <item>
      <title>(Other) SQL - Find Duplicate Rows - silentpro</title>
      <link>https://snipplr.com/view/53440/sql--find-duplicate-rows</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 12 May 2011 13:33:26 UTC</pubDate>
      <guid>https://snipplr.com/view/53440/sql--find-duplicate-rows</guid>
    </item>
    <item>
      <title>(PHP) HTML table with PHP - LemonPro</title>
      <link>https://snipplr.com/view/52603/html-table-with-php</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 26 Apr 2011 22:10:16 UTC</pubDate>
      <guid>https://snipplr.com/view/52603/html-table-with-php</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Create custom database tables - prwhitehead</title>
      <link>https://snipplr.com/view/52178/wordpress-create-custom-database-tables</link>
      <description>&lt;p&gt;Create custom database tables within wordpress. Just replace 'stats' with the name of your table, and then the $sql variable with your create table sql.&lt;/p&gt;</description>
      <pubDate>Sat, 16 Apr 2011 05:41:35 UTC</pubDate>
      <guid>https://snipplr.com/view/52178/wordpress-create-custom-database-tables</guid>
    </item>
    <item>
      <title>(HTML) HTML Table Template - mecha</title>
      <link>https://snipplr.com/view/52102/html-table-template</link>
      <description>&lt;p&gt;Valid HTML table template with example data.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Apr 2011 05:03:41 UTC</pubDate>
      <guid>https://snipplr.com/view/52102/html-table-template</guid>
    </item>
    <item>
      <title>(CSS) HTML Table overlapping DIV - peetj</title>
      <link>https://snipplr.com/view/51763/html-table-overlapping-div</link>
      <description>&lt;p&gt;Stop your html tables overlapping other elements to the right. Fix the table with a fixed layout. You may also have to set overflow:hidden and word-wrap:break-word&lt;/p&gt;</description>
      <pubDate>Fri, 08 Apr 2011 16:16:59 UTC</pubDate>
      <guid>https://snipplr.com/view/51763/html-table-overlapping-div</guid>
    </item>
    <item>
      <title>(HTML) Buggy CSS for an HTML table (example) - sahwar</title>
      <link>https://snipplr.com/view/50733/buggy-css-for-an-html-table-example</link>
      <description>&lt;p&gt;A code snippet for review by StackOverflow.com members.&#13;
I would appreciate any help that'll aid me in fixing the bugs in the table (they are described in the StackOverflow question at http://stackoverflow.com/questions/5321646/buggy-css-for-an-html-table).&lt;/p&gt;</description>
      <pubDate>Wed, 16 Mar 2011 16:19:17 UTC</pubDate>
      <guid>https://snipplr.com/view/50733/buggy-css-for-an-html-table-example</guid>
    </item>
    <item>
      <title>(SQL) SQL Template - Drop Column - edwinet</title>
      <link>https://snipplr.com/view/48258/sql-template--drop-column</link>
      <description>&lt;p&gt;My Drop Column.sql&#13;
This template drops a columns of the table.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Feb 2011 09:56:53 UTC</pubDate>
      <guid>https://snipplr.com/view/48258/sql-template--drop-column</guid>
    </item>
    <item>
      <title>(SQL) SQL Template - Add Column - edwinet</title>
      <link>https://snipplr.com/view/48255/sql-template--add-column</link>
      <description>&lt;p&gt;My Add Column Varchar.sql&#13;
This template adds a new varchar column to the table.&lt;/p&gt;</description>
      <pubDate>Wed, 02 Feb 2011 09:43:13 UTC</pubDate>
      <guid>https://snipplr.com/view/48255/sql-template--add-column</guid>
    </item>
    <item>
      <title>(CSS) IE7 table border spacing fix - kanampo</title>
      <link>https://snipplr.com/view/47879/ie7-table-border-spacing-fix</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 26 Jan 2011 07:40:54 UTC</pubDate>
      <guid>https://snipplr.com/view/47879/ie7-table-border-spacing-fix</guid>
    </item>
    <item>
      <title>(MySQL) Add Column Table if not exists - jatubio</title>
      <link>https://snipplr.com/view/47518/add-column-table-if-not-exists</link>
      <description>&lt;p&gt;Can add columns to a table checking before if there&lt;/p&gt;</description>
      <pubDate>Wed, 19 Jan 2011 22:13:07 UTC</pubDate>
      <guid>https://snipplr.com/view/47518/add-column-table-if-not-exists</guid>
    </item>
    <item>
      <title>(JavaScript) Simple Javascript to handle table sorting. - racl101</title>
      <link>https://snipplr.com/view/47465/simple-javascript-to-handle-table-sorting</link>
      <description>&lt;p&gt;This script handles table sorting, is easy to implement and to alter and has decent documentation. I did not write this JavaScript, rather, I found it here: &#13;
&#13;
http://www.kryogenix.org/code/browser/sorttable/&#13;
&#13;
I used this script on the ACEE WordPress Plugin I built around Jan 2011.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Jan 2011 05:44:17 UTC</pubDate>
      <guid>https://snipplr.com/view/47465/simple-javascript-to-handle-table-sorting</guid>
    </item>
    <item>
      <title>(MySQL) Create a table with a dynamic name - gtaking</title>
      <link>https://snipplr.com/view/46358/create-a-table-with-a-dynamic-name</link>
      <description>&lt;p&gt;the following code can be used to create a table with a dynamic name&lt;/p&gt;</description>
      <pubDate>Sat, 01 Jan 2011 01:07:27 UTC</pubDate>
      <guid>https://snipplr.com/view/46358/create-a-table-with-a-dynamic-name</guid>
    </item>
    <item>
      <title>(Objective C) Set a UITableView's footer text - joshparnham</title>
      <link>https://snipplr.com/view/46235/set-a-uitableviews-footer-text</link>
      <description>&lt;p&gt;Place this method in a UITableViewController Subclass' .m file&lt;/p&gt;</description>
      <pubDate>Wed, 29 Dec 2010 20:27:39 UTC</pubDate>
      <guid>https://snipplr.com/view/46235/set-a-uitableviews-footer-text</guid>
    </item>
    <item>
      <title>(SQL) Postgres get table schema with columns - djmornyc</title>
      <link>https://snipplr.com/view/45483/postgres-get-table-schema-with-columns</link>
      <description>&lt;p&gt;Get table schema with columns via sql.&lt;/p&gt;</description>
      <pubDate>Thu, 09 Dec 2010 06:08:50 UTC</pubDate>
      <guid>https://snipplr.com/view/45483/postgres-get-table-schema-with-columns</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery Alternating Table Row Formatting - SteveRB511</title>
      <link>https://snipplr.com/view/44701/jquery-alternating-table-row-formatting</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 23 Nov 2010 06:12:55 UTC</pubDate>
      <guid>https://snipplr.com/view/44701/jquery-alternating-table-row-formatting</guid>
    </item>
    <item>
      <title>(SQL) mysql dump single table - tribal</title>
      <link>https://snipplr.com/view/43783/mysql-dump-single-table</link>
      <description>&lt;p&gt;Backup a single table from a database&lt;/p&gt;</description>
      <pubDate>Tue, 09 Nov 2010 04:04:18 UTC</pubDate>
      <guid>https://snipplr.com/view/43783/mysql-dump-single-table</guid>
    </item>
    <item>
      <title>(jQuery) alternate table row - beso</title>
      <link>https://snipplr.com/view/43648/alternate-table-row</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 05 Nov 2010 21:40:32 UTC</pubDate>
      <guid>https://snipplr.com/view/43648/alternate-table-row</guid>
    </item>
    <item>
      <title>(PHP) PHP script to make a backup copy of a MySQL table - fackz</title>
      <link>https://snipplr.com/view/42948/php-script-to-make-a-backup-copy-of-a-mysql-table</link>
      <description>&lt;p&gt;The script below connects to a MySQL database server on "localhost" using the login name "test" and password "123456" and then connects to the database "test". It then copies the table structure and data from the table "products" to a new table "products_bak". If the target table already exists the function returns false.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Oct 2010 04:07:52 UTC</pubDate>
      <guid>https://snipplr.com/view/42948/php-script-to-make-a-backup-copy-of-a-mysql-table</guid>
    </item>
    <item>
      <title>(C#) create html table dynamically - hairajeshk</title>
      <link>https://snipplr.com/view/41915/create-html-table-dynamically</link>
      <description>&lt;p&gt;create html table dynamically&lt;/p&gt;</description>
      <pubDate>Sat, 09 Oct 2010 03:30:26 UTC</pubDate>
      <guid>https://snipplr.com/view/41915/create-html-table-dynamically</guid>
    </item>
    <item>
      <title>(jQuery) Making a table row clickable while preserving the function of additional links - theOtherOne</title>
      <link>https://snipplr.com/view/41912/making-a-table-row-clickable-while-preserving-the-function-of-additional-links</link>
      <description>&lt;p&gt;First: clicking on a table row forwards you to the URL given in the first As href attribute. ------ Second: clicking on a link inside the row triggers the default action **AND** a click event on the table row. This needs to be stopped, so the default action is replaced by our own and propagation to higher elements is stopped. ----- Nice to have: Hand cursor when hovering over a table row. CSS!&lt;/p&gt;</description>
      <pubDate>Sat, 09 Oct 2010 03:00:03 UTC</pubDate>
      <guid>https://snipplr.com/view/41912/making-a-table-row-clickable-while-preserving-the-function-of-additional-links</guid>
    </item>
  </channel>
</rss>
