<?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>Tue, 09 Jun 2026 06:45:30 +0000</lastBuildDate>
    <item>
      <title>(PHP) Credit card Year dropdown - acosonic</title>
      <link>https://snipplr.com/view/174985/credit-card-year-dropdown</link>
      <description>&lt;p&gt;This snippet adds credit card select box dropdown values 10 years in future from current year.&lt;/p&gt;</description>
      <pubDate>Wed, 14 Sep 2016 23:00:37 UTC</pubDate>
      <guid>https://snipplr.com/view/174985/credit-card-year-dropdown</guid>
    </item>
    <item>
      <title>(ASP) ASP.net Dropdown U.S States (non-abbreviated) - windmarble</title>
      <link>https://snipplr.com/view/78413/aspnet-dropdown-us-states-nonabbreviated</link>
      <description>&lt;p&gt;To select a US State from a form.&lt;/p&gt;</description>
      <pubDate>Fri, 26 Sep 2014 22:50:02 UTC</pubDate>
      <guid>https://snipplr.com/view/78413/aspnet-dropdown-us-states-nonabbreviated</guid>
    </item>
    <item>
      <title>(HTML) Dil seÃ§im listesi - Balamir</title>
      <link>https://snipplr.com/view/73239/dil-seim-listesi</link>
      <description>&lt;p&gt;Language dropdown list&#13;
Dil seÃ§im listesi&lt;/p&gt;</description>
      <pubDate>Fri, 27 Dec 2013 03:00:13 UTC</pubDate>
      <guid>https://snipplr.com/view/73239/dil-seim-listesi</guid>
    </item>
    <item>
      <title>(CSS) Easy Wordpress Drop Downs using CSS - xcsteve99</title>
      <link>https://snipplr.com/view/69629/easy-wordpress-drop-downs-using-css</link>
      <description>&lt;p&gt;Use Z-Index to make navigation layer ABOVE other elements.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jan 2013 07:42:08 UTC</pubDate>
      <guid>https://snipplr.com/view/69629/easy-wordpress-drop-downs-using-css</guid>
    </item>
    <item>
      <title>(jQuery) Set Default Value for Select (dropdown) Lists Using value attribute - halk</title>
      <link>https://snipplr.com/view/67752/set-default-value-for-select-dropdown-lists-using-value-attribute</link>
      <description>&lt;p&gt;For some reason setting a default value for select elements does not work. This one line of jquery solves that problem.  Assign a value (value="something") to the select tag that is to be the default value.  With jquery get all select elements with a (value) attribute set.  For some reason I couldnt get the value of (value) with jquery, it would only return the first item in the list and not the value of the attribute(value). Oldschool Javascript managed to return it though.  The result is that when the document becomes ready jquery finds all select boxes and changes their value to the value stored in the attribute(value) of the select tag.  This means that you can set default values for select elements in the same way you set them for other elements - by assigning them a (value)  -  value="whatever"&lt;/p&gt;</description>
      <pubDate>Tue, 16 Oct 2012 01:33:32 UTC</pubDate>
      <guid>https://snipplr.com/view/67752/set-default-value-for-select-dropdown-lists-using-value-attribute</guid>
    </item>
    <item>
      <title>(jQuery) custom jquery selectbox dropdown - rumremix</title>
      <link>https://snipplr.com/view/64524/custom-jquery-selectbox-dropdown</link>
      <description>&lt;p&gt;Simple solution found via link. Just edit code from demo page(s). Also http://uniformjs.com/&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2012 09:25:51 UTC</pubDate>
      <guid>https://snipplr.com/view/64524/custom-jquery-selectbox-dropdown</guid>
    </item>
    <item>
      <title>(CSS) Use CSS3 Media Screen to go from Horizontal Menu to dropdown - ryanfiorini</title>
      <link>https://snipplr.com/view/64375/use-css3-media-screen-to-go-from-horizontal-menu-to-dropdown</link>
      <description>&lt;p&gt;This will take the screen width into account and display either a horizontal menu or a dropdown menu with a hover style.  Resize your window to see the effect.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Apr 2012 03:27:24 UTC</pubDate>
      <guid>https://snipplr.com/view/64375/use-css3-media-screen-to-go-from-horizontal-menu-to-dropdown</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript Select Box - Age Loop - JonnyCraze</title>
      <link>https://snipplr.com/view/63935/javascript-select-box--age-loop</link>
      <description>&lt;p&gt;I hate manually entering in tons of numbers and tags for numbers, so I made a loop for it.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2012 03:22:01 UTC</pubDate>
      <guid>https://snipplr.com/view/63935/javascript-select-box--age-loop</guid>
    </item>
    <item>
      <title>(jQuery) PHP/ Jquery Dropdown Select - LadyLoomis</title>
      <link>https://snipplr.com/view/63485/php-jquery-dropdown-select</link>
      <description>&lt;p&gt;Set a variable by getting the URLs id with PHP.  Find the the option with the name value that is equal with the variable and add "selected" to it.&lt;/p&gt;</description>
      <pubDate>Wed, 22 Feb 2012 04:24:55 UTC</pubDate>
      <guid>https://snipplr.com/view/63485/php-jquery-dropdown-select</guid>
    </item>
    <item>
      <title>(jQuery) Get value of selected option in Drop Down - jjmu15</title>
      <link>https://snipplr.com/view/63250/get-value-of-selected-option-in-drop-down</link>
      <description>&lt;p&gt;This snippet gets the value of the selected dropdown&lt;/p&gt;</description>
      <pubDate>Sat, 11 Feb 2012 03:05:35 UTC</pubDate>
      <guid>https://snipplr.com/view/63250/get-value-of-selected-option-in-drop-down</guid>
    </item>
    <item>
      <title>(CSS) CSS Dropdown Menu - zvineyard</title>
      <link>https://snipplr.com/view/59590/css-dropdown-menu</link>
      <description>&lt;p&gt;A working HTML/CSS dropdown (flyout) menu.&lt;/p&gt;</description>
      <pubDate>Mon, 10 Oct 2011 14:11:50 UTC</pubDate>
      <guid>https://snipplr.com/view/59590/css-dropdown-menu</guid>
    </item>
    <item>
      <title>(PHP) Tectite formmail email recipient split depending on dropdown selection - stephcode</title>
      <link>https://snipplr.com/view/53536/tectite-formmail-email-recipient-split-depending-on-dropdown-selection</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 14 May 2011 01:28:35 UTC</pubDate>
      <guid>https://snipplr.com/view/53536/tectite-formmail-email-recipient-split-depending-on-dropdown-selection</guid>
    </item>
    <item>
      <title>(HTML) HTML for Time Zone dropdown/select - mecha</title>
      <link>https://snipplr.com/view/51380/html-for-time-zone-dropdownselect</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 31 Mar 2011 13:53:27 UTC</pubDate>
      <guid>https://snipplr.com/view/51380/html-for-time-zone-dropdownselect</guid>
    </item>
    <item>
      <title>(HTML) Country dropdown list with country name as value. - ahandy</title>
      <link>https://snipplr.com/view/50005/country-dropdown-list-with-country-name-as-value</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Mar 2011 02:11:27 UTC</pubDate>
      <guid>https://snipplr.com/view/50005/country-dropdown-list-with-country-name-as-value</guid>
    </item>
    <item>
      <title>(jQuery) jQuery fancy select dropdown menu - peckham</title>
      <link>https://snipplr.com/view/48107/jquery-fancy-select-dropdown-menu</link>
      <description>&lt;p&gt;The option elements in the original select may provide an image and a second line of text by using a data-img and a data-info attribute.&lt;/p&gt;</description>
      <pubDate>Sun, 30 Jan 2011 12:35:10 UTC</pubDate>
      <guid>https://snipplr.com/view/48107/jquery-fancy-select-dropdown-menu</guid>
    </item>
    <item>
      <title>(CSS) Horizontal Menu w/ Dropdowns - cviolette</title>
      <link>https://snipplr.com/view/43984/horizontal-menu-w-dropdowns</link>
      <description>&lt;p&gt;Basic style to set up Joomla-format menu as horizontal menu with dropdowns.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Nov 2010 04:00:11 UTC</pubDate>
      <guid>https://snipplr.com/view/43984/horizontal-menu-w-dropdowns</guid>
    </item>
    <item>
      <title>(jQuery) Joomla Menu Dropdowns - cviolette</title>
      <link>https://snipplr.com/view/43982/joomla-menu-dropdowns</link>
      <description>&lt;p&gt;jQuery to make Joomla-format menu dropdowns appear on hover. Change "#mainnav" to menu container selector.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Nov 2010 03:55:48 UTC</pubDate>
      <guid>https://snipplr.com/view/43982/joomla-menu-dropdowns</guid>
    </item>
    <item>
      <title>(jQuery) Custom Dropdown - touffies</title>
      <link>https://snipplr.com/view/43956/custom-dropdown</link>
      <description>&lt;p&gt;Custom dropdown field, replace defaut dropdown style with custom design.&#13;
This function does not replace the select field.&lt;/p&gt;</description>
      <pubDate>Fri, 12 Nov 2010 00:00:39 UTC</pubDate>
      <guid>https://snipplr.com/view/43956/custom-dropdown</guid>
    </item>
    <item>
      <title>(CSS) Multilevel dropdown menu in puer CSS - czterystaczwarty</title>
      <link>https://snipplr.com/view/41112/multilevel-dropdown-menu-in-puer-css</link>
      <description>&lt;p&gt;container id: nav&#13;
list class: dropdown-menu&lt;/p&gt;</description>
      <pubDate>Tue, 28 Sep 2010 23:34:06 UTC</pubDate>
      <guid>https://snipplr.com/view/41112/multilevel-dropdown-menu-in-puer-css</guid>
    </item>
    <item>
      <title>(HTML) Select Months - Names and Values - maryisbusy</title>
      <link>https://snipplr.com/view/41016/select-months--names-and-values</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 25 Sep 2010 07:11:55 UTC</pubDate>
      <guid>https://snipplr.com/view/41016/select-months--names-and-values</guid>
    </item>
    <item>
      <title>(PHP) Codeigniter Auto Complete Search - myke</title>
      <link>https://snipplr.com/view/40578/codeigniter-auto-complete-search</link>
      <description>&lt;p&gt;example I used to create a auto suggest search from that pulls from a database.  The example pulls from a single db table containing categories.  Using jQueryUI made this pretty painless but by default the autocomplete feature uses GET variables and you must enable these in your Codeigniter settings to work properly.\r\n\r\nThis example uses POST variables instead so the js is modified accordingly.&lt;/p&gt;</description>
      <pubDate>Thu, 16 Sep 2010 13:15:33 UTC</pubDate>
      <guid>https://snipplr.com/view/40578/codeigniter-auto-complete-search</guid>
    </item>
    <item>
      <title>(JavaScript) mootools dropdownify - dom111</title>
      <link>https://snipplr.com/view/40517/mootools-dropdownify</link>
      <description>&lt;p&gt;So recently I was asked to change a navigation style of an existing site to drop-down menus.&#13;
&#13;
Simple, I thought, just use one of the many existing drop-down plugins. I tried many, but most seemed to use hardcoded styles and I had a few problems (some of which I encountered again, writing this).&#13;
&#13;
So Iâ€™ve made this, I think itâ€™s fairly robust, but Iâ€™m sure thereâ€™ll be problems with embedded objects (flash) and select boxes (in &lt;= IE6), but for my needs, it sufficed, so I thought I'd share, in case anyone else needs a simple script to manage drop-downs.&lt;/p&gt;</description>
      <pubDate>Wed, 15 Sep 2010 19:50:05 UTC</pubDate>
      <guid>https://snipplr.com/view/40517/mootools-dropdownify</guid>
    </item>
    <item>
      <title>(jQuery) jQuery - Dropdownify - dom111</title>
      <link>https://snipplr.com/view/40516/jquery--dropdownify</link>
      <description>&lt;p&gt;So recently I was asked to change a navigation style of an existing site to drop-down menus.&#13;
&#13;
Simple, I thought, just use one of the many existing drop-down plugins. I tried many, but most seemed to use hardcoded styles and I had a few problems (some of which I encountered again, writing this).&#13;
&#13;
So Iâ€™ve made this, I think itâ€™s fairly robust, but Iâ€™m sure thereâ€™ll be problems with embedded objects (flash) and select boxes (in &lt;= IE6), but for my needs, it sufficed, so I thought I'd share, in case anyone else needs a simple script to manage drop-downs.&lt;/p&gt;</description>
      <pubDate>Wed, 15 Sep 2010 19:48:53 UTC</pubDate>
      <guid>https://snipplr.com/view/40516/jquery--dropdownify</guid>
    </item>
    <item>
      <title>(C#) Generic List bind to a drop down - jermeyz</title>
      <link>https://snipplr.com/view/40489/generic-list-bind-to-a-drop-down</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 15 Sep 2010 02:32:04 UTC</pubDate>
      <guid>https://snipplr.com/view/40489/generic-list-bind-to-a-drop-down</guid>
    </item>
    <item>
      <title>(JavaScript) Drop down validation - dan_hoerr</title>
      <link>https://snipplr.com/view/38953/drop-down-validation</link>
      <description>&lt;p&gt;requires that a pulldown \\\"program1\\\" in form \\\"freshmen\\\" be set to anything but the first value in the option list.  \\r\\n\\r\\nrequires jquery validate: http://docs.jquery.com/Plugins/Validation&lt;/p&gt;</description>
      <pubDate>Thu, 12 Aug 2010 01:51:58 UTC</pubDate>
      <guid>https://snipplr.com/view/38953/drop-down-validation</guid>
    </item>
    <item>
      <title>(jQuery) Sort Options in a Select Box - Meander365</title>
      <link>https://snipplr.com/view/38028/sort-options-in-a-select-box</link>
      <description>&lt;p&gt;Incredibly useful. Great when you need to remove and add options to selectboxes.&lt;/p&gt;</description>
      <pubDate>Thu, 29 Jul 2010 14:21:38 UTC</pubDate>
      <guid>https://snipplr.com/view/38028/sort-options-in-a-select-box</guid>
    </item>
    <item>
      <title>(CSS) Dropdown Menu Starting Point - artaries</title>
      <link>https://snipplr.com/view/32173/dropdown-menu-starting-point</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 17 Apr 2010 05:45:29 UTC</pubDate>
      <guid>https://snipplr.com/view/32173/dropdown-menu-starting-point</guid>
    </item>
    <item>
      <title>(JavaScript) Adding :hover pseudo class to IE - mariusscheel</title>
      <link>https://snipplr.com/view/30967/adding-hover-pseudo-class-to-ie</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 06 Apr 2010 07:51:49 UTC</pubDate>
      <guid>https://snipplr.com/view/30967/adding-hover-pseudo-class-to-ie</guid>
    </item>
    <item>
      <title>(JavaScript) Accessible Dropdown Navigation (Handling Focus with jQuery) - chrisdpratt</title>
      <link>https://snipplr.com/view/28092/accessible-dropdown-navigation-handling-focus-with-jquery</link>
      <description>&lt;p&gt;Dropdown navigation is fairly inaccessible as it depends on hover events in 99.9% of cases. Tabbing through the navigation with the keyboard fails to reveal the dropdowns leaving those navigation items virtually inaccessible. Worse, each of the hidden anchors still take focus on tab, so the user is left blind until they've tabbed enough to get to the next top-level navigation item.&#13;
&#13;
The code below selects all the anchor elements in dropdown menus and adds focus and blur events to them. The focus event adds a class of `dropdown-visible` to the top-level list item that contains the dropdown menu in use at the moment (the same li that is used for styling the hover state to show the menu). It also adds a class of `focused` to the anchor that currently has focus. The blur event will need this to handle itself later.&#13;
&#13;
The blur event removes the `focused` class added earlier, and then checks for another anchor in its menu (indirect sibling) that has the `focused` class. If there's no indirect siblings with that class, it's safe to close the dropdown by removing the `dropdown-visible` class. Otherwise, the dropdown is still active and should not be closed (prevents flicker).&#13;
&#13;
With this code, you only need to edit your CSS to add the same styles already being applied to `li:hover` to `li.dropdown-visible`, so that the dropdown looks the same when focused as hovered.&#13;
&#13;
That's it. Pretty straight forward, but adds a heap of accessibility.&#13;
&#13;
Note: The code below assumes the following hierarchy:&#13;
&#13;
*    div#top-nav&#13;
    *    ul&#13;
        *    li&#13;
            *    a&#13;
            *    ul&#13;
                *    li&#13;
                    *    a&#13;
&#13;
Therefore, the selector '#top-nav ul ul a' selects the very last `a` element; adjust the selector as necessary to work with your situation.&lt;/p&gt;</description>
      <pubDate>Wed, 10 Feb 2010 05:20:43 UTC</pubDate>
      <guid>https://snipplr.com/view/28092/accessible-dropdown-navigation-handling-focus-with-jquery</guid>
    </item>
    <item>
      <title>(HTML) 50 US States Dropdown (Full &amp; Abbreviated) - landonmiller</title>
      <link>https://snipplr.com/view/27311/50-us-states-dropdown-full--abbreviated</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 29 Jan 2010 09:39:24 UTC</pubDate>
      <guid>https://snipplr.com/view/27311/50-us-states-dropdown-full--abbreviated</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 ComboBox extremely basic example - Winkyboy</title>
      <link>https://snipplr.com/view/27121/as3-combobox-extremely-basic-example</link>
      <description>&lt;p&gt;This is the most simple example of a ComboBox created in AS3, based mostly on Adobe's example from http://help.adobe.com/en_US/ActionScript/3.0_UsingComponentsAS3/WS5b3ccc516d4fbf351e63e3d118a9c65b32-7fa9.html&#13;
&#13;
Inside the zip file you will find two folders. The first is this example with a ComboBox dragged onto the stage of the FLA with a supporting .AS file to populate it and make it work. The second example shows a ComboBox created and populated entirely by actionscript.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Jan 2010 17:03:32 UTC</pubDate>
      <guid>https://snipplr.com/view/27121/as3-combobox-extremely-basic-example</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: A categories dropdown menu - crs</title>
      <link>https://snipplr.com/view/26613/wordpress-a-categories-dropdown-menu</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 17 Jan 2010 08:14:25 UTC</pubDate>
      <guid>https://snipplr.com/view/26613/wordpress-a-categories-dropdown-menu</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 Dropdown/Flyout menu - Winkyboy</title>
      <link>https://snipplr.com/view/23082/as3-dropdownflyout-menu</link>
      <description>&lt;p&gt;There ARE probably better dropdown menus than this one, but for simple purposes this works well. This has a button that reveals a menu that drops down. It could be easily tweaked to move upward instead. Uses Tweener.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Nov 2009 16:27:35 UTC</pubDate>
      <guid>https://snipplr.com/view/23082/as3-dropdownflyout-menu</guid>
    </item>
    <item>
      <title>(CSS) CSS Dropdown Menu - paulgrenwood</title>
      <link>https://snipplr.com/view/20123/css-dropdown-menu</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Sep 2009 15:28:03 UTC</pubDate>
      <guid>https://snipplr.com/view/20123/css-dropdown-menu</guid>
    </item>
    <item>
      <title>(CSS) Create dropdown menus with CSS only - ishottheserif</title>
      <link>https://snipplr.com/view/17849/create-dropdown-menus-with-css-only</link>
      <description>&lt;p&gt;Doesn't work in IE6&lt;/p&gt;</description>
      <pubDate>Mon, 03 Aug 2009 15:49:18 UTC</pubDate>
      <guid>https://snipplr.com/view/17849/create-dropdown-menus-with-css-only</guid>
    </item>
    <item>
      <title>(JavaScript) Get selected value from HTML dropdown - loungerdork</title>
      <link>https://snipplr.com/view/16714/get-selected-value-from-html-dropdown</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 07 Jul 2009 01:41:13 UTC</pubDate>
      <guid>https://snipplr.com/view/16714/get-selected-value-from-html-dropdown</guid>
    </item>
    <item>
      <title>(JavaScript) jQuery Advanced Menu Nav - davebowker</title>
      <link>https://snipplr.com/view/14119/jquery-advanced-menu-nav</link>
      <description>&lt;p&gt;Standard list markup, adds button to expand a super dropdown next to the link.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Apr 2009 10:54:56 UTC</pubDate>
      <guid>https://snipplr.com/view/14119/jquery-advanced-menu-nav</guid>
    </item>
    <item>
      <title>(JavaScript) IE6 - :hover fix (shover) - simplified - mihael</title>
      <link>https://snipplr.com/view/11541/ie6--hover-fix-shover--simplified</link>
      <description>&lt;p&gt;This is the javascript code that enables you to create hover effects also in IE6. It's clean, it's light, it's super! :)&#13;
&#13;
Apply that code to your document (eg. in &lt;head&gt;&lt;/head&gt;) and in css add like this:&#13;
&#13;
ul li:hover,  ul li.shover {  your css styles }&#13;
&#13;
Explain: IE6 will on mouse over element add .shover to that element.&lt;/p&gt;</description>
      <pubDate>Mon, 26 Jan 2009 17:01:09 UTC</pubDate>
      <guid>https://snipplr.com/view/11541/ie6--hover-fix-shover--simplified</guid>
    </item>
    <item>
      <title>(ActionScript 3) AS3 ComboBox "onSelect" changing - Winkyboy</title>
      <link>https://snipplr.com/view/9605/as3-combobox-onselect-changing</link>
      <description>&lt;p&gt;I copied this from my working example and tweaked some lines to make it generic.  Thus there MAY be a typo which I haven't checked for, but probably not.  This is what's needed to have something change upon selection of an item in a ComboBox.&lt;/p&gt;</description>
      <pubDate>Mon, 10 Nov 2008 11:56:08 UTC</pubDate>
      <guid>https://snipplr.com/view/9605/as3-combobox-onselect-changing</guid>
    </item>
    <item>
      <title>(HTML) Blood Type Drop Down List for a Web Form - jonhenshaw</title>
      <link>https://snipplr.com/view/4799/blood-type-drop-down-list-for-a-web-form</link>
      <description>&lt;p&gt;A list of blood types for an online form.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 18:16:57 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/4798/skin-tone-drop-down-list-for-a-web-form</link>
      <description>&lt;p&gt;A drop down list of skin tone for an online form.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 17:12:26 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/4797/distinguishing-facial-hair-drop-down-list-for-a-web-form</link>
      <description>&lt;p&gt;A drop down list of facial hair options for an online form.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 17:09:42 UTC</pubDate>
      <guid>https://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>https://snipplr.com/view/4796/hair-color-drop-down-list-for-a-web-form</link>
      <description>&lt;p&gt;A drop down list of hair color for an online form.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 17:06:01 UTC</pubDate>
      <guid>https://snipplr.com/view/4796/hair-color-drop-down-list-for-a-web-form</guid>
    </item>
    <item>
      <title>(HTML) Eye Color Drop Down List for a Web Form - jonhenshaw</title>
      <link>https://snipplr.com/view/4795/eye-color-drop-down-list-for-a-web-form</link>
      <description>&lt;p&gt;A drop down list of eye colors for an online form.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 17:02:45 UTC</pubDate>
      <guid>https://snipplr.com/view/4795/eye-color-drop-down-list-for-a-web-form</guid>
    </item>
    <item>
      <title>(HTML) 50 Most Common Languages Spoken in the United States - Drop Down List for an Online Form - jonhenshaw</title>
      <link>https://snipplr.com/view/4794/50-most-common-languages-spoken-in-the-united-states--drop-down-list-for-an-online-form</link>
      <description>&lt;p&gt;This is a list of the fifty most commonly spoken languages in the United States of America. The list can be used in an online form.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 16:57:33 UTC</pubDate>
      <guid>https://snipplr.com/view/4794/50-most-common-languages-spoken-in-the-united-states--drop-down-list-for-an-online-form</guid>
    </item>
    <item>
      <title>(HTML) Resident Status Drop Down List for Web Forms - jonhenshaw</title>
      <link>https://snipplr.com/view/4793/resident-status-drop-down-list-for-web-forms</link>
      <description>&lt;p&gt;Drop down list for resident status for an online form.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 16:41:45 UTC</pubDate>
      <guid>https://snipplr.com/view/4793/resident-status-drop-down-list-for-web-forms</guid>
    </item>
    <item>
      <title>(HTML) Country Drop Down List for Web Forms - jonhenshaw</title>
      <link>https://snipplr.com/view/4792/country-drop-down-list-for-web-forms</link>
      <description>&lt;p&gt;A comprehensive list of countries for an online form.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 16:34:22 UTC</pubDate>
      <guid>https://snipplr.com/view/4792/country-drop-down-list-for-web-forms</guid>
    </item>
    <item>
      <title>(HTML) Race / Ethnicity Drop Down List for Web Forms - jonhenshaw</title>
      <link>https://snipplr.com/view/4791/race--ethnicity-drop-down-list-for-web-forms</link>
      <description>&lt;p&gt;Here's a quick list for collecting the race/ethnicity of a user in an online form.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 16:28:05 UTC</pubDate>
      <guid>https://snipplr.com/view/4791/race--ethnicity-drop-down-list-for-web-forms</guid>
    </item>
    <item>
      <title>(JavaScript) Bookmarklet to resize dropdowns - Todd</title>
      <link>https://snipplr.com/view/4119/bookmarklet-to-resize-dropdowns</link>
      <description>&lt;p&gt;This was created as a temporary solution to the wide dropdowns that sometimes appear in OpenAir timesheets and cause horizontal scrolling. Adding this script as a bookmarklet and clicking it will resize all selects (dropdowns) on a page to 340px wide. Adapted from this bookmarklet: http://tinyurl.com/34y32r. Can be used as a starting point for other bookmarklets that will temporarily modify CSS. (Refresh will undo the changes.)&lt;/p&gt;</description>
      <pubDate>Sun, 11 Nov 2007 23:00:43 UTC</pubDate>
      <guid>https://snipplr.com/view/4119/bookmarklet-to-resize-dropdowns</guid>
    </item>
    <item>
      <title>(HTML) Romanian States dropdown menu HTML-FORM - vali29</title>
      <link>https://snipplr.com/view/4091/romanian-states-dropdown-menu-htmlform</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 08 Nov 2007 10:06:58 UTC</pubDate>
      <guid>https://snipplr.com/view/4091/romanian-states-dropdown-menu-htmlform</guid>
    </item>
  </channel>
</rss>
