<?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: ColdFusion: Grab Yourself a TinyURL</title>
	<atom:link href="http://www.thedevshack.com/coldfusion-grab-yourself-a-tinyurl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedevshack.com/coldfusion-grab-yourself-a-tinyurl/</link>
	<description>Technology and Programming Blog</description>
	<lastBuildDate>Fri, 16 Dec 2011 16:12:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Mike Fleming</title>
		<link>http://www.thedevshack.com/coldfusion-grab-yourself-a-tinyurl/#comment-115</link>
		<dc:creator>Mike Fleming</dc:creator>
		<pubDate>Wed, 29 Jul 2009 23:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedevshack.com/?p=173#comment-115</guid>
		<description>I am not sure if I completely understand what you are trying to achieve here?  Are you looking to have a link that someone clicks to return a shortened URL of the current page?  If so, you can probably use some AJAX code to grab the TinyURL and then pop up the returned link in a modal window or something along those lines.</description>
		<content:encoded><![CDATA[<p>I am not sure if I completely understand what you are trying to achieve here?  Are you looking to have a link that someone clicks to return a shortened URL of the current page?  If so, you can probably use some AJAX code to grab the TinyURL and then pop up the returned link in a modal window or something along those lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Walker</title>
		<link>http://www.thedevshack.com/coldfusion-grab-yourself-a-tinyurl/#comment-114</link>
		<dc:creator>Lisa Walker</dc:creator>
		<pubDate>Wed, 29 Jul 2009 13:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedevshack.com/?p=173#comment-114</guid>
		<description>I am looking for something like this, where the visitor can just click on a link that adds the tinyurl to whatever they want.
Now to get it to display the tinyurl link?</description>
		<content:encoded><![CDATA[<p>I am looking for something like this, where the visitor can just click on a link that adds the tinyurl to whatever they want.<br />
Now to get it to display the tinyurl link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Walker</title>
		<link>http://www.thedevshack.com/coldfusion-grab-yourself-a-tinyurl/#comment-117</link>
		<dc:creator>Lisa Walker</dc:creator>
		<pubDate>Wed, 29 Jul 2009 13:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedevshack.com/?p=173#comment-117</guid>
		<description>I am looking for something like this, where the visitor can just click on a link that adds the tinyurl to whatever they want.
Now to get it to display the tinyurl link?</description>
		<content:encoded><![CDATA[<p>I am looking for something like this, where the visitor can just click on a link that adds the tinyurl to whatever they want.<br />
Now to get it to display the tinyurl link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Fleming</title>
		<link>http://www.thedevshack.com/coldfusion-grab-yourself-a-tinyurl/#comment-113</link>
		<dc:creator>Mike Fleming</dc:creator>
		<pubDate>Mon, 20 Apr 2009 23:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedevshack.com/?p=173#comment-113</guid>
		<description>Andy,

That is a slick little library you have put together there.  I&#039;ll definitely check it out and will probably try it out in my app.  Thanks!</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>That is a slick little library you have put together there.  I&#8217;ll definitely check it out and will probably try it out in my app.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy matthews</title>
		<link>http://www.thedevshack.com/coldfusion-grab-yourself-a-tinyurl/#comment-112</link>
		<dc:creator>andy matthews</dc:creator>
		<pubDate>Mon, 20 Apr 2009 12:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedevshack.com/?p=173#comment-112</guid>
		<description>About two months ago, I released a ColdFusion library for connecting to a variety of URL shortening services, TinyURL included. Take a look and let me know what you think:

http://andymatthews.net/code/shrinkURL/

I also released an AIR application which ties into the same library:

http://andymatthews.net/code/Shrinkadoo</description>
		<content:encoded><![CDATA[<p>About two months ago, I released a ColdFusion library for connecting to a variety of URL shortening services, TinyURL included. Take a look and let me know what you think:</p>
<p><a href="http://andymatthews.net/code/shrinkURL/" rel="nofollow">http://andymatthews.net/code/shrinkURL/</a></p>
<p>I also released an AIR application which ties into the same library:</p>
<p><a href="http://andymatthews.net/code/Shrinkadoo" rel="nofollow">http://andymatthews.net/code/Shrinkadoo</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy matthews</title>
		<link>http://www.thedevshack.com/coldfusion-grab-yourself-a-tinyurl/#comment-116</link>
		<dc:creator>andy matthews</dc:creator>
		<pubDate>Mon, 20 Apr 2009 12:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedevshack.com/?p=173#comment-116</guid>
		<description>About two months ago, I released a ColdFusion library for connecting to a variety of URL shortening services, TinyURL included. Take a look and let me know what you think:

http://andymatthews.net/code/shrinkURL/

I also released an AIR application which ties into the same library:

http://andymatthews.net/code/Shrinkadoo</description>
		<content:encoded><![CDATA[<p>About two months ago, I released a ColdFusion library for connecting to a variety of URL shortening services, TinyURL included. Take a look and let me know what you think:</p>
<p><a href="http://andymatthews.net/code/shrinkURL/" rel="nofollow">http://andymatthews.net/code/shrinkURL/</a></p>
<p>I also released an AIR application which ties into the same library:</p>
<p><a href="http://andymatthews.net/code/Shrinkadoo" rel="nofollow">http://andymatthews.net/code/Shrinkadoo</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

