<?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/text</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 21:19:50 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>(Bash) grep for either of two strings - noah</title>
<link>http://snipplr.com/view/6819/grep-for-either-of-two-strings/</link>
<description><![CDATA[ <p>Here's an example of using grep to filter for links that contain the string 'jpg' or 'gif'</p> ]]></description>
<pubDate>Fri, 20 Jun 2008 15:29:33 GMT</pubDate>
<guid>http://snipplr.com/view/6819/grep-for-either-of-two-strings/</guid>
</item>
<item>
<title>(JavaScript) Favlet: Clickatell SMS sender - mountainash</title>
<link>http://snipplr.com/view/6706/favlet-clickatell-sms-sender/</link>
<description><![CDATA[ <p>I made this simple JavaScript to save me time. I was sick of having to thumb-bash on a tiny keypad or login to the slow Clickatell site and use their clunky interface (nothing it simpler than 2 text boxes and an OK button).

You will need an HTTP API POST account with Clickatell's Bulk SMS Gateway. I choose them as they are reliable and they are under half the price of most local providers (and they have simple, well documented APIs)

This script is on 1 line intentionally. In your favourite browser create a new bookmark with this as the URL/address. Change the 'username', 'password' and 'api_id' values to your own. Then test it out. Easy.

NOTE: It's not that pretty but you get sent to the API output on submission. If you get a session ID it all went OK, if not you will get an error with a simple explanation of what went wrong.</p> ]]></description>
<pubDate>Fri, 13 Jun 2008 23:41:07 GMT</pubDate>
<guid>http://snipplr.com/view/6706/favlet-clickatell-sms-sender/</guid>
</item>
<item>
<title>(Other) Autoformat text - Meestercor</title>
<link>http://snipplr.com/view/6469/autoformat-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 May 2008 05:41:15 GMT</pubDate>
<guid>http://snipplr.com/view/6469/autoformat-text/</guid>
</item>
<item>
<title>(PHP) Render RTE-Text - rolfthomas</title>
<link>http://snipplr.com/view/6384/render-rtetext/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 May 2008 12:41:42 GMT</pubDate>
<guid>http://snipplr.com/view/6384/render-rtetext/</guid>
</item>
<item>
<title>(Ruby) Text Wrapping with Regular Expressions - breakerjump</title>
<link>http://snipplr.com/view/6271/text-wrapping-with-regular-expressions/</link>
<description><![CDATA[ <p>Hat tip: Allan Odgaard</p> ]]></description>
<pubDate>Fri, 16 May 2008 17:12:51 GMT</pubDate>
<guid>http://snipplr.com/view/6271/text-wrapping-with-regular-expressions/</guid>
</item>
<item>
<title>(PHP) Limited Text Function - PHP - skywalker</title>
<link>http://snipplr.com/view/6229/limited-text-function--php/</link>
<description><![CDATA[ <p>Another way of showing long text to end user...</p> ]]></description>
<pubDate>Thu, 15 May 2008 02:09:15 GMT</pubDate>
<guid>http://snipplr.com/view/6229/limited-text-function--php/</guid>
</item>
<item>
<title>(PHP) PHP: Sending Email (Text/HTML/Attachments) - funkmyer</title>
<link>http://snipplr.com/view/6053/php-sending-email-texthtmlattachments/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 29 Apr 2008 15:15:43 GMT</pubDate>
<guid>http://snipplr.com/view/6053/php-sending-email-texthtmlattachments/</guid>
</item>
<item>
<title>(Bash) Add line numbers to a text file - therobot</title>
<link>http://snipplr.com/view/5971/add-line-numbers-to-a-text-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Apr 2008 19:17:40 GMT</pubDate>
<guid>http://snipplr.com/view/5971/add-line-numbers-to-a-text-file/</guid>
</item>
<item>
<title>(Ruby) Parse an XML document with REXML and print some of the text nodes - noah</title>
<link>http://snipplr.com/view/5546/parse-an-xml-document-with-rexml-and-print-some-of-the-text-nodes/</link>
<description><![CDATA[ <p>Parses the XML file MY_FILE.xml, and prints the text from each record node's upload_list node, unless the upload_list node is empty.</p> ]]></description>
<pubDate>Mon, 24 Mar 2008 16:50:22 GMT</pubDate>
<guid>http://snipplr.com/view/5546/parse-an-xml-document-with-rexml-and-print-some-of-the-text-nodes/</guid>
</item>
<item>
<title>(ASP) Numbers to Text (spanish) - f0vela</title>
<link>http://snipplr.com/view/5406/numbers-to-text-spanish/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Mar 2008 15:06:42 GMT</pubDate>
<guid>http://snipplr.com/view/5406/numbers-to-text-spanish/</guid>
</item>
<item>
<title>(CSS) Replace text with image - gtalmes</title>
<link>http://snipplr.com/view/5324/replace-text-with-image/</link>
<description><![CDATA[ <p>I did not author this code. I came across it and have found it to be useful.</p> ]]></description>
<pubDate>Sat, 08 Mar 2008 19:24:42 GMT</pubDate>
<guid>http://snipplr.com/view/5324/replace-text-with-image/</guid>
</item>
<item>
<title>(ActionScript) Scrollbar for dynamic text - Winkyboy</title>
<link>http://snipplr.com/view/5133/scrollbar-for-dynamic-text/</link>
<description><![CDATA[ <p>I'm not sure where this comes from, although it looks official.  It's easy to implement, but to change the height of the scrollbar you have to delve into the developer assets folder within the FLA.</p> ]]></description>
<pubDate>Wed, 20 Feb 2008 17:21:03 GMT</pubDate>
<guid>http://snipplr.com/view/5133/scrollbar-for-dynamic-text/</guid>
</item>
<item>
<title>(Other) AS2 createEmptyMovieClip MC配置サンプル - daisuke103</title>
<link>http://snipplr.com/view/5073/as2-createemptymovieclip-mc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 15 Feb 2008 00:13:25 GMT</pubDate>
<guid>http://snipplr.com/view/5073/as2-createemptymovieclip-mc/</guid>
</item>
<item>
<title>(Other) PHP 文字列を区切り文字で分割し、配列に変換する - daisuke103</title>
<link>http://snipplr.com/view/5033/php-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Feb 2008 00:02:53 GMT</pubDate>
<guid>http://snipplr.com/view/5033/php-/</guid>
</item>
<item>
<title>(Other) AS2 MdN テキストフィールドをダイナミックに生成 - daisuke103</title>
<link>http://snipplr.com/view/5008/as2-mdn-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Feb 2008 20:34:44 GMT</pubDate>
<guid>http://snipplr.com/view/5008/as2-mdn-/</guid>
</item>
<item>
<title>(Python) 通过事件 bind 更改 Text 的默认行为 - blucehu</title>
<link>http://snipplr.com/view/4837/-bind--text-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Jan 2008 01:25:33 GMT</pubDate>
<guid>http://snipplr.com/view/4837/-bind--text-/</guid>
</item>
<item>
<title>(CSS) Drop  Cap - iTony</title>
<link>http://snipplr.com/view/4786/drop--cap/</link>
<description><![CDATA[ <p>This would work well in any browser if we leave in a perfect world :P
I am pretty sure it doesn't work on IE6, but it might work on any other web browser following the CSS2.1 standards.</p> ]]></description>
<pubDate>Sat, 26 Jan 2008 16:31:37 GMT</pubDate>
<guid>http://snipplr.com/view/4786/drop--cap/</guid>
</item>
<item>
<title>(ActionScript) Replace Text - imhugo</title>
<link>http://snipplr.com/view/4615/replace-text/</link>
<description><![CDATA[ <p>// "display_txt" is an instance name of an already created textfield
// It's simply tracing the return value</p> ]]></description>
<pubDate>Wed, 16 Jan 2008 12:14:19 GMT</pubDate>
<guid>http://snipplr.com/view/4615/replace-text/</guid>
</item>
<item>
<title>(JavaScript) Outline text - stylizedweb</title>
<link>http://snipplr.com/view/4613/outline-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Jan 2008 10:18:23 GMT</pubDate>
<guid>http://snipplr.com/view/4613/outline-text/</guid>
</item>
</channel>
</rss>