<?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, 26 May 2013 05:36:17 GMT</pubDate>
<item>
<title>(CSS) Text Overflow Ellipsis Using Css - chillyjames</title>
<link>http://snipplr.com/view/70814/text-overflow-ellipsis-using-css/</link>
<description><![CDATA[ <p>The CSS text overflow ellipsis solution is perfect for single line truncations. I use this constantly when building mobile or responsive applications.</p> ]]></description>
<pubDate>Tue, 16 Apr 2013 23:39:06 GMT</pubDate>
<guid>http://snipplr.com/view/70814/text-overflow-ellipsis-using-css/</guid>
</item>
<item>
<title>(CSS) Truncating Text with CSS - zfisic</title>
<link>http://snipplr.com/view/69979/truncating-text-with-css/</link>
<description><![CDATA[ <p>Truncate text using only CSS. IE 6+, Safari 4+, Firefox 7+, Opera 11+ and Chrome 10+:</p> ]]></description>
<pubDate>Mon, 18 Feb 2013 16:10:58 GMT</pubDate>
<guid>http://snipplr.com/view/69979/truncating-text-with-css/</guid>
</item>
<item>
<title>(JavaScript) Copy Selected Text in JavaScript - apphp-snippets</title>
<link>http://snipplr.com/view/69925/copy-selected-text-in-javascript/</link>
<description><![CDATA[ <p>Sometimes you have some information on your page and your visitors might want to copy it. The easiest way is to provide a mechanism that allows them to simply click a button to do so. You have to paste this code into the head of your web page:</p> ]]></description>
<pubDate>Wed, 13 Feb 2013 20:11:00 GMT</pubDate>
<guid>http://snipplr.com/view/69925/copy-selected-text-in-javascript/</guid>
</item>
<item>
<title>(CSS) CSS Big Glowing Txt - erikgeerling</title>
<link>http://snipplr.com/view/69766/css-big-glowing-txt/</link>
<description><![CDATA[ <p>CSS Big Glowing Txt</p> ]]></description>
<pubDate>Sun, 03 Feb 2013 07:50:10 GMT</pubDate>
<guid>http://snipplr.com/view/69766/css-big-glowing-txt/</guid>
</item>
<item>
<title>(jQuery) jQuery: Clear All Text Fields (with one line of code) - mattvbiggs</title>
<link>http://snipplr.com/view/69091/jquery-clear-all-text-fields-with-one-line-of-code/</link>
<description><![CDATA[ <p>This can come in handy for a reset or cancel button. You can clear all inputs within a single div in one line of code. Pretty sexy.</p> ]]></description>
<pubDate>Thu, 13 Dec 2012 05:27:36 GMT</pubDate>
<guid>http://snipplr.com/view/69091/jquery-clear-all-text-fields-with-one-line-of-code/</guid>
</item>
<item>
<title>(JavaScript) Fast function SublimeText 2 snippet - snippetleon</title>
<link>http://snipplr.com/view/68206/fast-function-sublimetext-2-snippet/</link>
<description><![CDATA[ <p>A snippet for Sublime Text 2 to create a fast function

(function() {
			PLACE_HOLDER
		})();</p> ]]></description>
<pubDate>Sat, 10 Nov 2012 10:06:31 GMT</pubDate>
<guid>http://snipplr.com/view/68206/fast-function-sublimetext-2-snippet/</guid>
</item>
<item>
<title>(PHP) Get the text in between more text in a string. - o0110o</title>
<link>http://snipplr.com/view/67850/get-the-text-in-between-more-text-in-a-string/</link>
<description><![CDATA[ <p>Get the text in between more text in a string. Accepts $content,$start,$end &amp; $is_string as parameters.</p> ]]></description>
<pubDate>Sun, 21 Oct 2012 09:02:58 GMT</pubDate>
<guid>http://snipplr.com/view/67850/get-the-text-in-between-more-text-in-a-string/</guid>
</item>
<item>
<title>(jQuery) Blink Text using jQuery - welancers</title>
<link>http://snipplr.com/view/67657/blink-text-using-jquery/</link>
<description><![CDATA[ <p>Assign  to the text or html element you want to blink &amp; put the snippet code before closing head tag.</p> ]]></description>
<pubDate>Tue, 09 Oct 2012 02:22:39 GMT</pubDate>
<guid>http://snipplr.com/view/67657/blink-text-using-jquery/</guid>
</item>
<item>
<title>(C#) Read From Text File C# - Verician</title>
<link>http://snipplr.com/view/67387/read-from-text-file-c/</link>
<description><![CDATA[ <p>Read from a text file using a stream reader in C#</p> ]]></description>
<pubDate>Wed, 26 Sep 2012 23:07:14 GMT</pubDate>
<guid>http://snipplr.com/view/67387/read-from-text-file-c/</guid>
</item>
<item>
<title>(CSS) CSS text shadows and border rounding - skopp</title>
<link>http://snipplr.com/view/66943/css-text-shadows-and-border-rounding/</link>
<description><![CDATA[ <p>1. Adding shadow to text – text-shadow
Helps make your text stand out from the rest.
2. border image rounding</p> ]]></description>
<pubDate>Wed, 29 Aug 2012 22:51:33 GMT</pubDate>
<guid>http://snipplr.com/view/66943/css-text-shadows-and-border-rounding/</guid>
</item>
<item>
<title>(CSS) hide text indent trick thingy for css - skopp</title>
<link>http://snipplr.com/view/66942/hide-text-indent-trick-thingy-for-css/</link>
<description><![CDATA[ <p>Hiding text can be extremely useful to hide company logo. As logos are usually an image, you will want to use text indent to place it in a h1 tag for SEO (Search Engine Optimization). The technique we use is to hide the text far away off the screen, and apply a background image instead.</p> ]]></description>
<pubDate>Wed, 29 Aug 2012 22:48:27 GMT</pubDate>
<guid>http://snipplr.com/view/66942/hide-text-indent-trick-thingy-for-css/</guid>
</item>
<item>
<title>(PHP) Send a Text Message using PHP - welancers</title>
<link>http://snipplr.com/view/66931/send-a-text-message-using-php/</link>
<description><![CDATA[ <p>You'll need a TextMagic account and to download their PHP class file which they provide after signing up.
http://www.textmagic.com/</p> ]]></description>
<pubDate>Tue, 28 Aug 2012 20:51:36 GMT</pubDate>
<guid>http://snipplr.com/view/66931/send-a-text-message-using-php/</guid>
</item>
<item>
<title>(CSS) CSS - Add a drop cap - satie83</title>
<link>http://snipplr.com/view/66684/css--add-a-drop-cap/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:10:47 GMT</pubDate>
<guid>http://snipplr.com/view/66684/css--add-a-drop-cap/</guid>
</item>
<item>
<title>(CSS) CSS - Replacing the title text with a logo – text-indent – text-indent - satie83</title>
<link>http://snipplr.com/view/66680/css--replacing-the-title-text-with-a-logo--textindent--textindent/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:10:20 GMT</pubDate>
<guid>http://snipplr.com/view/66680/css--replacing-the-title-text-with-a-logo--textindent--textindent/</guid>
</item>
<item>
<title>(CSS) CSS - Quickly create pull-quotes - satie83</title>
<link>http://snipplr.com/view/66679/css--quickly-create-pullquotes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:10:14 GMT</pubDate>
<guid>http://snipplr.com/view/66679/css--quickly-create-pullquotes/</guid>
</item>
<item>
<title>(CSS) CSS - Adding shadow to text – text-shadow - satie83</title>
<link>http://snipplr.com/view/66667/css--adding-shadow-to-text--textshadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:09:26 GMT</pubDate>
<guid>http://snipplr.com/view/66667/css--adding-shadow-to-text--textshadow/</guid>
</item>
<item>
<title>(CSS) CSS - Adding shadow to text – text-shadow - satie83</title>
<link>http://snipplr.com/view/66658/css--adding-shadow-to-text--textshadow/</link>
<description><![CDATA[ <p>Helps make your text stand out from the rest</p> ]]></description>
<pubDate>Sun, 12 Aug 2012 09:43:36 GMT</pubDate>
<guid>http://snipplr.com/view/66658/css--adding-shadow-to-text--textshadow/</guid>
</item>
<item>
<title>(VB.NET) Determine if text file is Unicode encoded - ShaneGowland</title>
<link>http://snipplr.com/view/66287/determine-if-text-file-is-unicode-encoded/</link>
<description><![CDATA[ <p>The .NET Framework doesn't support automatic detection of character encoding in the default file I/O methods. This is a quick function that returns True in the specified file is Unicode.</p> ]]></description>
<pubDate>Mon, 23 Jul 2012 18:18:14 GMT</pubDate>
<guid>http://snipplr.com/view/66287/determine-if-text-file-is-unicode-encoded/</guid>
</item>
<item>
<title>(PHP) MySQL INSERT Query Generator w/ Strings - lemcoe9</title>
<link>http://snipplr.com/view/66107/mysql-insert-query-generator-w-strings/</link>
<description><![CDATA[ <p>Takes your table name and key=>value array of values and returns the text for inserting into a MySQL database. Automatically surrounds strings with single quotes.</p> ]]></description>
<pubDate>Fri, 13 Jul 2012 02:39:08 GMT</pubDate>
<guid>http://snipplr.com/view/66107/mysql-insert-query-generator-w-strings/</guid>
</item>
<item>
<title>(Perl) Process quoted text differently - deepsoul</title>
<link>http://snipplr.com/view/65684/process-quoted-text-differently/</link>
<description><![CDATA[ <p>This Perl snippet shows how to separate quoted parts from a text in order to process quoted and unquoted parts separately.  For example, you could expand variables or wildcards only in the unquoted part.  Then the different processed parts are put together again.

That a marker character "\x01" is used to mark the position of the quoted passages is a bit ugly, but on the other hand the single line of code putting the text together again is very elegant and shows off what Perl can do!</p> ]]></description>
<pubDate>Mon, 18 Jun 2012 05:00:57 GMT</pubDate>
<guid>http://snipplr.com/view/65684/process-quoted-text-differently/</guid>
</item>
</channel>
</rss>