<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>N Rao Lakkakula's Blog</title>
	<atom:link href="http://nlakkakula.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nlakkakula.wordpress.com</link>
	<description>Techical Observations....</description>
	<pubDate>Tue, 12 Feb 2008 17:17:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Common ASP.NET Problems (together in one post)</title>
		<link>http://nlakkakula.wordpress.com/2008/02/12/common-aspnet-problems-together-in-one-post/</link>
		<comments>http://nlakkakula.wordpress.com/2008/02/12/common-aspnet-problems-together-in-one-post/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 16:46:57 +0000</pubDate>
		<dc:creator>nlakkakula</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ASP.NET 2.0]]></category>

		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://nlakkakula.wordpress.com/?p=42</guid>
		<description><![CDATA[1.  You have IIS and ASP.NET 1.1 running OK. Now you want to run ASP.NET 2.0 for one webfolder with 1.1 running remaining site. You started getting &#8220;Failed to access IIS metabase&#8221;.
Solution :  Run aspnet_regiis in asp.net 2.0 folder
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727&#62; aspnet_regiis -ga ASPNET
Then reset IIS
(more to be added soon&#8230;.)
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1.  You have IIS and ASP.NET 1.1 running OK. Now you want to run ASP.NET 2.0 for one webfolder with 1.1 running remaining site. You started getting &#8220;Failed to access IIS metabase&#8221;.</p>
<p>Solution :  Run aspnet_regiis in asp.net 2.0 folder</p>
<p><em><font color="#0000ff">C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727&gt; aspnet_regiis -ga ASPNET</font></em></p>
<p>Then reset IIS</p>
<p>(more to be added soon&#8230;.)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nlakkakula.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nlakkakula.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nlakkakula.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nlakkakula.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nlakkakula.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nlakkakula.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nlakkakula.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nlakkakula.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nlakkakula.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nlakkakula.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nlakkakula.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nlakkakula.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nlakkakula.wordpress.com&blog=1169014&post=42&subd=nlakkakula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nlakkakula.wordpress.com/2008/02/12/common-aspnet-problems-together-in-one-post/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nlakkakula-128.jpg" medium="image">
			<media:title type="html">nlakkakula</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.NET MVC Framework CTP Released!</title>
		<link>http://nlakkakula.wordpress.com/2007/12/11/aspnet-mvc-framework-ctp-released/</link>
		<comments>http://nlakkakula.wordpress.com/2007/12/11/aspnet-mvc-framework-ctp-released/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 01:00:10 +0000</pubDate>
		<dc:creator>nlakkakula</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[ASP.NET MVC]]></category>

		<guid isPermaLink="false">http://nlakkakula.wordpress.com/2007/12/11/aspnet-mvc-framework-ctp-released/</guid>
		<description><![CDATA[Community Technology Preview Release of MVC Framework is released. Go get it from  http://asp.net/downloads/3.5-extensions/
Some documentation is available at http://quickstarts.asp.net/3-5-extensions/mvc/default.aspx
For Help or See what others thinking  see forums at http://forums.asp.net/1146.aspx
I am thinking of posting a tutorial pretty soon &#8230;..comparsing side by side of Rails and ASP.NET MVC&#8230;.. stay tuned.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Community Technology Preview Release of MVC Framework is released. Go get it from  <a href="http://asp.net/downloads/3.5-extensions/">http://asp.net/downloads/3.5-extensions/</a></p>
<p>Some documentation is available at <a href="http://quickstarts.asp.net/3-5-extensions/mvc/default.aspx">http://quickstarts.asp.net/3-5-extensions/mvc/default.aspx</a></p>
<p>For Help or See what others thinking  see forums at <a href="http://forums.asp.net/1146.aspx">http://forums.asp.net/1146.aspx</a></p>
<p>I am thinking of posting a tutorial pretty soon &#8230;..comparsing side by side of Rails and ASP.NET MVC&#8230;.. stay tuned.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nlakkakula.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nlakkakula.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nlakkakula.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nlakkakula.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nlakkakula.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nlakkakula.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nlakkakula.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nlakkakula.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nlakkakula.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nlakkakula.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nlakkakula.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nlakkakula.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nlakkakula.wordpress.com&blog=1169014&post=41&subd=nlakkakula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nlakkakula.wordpress.com/2007/12/11/aspnet-mvc-framework-ctp-released/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nlakkakula-128.jpg" medium="image">
			<media:title type="html">nlakkakula</media:title>
		</media:content>
	</item>
		<item>
		<title>Updated to IE7 and the Problems&#8230;.</title>
		<link>http://nlakkakula.wordpress.com/2007/11/27/updated-to-ie7-and-the-problems/</link>
		<comments>http://nlakkakula.wordpress.com/2007/11/27/updated-to-ie7-and-the-problems/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 00:49:50 +0000</pubDate>
		<dc:creator>nlakkakula</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[broken links]]></category>

		<category><![CDATA[IE7 update]]></category>

		<category><![CDATA[yahoo messenger]]></category>

		<guid isPermaLink="false">http://nlakkakula.wordpress.com/2007/11/27/updated-to-ie7-and-the-problems/</guid>
		<description><![CDATA[I been still surviving on IE6 until recently (as I use most of the time Opera or Firefox, I never bother to upgrade IE). But as I was playing with Silverlight, I need another browser to test my silverlight applications other than Firefox2. Upgrade is painless (you need to restart though at the end).
 After that, any links from my  Yahoo [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I been still surviving on IE6 until recently (as I use most of the time Opera or Firefox, I never bother to upgrade IE). But as I was playing with Silverlight, I need another browser to test my silverlight applications other than Firefox2. Upgrade is painless (you need to restart though at the end).</p>
<p> After that, any links from my  Yahoo messenger were not working&#8230; same the case with Visual Studio 2005/2008&#8230;. I guess infact any attempt to launch a webpage from outside the browser was unsuccessful&#8230;.. </p>
<p>How to fix it&#8230;.. my first guess was may be IE7 deleted or moved IE6 executable (Not replaced&#8230;.as it wont be problem)&#8230;&#8230; and all these applications keep trying to lookup IE6 &#8230;&#8230;&#8230;..  </p>
<p>Well&#8230;. I was wrong&#8230;&#8230;  what happend was &#8230; IE6 was set as default browser at the time IE7 was installed and IE7 is not set automatically as default browser&#8230;&#8230;.may be it asked me&#8230;.I dont remember&#8230;.. so all these applications are trying to launch default browser app&#8230;&#8230;.without much success&#8230;&#8230;&#8230;..</p>
<p>So to Fix, simply launch IE7&#8230;. go to Tools &#8211;&gt; Internet Options &#8212;&gt; Programs  and Make IE7 as default browser&#8230;&#8230;. that should fix all these broken links&#8230;&#8230;&#8230;&#8230;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nlakkakula.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nlakkakula.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nlakkakula.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nlakkakula.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nlakkakula.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nlakkakula.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nlakkakula.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nlakkakula.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nlakkakula.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nlakkakula.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nlakkakula.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nlakkakula.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nlakkakula.wordpress.com&blog=1169014&post=40&subd=nlakkakula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nlakkakula.wordpress.com/2007/11/27/updated-to-ie7-and-the-problems/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nlakkakula-128.jpg" medium="image">
			<media:title type="html">nlakkakula</media:title>
		</media:content>
	</item>
		<item>
		<title>Trying out Popfly beta</title>
		<link>http://nlakkakula.wordpress.com/2007/11/19/trying-out-popfly-beta/</link>
		<comments>http://nlakkakula.wordpress.com/2007/11/19/trying-out-popfly-beta/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 04:05:49 +0000</pubDate>
		<dc:creator>nlakkakula</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nlakkakula.wordpress.com/2007/11/19/trying-out-popfly-beta/</guid>
		<description><![CDATA[I haved tried Yahoo Pipes sometime back when it was beta.  Popfly is Microsoft&#8217;s stab at creating mashups. Mashups allows you to connect multiple data sources to display units visually without any coding.
Popfly requires Microsoft SilverLight runtime ( Microsoft version of Adobe brought Macromedia&#8217;s Flash Player) to be installed to create mashup and also to view it. You also need windows live account.
My first test using IE 6 was not pleasant with blurry ghosty images whenever you move over any of the controls.  Also I didnt see any output when clicked on Preview.  You could see a popup warning [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I haved tried <a HREF="http://pipes.yahoo.com/pipes/">Yahoo Pipes</a> sometime back when it was beta.  <a HREF="http://www.popfly.ms/Default.aspx">Popfly </a>is Microsoft&#8217;s stab at creating mashups. Mashups allows you to connect multiple data sources to display units visually without any coding.</p>
<p>Popfly requires Microsoft SilverLight runtime ( Microsoft version of Adobe brought Macromedia&#8217;s Flash Player) to be installed to create mashup and also to view it. You also need windows live account.</p>
<p>My first test using IE 6 was not pleasant with blurry ghosty images whenever you move over any of the controls.  Also I didnt see any output when clicked on Preview.  You could see a popup warning  saying &#8220;you are not using  IE7 or Firefox 2.0. ..your expereince may vary&#8221;. My second attempt with Firefox 2 is lot better. It worked smoothly (though I had trouble installing silverlight on Firefox. It ended up the problem is not with silverlight but NoScript addon&#8230; NoScript has a setting to forbid Silverlight for untrusted sites and some reason popfly is considered as untrusted site).</p>
<p>Also note that Opera wont work as silverlight is not supported on Opera browser. I use opera for most of the dialy browsing so it would be nice if silverlight support comes for opera in future.</p>
<p>Overall experience with Popfly is good and is bit faster than Yahoo Pipes (atleast when Pipes was beta). Popfly also makes creating template based webpage easier and quick and add as many as mashups embedded in that page.</p>
<p>Look at a simple mashup and webpage I did at <a HREF="http://www.popfly.ms/users/siri/myhomepage">http://www.popfly.ms/users/siri/myhomepage</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nlakkakula.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nlakkakula.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nlakkakula.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nlakkakula.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nlakkakula.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nlakkakula.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nlakkakula.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nlakkakula.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nlakkakula.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nlakkakula.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nlakkakula.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nlakkakula.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nlakkakula.wordpress.com&blog=1169014&post=39&subd=nlakkakula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nlakkakula.wordpress.com/2007/11/19/trying-out-popfly-beta/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nlakkakula-128.jpg" medium="image">
			<media:title type="html">nlakkakula</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio 2008 &#38; .NET 3.5 released Today</title>
		<link>http://nlakkakula.wordpress.com/2007/11/19/visual-studio-2008-net-35-released-today/</link>
		<comments>http://nlakkakula.wordpress.com/2007/11/19/visual-studio-2008-net-35-released-today/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 23:43:15 +0000</pubDate>
		<dc:creator>nlakkakula</dc:creator>
		
		<category><![CDATA[.NET 3.5]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[ASP.NET 3.5]]></category>

		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://nlakkakula.wordpress.com/2007/11/19/visual-studio-2008-net-35-released-today/</guid>
		<description><![CDATA[Some of the new features in VS 2008 that makes you happy are
(List taken from wonderful Blogs of ScottGu and Brad Adams)

Support for .NET 2.0, 3.0 and 3.5 runtimes
JavaScript intellisense
Much richer JavaScript debugging
Nested ASP.NET master page support at design-time
Rich CSS editing and layout support within the WYSIWYG designer
Split-view designer support for having both source and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Some of the new features in VS 2008 that makes you happy are</p>
<p>(List taken from wonderful Blogs of <a HREF="http://weblogs.asp.net/scottgu/">ScottGu</a> and <a HREF="http://blogs.msdn.com/brada/">Brad Adams</a>)</p>
<ul>
<li>Support for .NET 2.0, 3.0 and 3.5 runtimes</li>
<li>JavaScript intellisense</li>
<li>Much richer JavaScript debugging</li>
<li>Nested ASP.NET master page support at design-time</li>
<li>Rich CSS editing and layout support within the WYSIWYG designer</li>
<li>Split-view designer support for having both source and design views open on a page at the same time</li>
<li>A much faster ASP.NET page designer - with dramatic perf improvements in view-switches between source/design mode</li>
<li>Automated .SQL script generation and hosting deployment support for databases on remote servers</li>
<li>LINQ support</li>
</ul>
<p><a HREF="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx">Go check it out!</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nlakkakula.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nlakkakula.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nlakkakula.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nlakkakula.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nlakkakula.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nlakkakula.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nlakkakula.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nlakkakula.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nlakkakula.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nlakkakula.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nlakkakula.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nlakkakula.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nlakkakula.wordpress.com&blog=1169014&post=38&subd=nlakkakula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nlakkakula.wordpress.com/2007/11/19/visual-studio-2008-net-35-released-today/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nlakkakula-128.jpg" medium="image">
			<media:title type="html">nlakkakula</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails like MVC Framework From Microsoft</title>
		<link>http://nlakkakula.wordpress.com/2007/11/13/rails-like-mvc-framework-from-microsoft/</link>
		<comments>http://nlakkakula.wordpress.com/2007/11/13/rails-like-mvc-framework-from-microsoft/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 04:34:08 +0000</pubDate>
		<dc:creator>nlakkakula</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://nlakkakula.wordpress.com/2007/11/13/rails-like-mvc-framework-from-microsoft/</guid>
		<description><![CDATA[Recently there is some news about Microsoft building a MVC framework to go with ASP.NET and run on NET 3.5 framework. You could see the first detailed blog entry about it in ScottGu&#8217;s blog today. Looks promising with no postback &#38; viewstate baggage.  I will be updating my impression on this one soon.
     [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently there is some <a href="http://www.hanselman.com/blog/ScottGuMVCPresentationAndScottHaScreencastFromALTNETConference.aspx">news</a> about Microsoft building a MVC framework to go with ASP.NET and run on NET 3.5 framework. You could see the first <a href="http://weblogs.asp.net/scottgu/archive/2007/11/13/asp-net-mvc-framework-part-1.aspx" title="ASP.NET MVC Framework">detailed blog entry </a>about it in ScottGu&#8217;s blog today. Looks promising with no postback &amp; viewstate baggage.  I will be updating my impression on this one soon.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nlakkakula.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nlakkakula.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nlakkakula.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nlakkakula.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nlakkakula.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nlakkakula.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nlakkakula.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nlakkakula.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nlakkakula.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nlakkakula.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nlakkakula.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nlakkakula.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nlakkakula.wordpress.com&blog=1169014&post=36&subd=nlakkakula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nlakkakula.wordpress.com/2007/11/13/rails-like-mvc-framework-from-microsoft/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nlakkakula-128.jpg" medium="image">
			<media:title type="html">nlakkakula</media:title>
		</media:content>
	</item>
		<item>
		<title>Nested Classes in Ruby</title>
		<link>http://nlakkakula.wordpress.com/2007/10/10/nested-classes-in-ruby/</link>
		<comments>http://nlakkakula.wordpress.com/2007/10/10/nested-classes-in-ruby/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 00:32:12 +0000</pubDate>
		<dc:creator>nlakkakula</dc:creator>
		
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://nlakkakula.wordpress.com/2007/10/10/nested-classes-in-ruby/</guid>
		<description><![CDATA[You could create classes inside another classes in Ruby.  In Ruby, classes defined are stored as constants with same name as class. And as you know Ruby class definitions are executable code and it execute in the context of that class as the current object.   That means any classes (say B,C) defined  inside another class (A) would act like constants of that [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>You could create classes inside another classes in Ruby.  In Ruby, classes defined are stored as constants with same name as class. And as you know Ruby class definitions are executable code and it execute in the context of that class as the current object.   That means any classes (say B,C) defined  inside another class (A) would act like constants of that outer class ( as A::B, A::C).</p>
<p> Lets look at some code</p>
<address><font color="#000080">class A<br />
  def test_method<br />
    &#8220;I AM NOW IN CLASS A&#8221;<br />
  end<br />
  class B<br />
    def test_method<br />
      &#8220;I AM NOW IN CLASS B&#8221;<br />
    end<br />
  end<br />
end</font></address>
<address><font color="#000080">p A.new.test_method      &#8211;&gt; &#8220;I AM NOW IN CLASS A&#8221;<br />
p A::B.new.test_method   &#8211;&gt; &#8220;I AM NOW IN CLASS B&#8221;</font></address>
<p>See how we accessed Class B as A::B</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nlakkakula.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nlakkakula.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nlakkakula.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nlakkakula.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nlakkakula.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nlakkakula.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nlakkakula.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nlakkakula.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nlakkakula.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nlakkakula.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nlakkakula.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nlakkakula.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nlakkakula.wordpress.com&blog=1169014&post=35&subd=nlakkakula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nlakkakula.wordpress.com/2007/10/10/nested-classes-in-ruby/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nlakkakula-128.jpg" medium="image">
			<media:title type="html">nlakkakula</media:title>
		</media:content>
	</item>
		<item>
		<title>PostgreSQL Log Analysis using Ruby&#8217;s PQA</title>
		<link>http://nlakkakula.wordpress.com/2007/09/25/postgresql-log-analysis-using-rubys-pqa/</link>
		<comments>http://nlakkakula.wordpress.com/2007/09/25/postgresql-log-analysis-using-rubys-pqa/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 17:44:47 +0000</pubDate>
		<dc:creator>nlakkakula</dc:creator>
		
		<category><![CDATA[PostgreSQL]]></category>

		<category><![CDATA[Ruby]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Practical Query Analysis]]></category>

		<guid isPermaLink="false">http://nlakkakula.wordpress.com/2007/09/25/postgresql-log-analysis-using-rubys-pqa/</guid>
		<description><![CDATA[Lastweek I had to look at a slow postgreSQL server to figure out what queries taking long time and identify bottlenecks. So I thought of trying out Ruby&#8217;s Practical Query  Analysis (PQA). So here is the way to install and use it on a RedHat Linux box already running PostgreSQL 7/8.
Step1 : Install Ruby
Download Source ruby-1.8.5.tar.gz
$ tar -xvfz [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><address>Lastweek I had to look at a slow postgreSQL server to figure out what queries taking long time and identify bottlenecks. So I thought of trying out Ruby&#8217;s Practical Query  Analysis (PQA). So here is the way to install and use it on a RedHat Linux box already running PostgreSQL 7/8.</address>
<p>Step1 : Install Ruby</p>
<blockquote><address><font color="#333399">Download Source </font><a href="http://xyz.lcs.mit.edu/ruby/" title="Ruby"><font color="#333399">ruby-1.8.5.tar.gz</font></a></address>
<address><font color="#333399">$ tar -xvfz ruby-1.8.5.tar.gz</font></address>
<address><font color="#333399">$ cd ruby-1.8.5</font></address>
<address><font color="#333399">$ configure</font></address>
<address><font color="#333399">$ make </font></address>
<address><font color="#333399">$ make install</font></address>
</blockquote>
<p>Step 2: Install Ruby gems</p>
<blockquote><address><font color="#333399">Download <a href="http://rubyforge.org/frs/?group_id=126" title="Ruby gems">rubygems-0.9.4.tgz</a></font></address>
<address><font color="#333399">$ tar -xvfz rubygems-0.9.4.tgz</font></address>
<address><font color="#333399">$ cd rubygems-0.9.4</font></address>
<address><font color="#333399">$ ruby setup.rb</font></address>
</blockquote>
<p>S<font face="Courier New">tep 3: Install Practical Query Analysis</font></p>
<blockquote><address><font color="#333399">Download <a href="http://pgfoundry.org/frs/?group_id=1000008" title="PGA Gem">pga gem</a></font></address>
<address><font color="#333399">$ gem install pqa-1.6.gem</font></address>
</blockquote>
<p><font face="Courier New">Step 4: Configure PostgreSQL </font></p>
<blockquote><p><font face="Courier New">In postgresql.conf file, makesure these settings are on</font></p>
<address><font color="#333399">log_statement  true</font></address>
<address><font color="#333399">log_duration   true</font></address>
<address><font color="#333399">log_pid        true</font></address>
<p><font face="Courier New">Restart PostgreSQL to make these changes in effect.</font><font face="Courier New">In my case postgresql is setup as a service to start at boot. so restarting is easy.</font></p></blockquote>
<blockquote><address><font color="#333399">service postgresql restart</font></address>
</blockquote>
<p>Step 5:   Use PQA to anlayze log</p>
<blockquote><address><font color="#333399">pqa -file /path/to/your/logfile -normalize -top 5</font></address>
<p>To generate a HTML Report</p>
<address><font color="#333399">pqa -file /path/to/your/logfile -normalize -top 5 -format html &gt; /tmp/myReport.html</font></address>
</blockquote>
<p>Thats it!. You could find slowest queires, most run queries and other cool stuff from this great tool.  you could out details and detailed documentation at <a href="http://pgfoundry.org/projects/pqa/">http://pgfoundry.org/projects/pqa/</a></p>
<blockquote>
<pre> </pre>
</blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nlakkakula.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nlakkakula.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nlakkakula.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nlakkakula.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nlakkakula.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nlakkakula.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nlakkakula.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nlakkakula.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nlakkakula.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nlakkakula.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nlakkakula.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nlakkakula.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nlakkakula.wordpress.com&blog=1169014&post=34&subd=nlakkakula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nlakkakula.wordpress.com/2007/09/25/postgresql-log-analysis-using-rubys-pqa/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nlakkakula-128.jpg" medium="image">
			<media:title type="html">nlakkakula</media:title>
		</media:content>
	</item>
		<item>
		<title>Rails IDEs -  3rdRails From CodeGear</title>
		<link>http://nlakkakula.wordpress.com/2007/09/23/rails-ides-3rdrails-from-codegear/</link>
		<comments>http://nlakkakula.wordpress.com/2007/09/23/rails-ides-3rdrails-from-codegear/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 00:07:36 +0000</pubDate>
		<dc:creator>nlakkakula</dc:creator>
		
		<category><![CDATA[IDE]]></category>

		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://nlakkakula.wordpress.com/2007/09/23/rails-ides-3rdrails-from-codegear/</guid>
		<description><![CDATA[I tried using Aptana and JEdit as IDEs for Rails development (to some success but not fully happy) before and recently tested CodeGear&#8217;s 3rdRail. I could see that 3rdRails is also designed based on Eclipse platform (same as case for Aptana Radrails).  But what makes 3rdRail different from Aptana (other than $299 price tag) is couple of cool features [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I tried using <a href="http://www.aptana.com/download_rails_rdt.php" title="Aptana RadRails">Aptana </a>and <a href="http://rubyjedit.org/">JEdit</a> as IDEs for Rails development (to some success but not fully happy) before and recently tested CodeGear&#8217;s 3rdRail. I could see that 3rdRails is also designed based on Eclipse platform (same as case for Aptana Radrails).  But what makes 3rdRail different from Aptana (other than $299 price tag) is couple of cool features like Logical representation of folders/files in project explorer. Controllers, Views are nicely tucked together. Models and Helpers are visible at top level makes it easy for you instead of grilling down the folders to get them.</p>
<p>Another neat feature is Console (they call it Project Commander), not only it shows output you could directly type and run all rails commands here (like rake tasks or installing plugins etc.)</p>
<p>Finally there is &#8220;Refactoring support&#8221;. For example, if you choose to rename an action, it will figure out all the files that action is referred and changes for you.</p>
<p>Go check it out at <a href="http://www.codegear.com/products/3rdrail">http://www.codegear.com/products/3rdrail</a>. At least try for 3o days and see if you like it.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nlakkakula.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nlakkakula.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nlakkakula.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nlakkakula.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nlakkakula.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nlakkakula.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nlakkakula.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nlakkakula.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nlakkakula.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nlakkakula.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nlakkakula.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nlakkakula.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nlakkakula.wordpress.com&blog=1169014&post=33&subd=nlakkakula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nlakkakula.wordpress.com/2007/09/23/rails-ides-3rdrails-from-codegear/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nlakkakula-128.jpg" medium="image">
			<media:title type="html">nlakkakula</media:title>
		</media:content>
	</item>
		<item>
		<title>Performance Comparison For Rails and Merb</title>
		<link>http://nlakkakula.wordpress.com/2007/09/02/performance-comparison-for-rails-and-merb/</link>
		<comments>http://nlakkakula.wordpress.com/2007/09/02/performance-comparison-for-rails-and-merb/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 01:48:35 +0000</pubDate>
		<dc:creator>nlakkakula</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Merb]]></category>

		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://nlakkakula.wordpress.com/2007/09/02/performance-comparison-for-rails-and-merb/</guid>
		<description><![CDATA[Merb is another MVC framework written in Ruby by Ezra Zygmuntowicz. Phil Misiowiec  did some peformance comparsion for Rails and Merb when deploying with Mongrel, Swiftify and Nginx.  You could look at full article at http://www.webficient.com/2007/08/testing-various-configurations-of-rails.html
 For making it visually interesting, I created a simple Flex Chart based on those results. I kind of  interpolated the same data in 2 different perspectives:
Chart 1 [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a target="_blank" href="http://merbivore.com" title="Merb">Merb</a> is another MVC framework written in Ruby by Ezra Zygmuntowicz. Phil Misiowiec  did some peformance comparsion for Rails and Merb when deploying with Mongrel, Swiftify and Nginx.  You could look at full article at <a href="http://www.webficient.com/2007/08/testing-various-configurations-of-rails.html">http://www.webficient.com/2007/08/testing-various-configurations-of-rails.html</a></p>
<p> For making it visually interesting, I created a simple Flex Chart based on those results. I kind of  interpolated the same data in 2 different perspectives:</p>
<p><a href="http://www.lakkakula.info/techplayground/flex/RailsPerf1/RailsPerformance.html" title="Rails, Merb Performace Comparison">Chart 1 :  Comparing Various Deployments for Rail &amp; Merb</a></p>
<p><a href="http://www.lakkakula.info/techplayground/flex/RailsPerf2/RailsPerformance2.html" title="Rails Merb performance comparison">Chart 2 : Comparing Rails &amp; Merb for Various Deployments</a></p>
<p>You could clearly see that Merb perfomed better than Rails but it is more evident when used with Evented Mongrel and less with simple Mongrel deployment.  Also it showing storing sessions in MemCache is better than ActiveRecord store.  </p>
<p>  **** Note that I am not responsible for these results and full credit should go to Phil Misiowiec and I just try to represent the data visually here  (while trying to play with Flex Charting) ******  </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nlakkakula.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nlakkakula.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nlakkakula.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nlakkakula.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nlakkakula.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nlakkakula.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nlakkakula.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nlakkakula.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nlakkakula.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nlakkakula.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nlakkakula.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nlakkakula.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nlakkakula.wordpress.com&blog=1169014&post=31&subd=nlakkakula&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nlakkakula.wordpress.com/2007/09/02/performance-comparison-for-rails-and-merb/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/nlakkakula-128.jpg" medium="image">
			<media:title type="html">nlakkakula</media:title>
		</media:content>
	</item>
	</channel>
</rss>