<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - mountainash</title>
<link>http://snipplr.com/users/mountainash</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 04 Jul 2008 16:59:33 GMT</pubDate>
<item>
<title>(JavaScript) Favlet: Clickatell SMS sender</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>(JavaScript) Inline new window javascript (pop-up)</title>
<link>http://snipplr.com/view/2591/inline-new-window-javascript-popup/</link>
<description><![CDATA[ <p>This code is very streamlined and a good in-line replacement for XHTML validation (target attribute is depreciated). When you can use the DOM to find the links with external JS (see my rel method). Works well if JavaScript is not supported and still allows for user over-ride (ie. new window or new tab).</p> ]]></description>
<pubDate>Thu, 03 May 2007 03:06:14 GMT</pubDate>
<guid>http://snipplr.com/view/2591/inline-new-window-javascript-popup/</guid>
</item>
<item>
<title>(JavaScript) relWindow - New window based on 'rel' attr</title>
<link>http://snipplr.com/view/2192/relwindow--new-window-based-on-rel-attr/</link>
<description><![CDATA[ <p>Based on the linked SitePoint article but with options to limit the container (eg body copy) and set the target. Use '_blank' for a new window for each link. Also adds a class (based on the rel value) for styling. Call the 'relWindow' on window load.</p> ]]></description>
<pubDate>Tue, 20 Feb 2007 21:45:22 GMT</pubDate>
<guid>http://snipplr.com/view/2192/relwindow--new-window-based-on-rel-attr/</guid>
</item>
<item>
<title>(SVN) Command shortform</title>
<link>http://snipplr.com/view/2162/command-shortform/</link>
<description><![CDATA[ <p>This is just a collection of shortened SVN commands (may take a split-second of time less than normal)</p> ]]></description>
<pubDate>Mon, 12 Feb 2007 16:16:04 GMT</pubDate>
<guid>http://snipplr.com/view/2162/command-shortform/</guid>
</item>
<item>
<title>(JavaScript) Delayed redirect</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>
</channel>
</rss>