<?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: Shortening URLs with bit.ly’s API in .NET</title>
	<atom:link href="http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/</link>
	<description>web development, tech reviews, tips, tricks, blogging</description>
	<lastBuildDate>Sun, 07 Mar 2010 18:27:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Ceranski</title>
		<link>http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/comment-page-1/#comment-953</link>
		<dc:creator>Michael Ceranski</dc:creator>
		<pubDate>Mon, 01 Feb 2010 20:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/#comment-953</guid>
		<description>I wrote an article on my blog on how to use the bit.ly API with html and jQuery: &lt;a href=&quot;http://www.codecapers.com/post/Building-a-Link-Shortener-with-the-bitly-API.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.codecapers.com/post/Building-a-Link-...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I wrote an article on my blog on how to use the bit.ly API with html and jQuery: <a href="http://www.codecapers.com/post/Building-a-Link-Shortener-with-the-bitly-API.aspx" rel="nofollow"></a><a href="http://www.codecapers.com/post/Building-a-Link-.." rel="nofollow">http://www.codecapers.com/post/Building-a-Link-..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deep Janardhanan</title>
		<link>http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/comment-page-1/#comment-945</link>
		<dc:creator>Deep Janardhanan</dc:creator>
		<pubDate>Tue, 22 Dec 2009 04:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/#comment-945</guid>
		<description>Guys, &lt;br&gt;Dont forget to import the necessary assemblies. &lt;br&gt;&lt;br&gt;using System.Linq;&lt;br&gt;using System.Web;&lt;br&gt;using System.Xml.Linq;</description>
		<content:encoded><![CDATA[<p>Guys, <br />Dont forget to import the necessary assemblies. </p>
<p>using System.Linq;<br />using System.Web;<br />using System.Xml.Linq;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepjanardhanan</title>
		<link>http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/comment-page-1/#comment-886</link>
		<dc:creator>deepjanardhanan</dc:creator>
		<pubDate>Mon, 21 Dec 2009 20:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/#comment-886</guid>
		<description>Guys, &lt;br&gt;Dont forget to import the necessary assemblies. &lt;br&gt;&lt;br&gt;using System.Linq;&lt;br&gt;using System.Web;&lt;br&gt;using System.Xml.Linq;</description>
		<content:encoded><![CDATA[<p>Guys, <br />Dont forget to import the necessary assemblies. </p>
<p>using System.Linq;<br />using System.Web;<br />using System.Xml.Linq;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Deweese</title>
		<link>http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/comment-page-1/#comment-876</link>
		<dc:creator>Chris Deweese</dc:creator>
		<pubDate>Thu, 05 Nov 2009 13:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/#comment-876</guid>
		<description>Great post, thanks for sharing this class.  I had to make one Tweak to use this in a non-web app in VS 2010 Beta 2.  HttpUtlity is in System.Web and it looks like there is no way to reference System.Web in VS 2010 Beta 2 from a console application. &lt;br&gt;&lt;br&gt;I changed the call to HttpUtility to use System.Uri.EscapeDataString and it worked like a charm.&lt;br&gt;&lt;br&gt;Good stuff!</description>
		<content:encoded><![CDATA[<p>Great post, thanks for sharing this class.  I had to make one Tweak to use this in a non-web app in VS 2010 Beta 2.  HttpUtlity is in System.Web and it looks like there is no way to reference System.Web in VS 2010 Beta 2 from a console application. </p>
<p>I changed the call to HttpUtility to use System.Uri.EscapeDataString and it worked like a charm.</p>
<p>Good stuff!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raichelb</title>
		<link>http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/comment-page-1/#comment-837</link>
		<dc:creator>raichelb</dc:creator>
		<pubDate>Sun, 12 Jul 2009 21:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/#comment-837</guid>
		<description>Hello,&lt;br&gt;How do I definedeclare xDocument variable correctly?&lt;br&gt;Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />How do I definedeclare xDocument variable correctly?<br />Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eibrahim</title>
		<link>http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/comment-page-1/#comment-817</link>
		<dc:creator>eibrahim</dc:creator>
		<pubDate>Mon, 01 Jun 2009 13:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/#comment-817</guid>
		<description>Is that a compile error or runtime error?  Did you copy &amp; paste the code&lt;br&gt;correctly?  Sometimes the browser messes up the code formatting.&lt;br&gt;&lt;br&gt;Other than that you should add a breakpoint and examine the value of&lt;br&gt;resultXml and see if it shows any error messages.&lt;br&gt;&lt;br&gt;Good luck.</description>
		<content:encoded><![CDATA[<p>Is that a compile error or runtime error?  Did you copy &#038; paste the code<br />correctly?  Sometimes the browser messes up the code formatting.</p>
<p>Other than that you should add a breakpoint and examine the value of<br />resultXml and see if it shows any error messages.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ralph</title>
		<link>http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/comment-page-1/#comment-816</link>
		<dc:creator>ralph</dc:creator>
		<pubDate>Sun, 31 May 2009 20:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.emadibrahim.com/2009/05/07/shortening-urls-with-bitlys-api-in-net/#comment-816</guid>
		<description>Hi Emad&lt;br&gt;&lt;br&gt;I just tried your code, but it is throwing me an error at this part:&lt;br&gt;var x = (from result in resultXml.Descendants(&quot;nodeKeyVal&quot;)&lt;br&gt;...&lt;br&gt;&lt;br&gt;It tells me : error CS1026: ) expected&lt;br&gt;&lt;br&gt;Do you have an idea why this may happen?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;ralph</description>
		<content:encoded><![CDATA[<p>Hi Emad</p>
<p>I just tried your code, but it is throwing me an error at this part:<br />var x = (from result in resultXml.Descendants(&#8220;nodeKeyVal&#8221;)<br />&#8230;</p>
<p>It tells me : error CS1026: ) expected</p>
<p>Do you have an idea why this may happen?</p>
<p>Thanks<br />ralph</p>
]]></content:encoded>
	</item>
</channel>
</rss>
