<?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/language/html/tags/input</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 17:44:57 GMT</pubDate>
<item>
<title>(HTML) delete input value on click - gabbo</title>
<link>http://snipplr.com/view/53906/delete-input-value-on-click/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 21 May 2011 08:27:24 GMT</pubDate>
<guid>http://snipplr.com/view/53906/delete-input-value-on-click/</guid>
</item>
<item>
<title>(HTML) Disabled Inputs - reynish</title>
<link>http://snipplr.com/view/51073/disabled-inputs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Mar 2011 22:58:40 GMT</pubDate>
<guid>http://snipplr.com/view/51073/disabled-inputs/</guid>
</item>
<item>
<title>(HTML) Input Field Auto Hide Value - tamuir</title>
<link>http://snipplr.com/view/50759/input-field-auto-hide-value/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Mar 2011 07:20:03 GMT</pubDate>
<guid>http://snipplr.com/view/50759/input-field-auto-hide-value/</guid>
</item>
<item>
<title>(HTML) Quitar contorno de puntos de Firefox en los botones - enpis</title>
<link>http://snipplr.com/view/48212/quitar-contorno-de-puntos-de-firefox-en-los-botones/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Feb 2011 20:49:01 GMT</pubDate>
<guid>http://snipplr.com/view/48212/quitar-contorno-de-puntos-de-firefox-en-los-botones/</guid>
</item>
<item>
<title>(HTML) html5 input - abdulaziz</title>
<link>http://snipplr.com/view/41610/html5-input/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Oct 2010 11:42:44 GMT</pubDate>
<guid>http://snipplr.com/view/41610/html5-input/</guid>
</item>
<item>
<title>(HTML) Countries Checkbox by Continent - HTML Form - maestrojed</title>
<link>http://snipplr.com/view/36158/countries-checkbox-by-continent--html-form/</link>
<description><![CDATA[ <p>There are a lot of snippets if you want countries in a select box (dropdown). I wanted them as check boxes organized by Continent. In my implementation (not represented in this code). I added ajax toggles so that each Continent's countries were hidden until expanded. Made a fun and impressive form.

I wrapped both the label text and the input field within the label tags. Not exactly how w3 suggests but it validates and allows you to format this form nicer. Simple sample CSS included:</p> ]]></description>
<pubDate>Fri, 25 Jun 2010 08:12:06 GMT</pubDate>
<guid>http://snipplr.com/view/36158/countries-checkbox-by-continent--html-form/</guid>
</item>
<item>
<title>(HTML) HTML, JS, JQUERY : filtrer dynamiquement une liste de noms (ou autre) pendant la saisie dans le champ de recherche - alexandrepayet</title>
<link>http://snipplr.com/view/32310/html-js-jquery--filtrer-dynamiquement-une-liste-de-noms-ou-autre-pendant-la-saisie-dans-le-champ-de-recherche/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Apr 2010 02:22:17 GMT</pubDate>
<guid>http://snipplr.com/view/32310/html-js-jquery--filtrer-dynamiquement-une-liste-de-noms-ou-autre-pendant-la-saisie-dans-le-champ-de-recherche/</guid>
</item>
<item>
<title>(HTML) Textmate snippet for html - paired input and label - superdeluxesam</title>
<link>http://snipplr.com/view/8890/textmate-snippet-for-html--paired-input-and-label/</link>
<description><![CDATA[ <p>This snippet creates a basic input and label combo for an html form. Has tab stops at relevant places for adding for, id and name attritbutes</p> ]]></description>
<pubDate>Wed, 08 Oct 2008 07:02:26 GMT</pubDate>
<guid>http://snipplr.com/view/8890/textmate-snippet-for-html--paired-input-and-label/</guid>
</item>
<item>
<title>(HTML) Text Input with rounded corners - reneolivo</title>
<link>http://snipplr.com/view/6890/text-input-with-rounded-corners/</link>
<description><![CDATA[ <p>This HTML/CSS shows how to make text inputs with rounded corners in the most basic way (it doesn't expand according to its width).</p> ]]></description>
<pubDate>Tue, 24 Jun 2008 17:10:32 GMT</pubDate>
<guid>http://snipplr.com/view/6890/text-input-with-rounded-corners/</guid>
</item>
<item>
<title>(HTML) Input: File - n00ge</title>
<link>http://snipplr.com/view/2694/input-file/</link>
<description><![CDATA[ <p>File input for forms.</p> ]]></description>
<pubDate>Tue, 22 May 2007 12:48:04 GMT</pubDate>
<guid>http://snipplr.com/view/2694/input-file/</guid>
</item>
<item>
<title>(HTML) Input: Radio - n00ge</title>
<link>http://snipplr.com/view/2693/input-radio/</link>
<description><![CDATA[ <p>Radio input for forms.</p> ]]></description>
<pubDate>Tue, 22 May 2007 12:47:28 GMT</pubDate>
<guid>http://snipplr.com/view/2693/input-radio/</guid>
</item>
<item>
<title>(HTML) Input: Checkbox - n00ge</title>
<link>http://snipplr.com/view/2692/input-checkbox/</link>
<description><![CDATA[ <p>Input checkbox for forms</p> ]]></description>
<pubDate>Tue, 22 May 2007 12:46:52 GMT</pubDate>
<guid>http://snipplr.com/view/2692/input-checkbox/</guid>
</item>
<item>
<title>(HTML) Input: text - n00ge</title>
<link>http://snipplr.com/view/2690/input-text/</link>
<description><![CDATA[ <p>Text input field.</p> ]]></description>
<pubDate>Tue, 22 May 2007 12:45:28 GMT</pubDate>
<guid>http://snipplr.com/view/2690/input-text/</guid>
</item>
<item>
<title>(HTML) Buscador de tus fotos en Flickr en tu blog por tags - doctorlogos</title>
<link>http://snipplr.com/view/221/buscador-de-tus-fotos-en-flickr-en-tu-blog-por-tags/</link>
<description><![CDATA[ <p>Si alojas tus fotos en Flickr y tienes un fotolog o simplemente quieres poner un buscador de tus fotos en Flickr en tu blog, aquí tienes la forma, es muy sencillo, sólo tienes que poner el siguiente código.

Donde tenéis que cambiar el ID 38901813@N00 por vuestro propio ID en Flickr, con idGettr podéis obtenerlo de forma sencilla. También podéis cambiar el valor m donde pone "text" por "tags" para convertirlo así en búsqueda por tags de vuestras fotos.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 01:20:26 GMT</pubDate>
<guid>http://snipplr.com/view/221/buscador-de-tus-fotos-en-flickr-en-tu-blog-por-tags/</guid>
</item>
<item>
<title>(HTML) Search bar for sites based on XSLT as target for results - luxuryluke</title>
<link>http://snipplr.com/view/106/search-bar-for-sites-based-on-xslt-as-target-for-results/</link>
<description><![CDATA[ <p>A rough search form based on usage with googleboxes and xslt templates for results.</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 22:24:18 GMT</pubDate>
<guid>http://snipplr.com/view/106/search-bar-for-sites-based-on-xslt-as-target-for-results/</guid>
</item>
</channel>
</rss>
