<?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/urls</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 00:33:20 GMT</pubDate>
<item>
<title>(PHP) Automatically turn all text urls into working Hyperlinks - halk</title>
<link>http://snipplr.com/view/68586/automatically-turn-all-text-urls-into-working-hyperlinks/</link>
<description><![CDATA[ <p>Does not require http in the text to link.  It must start with www however.  Optionaly make the links popup in a new window.</p> ]]></description>
<pubDate>Fri, 16 Nov 2012 19:58:41 GMT</pubDate>
<guid>http://snipplr.com/view/68586/automatically-turn-all-text-urls-into-working-hyperlinks/</guid>
</item>
<item>
<title>(PHP) Slugify function (Clean URLS) - liamchapman</title>
<link>http://snipplr.com/view/43418/slugify-function-clean-urls/</link>
<description><![CDATA[ <p>Quick and simple script to make clean urls. Works in combination with Apache mod_rewrites :-)</p> ]]></description>
<pubDate>Tue, 02 Nov 2010 09:33:39 GMT</pubDate>
<guid>http://snipplr.com/view/43418/slugify-function-clean-urls/</guid>
</item>
<item>
<title>(HTML) Drupal htaccess for clean URL's - createinside</title>
<link>http://snipplr.com/view/33276/drupal-htaccess-for-clean-urls/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Apr 2010 02:59:18 GMT</pubDate>
<guid>http://snipplr.com/view/33276/drupal-htaccess-for-clean-urls/</guid>
</item>
<item>
<title>(Apache) .htaccess  - www -> http:// - http:// -> www - nice URLs - Toddish</title>
<link>http://snipplr.com/view/22176/htaccess---www--http--http--www--nice-urls/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Oct 2009 10:05:43 GMT</pubDate>
<guid>http://snipplr.com/view/22176/htaccess---www--http--http--www--nice-urls/</guid>
</item>
<item>
<title>(PHP) string_to_underscore($string) - jspicher</title>
<link>http://snipplr.com/view/20904/stringtounderscorestring/</link>
<description><![CDATA[ <p>Convert string to underscore, for SE safe URLs etc.</p> ]]></description>
<pubDate>Fri, 09 Oct 2009 16:50:43 GMT</pubDate>
<guid>http://snipplr.com/view/20904/stringtounderscorestring/</guid>
</item>
<item>
<title>(ActionScript 3) bit.ly URL-shortening script for TextExpander that associates URLs with your bit.ly account - Todd</title>
<link>http://snipplr.com/view/13743/bitly-urlshortening-script-for-textexpander-that-associates-urls-with-your-bitly-account/</link>
<description><![CDATA[ <p>TextExpander is a great Mac tool that expands special abbreviations typed anywhere in the OS into useful snippets of text. One of the AppleScript snippets included shortens a URL in the clipboard using the bit.ly URL-shortening service. You copy the URL from your browser and just type /bitly in an email, IM, or Twitter, for example, and the abbreviation is replaced by a shortened URL.

One advantage of bit.ly over other shortening services is that it provides click statistics  and other useful information for each shortened URL. If you have a (free) bit.ly account, the URLs you shorten are easily accessed through their site. However, the script included with TextExpander shortens the URL without associating it with your bit.ly account. _This_ version of the script is a very simple modification which associates URLs you shorten with your bit.ly account. 

To use this script, change `[your_username]` and `[your_API_key]` in line 9 to the correct values. (Once you have created a bit.ly account, you can find your API key here: [http://bit.ly/app/developers](http://bit.ly/app/developers).) Create a new snippet in TextExpander and paste the script into the Content field, making sure to select AppleScript in the dropdown above the field. Set the abbreviation and you're done.</p> ]]></description>
<pubDate>Fri, 03 Apr 2009 07:39:15 GMT</pubDate>
<guid>http://snipplr.com/view/13743/bitly-urlshortening-script-for-textexpander-that-associates-urls-with-your-bitly-account/</guid>
</item>
<item>
<title>(PHP) Turn Static URLs Into Links - Unreal</title>
<link>http://snipplr.com/view/12675/turn-static-urls-into-links/</link>
<description><![CDATA[ <p>Nice simple snippet. Great for forum scripts.</p> ]]></description>
<pubDate>Sat, 28 Feb 2009 18:45:02 GMT</pubDate>
<guid>http://snipplr.com/view/12675/turn-static-urls-into-links/</guid>
</item>
<item>
<title>(PHP) Clean URL String - section31</title>
<link>http://snipplr.com/view/8436/clean-url-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Sep 2008 18:19:02 GMT</pubDate>
<guid>http://snipplr.com/view/8436/clean-url-string/</guid>
</item>
<item>
<title>(ASP) VBScript Clickable URLs and Email Addresses - DaveChild</title>
<link>http://snipplr.com/view/8319/vbscript-clickable-urls-and-email-addresses/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 11 Sep 2008 09:40:22 GMT</pubDate>
<guid>http://snipplr.com/view/8319/vbscript-clickable-urls-and-email-addresses/</guid>
</item>
<item>
<title>(Apache) .htacces - clean urls - wbowers</title>
<link>http://snipplr.com/view/5232/htacces--clean-urls/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Feb 2008 06:14:09 GMT</pubDate>
<guid>http://snipplr.com/view/5232/htacces--clean-urls/</guid>
</item>
<item>
<title>(PHP) Extract urls between anchor tags using php - hdotnet</title>
<link>http://snipplr.com/view/2854/extract-urls-between-anchor-tags-using-php/</link>
<description><![CDATA[ <p>good for parsing a message for urls so you can process them for character length when displayed on screen</p> ]]></description>
<pubDate>Wed, 13 Jun 2007 02:32:08 GMT</pubDate>
<guid>http://snipplr.com/view/2854/extract-urls-between-anchor-tags-using-php/</guid>
</item>
<item>
<title>(Other) Easy Selects in Ruby on Rails - jnunemaker</title>
<link>http://snipplr.com/view/1038/easy-selects-in-ruby-on-rails/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Sep 2006 17:08:41 GMT</pubDate>
<guid>http://snipplr.com/view/1038/easy-selects-in-ruby-on-rails/</guid>
</item>
<item>
<title>(Other) pop2imap - jnunemaker</title>
<link>http://snipplr.com/view/1037/pop2imap/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Sep 2006 17:08:40 GMT</pubDate>
<guid>http://snipplr.com/view/1037/pop2imap/</guid>
</item>
</channel>
</rss>