<?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/letter</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 14:35:10 GMT</pubDate>
<item>
<title>(PHP) PHP Mail Letter Class - Zayac</title>
<link>http://snipplr.com/view/68783/php-mail-letter-class/</link>
<description><![CDATA[ <p>This is a Class that allows you create a letter with correct headers and send it to multi-emails.</p> ]]></description>
<pubDate>Tue, 27 Nov 2012 23:38:35 GMT</pubDate>
<guid>http://snipplr.com/view/68783/php-mail-letter-class/</guid>
</item>
<item>
<title>(Visual Basic) FreeDiskSpace Function - RobertHirabayashi</title>
<link>http://snipplr.com/view/63310/freediskspace-function/</link>
<description><![CDATA[ <p>Adapted from URL above. This function can easily be adapted to output the integer value of available drive space in kilo, mega or gigabytes.</p> ]]></description>
<pubDate>Tue, 14 Feb 2012 04:25:48 GMT</pubDate>
<guid>http://snipplr.com/view/63310/freediskspace-function/</guid>
</item>
<item>
<title>(ActionScript 3) Cropped Last Character on static text field - codism</title>
<link>http://snipplr.com/view/55928/cropped-last-character-on-static-text-field/</link>
<description><![CDATA[ <p>OK sorted it with some mates from TwentySixLeeds.com
What you need to do is grab the length of the text, then knock off the autosize and then pad it!
Code would look something like this:</p> ]]></description>
<pubDate>Thu, 30 Jun 2011 06:24:10 GMT</pubDate>
<guid>http://snipplr.com/view/55928/cropped-last-character-on-static-text-field/</guid>
</item>
<item>
<title>(Java) Random Letter Class - ehrenb</title>
<link>http://snipplr.com/view/54542/random-letter-class/</link>
<description><![CDATA[ <p>I did not code this, but it is a very handy, and easy-to-understand class which uses the random number generator to generate a random letter.</p> ]]></description>
<pubDate>Sat, 28 May 2011 09:40:35 GMT</pubDate>
<guid>http://snipplr.com/view/54542/random-letter-class/</guid>
</item>
<item>
<title>(CSS) Drop Cap the First Latter of - iamadams</title>
<link>http://snipplr.com/view/38680/drop-cap-the-first-latter-of/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 07 Aug 2010 18:39:32 GMT</pubDate>
<guid>http://snipplr.com/view/38680/drop-cap-the-first-latter-of/</guid>
</item>
<item>
<title>(jQuery) get letter from index - genseric</title>
<link>http://snipplr.com/view/37714/get-letter-from-index/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Jul 2010 20:33:31 GMT</pubDate>
<guid>http://snipplr.com/view/37714/get-letter-from-index/</guid>
</item>
<item>
<title>(LaTeX) LaTeX Custom Letter Template (German) - latsnip</title>
<link>http://snipplr.com/view/34226/latex-custom-letter-template-german/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 11 May 2010 10:56:04 GMT</pubDate>
<guid>http://snipplr.com/view/34226/latex-custom-letter-template-german/</guid>
</item>
<item>
<title>(SAS) http://studysas.blogspot.com/2010/04/write-letter-using-sas.html - sarathannapareddy</title>
<link>http://snipplr.com/view/33200/httpstudysasblogspotcom201004writeletterusingsashtml/</link>
<description><![CDATA[ <p>SAS can do many things which most of us don’t have a clue. Here is one example….
Writing a letter</p> ]]></description>
<pubDate>Mon, 26 Apr 2010 19:44:39 GMT</pubDate>
<guid>http://snipplr.com/view/33200/httpstudysasblogspotcom201004writeletterusingsashtml/</guid>
</item>
<item>
<title>(Windows Registry) Windows Registry: Set open folder default icons for all A-Z drive letters and Desktop Shell Folder in Windows 7 - karlhorky</title>
<link>http://snipplr.com/view/31208/windows-registry-set-open-folder-default-icons-for-all-az-drive-letters-and-desktop-shell-folder-in-windows-7/</link>
<description><![CDATA[ <p>Based upon the Drive Icon Change Windows Vista tweak  and the shell icons registry settings found at the respective links below, this Windows 7 / Vista tweak will set the default icon of all A-Z drive letters (like C: for instance) and the Desktop to the open folder icon that Windows uses. This tweak is one step towards the final goal of having a standard default taskbar icon for Windows Explorer, irrespective of the current location of the Explorer instance.

Of course, a better solution would be an application to modify Windows Explorer so that its taskbar icon is configurable, but I have yet to find (or make) a solution that would be this flexible.

Drive Icon Change - Vista Forums: http://www.vistax64.com/tutorials/111388-drive-icon-change.html

Shell icons registry settings: http://www.virtualplastic.net/html/icn_reg.html#shellicons</p> ]]></description>
<pubDate>Sat, 10 Apr 2010 18:16:09 GMT</pubDate>
<guid>http://snipplr.com/view/31208/windows-registry-set-open-folder-default-icons-for-all-az-drive-letters-and-desktop-shell-folder-in-windows-7/</guid>
</item>
<item>
<title>(Visual Basic) isLetter(String) - CaptainProton</title>
<link>http://snipplr.com/view/30190/isletterstring/</link>
<description><![CDATA[ <p>This method checks whether a given string is a letter (no umlauts).
The string should only be one character.</p> ]]></description>
<pubDate>Wed, 24 Mar 2010 02:59:37 GMT</pubDate>
<guid>http://snipplr.com/view/30190/isletterstring/</guid>
</item>
<item>
<title>(JavaScript) Paragraph First Letter Swap (Illumination) - ezerick</title>
<link>http://snipplr.com/view/9062/paragraph-first-letter-swap-illumination/</link>
<description><![CDATA[ <p>this is a combination of javascript and css and an image called letters.jpg that allows you to use any font you want for the first letter of each paragraph. Letters.jpg needs to have all the letters in uppercase in a row. See the link for a sample letters image. This function should be called on body load</p> ]]></description>
<pubDate>Thu, 16 Oct 2008 12:53:31 GMT</pubDate>
<guid>http://snipplr.com/view/9062/paragraph-first-letter-swap-illumination/</guid>
</item>
<item>
<title>(ASP) Uppercase first Letter - f0vela</title>
<link>http://snipplr.com/view/5408/uppercase-first-letter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 13 Mar 2008 15:17:52 GMT</pubDate>
<guid>http://snipplr.com/view/5408/uppercase-first-letter/</guid>
</item>
<item>
<title>(CSS) Drop Caps - luman</title>
<link>http://snipplr.com/view/1008/drop-caps/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Sep 2006 07:28:08 GMT</pubDate>
<guid>http://snipplr.com/view/1008/drop-caps/</guid>
</item>
</channel>
</rss>