<?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/input</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 08 Oct 2008 06:45:30 GMT</pubDate>
<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>(PHP) Input redirect - manec</title>
<link>http://snipplr.com/view/6478/input-redirect/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 28 May 2008 04:34:04 GMT</pubDate>
<guid>http://snipplr.com/view/6478/input-redirect/</guid>
</item>
<item>
<title>(PHP) General get value from possible input sources - luizlopes</title>
<link>http://snipplr.com/view/6471/general-get-value-from-possible-input-sources/</link>
<description><![CDATA[ <p>This can be used as a general function to get the value stored in any of the possible input sources. 
use</p> ]]></description>
<pubDate>Tue, 27 May 2008 13:11:24 GMT</pubDate>
<guid>http://snipplr.com/view/6471/general-get-value-from-possible-input-sources/</guid>
</item>
<item>
<title>(PHP) Secure Undo magic_quotes - luizlopes</title>
<link>http://snipplr.com/view/6266/secure-undo-magicquotes/</link>
<description><![CDATA[ <p>This was taken out of a presentation by eZ systems on PHP Best Practices</p> ]]></description>
<pubDate>Fri, 16 May 2008 10:31:13 GMT</pubDate>
<guid>http://snipplr.com/view/6266/secure-undo-magicquotes/</guid>
</item>
<item>
<title>(SAS) Test Dataset: Class - webonomic</title>
<link>http://snipplr.com/view/5626/test-dataset-class/</link>
<description><![CDATA[ <p>This code simply creates a test dataset that can be used when testing new code.</p> ]]></description>
<pubDate>Mon, 31 Mar 2008 12:54:35 GMT</pubDate>
<guid>http://snipplr.com/view/5626/test-dataset-class/</guid>
</item>
<item>
<title>(CSS) Highlight active form fields - will</title>
<link>http://snipplr.com/view/5559/highlight-active-form-fields/</link>
<description><![CDATA[ <p>Makes the form field background yellow and the border red when it is the active field.  Works in most browsers except the usual lame ones (IE5.5 &amp; 6).</p> ]]></description>
<pubDate>Tue, 25 Mar 2008 12:48:25 GMT</pubDate>
<guid>http://snipplr.com/view/5559/highlight-active-form-fields/</guid>
</item>
<item>
<title>(ActionScript) FireFox wmode input fix - dhjapan</title>
<link>http://snipplr.com/view/5148/firefox-wmode-input-fix/</link>
<description><![CDATA[ <p>wmode=transparent ... input use system font.</p> ]]></description>
<pubDate>Thu, 21 Feb 2008 10:06:56 GMT</pubDate>
<guid>http://snipplr.com/view/5148/firefox-wmode-input-fix/</guid>
</item>
<item>
<title>(PHP) Smart Quoting - AgentPhoenix</title>
<link>http://snipplr.com/view/4758/smart-quoting/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Jan 2008 10:01:56 GMT</pubDate>
<guid>http://snipplr.com/view/4758/smart-quoting/</guid>
</item>
<item>
<title>(C#) Get Input Controls Name And Value In HTML Page - zvasanth</title>
<link>http://snipplr.com/view/4430/get-input-controls-name-and-value-in-html-page/</link>
<description><![CDATA[ <p>Everything is either true or untrue, or both true and untrue, or neither true nor untrue - nagarguna</p> ]]></description>
<pubDate>Sat, 29 Dec 2007 02:00:22 GMT</pubDate>
<guid>http://snipplr.com/view/4430/get-input-controls-name-and-value-in-html-page/</guid>
</item>
<item>
<title>(PHP) clean user input data ( GET, POST, COOKIE ) - peteypablonz</title>
<link>http://snipplr.com/view/4165/clean-user-input-data--get-post-cookie-/</link>
<description><![CDATA[ <p>Created for my own purposes, thought I'd share though ;)

copy paste at the top of your file and it does the magic :)</p> ]]></description>
<pubDate>Wed, 21 Nov 2007 03:57:32 GMT</pubDate>
<guid>http://snipplr.com/view/4165/clean-user-input-data--get-post-cookie-/</guid>
</item>
<item>
<title>(CSS) form - marco3w</title>
<link>http://snipplr.com/view/3932/form/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Oct 2007 15:47:09 GMT</pubDate>
<guid>http://snipplr.com/view/3932/form/</guid>
</item>
<item>
<title>(JavaScript) Toggles instructional and default copy text and styles - elli</title>
<link>http://snipplr.com/view/3596/toggles-instructional-and-default-copy-text-and-styles/</link>
<description><![CDATA[ <p>This utility function attaches listeners to a text field or text area. It supports default text for instructional copy. The original text in the field is used as the instructional/default text. When the box gets focus, it disappears and the user can type. If the focus is lost and the box is empty, the original text will be placed again. 

The method also swaps CSS class if the class names are passes as arguments. There is one class for default text, and one for user text.
This is optional.

Usage:
Create a text field in HTML. For example, use parameters:

input type="text" id="t1" class="textFieldDefault iCopy" value="Type something here"

Then in script block:

sl_addClearCopyListeners(document.getElementById("t1"), 'iCopy' , 'noCopy');

// or without CSS classes:
sl_addClearCopyListeners(document.getElementById("t1"));
'noCopy');</p> ]]></description>
<pubDate>Wed, 29 Aug 2007 18:42:39 GMT</pubDate>
<guid>http://snipplr.com/view/3596/toggles-instructional-and-default-copy-text-and-styles/</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>(JavaScript) Copy/repeat input form values - davaodude</title>
<link>http://snipplr.com/view/2410/copyrepeat-input-form-values/</link>
<description><![CDATA[ <p>Copy values from the first row of a column down the entire column.  This was used in a specific project, but the code could be helpful for other projects.</p> ]]></description>
<pubDate>Thu, 29 Mar 2007 11:40:00 GMT</pubDate>
<guid>http://snipplr.com/view/2410/copyrepeat-input-form-values/</guid>
</item>
<item>
<title>(JavaScript) clear form field on first focus - noah</title>
<link>http://snipplr.com/view/2206/clear-form-field-on-first-focus/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 24 Feb 2007 13:52:51 GMT</pubDate>
<guid>http://snipplr.com/view/2206/clear-form-field-on-first-focus/</guid>
</item>
<item>
<title>(JavaScript) solo numeros en campo de texto javascript - pablazo</title>
<link>http://snipplr.com/view/2133/solo-numeros-en-campo-de-texto-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 Feb 2007 02:46:49 GMT</pubDate>
<guid>http://snipplr.com/view/2133/solo-numeros-en-campo-de-texto-javascript/</guid>
</item>
<item>
<title>(PHP) User input validation and security / general security in PHP and programming in general - pckujawa</title>
<link>http://snipplr.com/view/1989/user-input-validation-and-security--general-security-in-php-and-programming-in-general/</link>
<description><![CDATA[ <p>I got most of these tips out of a great book published by O'Reilly (my favorite web-design publisher): &amp;quot;Programming PHP, 2nd Ed.&amp;quot; by Lerdorf, Tatroe, and McIntyre. Another good book is &amp;quot;Essential PHP Security,&amp;quot; also published by O'Reilly.</p> ]]></description>
<pubDate>Tue, 16 Jan 2007 23:02:38 GMT</pubDate>
<guid>http://snipplr.com/view/1989/user-input-validation-and-security--general-security-in-php-and-programming-in-general/</guid>
</item>
</channel>
</rss>