<?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/list</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 03:41:24 GMT</pubDate>
<item>
<title>(C#) convert string to list of words - boxubi</title>
<link>http://snipplr.com/view/7093/convert-string-to-list-of-words/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Jul 2008 16:29:32 GMT</pubDate>
<guid>http://snipplr.com/view/7093/convert-string-to-list-of-words/</guid>
</item>
<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>(JavaScript) List all class names used in a DOM tree - noah</title>
<link>http://snipplr.com/view/6488/list-all-class-names-used-in-a-dom-tree/</link>
<description><![CDATA[ <p>Lists each CSS class name that is applied to an element within an HTML page.

Some applications suggested by this pattern are:
- List class names by frequency of use.
- List class names by what kind of element they are applied to.
- List class names that are only used once.</p> ]]></description>
<pubDate>Wed, 28 May 2008 17:31:41 GMT</pubDate>
<guid>http://snipplr.com/view/6488/list-all-class-names-used-in-a-dom-tree/</guid>
</item>
<item>
<title>(JavaScript) List all IDs in the DOM tree - noah</title>
<link>http://snipplr.com/view/6487/list-all-ids-in-the-dom-tree/</link>
<description><![CDATA[ <p>List all the IDs on the page.</p> ]]></description>
<pubDate>Wed, 28 May 2008 17:27:18 GMT</pubDate>
<guid>http://snipplr.com/view/6487/list-all-ids-in-the-dom-tree/</guid>
</item>
<item>
<title>(JavaScript) Find Verbose IDs in the DOM - noah</title>
<link>http://snipplr.com/view/6474/find-verbose-ids-in-the-dom/</link>
<description><![CDATA[ <p>Traverses the DOM tree and reports if any IDs are over 30 characters in length.  Doesn't check for doubled IDs because that's caught when validationg the HTML.</p> ]]></description>
<pubDate>Tue, 27 May 2008 17:08:12 GMT</pubDate>
<guid>http://snipplr.com/view/6474/find-verbose-ids-in-the-dom/</guid>
</item>
<item>
<title>(Other) Option list alle landen - Meestercor</title>
<link>http://snipplr.com/view/6401/option-list-alle-landen/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 May 2008 08:12:40 GMT</pubDate>
<guid>http://snipplr.com/view/6401/option-list-alle-landen/</guid>
</item>
<item>
<title>(SQL) Comma-Delimited List using Coalesce - mcbutterbuns</title>
<link>http://snipplr.com/view/6367/commadelimited-list-using-coalesce/</link>
<description><![CDATA[ <p>If you ever need to build a comma delimited list out of a column in SQL you can easily do this using the COALESCE function.</p> ]]></description>
<pubDate>Tue, 20 May 2008 17:50:43 GMT</pubDate>
<guid>http://snipplr.com/view/6367/commadelimited-list-using-coalesce/</guid>
</item>
<item>
<title>(ActionScript 3) Add &amp;amp; Remove to Array - rwitten</title>
<link>http://snipplr.com/view/6166/add--remove-to-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 May 2008 18:29:09 GMT</pubDate>
<guid>http://snipplr.com/view/6166/add--remove-to-array/</guid>
</item>
<item>
<title>(Scheme) Grouping keys of an associative list - jarnaldich</title>
<link>http://snipplr.com/view/6067/grouping-keys-of-an-associative-list/</link>
<description><![CDATA[ <p>Given an an associative list ((k1 . v1) (k2 . v2) ... (kn . vn)), with possibly equal values for ki, it returns another alist where all cells have distinct keys and where values originally associated to the same key have been grouped as a list in the new cons cell.  Ouch! This is much harder to explain than to code. Just check the commented example in the code.</p> ]]></description>
<pubDate>Wed, 30 Apr 2008 14:23:31 GMT</pubDate>
<guid>http://snipplr.com/view/6067/grouping-keys-of-an-associative-list/</guid>
</item>
<item>
<title>(PHP) Display pictures in the directory - kyokutyo</title>
<link>http://snipplr.com/view/5527/display-pictures-in-the-directory/</link>
<description><![CDATA[ <p>[directory]
 ├index.php //this snippet
 ├imageA.jpg
 ├imageB.gif
 └imageC.png

This snipet displays the thumbnail of the picture file that exists in the 
same directory. 
When the thumbnail image is clicked, the original size image is displayed. 

options:
 filetype, width, height, pagetitle</p> ]]></description>
<pubDate>Sat, 22 Mar 2008 07:39:38 GMT</pubDate>
<guid>http://snipplr.com/view/5527/display-pictures-in-the-directory/</guid>
</item>
<item>
<title>(PHP) Rapleaf Address Book API - dannymo2</title>
<link>http://snipplr.com/view/5305/rapleaf-address-book-api/</link>
<description><![CDATA[ <p>Use this API to access names and addresses in a user's webmail (Gmail, AOL, Hotmail, and Yahoo). Make it easy to send friend invites for a social site and import contact lists. Rapleaf maintains up to date code on the importer and never stores passwords.</p> ]]></description>
<pubDate>Thu, 06 Mar 2008 15:51:16 GMT</pubDate>
<guid>http://snipplr.com/view/5305/rapleaf-address-book-api/</guid>
</item>
<item>
<title>(C#) list Tag C Sharp XML Documentation Comment - LeeRJohnson</title>
<link>http://snipplr.com/view/5119/list-tag-c-sharp-xml-documentation-comment/</link>
<description><![CDATA[ <p>term
        description
    
    
        term
        description</p> ]]></description>
<pubDate>Mon, 18 Feb 2008 22:30:55 GMT</pubDate>
<guid>http://snipplr.com/view/5119/list-tag-c-sharp-xml-documentation-comment/</guid>
</item>
<item>
<title>(Groovy) CSV formatter - roock</title>
<link>http://snipplr.com/view/5108/csv-formatter/</link>
<description><![CDATA[ <p>Format a list of lists to CSV format</p> ]]></description>
<pubDate>Mon, 18 Feb 2008 04:12:20 GMT</pubDate>
<guid>http://snipplr.com/view/5108/csv-formatter/</guid>
</item>
<item>
<title>(Python) Generate List of Letters in the Alphabet - pr1001</title>
<link>http://snipplr.com/view/5058/generate-list-of-letters-in-the-alphabet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Feb 2008 09:48:53 GMT</pubDate>
<guid>http://snipplr.com/view/5058/generate-list-of-letters-in-the-alphabet/</guid>
</item>
<item>
<title>(R) North America Pull Down - visuallyspun</title>
<link>http://snipplr.com/view/4812/north-america-pull-down/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Jan 2008 17:08:21 GMT</pubDate>
<guid>http://snipplr.com/view/4812/north-america-pull-down/</guid>
</item>
<item>
<title>(HTML) Blood Type Drop Down List for a Web Form - jonhenshaw</title>
<link>http://snipplr.com/view/4799/blood-type-drop-down-list-for-a-web-form/</link>
<description><![CDATA[ <p>A list of blood types for an online form.</p> ]]></description>
<pubDate>Sun, 27 Jan 2008 18:16:57 GMT</pubDate>
<guid>http://snipplr.com/view/4799/blood-type-drop-down-list-for-a-web-form/</guid>
</item>
<item>
<title>(HTML) Skin Tone Drop Down List for a Web Form - jonhenshaw</title>
<link>http://snipplr.com/view/4798/skin-tone-drop-down-list-for-a-web-form/</link>
<description><![CDATA[ <p>A drop down list of skin tone for an online form.</p> ]]></description>
<pubDate>Sun, 27 Jan 2008 17:12:26 GMT</pubDate>
<guid>http://snipplr.com/view/4798/skin-tone-drop-down-list-for-a-web-form/</guid>
</item>
<item>
<title>(HTML) Distinguishing Facial Hair Drop Down List for a Web Form - jonhenshaw</title>
<link>http://snipplr.com/view/4797/distinguishing-facial-hair-drop-down-list-for-a-web-form/</link>
<description><![CDATA[ <p>A drop down list of facial hair options for an online form.</p> ]]></description>
<pubDate>Sun, 27 Jan 2008 17:09:42 GMT</pubDate>
<guid>http://snipplr.com/view/4797/distinguishing-facial-hair-drop-down-list-for-a-web-form/</guid>
</item>
<item>
<title>(HTML) Hair Color Drop Down List for a Web Form - jonhenshaw</title>
<link>http://snipplr.com/view/4796/hair-color-drop-down-list-for-a-web-form/</link>
<description><![CDATA[ <p>A drop down list of hair color for an online form.</p> ]]></description>
<pubDate>Sun, 27 Jan 2008 17:06:01 GMT</pubDate>
<guid>http://snipplr.com/view/4796/hair-color-drop-down-list-for-a-web-form/</guid>
</item>
</channel>
</rss>