<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 16:57:05 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[NETTUTS.com: Run Your Own TinyURL Service With Phurl]]></title>
      <guid>http://www.phpdeveloper.org/news/11757</guid>
      <link>http://www.phpdeveloper.org/news/11757</link>
      <description><![CDATA[<p>
In <a href="http://nettuts.com/tutorials/other/run-your-own-tinyurl-service-with-phurl/">this recent tutorial</a> from the NETTUTS.com website they show how you can create your own URL shortening service (think <a href="http://tinyurl.com">tinyurl</a> or <a href="http://tr.im">tr.im</a>) with the help of the <a href="http://www.hido.net/projects/phurl/">Phurl</a> PHP application.
</p>
<blockquote>
URL shortening services are a must if microblogging services like Twitter are to work. In 140 characters, you don't want the URL you're linking to eating up 100 of them. Or worse, it might not even fit. Enter <a href="http://tinyurl.com/">TinyURL</a>, and a bunch of other services that give you a shorter custom URL pointing to the target site. But why not roll your own, using <a href="http://www.hido.net/projects/phurl/">Phurl</a>? Let's do it! 
</blockquote>
<p>
<a href="http://nettuts.com/tutorials/other/run-your-own-tinyurl-service-with-phurl/">The tutorial</a> walks you through the installation (quick and easy thanks to a graphical installer) and some usage examples (with screenshots). A few other things - like branding and allowing multiple URLs - are suggested as future enhancements.
</p>]]></description>
      <pubDate>Fri, 16 Jan 2009 15:31:59 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Raphael Stolt's Blog: Tinyizing URLs with Zend_Http_Client]]></title>
      <guid>http://www.phpdeveloper.org/news/11329</guid>
      <link>http://www.phpdeveloper.org/news/11329</link>
      <description><![CDATA[<p>
In <a href="http://raphaelstolt.blogspot.com/2008/10/tinyizing-urls-with-zendhttpclient.html">this new post</a> today <i>Raphael Stolt</i> shows how to use the Zend_Http_Client component of the <a href="http://framework.zend.com">Zend Framework</a> to "tinyize" a URL.
</p>
<blockquote>
In a recent <a href="http://www.davedevelopment.co.uk/2008/10/13/zend-framework-and-the-twitter-api/">blog post</a> Dave Marshall outlined a quick workaround for tweeting via the <a href="http://framework.zend.com/manual/en/zend.http.html#zend.http.client">Zend_Http_Client</a> component which is a reasonable approach for calling services that aren't in the Zend Framework core yet like <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Service_Twitter">Zend_Service_Twitter</a> or are not supported out of the box. Therefore this post will try to describe a Zend Framework way of creating tinyized URLs.
</blockquote>
<p>
He creates a UrlShorterner interface containing a shortenize() method that automates sending a URL over to the <a href="http://www.tinyurl.com">tinyurl.com</a> web service and returning the results.
</p>]]></description>
      <pubDate>Mon, 03 Nov 2008 07:55:00 -0600</pubDate>
    </item>
  </channel>
</rss>
