<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>::Chilp it! blog:: &#187; Tech</title> <atom:link href="http://blog.chilp.it/category/tech/feed/" rel="self" type="application/rss+xml" /><link>http://blog.chilp.it</link> <description>We shorten URLs!</description> <lastBuildDate>Thu, 19 Aug 2010 08:27:49 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Add Chilp.it to Google Reader for easy shortening</title><link>http://blog.chilp.it/2009/10/26/add-chilp-it-to-google-reader-for-easy-shortening/</link> <comments>http://blog.chilp.it/2009/10/26/add-chilp-it-to-google-reader-for-easy-shortening/#comments</comments> <pubDate>Mon, 26 Oct 2009 21:25:43 +0000</pubDate> <dc:creator>Zalt</dc:creator> <category><![CDATA[Tech]]></category><guid
isPermaLink="false">http://blog.chilp.it/?p=183</guid> <description><![CDATA[Did you know? There is an easy way to directly shorten URLs out of Google Reader. Just manually add Chilp.it and it will show up in the “Send to:” menu at the bottom of each item. How? Well, try this: 1. Open Google Reader and click the settings page: 2. Select the &#8220;Send To&#8221; menu: [...]]]></description> <content:encoded><![CDATA[<p>Did you know?</p><p>There is an easy way to directly shorten URLs out of Google Reader.<br
/> Just manually add Chilp.it and it will show up in the “Send to:” menu at the bottom of each item.</p><p>How? Well, try this:</p><p><strong>1. </strong>Open Google Reader and click the <a
href="http://www.google.com/reader/settings" target="_blank">settings page</a>:</p><p><a
href="http://blog.chilp.it/wp-content/uploads/2009-10_google01.jpg"><img
style="border: 0px initial initial;" title="2009-10_google01" src="http://blog.chilp.it/wp-content/uploads/2009-10_google01.jpg" alt="2009-10_google01" width="288" height="30" /></a></p><p><strong>2. </strong>Select the &#8220;Send To&#8221; menu:</p><p><a
href="http://blog.chilp.it/wp-content/uploads/2009-10_google02.jpg"><img
style="border: 0px initial initial;" title="2009-10_google02" src="http://blog.chilp.it/wp-content/uploads/2009-10_google02.jpg" alt="2009-10_google02" width="192" height="43" /></a></p><p><strong>3. </strong>Click &#8220;Create a custom link&#8221; at the bottom of the page and add the Chilp.it settings:</p><p><a
href="http://blog.chilp.it/wp-content/uploads/2009-10_google03.jpg"><img
style="border: 0px initial initial;" title="2009-10_google03" src="http://blog.chilp.it/wp-content/uploads/2009-10_google03.jpg" alt="2009-10_google03" width="302" height="169" /></a></p><p><a
href="http://blog.chilp.it/wp-content/uploads/GoogleReader_chilpit_settings.txt" target="_blank">Download settings here (.txt)</a></p><p>Done. You can now directly send items you like to share with others to Chilp.it for easy shortening. Just select &#8220;Send to&#8221; &amp; &#8220;Chilp.it&#8221; at the bottom of an item in Google Reader and the URL will be directly processed. Easy, huh?</p><p><a
href="http://blog.chilp.it/wp-content/uploads/2009-10_google04.jpg"><img
style="border: 0px initial initial;" title="2009-10_google04" src="http://blog.chilp.it/wp-content/uploads/2009-10_google04.jpg" alt="2009-10_google04" width="430" height="54" /></a></p><p>If you have any questions just drop us a line and we’ll get back to you.</p> ]]></content:encoded> <wfw:commentRss>http://blog.chilp.it/2009/10/26/add-chilp-it-to-google-reader-for-easy-shortening/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Create short URLs on the fly with WordPress</title><link>http://blog.chilp.it/2009/05/15/creating-short-urls-with-wordpress/</link> <comments>http://blog.chilp.it/2009/05/15/creating-short-urls-with-wordpress/#comments</comments> <pubDate>Fri, 15 May 2009 07:00:51 +0000</pubDate> <dc:creator>Zalt</dc:creator> <category><![CDATA[Tech]]></category><guid
isPermaLink="false">http://blog.chilp.it/?p=83</guid> <description><![CDATA[Social media networks like Twitter.com are a fantastic way to share news, information or blog posts. Since every message has a maximum lenght of 140 characters the best way sharing links is with the help of URL shortening services. This  php code adds a &#8220;Share this on Twitter&#8221; &#8211; shortcut to your WordPress site and [...]]]></description> <content:encoded><![CDATA[<p>Social media networks like <a
href="http://twitter.com" target="_blank">Twitter.com</a> are a fantastic way to share news, information or blog posts. Since every message has a maximum lenght of 140 characters the best way sharing links is with the help of URL shortening services.</p><p>This  <a
href="http://www.wprecipes.com/how-to-automatically-provide-tinyurls-for-your-wordpress-blog-posts" target="_blank">php code</a> adds a &#8220;Share this on Twitter&#8221; &#8211; shortcut to your WordPress site and helps creating short links on the fly.</p><p><strong>Open your functions.php and paste this into the file: </strong></p><p><strong></strong><em>function getchilpUrl($url) {<br
/> $chilpurl = file_get_contents(&#8220;http://chilp.it/api.php?url=&#8221;.$url);<br
/> return $chilpurl;<br
/> }</em></p><p><strong>Paste this into your sidebar.php or wherever you like the link to appear:</strong></p><p><em>&lt;?php<br
/> $curl = getchilpUrl(get_permalink($post-&gt;ID));<br
/> echo &#8216;&lt;a href=&#8221;http://twitter.com/home?status=I liked &#8216;.$curl.&#8217;&#8221; target=&#8221;_blank&#8221;&gt;&lt;abbr title=&#8221;Share this on Twitter&#8221;&gt;Share this on Twitter&lt;/abbr&gt;&lt;/a&gt;&#8217;<br
/> ?&gt;</em></p><p>That&#8217;s it! :-)</p><p><strong>The link will look like this:</strong></p><p><img
class="size-full wp-image-86 alignnone" style="margin-top: 10px; margin-bottom: 10px;" title="share" src="http://blog.chilp.it/wp-content/uploads/share.jpg" alt="share" width="257" height="137" /></p><p><strong>It directs to Twitter and enables one to directly post that shorter link:</strong></p><p><img
class="alignnone size-full wp-image-90" style="margin-top: 10px; margin-bottom: 10px;" title="twitter" src="http://blog.chilp.it/wp-content/uploads/twitter.jpg" alt="twitter" width="303" height="148" /></p><p>Feel free to use this script for developing other ways of integrating Chilp it! URL shortening into your website, blog or application. The script can also easily be  changed to support other social networks like Friendfeed or Facebook.</p><p>Have fun!</p> ]]></content:encoded> <wfw:commentRss>http://blog.chilp.it/2009/05/15/creating-short-urls-with-wordpress/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Create short URLs with Google Docs</title><link>http://blog.chilp.it/2009/05/08/create-short-urls-with-google-docs/</link> <comments>http://blog.chilp.it/2009/05/08/create-short-urls-with-google-docs/#comments</comments> <pubDate>Fri, 08 May 2009 08:55:20 +0000</pubDate> <dc:creator>Zalt</dc:creator> <category><![CDATA[Tech]]></category> <category><![CDATA[Create short URLs with Google Docs]]></category> <category><![CDATA[short urls]]></category><guid
isPermaLink="false">http://blog.chilp.it/?p=46</guid> <description><![CDATA[You may have the need to convert regular web addresses into shorter URLs within your docs automatically. Get ready,  it&#8217;s fairly simple to setup and way easier than you think. Log into Google Docs, create a new document or open an existing one and use the following formula for shortening: =importData(concatenate(&#8220;http://chilp.it/api.php?url=&#8221;,A2)) Copy the formula and [...]]]></description> <content:encoded><![CDATA[<p>You may have the need to convert regular web addresses into shorter URLs within your docs automatically.<br
/> Get ready,  it&#8217;s fairly simple to setup and way easier than you think.</p><p>Log into <a
href="http://docs.google.com/" target="_blank">Google Docs</a>, create a new document or open an existing one and use the following formula for shortening:</p><p><em>=importData(concatenate(&#8220;http://chilp.it/api.php?url=&#8221;,A2)) </em></p><p>Copy the formula and paste it into the fields you want to use.</p><p>You need to change the field &#8220;A2&#8243; to the corresponding long URL field. After entering the long URL in the chosen field, the magic happens and the formula creates a short URL.</p><p>Your done. Easy does it.</p><p>:-)</p><p>Let us know if you&#8217;re having trouble setting this up.</p><p><img
class="alignleft size-full wp-image-60" title="godocs2" src="http://blog.chilp.it/wp-content/uploads/godocs2.jpg" alt="godocs2" width="405" height="272" /></p> ]]></content:encoded> <wfw:commentRss>http://blog.chilp.it/2009/05/08/create-short-urls-with-google-docs/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching using disk

Served from: blog.chilp.it @ 2010-09-08 06:36:30 -->