<?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/favorites/mountainash</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 11:50:25 GMT</pubDate>
<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>(CSS) Font Family: Times New Roman - mountainash</title>
<link>http://snipplr.com/view/2656/font-family-times-new-roman/</link>
<description><![CDATA[ <p>Win/Mac/Linux font family for Times New Roman</p> ]]></description>
<pubDate>Wed, 16 May 2007 08:14:15 GMT</pubDate>
<guid>http://snipplr.com/view/2656/font-family-times-new-roman/</guid>
</item>
<item>
<title>(CSS) Font Family: Verdana - mountainash</title>
<link>http://snipplr.com/view/2655/font-family-verdana/</link>
<description><![CDATA[ <p>Win/Mac/Linux font family for Verdana.</p> ]]></description>
<pubDate>Wed, 16 May 2007 08:13:34 GMT</pubDate>
<guid>http://snipplr.com/view/2655/font-family-verdana/</guid>
</item>
<item>
<title>(CSS) Font Family: Trebuchet MS - mountainash</title>
<link>http://snipplr.com/view/2654/font-family-trebuchet-ms/</link>
<description><![CDATA[ <p>Win/Mac/Linux font family for Trebuchet MS</p> ]]></description>
<pubDate>Wed, 16 May 2007 08:12:58 GMT</pubDate>
<guid>http://snipplr.com/view/2654/font-family-trebuchet-ms/</guid>
</item>
<item>
<title>(CSS) Font Family: Tahoma - mountainash</title>
<link>http://snipplr.com/view/2652/font-family-tahoma/</link>
<description><![CDATA[ <p>Win/Mac/Linux font family for Tahoma</p> ]]></description>
<pubDate>Wed, 16 May 2007 08:12:27 GMT</pubDate>
<guid>http://snipplr.com/view/2652/font-family-tahoma/</guid>
</item>
<item>
<title>(CSS) Font Family: Palatino Linotype - mountainash</title>
<link>http://snipplr.com/view/2651/font-family-palatino-linotype/</link>
<description><![CDATA[ <p>Win/Mac/Linux font family for Palatino Linotype</p> ]]></description>
<pubDate>Wed, 16 May 2007 08:11:58 GMT</pubDate>
<guid>http://snipplr.com/view/2651/font-family-palatino-linotype/</guid>
</item>
<item>
<title>(CSS) Font Family: Georgia - mountainash</title>
<link>http://snipplr.com/view/2650/font-family-georgia/</link>
<description><![CDATA[ <p>Win/Mac/Linux font family for Georgia</p> ]]></description>
<pubDate>Wed, 16 May 2007 08:11:10 GMT</pubDate>
<guid>http://snipplr.com/view/2650/font-family-georgia/</guid>
</item>
<item>
<title>(CSS) Font Family: Arial - mountainash</title>
<link>http://snipplr.com/view/2648/font-family-arial/</link>
<description><![CDATA[ <p>Win/Mac/Linux font family for Arial</p> ]]></description>
<pubDate>Wed, 16 May 2007 08:10:29 GMT</pubDate>
<guid>http://snipplr.com/view/2648/font-family-arial/</guid>
</item>
<item>
<title>(CSS) Font Family: Lucida Sans Unicode - mountainash</title>
<link>http://snipplr.com/view/2646/font-family-lucida-sans-unicode/</link>
<description><![CDATA[ <p>Win/Mac/Linux font family for Lucida Sans Unicode.</p> ]]></description>
<pubDate>Wed, 16 May 2007 08:08:38 GMT</pubDate>
<guid>http://snipplr.com/view/2646/font-family-lucida-sans-unicode/</guid>
</item>
<item>
<title>(JavaScript) Delayed redirect - mountainash</title>
<link>http://snipplr.com/view/2032/delayed-redirect/</link>
<description><![CDATA[ <p>Handy for after submitting a form or moving sites and wanting to tell users about the change. Just change the URL (can be absolute or relative) and the timeout. Shown here as 5 seconds.</p> ]]></description>
<pubDate>Sat, 27 Jan 2007 22:23:21 GMT</pubDate>
<guid>http://snipplr.com/view/2032/delayed-redirect/</guid>
</item>
<item>
<title>(PHP) Array of MIME Types - mountainash</title>
<link>http://snipplr.com/view/1937/array-of-mime-types/</link>
<description><![CDATA[ <p>This is an associative array of nearly every common MIME type. It's useful when you need to serve a file for download but you don't know the correct content type. You can look it up using it's extension.</p> ]]></description>
<pubDate>Fri, 05 Jan 2007 15:23:45 GMT</pubDate>
<guid>http://snipplr.com/view/1937/array-of-mime-types/</guid>
</item>
<item>
<title>(JavaScript) CDATA - mountainash</title>
<link>http://snipplr.com/view/1801/cdata/</link>
<description><![CDATA[ <p>よく書き方忘れるんで</p> ]]></description>
<pubDate>Thu, 14 Dec 2006 00:00:35 GMT</pubDate>
<guid>http://snipplr.com/view/1801/cdata/</guid>
</item>
<item>
<title>(HTML) meta html redirect - mountainash</title>
<link>http://snipplr.com/view/779/meta-html-redirect/</link>
<description><![CDATA[ <p>Use to redirect an html page after headers have already been sent. The 5 is the number of seconds before redirect to the URL.</p> ]]></description>
<pubDate>Fri, 11 Aug 2006 12:46:43 GMT</pubDate>
<guid>http://snipplr.com/view/779/meta-html-redirect/</guid>
</item>
<item>
<title>(SVN) Subversion quickstart - mountainash</title>
<link>http://snipplr.com/view/631/subversion-quickstart/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Aug 2006 23:56:07 GMT</pubDate>
<guid>http://snipplr.com/view/631/subversion-quickstart/</guid>
</item>
<item>
<title>(PHP) Header Redirect - mountainash</title>
<link>http://snipplr.com/view/13/header-redirect/</link>
<description><![CDATA[ <p>PHP code to redirect a user to another location.</p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/13/header-redirect/</guid>
</item>
</channel>
</rss>