<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - nerdsane</title>
<link>http://snipplr.com/users/nerdsane</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 08:09:45 GMT</pubDate>
<item>
<title>(PHP) Automatically get short urls for your wordpress posts</title>
<link>http://snipplr.com/view/14431/automatically-get-short-urls-for-your-wordpress-posts/</link>
<description><![CDATA[ <p>this is how to automatically get short urls for your blog posts in wordpress, 

What you need 
is to decide which tinyurl service you will be using and get its api URL,
for example rinyurl.com , bit,ly, tr.im, 

here are the api URLS for the most famous services.

tinyurl.com : http://tinyurl.com/api-create.php?url=
is.gd : http://is.gd/api.php?longurl=
href.in : http://href.in/api.php?create=
tr.im : http://api.tr.im/api/trim_simple?url=

Note: There are some short url services api's which requires authentication, like bit.ly , so keep that in mind, but my above services are ok!</p> ]]></description>
<pubDate>Sun, 26 Apr 2009 07:49:54 GMT</pubDate>
<guid>http://snipplr.com/view/14431/automatically-get-short-urls-for-your-wordpress-posts/</guid>
</item>
<item>
<title>(PHP) Get Your Most Recent Twitter Status Using PHP</title>
<link>http://snipplr.com/view/12696/get-your-most-recent-twitter-status-using-php/</link>
<description><![CDATA[ <p>To find your numerical Twitter ID, login to Twitter and click on your RSS feed (bottom of the page). The URL will look something like http://twitter.com/statuses/friends_timeline/12345678.rss. Your ID will be the 12345678.</p> ]]></description>
<pubDate>Sun, 01 Mar 2009 04:29:12 GMT</pubDate>
<guid>http://snipplr.com/view/12696/get-your-most-recent-twitter-status-using-php/</guid>
</item>
<item>
<title>(PHP) Create href.in short urls</title>
<link>http://snipplr.com/view/12116/create-hrefin-short-urls/</link>
<description><![CDATA[ <p>To use href.in API to generate a short URL.  using php curl</p> ]]></description>
<pubDate>Wed, 11 Feb 2009 11:50:27 GMT</pubDate>
<guid>http://snipplr.com/view/12116/create-hrefin-short-urls/</guid>
</item>
<item>
<title>(JavaScript) Show Hide a Div with Javascript</title>
<link>http://snipplr.com/view/11792/show-hide-a-div-with-javascript/</link>
<description><![CDATA[ <p>this code snippet will let u show/ hide a div element easily.

share it</p> ]]></description>
<pubDate>Tue, 03 Feb 2009 13:18:01 GMT</pubDate>
<guid>http://snipplr.com/view/11792/show-hide-a-div-with-javascript/</guid>
</item>
<item>
<title>(PHP) Create Is.Gd url</title>
<link>http://snipplr.com/view/11603/create-isgd-url/</link>
<description><![CDATA[ <p>Is.Gd is a URL-shortening service much like TinyURL. Using PHP’s cURL library, you can create shortened URLs on the fly with ease. “is.gd” is much shorter than “tinyurl.com” so if you need the URL to be as short as possible, use this method. 
Create tinyurl.com urls : http://snipplr.com/view/11601/create-tinyurl/</p> ]]></description>
<pubDate>Wed, 28 Jan 2009 07:23:37 GMT</pubDate>
<guid>http://snipplr.com/view/11603/create-isgd-url/</guid>
</item>
<item>
<title>(PHP) Create TinyUrl</title>
<link>http://snipplr.com/view/11601/create-tinyurl/</link>
<description><![CDATA[ <p>TinyURL is an awesome service. For those who don’t know what TinyURL is, TinyURL allows you to take a long URL like “http://davidwalsh.name/jquery-link-nudging” and turn it into “http://tinyurl.com/67c4se”. Using the PHP and TinyURL API, you can create these tiny URLs on the fly!

Simply provide the URL and you’ll received the new, tiny URL in return. If you use Twitter, you’ll have noticed that Twitter automates tiny URL creation for URLs in tweets.</p> ]]></description>
<pubDate>Wed, 28 Jan 2009 06:53:27 GMT</pubDate>
<guid>http://snipplr.com/view/11601/create-tinyurl/</guid>
</item>
</channel>
</rss>
