<?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: Generate TinyURLs With 1 Line Of PHP</title>
	<atom:link href="http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/</link>
	<description>User Experience Design, Web Development, and Internet Marketing</description>
	<lastBuildDate>Fri, 30 Jul 2010 19:34:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: Impossibly simple image randomizer with jQuery</title>
		<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/#comment-31455</link>
		<dc:creator>Impossibly simple image randomizer with jQuery</dc:creator>
		<pubDate>Mon, 28 Dec 2009 17:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=61#comment-31455</guid>
		<description>[...] image or advertisment on each new pageview. I&#8217;m always looking for ways to simplify code [see 1, 2, 3], and naturally, I tried to do it [...]</description>
		<content:encoded><![CDATA[<p>[...] image or advertisment on each new pageview. I&#8217;m always looking for ways to simplify code [see 1, 2, 3], and naturally, I tried to do it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/#comment-2162</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 15 May 2009 01:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=61#comment-2162</guid>
		<description>thanks!
how would I add to page.php and single.php?</description>
		<content:encoded><![CDATA[<p>thanks!<br />
how would I add to page.php and single.php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Use the Twitter and TinyURL APIs to Create a WordPress Plugin &#124; Dev Tips &#124; Become a Better Developer, One Tip at a Time.</title>
		<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/#comment-865</link>
		<dc:creator>Use the Twitter and TinyURL APIs to Create a WordPress Plugin &#124; Dev Tips &#124; Become a Better Developer, One Tip at a Time.</dc:creator>
		<pubDate>Mon, 20 Apr 2009 09:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=61#comment-865</guid>
		<description>[...] TinyURL was brought to my attention by my friend and Dev-Tips author Brian Cray in his post titled &#039;Generate TinyURLS with one line of php&#039;. It is also important to note our server needs to support file_get_contents. If you host doesn&#039;t, [...]</description>
		<content:encoded><![CDATA[<p>[...] TinyURL was brought to my attention by my friend and Dev-Tips author Brian Cray in his post titled &#8216;Generate TinyURLS with one line of php&#8217;. It is also important to note our server needs to support file_get_contents. If you host doesn&#8217;t, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress: The Best Tweet This Link Ever &#124; Brian Cray's Blog</title>
		<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/#comment-268</link>
		<dc:creator>WordPress: The Best Tweet This Link Ever &#124; Brian Cray's Blog</dc:creator>
		<pubDate>Fri, 20 Mar 2009 18:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=61#comment-268</guid>
		<description>[...] The other way is to make it super simple for readers to tweet your blog entry. That&#8217;s where this post helps. If you have a self-hosted WordPress blog, add this code to your /wp-content/themes/[current theme]/single.php file where you want your own &#8220;Tweet This&#8221; link. [TinyURL shortening code originally from here] [...]</description>
		<content:encoded><![CDATA[<p>[...] The other way is to make it super simple for readers to tweet your blog entry. That&#8217;s where this post helps. If you have a self-hosted WordPress blog, add this code to your /wp-content/themes/[current theme]/single.php file where you want your own &#8220;Tweet This&#8221; link. [TinyURL shortening code originally from here] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: einsteinsboi</title>
		<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/#comment-102</link>
		<dc:creator>einsteinsboi</dc:creator>
		<pubDate>Wed, 04 Mar 2009 22:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=61#comment-102</guid>
		<description>Very nice Brian. Thanks! 

See you on Twitter</description>
		<content:encoded><![CDATA[<p>Very nice Brian. Thanks! </p>
<p>See you on Twitter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cray</title>
		<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/#comment-42</link>
		<dc:creator>Brian Cray</dc:creator>
		<pubDate>Tue, 17 Feb 2009 14:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=61#comment-42</guid>
		<description>cURL is good when you need to authenticate. In this case, simple is good :)

Thanks for the comments everyone!</description>
		<content:encoded><![CDATA[<p>cURL is good when you need to authenticate. In this case, simple is good <img src='http://briancray.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for the comments everyone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhisek</title>
		<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/#comment-41</link>
		<dc:creator>Abhisek</dc:creator>
		<pubDate>Mon, 16 Feb 2009 17:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=61#comment-41</guid>
		<description>Super cool! I used cURL earlier to do the job. Never thought it this way. Thanks!</description>
		<content:encoded><![CDATA[<p>Super cool! I used cURL earlier to do the job. Never thought it this way. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: serj</title>
		<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/#comment-38</link>
		<dc:creator>serj</dc:creator>
		<pubDate>Wed, 11 Feb 2009 19:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=61#comment-38</guid>
		<description>nice information, always get bugged about the urls</description>
		<content:encoded><![CDATA[<p>nice information, always get bugged about the urls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/#comment-37</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 11 Feb 2009 15:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=61#comment-37</guid>
		<description>I love one-line tricks like this!</description>
		<content:encoded><![CDATA[<p>I love one-line tricks like this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew Douglass</title>
		<link>http://briancray.com/2009/02/10/generate-tinyurls-with-1-line-of-php/#comment-36</link>
		<dc:creator>Drew Douglass</dc:creator>
		<pubDate>Wed, 11 Feb 2009 01:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://briancray.com/?p=61#comment-36</guid>
		<description>Great stuff Brian, keep them coming!</description>
		<content:encoded><![CDATA[<p>Great stuff Brian, keep them coming!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
