<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>binoot!</title>
	<atom:link href="http://binoot.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://binoot.com</link>
	<description>life, technology, et cetera.</description>
	<lastBuildDate>Mon, 16 Jan 2012 21:54:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='binoot.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>binoot!</title>
		<link>http://binoot.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://binoot.com/osd.xml" title="binoot!" />
	<atom:link rel='hub' href='http://binoot.com/?pushpress=hub'/>
		<item>
		<title>Running Azure Web Role locally</title>
		<link>http://binoot.com/2012/01/16/running-azure-web-role-locally/</link>
		<comments>http://binoot.com/2012/01/16/running-azure-web-role-locally/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 21:54:28 +0000</pubDate>
		<dc:creator>binu</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Azure]]></category>

		<guid isPermaLink="false">http://binoot.com/?p=392</guid>
		<description><![CDATA[There are a lot of good blogs explaining how to setup your Azure projects and how to convert your MVC web project (or create a new) to use Windows Azure. As part of this setup (Azure SDK installation), you will install Azure Emulators (Storage, Compute). These emulators are important part of your local development since [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=392&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are a lot of good blogs explaining how to setup your Azure projects and how to convert your MVC web project (or create a new) to use Windows Azure. As part of this setup (Azure SDK installation), you will install Azure Emulators (Storage, Compute). These emulators are important part of your local development since it gives you an idea of how your application will behave once hosted in Azure Cloud platform.</p>
<p>You have a choice of running your MVC application and debugging in local (Click on MVC project, hit F5) or you could run and debug your Web Role project associated with your MVC project (Click on Azure Deployment Project that has the Web Role and hit F5)</p>
<p>If you have a setup like me, i.e., I am running a VM on my Mac Book Pro to host Windows 7 to do my Visual Studio work, and I have a named SQL Server instance, you might run into following error when you run your Web Role locally</p>
<blockquote><p>Windows Azure Tools: Failed to initialize Windows Azure storage emulator. Unable to start Development Storage. Failed to start Storage Emulator: the SQL Server instance ‘localhost\SQLExpress’ could not be found.   Please configure the SQL Server instance for Storage Emulator using the ‘DSInit’ utility in the Windows Azure SDK.</p></blockquote>
<p>Ok, this was a descriptive enough error message, and I promptly ran my Azure Command line and ran DSInit. That ended up giving me following error message.</p>
<p><a href="http://dotnetarchitect.files.wordpress.com/2012/01/dsinit_error.png"><img class="aligncenter size-medium wp-image-393" title="DSInit-Error" src="http://dotnetarchitect.files.wordpress.com/2012/01/dsinit_error.png?w=300&#038;h=178" alt="DSInit-Error" width="300" height="178" /></a></p>
<p>If you had a default instance of SQL Server running, then I think running DSInit without any command line options would  have worked, a quick web search gave me all the options that DSInit supported (<a title="DSInit" href="http://msdn.microsoft.com/en-us/library/windowsazure/gg433005.aspx">http://msdn.microsoft.com/en-us/library/windowsazure/gg433005.aspx</a>).</p>
<p>With this new found information, I changed my command to:</p>
<p>DSInit /server:WIN-F3VL38TDD1B\MACSQL</p>
<p><a href="http://dotnetarchitect.files.wordpress.com/2012/01/dsint_result.png"><img class="aligncenter size-medium wp-image-395" title="dsint_result" src="http://dotnetarchitect.files.wordpress.com/2012/01/dsint_result.png?w=300&#038;h=185" alt="" width="300" height="185" /></a></p>
<p>Voila, it ran successfully and created the local database it required to run the emulator.</p>
<p><a href="http://dotnetarchitect.files.wordpress.com/2012/01/local-db.png"><img class="aligncenter size-thumbnail wp-image-394" title="local-db" src="http://dotnetarchitect.files.wordpress.com/2012/01/local-db.png?w=150&#038;h=108" alt="" width="150" height="108" /></a></p>
<p>Now that I had my local storage emulator running successfully, I was able to hit F5 to debug and run the web role locally.</p>
<p>More Azure exploration ahead&#8230;tune in soon.</p>
<p>Cheers!</p>
<p>Binu</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetarchitect.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetarchitect.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetarchitect.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetarchitect.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetarchitect.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetarchitect.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetarchitect.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetarchitect.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetarchitect.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetarchitect.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetarchitect.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetarchitect.wordpress.com/392/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetarchitect.wordpress.com/392/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetarchitect.wordpress.com/392/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=392&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binoot.com/2012/01/16/running-azure-web-role-locally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2237763ab8304160adaa6fdec4625f35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Binu Thayamkery</media:title>
		</media:content>

		<media:content url="http://dotnetarchitect.files.wordpress.com/2012/01/dsinit_error.png?w=300" medium="image">
			<media:title type="html">DSInit-Error</media:title>
		</media:content>

		<media:content url="http://dotnetarchitect.files.wordpress.com/2012/01/dsint_result.png?w=300" medium="image">
			<media:title type="html">dsint_result</media:title>
		</media:content>

		<media:content url="http://dotnetarchitect.files.wordpress.com/2012/01/local-db.png?w=150" medium="image">
			<media:title type="html">local-db</media:title>
		</media:content>
	</item>
		<item>
		<title>2011 in review</title>
		<link>http://binoot.com/2012/01/07/2011-in-review/</link>
		<comments>http://binoot.com/2012/01/07/2011-in-review/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 00:20:16 +0000</pubDate>
		<dc:creator>binu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://binoot.com/?p=389</guid>
		<description><![CDATA[The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog. Here&#8217;s an excerpt: The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about 34,000 times in 2011. If it were a concert at Sydney Opera House, it would take about 13 sold-out performances for that many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=389&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog.</p>
<p><a href="/2011/annual-report/"><img src="http://www.wordpress.com/wp-content/mu-plugins/annual-reports/img/emailteaser.jpg" alt="" width="100%" /></a></p>
<p>Here&#8217;s an excerpt:</p>
<blockquote><p>The concert hall at the Sydney Opera House holds 2,700 people. This blog was viewed about <strong>34,000</strong> times in 2011. If it were a concert at Sydney Opera House, it would take about 13 sold-out performances for that many people to see it.</p></blockquote>
<p><a href="/2011/annual-report/">Click here to see the complete report.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetarchitect.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetarchitect.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetarchitect.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetarchitect.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetarchitect.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetarchitect.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetarchitect.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetarchitect.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetarchitect.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetarchitect.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetarchitect.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetarchitect.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetarchitect.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetarchitect.wordpress.com/389/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=389&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binoot.com/2012/01/07/2011-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2237763ab8304160adaa6fdec4625f35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Binu Thayamkery</media:title>
		</media:content>

		<media:content url="http://www.wordpress.com/wp-content/mu-plugins/annual-reports/img/emailteaser.jpg" medium="image" />
	</item>
		<item>
		<title>What is new in vNext? ASP.Net 4.5 / MVC 4.0</title>
		<link>http://binoot.com/2011/11/29/what-is-new-in-vnext-asp-net-4-5-mvc-4-0/</link>
		<comments>http://binoot.com/2011/11/29/what-is-new-in-vnext-asp-net-4-5-mvc-4-0/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 20:39:52 +0000</pubDate>
		<dc:creator>binu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://binoot.com/?p=387</guid>
		<description><![CDATA[Learn what is new in ASP.Net 4.5, see this link:  http://www.asp.net/vnext/whats-new#_Toc303354480 For ASP.Net MVC 4.0 check out http://www.asp.net/learn/whitepapers/mvc4-release-notes I am excited about several of these new features, hopeful to start trying out these soon&#8230; &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=387&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Learn what is new in ASP.Net 4.5, see this link:  <a href="http://www.asp.net/vnext/whats-new#_Toc303354480">http://www.asp.net/vnext/whats-new#_Toc303354480</a></p>
<p>For ASP.Net MVC 4.0 check out <a href="http://www.asp.net/learn/whitepapers/mvc4-release-notes">http://www.asp.net/learn/whitepapers/mvc4-release-notes</a></p>
<p>I am excited about several of these new features, hopeful to start trying out these soon&#8230;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetarchitect.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetarchitect.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetarchitect.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetarchitect.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetarchitect.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetarchitect.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetarchitect.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetarchitect.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetarchitect.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetarchitect.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetarchitect.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetarchitect.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetarchitect.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetarchitect.wordpress.com/387/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=387&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binoot.com/2011/11/29/what-is-new-in-vnext-asp-net-4-5-mvc-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2237763ab8304160adaa6fdec4625f35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Binu Thayamkery</media:title>
		</media:content>
	</item>
		<item>
		<title></title>
		<link>http://binoot.com/2011/11/26/385/</link>
		<comments>http://binoot.com/2011/11/26/385/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 19:59:47 +0000</pubDate>
		<dc:creator>binu</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MVC3]]></category>

		<guid isPermaLink="false">http://binoot.com/?p=385</guid>
		<description><![CDATA[With MVC 3, &#60;text&#62;&#60;/text&#62; is a useful way to mix your Razor and JavaScript syntax.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=385&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With MVC 3, &lt;text&gt;&lt;/text&gt; is a useful way to mix your Razor and JavaScript syntax.</p>
<p><pre class="brush: jscript;">

@{
 if (ViewBag.Blog != null)
 {

 &lt;text&gt;
 var blogPost = '@ViewBag.Blog.Post';
 $('#wysiwyg').wysiwyg(&quot;setContent&quot;, blogPost);
 &lt;/text&gt;
 }
 }

</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetarchitect.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetarchitect.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetarchitect.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetarchitect.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetarchitect.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetarchitect.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetarchitect.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetarchitect.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetarchitect.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetarchitect.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetarchitect.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetarchitect.wordpress.com/385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetarchitect.wordpress.com/385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetarchitect.wordpress.com/385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=385&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binoot.com/2011/11/26/385/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2237763ab8304160adaa6fdec4625f35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Binu Thayamkery</media:title>
		</media:content>
	</item>
		<item>
		<title>Very Clever 404 Page ;-)</title>
		<link>http://binoot.com/2011/11/25/very-clever-40/</link>
		<comments>http://binoot.com/2011/11/25/very-clever-40/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 17:03:33 +0000</pubDate>
		<dc:creator>binu</dc:creator>
				<category><![CDATA[etc.]]></category>

		<guid isPermaLink="false">http://binoot.com/?p=381</guid>
		<description><![CDATA[I am not political &#8211; But I found  this Http 404 page to very clever and witty! http://www.hermancain.com/404 &#160; Cheers!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=381&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am not political &#8211; But I found  this Http 404 page to very clever and witty!</p>
<p><a href="http://www.hermancain.com/404">http://www.hermancain.com/404</a></p>
<p>&nbsp;</p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetarchitect.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetarchitect.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetarchitect.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetarchitect.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetarchitect.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetarchitect.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetarchitect.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetarchitect.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetarchitect.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetarchitect.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetarchitect.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetarchitect.wordpress.com/381/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetarchitect.wordpress.com/381/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetarchitect.wordpress.com/381/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=381&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binoot.com/2011/11/25/very-clever-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2237763ab8304160adaa6fdec4625f35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Binu Thayamkery</media:title>
		</media:content>
	</item>
		<item>
		<title>jQuery Info Resource</title>
		<link>http://binoot.com/2011/11/14/jquery-info-resource/</link>
		<comments>http://binoot.com/2011/11/14/jquery-info-resource/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 21:16:56 +0000</pubDate>
		<dc:creator>binu</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://binoot.com/?p=374</guid>
		<description><![CDATA[I ran into this page, where you can test your jQuery selectors, thought of sharing with y&#8217;all. http://codylindley.com/jqueryselectors/ And while we are talking about jQuery selectors, remember that not all selectors are made equal, some perform real good and some really slow! Here is some links to good articles on selector performance, http://seesparkbox.com/foundry/jquery_selector_performance_testing http://encosia.com/11-keystrokes-that-made-my-jquery-selector-run-10x-faster/ http://java.sys-con.com/node/1179088 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=374&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I ran into this page, where you can test your jQuery selectors, thought of sharing with y&#8217;all.<br />
<a title="jQuery Resource" href="http://codylindley.com/jqueryselectors/" target="_blank">http://codylindley.com/jqueryselectors/</a></p>
<p>And while we are talking about jQuery selectors, remember that not all selectors are made equal, some perform real good and some really slow!</p>
<p>Here is some links to good articles on selector performance,</p>
<ul>
<li><a href="http://seesparkbox.com/foundry/jquery_selector_performance_testing">http://seesparkbox.com/foundry/jquery_selector_performance_testing</a></li>
<li><a href="http://encosia.com/11-keystrokes-that-made-my-jquery-selector-run-10x-faster/">http://encosia.com/11-keystrokes-that-made-my-jquery-selector-run-10x-faster/</a></li>
<li><a href="http://java.sys-con.com/node/1179088">http://java.sys-con.com/node/1179088</a></li>
<li><a href="http://www.slideshare.net/paul.irish/perfcompression">http://www.slideshare.net/paul.irish/perfcompression</a></li>
</ul>
<p>Cheers!<br />
Binu</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetarchitect.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetarchitect.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetarchitect.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetarchitect.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetarchitect.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetarchitect.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetarchitect.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetarchitect.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetarchitect.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetarchitect.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetarchitect.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetarchitect.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetarchitect.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetarchitect.wordpress.com/374/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=374&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binoot.com/2011/11/14/jquery-info-resource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2237763ab8304160adaa6fdec4625f35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Binu Thayamkery</media:title>
		</media:content>
	</item>
		<item>
		<title>Usability Presentation</title>
		<link>http://binoot.com/2011/10/25/notes-from-usability-presentation/</link>
		<comments>http://binoot.com/2011/10/25/notes-from-usability-presentation/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 20:49:18 +0000</pubDate>
		<dc:creator>binu</dc:creator>
				<category><![CDATA[etc.]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[usabilitty]]></category>

		<guid isPermaLink="false">http://binoot.com/?p=368</guid>
		<description><![CDATA[Few months back I presented &#8220;Usability &#38; Agile Development&#8221;. Cheers!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=368&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Few months back I presented &#8220;Usability &amp; Agile Development&#8221;.<br />
<iframe src='http://www.slideshare.net/slideshow/embed_code/9879170' width='640' height='525'></iframe></p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetarchitect.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetarchitect.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetarchitect.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetarchitect.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetarchitect.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetarchitect.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetarchitect.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetarchitect.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetarchitect.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetarchitect.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetarchitect.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetarchitect.wordpress.com/368/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetarchitect.wordpress.com/368/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetarchitect.wordpress.com/368/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=368&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binoot.com/2011/10/25/notes-from-usability-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2237763ab8304160adaa6fdec4625f35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Binu Thayamkery</media:title>
		</media:content>
	</item>
		<item>
		<title>Binoot!</title>
		<link>http://binoot.com/2011/10/25/binoot/</link>
		<comments>http://binoot.com/2011/10/25/binoot/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 18:42:49 +0000</pubDate>
		<dc:creator>binu</dc:creator>
				<category><![CDATA[etc.]]></category>

		<guid isPermaLink="false">http://binoot.com/?p=365</guid>
		<description><![CDATA[It&#8217;s been a while since I have blogged something here. In fact this year until now, i haven&#8217;t blogged anything! Things are going to change and I have decided to combine my personal and programming blog into one&#8230;this is like re-branding myself. So here it is..binoot! This will be my all things blog from now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=365&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I have blogged something here. In fact this year until now, i haven&#8217;t blogged anything! Things are going to change and I have decided to combine my personal and programming blog into one&#8230;this is like re-branding myself. So here it is..binoot! This will be my all things blog from now on. At work, I have been dealing with lot more than programming for last couple of years, less of programming and more of Agile Team Management. I am planning to write something on that soon&#8230;always been interested in Usability aspects of web, that will be another area that I think I will cover here, and of course some .net programming tidbits. </p>
<p>So watch this space, while I make this site a little more interesting!</p>
<p>And I promise I will add some cartoons and caricatures too!</p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetarchitect.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetarchitect.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetarchitect.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetarchitect.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetarchitect.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetarchitect.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetarchitect.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetarchitect.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetarchitect.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetarchitect.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetarchitect.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetarchitect.wordpress.com/365/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetarchitect.wordpress.com/365/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetarchitect.wordpress.com/365/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=365&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binoot.com/2011/10/25/binoot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2237763ab8304160adaa6fdec4625f35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Binu Thayamkery</media:title>
		</media:content>
	</item>
		<item>
		<title>Web.Config changes in Visual Studio 2010</title>
		<link>http://binoot.com/2010/09/01/web-config-changes-in-visual-studio-2010/</link>
		<comments>http://binoot.com/2010/09/01/web-config-changes-in-visual-studio-2010/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:43:28 +0000</pubDate>
		<dc:creator>binu</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>
		<category><![CDATA[Web.config]]></category>

		<guid isPermaLink="false">http://dotnetarchitect.wordpress.com/?p=355</guid>
		<description><![CDATA[In Visual Studio 2010, when you add a new project, it hard not to notice couple of things about the web.config files. 1) Web.config file is clean and lean (Read about this in Scott Gu&#8217;s blog here) 2) Web.config has 2 files attached to it, Web.Debug.config and Web.Release.config (see image). These are new features that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=355&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In Visual Studio 2010, when you add a new project, it hard not to notice couple of things about the web.config files. </p>
<p>1) Web.config file is clean and lean <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (Read about this in Scott Gu&#8217;s blog <a href="http://weblogs.asp.net/scottgu/archive/2009/08/25/clean-web-config-files-vs-2010-and-net-4-0-series.aspx">here</a>)<br />
2) Web.config has 2 files attached to it, Web.Debug.config and Web.Release.config (see image).<br />
<div id="attachment_356" class="wp-caption aligncenter" style="width: 292px"><a href="http://dotnetarchitect.files.wordpress.com/2010/09/webconfig2010.jpg"><img src="http://dotnetarchitect.files.wordpress.com/2010/09/webconfig2010.jpg?w=640" alt="Visual Studio 2010" title="webconfig2010"   class="size-full wp-image-356" /></a><p class="wp-caption-text">Visual Studio 2010 - Solution Explorer</p></div></p>
<p>These are new features that I think that are very valuable for the deployment process, In the past I have used manual swaps a lot to manage environment specfic information in the web.config files. This new feature will let you create deployment environment specific (Dev, QA, UAT, Stage, Prod, etc.) Web.config files using simple to write transformations. You can find detailed information on how to do this in this article. (<a href="http://blogs.msdn.com/b/webdevtools/archive/2009/05/04/web-deployment-web-config-transformation.aspx">Link</a>)</p>
<p>Happy Programming!</p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetarchitect.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetarchitect.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetarchitect.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetarchitect.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetarchitect.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetarchitect.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetarchitect.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetarchitect.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetarchitect.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetarchitect.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetarchitect.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetarchitect.wordpress.com/355/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetarchitect.wordpress.com/355/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetarchitect.wordpress.com/355/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=355&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binoot.com/2010/09/01/web-config-changes-in-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2237763ab8304160adaa6fdec4625f35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Binu Thayamkery</media:title>
		</media:content>

		<media:content url="http://dotnetarchitect.files.wordpress.com/2010/09/webconfig2010.jpg" medium="image">
			<media:title type="html">webconfig2010</media:title>
		</media:content>
	</item>
		<item>
		<title>ReSharper 5.0 and Visual Studio 2010</title>
		<link>http://binoot.com/2010/08/18/resharper-5-0-and-visual-studio-2010/</link>
		<comments>http://binoot.com/2010/08/18/resharper-5-0-and-visual-studio-2010/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 19:33:23 +0000</pubDate>
		<dc:creator>binu</dc:creator>
				<category><![CDATA[etc.]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://dotnetarchitect.wordpress.com/?p=341</guid>
		<description><![CDATA[If you were a ReSharper user with Visual Studio 2008 (or 2005 in that case) and you installed Visual Studio 2010 now and want to continue use ReSharper, following is what you do. Naturally since you installed Visual Studio 2010 after your ReSharper install, ReSharper integration will not be there in Visual Studio 2010, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=341&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you were a ReSharper user with Visual Studio 2008 (or 2005 in that case) and you installed Visual Studio 2010 now and want to continue use ReSharper, following is what you do. Naturally since you installed Visual Studio 2010 after your ReSharper install, ReSharper integration will not be there in Visual Studio 2010, and you will need to associate Visual Studio 2010 with ReSharper.</p>
<p>Step1: Run ReSharper installer again.<br />
<a href="http://dotnetarchitect.files.wordpress.com/2010/08/install.jpg"><img src="http://dotnetarchitect.files.wordpress.com/2010/08/install.jpg?w=640" alt="" title="install"   class="aligncenter size-full wp-image-342" /></a></p>
<p>Step2: At welcome screen of the installer, click on &#8220;Change&#8221;, this will allow you to change the Visual Studio integration<br />
<a href="http://dotnetarchitect.files.wordpress.com/2010/08/welcome.jpg"><img src="http://dotnetarchitect.files.wordpress.com/2010/08/welcome.jpg?w=640" alt="" title="welcome"   class="aligncenter size-full wp-image-344" /></a></p>
<p>Step3: Select Visual Studio 2010 from the list and click on install<br />
<a href="http://dotnetarchitect.files.wordpress.com/2010/08/welcome2.jpg"><img src="http://dotnetarchitect.files.wordpress.com/2010/08/welcome2.jpg?w=640" alt="" title="welcome2"   class="aligncenter size-full wp-image-346" /></a></p>
<p>Step4: Install will run for couple of minutes or more&#8230;<br />
<a href="http://dotnetarchitect.files.wordpress.com/2010/08/welcome3.jpg"><img src="http://dotnetarchitect.files.wordpress.com/2010/08/welcome3.jpg?w=640" alt="" title="welcome3"   class="aligncenter size-full wp-image-348" /></a><br />
and installation is done&#8230;<br />
<a href="http://dotnetarchitect.files.wordpress.com/2010/08/done.jpg"><img src="http://dotnetarchitect.files.wordpress.com/2010/08/done.jpg?w=640" alt="" title="done"   class="aligncenter size-full wp-image-349" /></a></p>
<p>Now open your Visual Studio 2010, ReSharper will ask for license information, enter your user id and license key, and you will notice that ReSharper appears on your menu bar. </p>
<p><a href="http://dotnetarchitect.files.wordpress.com/2010/08/vs2010.jpg"><img src="http://dotnetarchitect.files.wordpress.com/2010/08/vs2010.jpg?w=640" alt="" title="vs2010"   class="aligncenter size-full wp-image-351" /></a></p>
<p>Happy Programming!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnetarchitect.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnetarchitect.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnetarchitect.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnetarchitect.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dotnetarchitect.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dotnetarchitect.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dotnetarchitect.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dotnetarchitect.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnetarchitect.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnetarchitect.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnetarchitect.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnetarchitect.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnetarchitect.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnetarchitect.wordpress.com/341/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binoot.com&amp;blog=4913091&amp;post=341&amp;subd=dotnetarchitect&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binoot.com/2010/08/18/resharper-5-0-and-visual-studio-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2237763ab8304160adaa6fdec4625f35?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Binu Thayamkery</media:title>
		</media:content>

		<media:content url="http://dotnetarchitect.files.wordpress.com/2010/08/install.jpg" medium="image">
			<media:title type="html">install</media:title>
		</media:content>

		<media:content url="http://dotnetarchitect.files.wordpress.com/2010/08/welcome.jpg" medium="image">
			<media:title type="html">welcome</media:title>
		</media:content>

		<media:content url="http://dotnetarchitect.files.wordpress.com/2010/08/welcome2.jpg" medium="image">
			<media:title type="html">welcome2</media:title>
		</media:content>

		<media:content url="http://dotnetarchitect.files.wordpress.com/2010/08/welcome3.jpg" medium="image">
			<media:title type="html">welcome3</media:title>
		</media:content>

		<media:content url="http://dotnetarchitect.files.wordpress.com/2010/08/done.jpg" medium="image">
			<media:title type="html">done</media:title>
		</media:content>

		<media:content url="http://dotnetarchitect.files.wordpress.com/2010/08/vs2010.jpg" medium="image">
			<media:title type="html">vs2010</media:title>
		</media:content>
	</item>
	</channel>
</rss>
