<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Write your own URL shortener</title>
	<atom:link href="http://www.phoenixheart.net/2009/06/write-your-own-url-shortener/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phoenixheart.net/2009/06/write-your-own-url-shortener/</link>
	<description>phoenixheart - portfolio &#38; more</description>
	<lastBuildDate>Wed, 17 Aug 2011 21:34:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: tonyrocks</title>
		<link>http://www.phoenixheart.net/2009/06/write-your-own-url-shortener/comment-page-1/#comment-7091</link>
		<dc:creator>tonyrocks</dc:creator>
		<pubDate>Mon, 09 Nov 2009 19:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=305#comment-7091</guid>
		<description>wow, nice script man! Simple and works.  I&#039;m going to add some bit.ly functionality to it soon. rock on</description>
		<content:encoded><![CDATA[<p>wow, nice script man! Simple and works.  I&#8217;m going to add some bit.ly functionality to it soon. rock on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoenix.heart</title>
		<link>http://www.phoenixheart.net/2009/06/write-your-own-url-shortener/comment-page-1/#comment-7077</link>
		<dc:creator>phoenix.heart</dc:creator>
		<pubDate>Sun, 08 Nov 2009 02:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=305#comment-7077</guid>
		<description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Sorry for that. Reuploaded.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Sorry for that. Reuploaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Short url</title>
		<link>http://www.phoenixheart.net/2009/06/write-your-own-url-shortener/comment-page-1/#comment-7068</link>
		<dc:creator>Short url</dc:creator>
		<pubDate>Sat, 07 Nov 2009 16:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=305#comment-7068</guid>
		<description>The download ur is not working please upload again
 </description>
		<content:encoded><![CDATA[<p>The download ur is not working please upload again<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: URL-Shortener für den eigenen Webspace &#124; Links, Scripts, Tools, URLs &#124; Dr. Web Magazin</title>
		<link>http://www.phoenixheart.net/2009/06/write-your-own-url-shortener/comment-page-1/#comment-5929</link>
		<dc:creator>URL-Shortener für den eigenen Webspace &#124; Links, Scripts, Tools, URLs &#124; Dr. Web Magazin</dc:creator>
		<pubDate>Mon, 14 Sep 2009 08:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=305#comment-5929</guid>
		<description>[...] Write your own URL-Shortener Die hier vorgestellte Lösung scheint sogar Programmieranfängern zugänglich zu sein. Mit Hilfe des downloadbaren Sourcecodes und einer Onlinedemo versucht der Autor besonders die mathematischen Grundlagen dar zu legen. [...]</description>
		<content:encoded><![CDATA[<p>[...] Write your own URL-Shortener Die hier vorgestellte Lösung scheint sogar Programmieranfängern zugänglich zu sein. Mit Hilfe des downloadbaren Sourcecodes und einer Onlinedemo versucht der Autor besonders die mathematischen Grundlagen dar zu legen. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phoenix.heart</title>
		<link>http://www.phoenixheart.net/2009/06/write-your-own-url-shortener/comment-page-1/#comment-4918</link>
		<dc:creator>phoenix.heart</dc:creator>
		<pubDate>Mon, 03 Aug 2009 01:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=305#comment-4918</guid>
		<description>Hi.
If you keep the source untouched, take a look at index.php, line 25:

&lt;code&gt;$shorten_url = &quot;{$config[&#039;host&#039;]}/$code&quot;;  &lt;/code&gt;

$shorten_url is the URL you want. Just echo() it.</description>
		<content:encoded><![CDATA[<p>Hi.<br />
If you keep the source untouched, take a look at index.php, line 25:</p>
<p><code>$shorten_url = "{$config['host']}/$code";  </code></p>
<p>$shorten_url is the URL you want. Just echo() it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chaser7016</title>
		<link>http://www.phoenixheart.net/2009/06/write-your-own-url-shortener/comment-page-1/#comment-4916</link>
		<dc:creator>chaser7016</dc:creator>
		<pubDate>Mon, 03 Aug 2009 01:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.phoenixheart.net/?p=305#comment-4916</guid>
		<description>Hi
Thank you for this very useful post.  I have taken the code and created a URL shortener and I am very much a beginner (clueless) when it comes to php and mysql.
I was wondering how to just show the short URL without all the text.  LIke this Long URL of 218 characters has now been shortened to this short URL of 15 characters.    I prefer just to show the shortened URL without the sentence.  Any idea how to do that?  When I remove things like %d or %s then the shortener no longer works.
thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thank you for this very useful post.  I have taken the code and created a URL shortener and I am very much a beginner (clueless) when it comes to php and mysql.<br />
I was wondering how to just show the short URL without all the text.  LIke this Long URL of 218 characters has now been shortened to this short URL of 15 characters.    I prefer just to show the shortened URL without the sentence.  Any idea how to do that?  When I remove things like %d or %s then the shortener no longer works.<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 1/10 queries in 0.004 seconds using disk
Object Caching 289/293 objects using disk

Served from: www.phoenixheart.net @ 2012-02-04 03:26:42 -->
