<?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/short</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 06:31:33 GMT</pubDate>
<item>
<title>(Java) char to ASCII Value - lowko0</title>
<link>http://snipplr.com/view/54403/char-to-ascii-value/</link>
<description><![CDATA[ <p>I hope it's well explained, chars are actually very easy, but sometimes
it takes a while to understand them.</p> ]]></description>
<pubDate>Thu, 26 May 2011 08:46:34 GMT</pubDate>
<guid>http://snipplr.com/view/54403/char-to-ascii-value/</guid>
</item>
<item>
<title>(PHP) Shorten with goo.gl - lasavior</title>
<link>http://snipplr.com/view/52463/shorten-with-googl/</link>
<description><![CDATA[ <p>I needed a simple function to shorten a link with goo.gl and wrote this, thought it may help someone. Note: you still need an API key from goo.gl</p> ]]></description>
<pubDate>Fri, 22 Apr 2011 07:16:43 GMT</pubDate>
<guid>http://snipplr.com/view/52463/shorten-with-googl/</guid>
</item>
<item>
<title>(PHP) Wordpress: Text Excerpts with PHP - prwhitehead</title>
<link>http://snipplr.com/view/52171/wordpress-text-excerpts-with-php/</link>
<description><![CDATA[ <p>Create excerpts from text block from your wordpress content and add links page / post from the guid.</p> ]]></description>
<pubDate>Sat, 16 Apr 2011 01:32:40 GMT</pubDate>
<guid>http://snipplr.com/view/52171/wordpress-text-excerpts-with-php/</guid>
</item>
<item>
<title>(Bash) Shorten a long URL from bash command line - ksaver</title>
<link>http://snipplr.com/view/39464/shorten-a-long-url-from-bash-command-line/</link>
<description><![CDATA[ <p>Usage example:\\r\\n$./ur1ca.sh \\\"http://www.google.com/search?q=bash+scripting\\\"\\r\\nYour ur1 is: http://ur1.ca/17xpn\\r\\n$</p> ]]></description>
<pubDate>Tue, 24 Aug 2010 17:55:40 GMT</pubDate>
<guid>http://snipplr.com/view/39464/shorten-a-long-url-from-bash-command-line/</guid>
</item>
<item>
<title>(PHP) Short + Long Address Formatting From Address Information - iloveitaly</title>
<link>http://snipplr.com/view/37619/short--long-address-formatting-from-address-information/</link>
<description><![CDATA[ <p>Assumes that the record has a `name` field which represents the name of the location and always has a defined two character `country` field.</p> ]]></description>
<pubDate>Tue, 20 Jul 2010 00:38:17 GMT</pubDate>
<guid>http://snipplr.com/view/37619/short--long-address-formatting-from-address-information/</guid>
</item>
<item>
<title>(PHP) php short url - metoikos</title>
<link>http://snipplr.com/view/35240/php-short-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 May 2010 22:30:16 GMT</pubDate>
<guid>http://snipplr.com/view/35240/php-short-url/</guid>
</item>
<item>
<title>(PHP) Short URL Function with PHP - jackoder</title>
<link>http://snipplr.com/view/34933/short-url-function-with-php/</link>
<description><![CDATA[ <p>Dear php coders, 

Here's a code block that you can use in your projects to get shorter long urls. 

Also recommend these articles about [ozon tedavisi](http://www.denizliozon.com) here. 

Have a nice coding.</p> ]]></description>
<pubDate>Thu, 20 May 2010 12:26:37 GMT</pubDate>
<guid>http://snipplr.com/view/34933/short-url-function-with-php/</guid>
</item>
<item>
<title>(PHP) if/else shortform - petrafull</title>
<link>http://snipplr.com/view/28875/ifelse-shortform/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Feb 2010 15:54:40 GMT</pubDate>
<guid>http://snipplr.com/view/28875/ifelse-shortform/</guid>
</item>
<item>
<title>(PHP) PHP tiny url encode and decode functions - ginoplusio</title>
<link>http://snipplr.com/view/25668/php-tiny-url-encode-and-decode-functions/</link>
<description><![CDATA[ <p>The first function make short urls.
The second function decode a short url with CURL. It gets the http header of the short url page. If the header contains a "Location:" header, then it's a redirect, and the decoded url is the url in the "Location" header string, here is the code:</p> ]]></description>
<pubDate>Tue, 29 Dec 2009 11:58:13 GMT</pubDate>
<guid>http://snipplr.com/view/25668/php-tiny-url-encode-and-decode-functions/</guid>
</item>
<item>
<title>(PHP) URL fix - Mithun</title>
<link>http://snipplr.com/view/20885/url-fix/</link>
<description><![CDATA[ <p>shorts urls like http://example.com/abc/../123.html to http://example.com/123.html</p> ]]></description>
<pubDate>Fri, 09 Oct 2009 09:06:54 GMT</pubDate>
<guid>http://snipplr.com/view/20885/url-fix/</guid>
</item>
<item>
<title>(PHP) URL fix - Mithun</title>
<link>http://snipplr.com/view/20884/url-fix/</link>
<description><![CDATA[ <p>shorts urls like http://example.com/abc/../123.html to http://example.com/123.html</p> ]]></description>
<pubDate>Fri, 09 Oct 2009 09:03:49 GMT</pubDate>
<guid>http://snipplr.com/view/20884/url-fix/</guid>
</item>
<item>
<title>(PHP) Short URL function - ajbatac</title>
<link>http://snipplr.com/view/20671/short-url-function/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 05 Oct 2009 14:33:52 GMT</pubDate>
<guid>http://snipplr.com/view/20671/short-url-function/</guid>
</item>
<item>
<title>(CSS) Optimized CSS Rounded Corners Using Sprites - enchance</title>
<link>http://snipplr.com/view/19332/optimized-css-rounded-corners-using-sprites/</link>
<description><![CDATA[ <p>Cross-browser compatible especially for IE6/7 and makes use of CSS sprites for faster downloading. Download file curves.zip (75 bytes) which contains the CSS sprite needed to make this work.</p> ]]></description>
<pubDate>Sun, 06 Sep 2009 22:38:29 GMT</pubDate>
<guid>http://snipplr.com/view/19332/optimized-css-rounded-corners-using-sprites/</guid>
</item>
<item>
<title>(Other) PHP Shortform Variables - radarseven</title>
<link>http://snipplr.com/view/18797/php-shortform-variables/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 24 Aug 2009 18:01:51 GMT</pubDate>
<guid>http://snipplr.com/view/18797/php-shortform-variables/</guid>
</item>
<item>
<title>(PHP) Create short IDs with PHP - Like Youtube or TinyURL - localhorst</title>
<link>http://snipplr.com/view/15887/create-short-ids-with-php--like-youtube-or-tinyurl/</link>
<description><![CDATA[ <p>Example

Running:

alphaID(9007199254740989);

will return 'PpQXn7COf' and:

alphaID('PpQXn7COf', true);

will return '9007199254740989'

Easy right?</p> ]]></description>
<pubDate>Sat, 13 Jun 2009 01:17:09 GMT</pubDate>
<guid>http://snipplr.com/view/15887/create-short-ids-with-php--like-youtube-or-tinyurl/</guid>
</item>
<item>
<title>(PHP) Automatically get short urls for your wordpress posts - nerdsane</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) Create Is.Gd url - nerdsane</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>(JavaScript) JavaScript ShortCut Keys - brent-man</title>
<link>http://snipplr.com/view/6516/javascript-shortcut-keys/</link>
<description><![CDATA[ <p>HTML USAGE:
< body onKeypress="ShortCutKey()" >

ASCII REFERENCE:
09=Tab
11=Home
13=Enter
32=Space Bar

33=!
34="
35=#
36=$
37=%
38=&amp;
39='
40=(
41=)
42=*
43=+
44=,
45=-
46=.
47=/

48=0
49=1
50=2
51=3
52=4
53=5
54=6
55=7
56=8
57=9

58=:
59=;
60=<
61==
62=>
63=?
64=@

65=A
66=B
67=C
68=D
69=E
70=F
71=G
72=H
73=I
74=J
75=K
76=L
77=M
78=N
79=O
80=P
81=Q
82=R
83=S
84=T
85=U
86=V
87=W
88=X
89=Y
90=Z

91=[
92=\
93=]
94=^
95=-
96=`

97=a
98=b
99=c
100=d
101=e
102=f
103=g
104=h
105=i
106=j
107=k
108=l
109=m
110=n
111=o
112=p
113=q
114=r
115=s
116=t
117=u
118=v
119=w
120=x
121=y
122=z

123={
124=|
125=}
126=~</p> ]]></description>
<pubDate>Sat, 31 May 2008 12:14:37 GMT</pubDate>
<guid>http://snipplr.com/view/6516/javascript-shortcut-keys/</guid>
</item>
<item>
<title>(Perl) shortLink v2 - engel</title>
<link>http://snipplr.com/view/5180/shortlink-v2/</link>
<description><![CDATA[ <p>Shorter, more simple, but with a GUI. Requires GNOME (and the Zenity program, which comes by default with GNOME).

I recommend setting a hotkey with GNOME or Compiz (mine is Ctrl+Alt+A) to run this program, so when the hotkey is pressed you can quickly and easily shorten URLs.</p> ]]></description>
<pubDate>Sun, 24 Feb 2008 20:06:53 GMT</pubDate>
<guid>http://snipplr.com/view/5180/shortlink-v2/</guid>
</item>
<item>
<title>(Other) AS2 Fuse ZigoEngine トゥイーンとイージングの種類リファレンス - daisuke103</title>
<link>http://snipplr.com/view/5003/as2-fuse-zigoengine-/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 11 Feb 2008 19:48:24 GMT</pubDate>
<guid>http://snipplr.com/view/5003/as2-fuse-zigoengine-/</guid>
</item>
</channel>
</rss>