<?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/row</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 03:05:46 GMT</pubDate>
<item>
<title>(PHP) GM Project 2012 (mod users) - cameronjrc</title>
<link>http://snipplr.com/view/71034/gm-project-2012-mod-users/</link>
<description><![CDATA[ <p>user modding for a forum based gaming website (file used in password protected directory)</p> ]]></description>
<pubDate>Sat, 04 May 2013 01:24:01 GMT</pubDate>
<guid>http://snipplr.com/view/71034/gm-project-2012-mod-users/</guid>
</item>
<item>
<title>(PL/SQL) Selecting a Random Row from Table in MySQL - apphp-snippets</title>
<link>http://snipplr.com/view/70369/selecting-a-random-row-from-table-in-mysql/</link>
<description><![CDATA[ <p>Here the simplest way of selecting random rows from the MySQL database with using "ORDER BY RAND()" clause in the query.</p> ]]></description>
<pubDate>Tue, 12 Mar 2013 22:09:43 GMT</pubDate>
<guid>http://snipplr.com/view/70369/selecting-a-random-row-from-table-in-mysql/</guid>
</item>
<item>
<title>(SQL) How to select the first/least/max row per group in SQL - hairajeshk</title>
<link>http://snipplr.com/view/56300/how-to-select-the-firstleastmax-row-per-group-in-sql/</link>
<description><![CDATA[ <p>max value record for each group</p> ]]></description>
<pubDate>Fri, 08 Jul 2011 14:45:56 GMT</pubDate>
<guid>http://snipplr.com/view/56300/how-to-select-the-firstleastmax-row-per-group-in-sql/</guid>
</item>
<item>
<title>(MySQL) Automatic row numeration - grzebo</title>
<link>http://snipplr.com/view/56183/automatic-row-numeration/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Jul 2011 22:16:21 GMT</pubDate>
<guid>http://snipplr.com/view/56183/automatic-row-numeration/</guid>
</item>
<item>
<title>(C#) Single row from database - tonatiuh</title>
<link>http://snipplr.com/view/49284/single-row-from-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 20 Feb 2011 09:06:26 GMT</pubDate>
<guid>http://snipplr.com/view/49284/single-row-from-database/</guid>
</item>
<item>
<title>(jQuery) jQuery Alternating Row Colors - BlueIceStudios</title>
<link>http://snipplr.com/view/47384/jquery-alternating-row-colors/</link>
<description><![CDATA[ <p>This one is simple yet very useful. You can do alternating row colors with 2 simple lines of jQuery</p> ]]></description>
<pubDate>Tue, 18 Jan 2011 03:59:28 GMT</pubDate>
<guid>http://snipplr.com/view/47384/jquery-alternating-row-colors/</guid>
</item>
<item>
<title>(jQuery) alternate table row - beso</title>
<link>http://snipplr.com/view/43648/alternate-table-row/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 05 Nov 2010 21:40:32 GMT</pubDate>
<guid>http://snipplr.com/view/43648/alternate-table-row/</guid>
</item>
<item>
<title>(JavaScript) Highlight Table Row by Clicking on the Row - chopbust</title>
<link>http://snipplr.com/view/43485/highlight-table-row-by-clicking-on-the-row/</link>
<description><![CDATA[ <p>This is a snippet to highlight the clicked row. The code is in Prototype library format. I am yet to port this into JQuery, but please do email me if you already did.</p> ]]></description>
<pubDate>Wed, 03 Nov 2010 18:53:14 GMT</pubDate>
<guid>http://snipplr.com/view/43485/highlight-table-row-by-clicking-on-the-row/</guid>
</item>
<item>
<title>(jQuery) Making a table row clickable while preserving the function of additional links - theOtherOne</title>
<link>http://snipplr.com/view/41912/making-a-table-row-clickable-while-preserving-the-function-of-additional-links/</link>
<description><![CDATA[ <p>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!</p> ]]></description>
<pubDate>Sat, 09 Oct 2010 03:00:03 GMT</pubDate>
<guid>http://snipplr.com/view/41912/making-a-table-row-clickable-while-preserving-the-function-of-additional-links/</guid>
</item>
<item>
<title>(JavaScript) Stripy Table - loric</title>
<link>http://snipplr.com/view/33720/stripy-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 02 May 2010 03:46:28 GMT</pubDate>
<guid>http://snipplr.com/view/33720/stripy-table/</guid>
</item>
<item>
<title>(jQuery) Alternate Row Colors / Zebra Striping with jQuery - bradless</title>
<link>http://snipplr.com/view/28196/alternate-row-colors--zebra-striping-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 11 Feb 2010 15:13:44 GMT</pubDate>
<guid>http://snipplr.com/view/28196/alternate-row-colors--zebra-striping-with-jquery/</guid>
</item>
<item>
<title>(PHP) PHP/MySQL - Get Table Data - kilrizzy</title>
<link>http://snipplr.com/view/15464/phpmysql--get-table-data/</link>
<description><![CDATA[ <p>Use this function to print out all the rows in a table. Specify columns to show using the columnstring parameter:
tablulardata(tablename, columnstring);
ie:
tabluardata("users","username=Username|fname=First Name|lname=Last Name");</p> ]]></description>
<pubDate>Tue, 02 Jun 2009 14:28:39 GMT</pubDate>
<guid>http://snipplr.com/view/15464/phpmysql--get-table-data/</guid>
</item>
<item>
<title>(PHP) PHP/MySQL - Get Row Data - kilrizzy</title>
<link>http://snipplr.com/view/15462/phpmysql--get-row-data/</link>
<description><![CDATA[ <p>Use this function to pull all columns from a single database field.
getrowdata(tablename,rowid,prefix);

You would call this function like: 
getrowdata("users",$_SESSION['user'],"user_");

The prefix is the prefix you want for the array names, so if I have a field in my "users" table called "username", the example above would output the variable "$user_username = 'data';"</p> ]]></description>
<pubDate>Tue, 02 Jun 2009 12:57:06 GMT</pubDate>
<guid>http://snipplr.com/view/15462/phpmysql--get-row-data/</guid>
</item>
<item>
<title>(C#) ASP.net: Update SQL from a DropDownList dynamically created in a GridView. - jink</title>
<link>http://snipplr.com/view/15440/aspnet-update-sql-from-a-dropdownlist-dynamically-created-in-a-gridview/</link>
<description><![CDATA[ <p>Bind the DropDownList like normal (set DataSourceID, DataTextField, DataValueField), and  the SelectedValue field.  AutoPostBack should be enabled.  In the OnSelectedIndexChanged:</p> ]]></description>
<pubDate>Mon, 01 Jun 2009 20:39:26 GMT</pubDate>
<guid>http://snipplr.com/view/15440/aspnet-update-sql-from-a-dropdownlist-dynamically-created-in-a-gridview/</guid>
</item>
<item>
<title>(SQL) Return a table list with row count - blackf0rk</title>
<link>http://snipplr.com/view/14543/return-a-table-list-with-row-count/</link>
<description><![CDATA[ <p>This will return a list of all the tables in a certain database along with their row count.</p> ]]></description>
<pubDate>Tue, 28 Apr 2009 14:18:29 GMT</pubDate>
<guid>http://snipplr.com/view/14543/return-a-table-list-with-row-count/</guid>
</item>
<item>
<title>(jQuery) Add table row to the bottom of a table - 1man</title>
<link>http://snipplr.com/view/13326/add-table-row-to-the-bottom-of-a-table/</link>
<description><![CDATA[ <p>Great little snippit to add a  to the bottom of a table. Note the use of the context in the jQuery e.g var n = $('tr:last td', this).length; Will have to use this in the future, very good to know!</p> ]]></description>
<pubDate>Fri, 20 Mar 2009 12:53:48 GMT</pubDate>
<guid>http://snipplr.com/view/13326/add-table-row-to-the-bottom-of-a-table/</guid>
</item>
<item>
<title>(VB.NET) DataKey on RowDataBound - blackf0rk</title>
<link>http://snipplr.com/view/13158/datakey-on-rowdatabound/</link>
<description><![CDATA[ <p>If you need to get the DataKey value in RowDataBound (e.g. Assigning the DataKey to the CommandArgument of a button):</p> ]]></description>
<pubDate>Mon, 16 Mar 2009 12:40:35 GMT</pubDate>
<guid>http://snipplr.com/view/13158/datakey-on-rowdatabound/</guid>
</item>
<item>
<title>(PHP) execute row (retrieve one row) - ginoplusio</title>
<link>http://snipplr.com/view/9653/execute-row-retrieve-one-row/</link>
<description><![CDATA[ <p>make a query and retrieve the first record, if error occurs show it and the query.</p> ]]></description>
<pubDate>Tue, 11 Nov 2008 11:23:15 GMT</pubDate>
<guid>http://snipplr.com/view/9653/execute-row-retrieve-one-row/</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>
</channel>
</rss>