<?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>Idle Talk</title>
	<atom:link href="http://dhushyanth.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dhushyanth.wordpress.com</link>
	<description>Rantings of the perennialy distressed</description>
	<lastBuildDate>Sun, 28 Jun 2009 18:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dhushyanth.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/a2f18ef3d55dddc45db43a05d8fc4b22?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Idle Talk</title>
		<link>http://dhushyanth.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dhushyanth.wordpress.com/osd.xml" title="Idle Talk" />
	<atom:link rel='hub' href='http://dhushyanth.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Appengine</title>
		<link>http://dhushyanth.wordpress.com/2009/06/28/appengine/</link>
		<comments>http://dhushyanth.wordpress.com/2009/06/28/appengine/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 18:08:00 +0000</pubDate>
		<dc:creator>dhushyanth</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[web-development]]></category>

		<guid isPermaLink="false">http://dhushyanth.wordpress.com/?p=31</guid>
		<description><![CDATA[It has been a long time since I had time to post something. While days have gone by, I haven&#8217;t been idling. The reason I have no time is because I have become too engrossed in my appengine work.  Appengine, did i mention that before? ah shucks no it seems&#8230;.time sure flys by. So as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=31&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It has been a long time since I had time to post something. While days have gone by, I haven&#8217;t been idling. The reason I have no time is because I have become too engrossed in my appengine work.  Appengine, did i mention that before? ah shucks no it seems&#8230;.time sure flys by.</p>
<p>So as usual the links(in this case link):</p>
<p>1. <a href="http://code.google.com/appengine/docs/">http://code.google.com/appengine/docs/</a> The official and possibly only documentation out there&#8230;</p>
<p>So appengine is google&#8217;s answer to amazon&#8217;s EC2 cloud computing. Switching to appengine won&#8217;t be easy, especially if you are very much into SQL databases. The shift to appengine can leave you gasping for air(or for JOIN <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ). Anyway since I was new to this whole stuff-web development, SQL, etc- so I found nothing much difficult. I think I have already professed my love for python. The whole pupose of studying python then was to gear up for appengine. Python is a language that lets you do your work and doesn&#8217;t get in your way.</p>
<p>But java developers need not be afraid. It is cuurently available in Java(with a very nice eclipse plugin) and  Python flavour. Choose whatever tastes best to you <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align:left;">I started by doing the &#8220;getting started&#8221; thing, thereafter it was plain sailing. Not that plain a sailing though. Thing is the tutorial they give is based on webapp( a web application framework based on python- something like struts, rails, etc). Webapp is new in this brutal world of internet, hence its evangelists are few if not none. What I did was switch to django. Django??? what&#8217;s that? haven&#8217;t I told about that before&#8230;Shucks I must be losing sense of time and space. Either way django is too good to be made just a passing reference, I&#8217;ll elaborate about it in the next post or something. Promise .</p>
<p style="text-align:left;">So what was I doing in appengine. well a nice application called &#8220;sanjhachoolha&#8221; (<a href="http://code.google.com/p/sanjhachoolha">http://code.google.com/p/sanjhachoolha</a>). Since this is the reason for my sustained absence in the blogosphere, I&#8217;ll harp about it later in a different post.</p>
<p style="text-align:left;">Either way what is so great about appengine- well its free hosting- atleast that&#8217;s the most alluring aspect for me. Also scalability, a techno-crap word. It is to say it will &#8220;deliver&#8221; for a large crowd without you needing to bother about servers, their maintenance, etc. And did I mention BDFL- Guido van rossum is a google employee currently working on appengine? So scalability, free hosting  vs a &#8220;different&#8221; approach to databases. Most of the databases you have heard about are &#8220;relational&#8221; but google&#8217;s &#8220;datastore&#8221; the database of appengine in &#8220;non-relational&#8221; in nature. What I can say is appengine dtabase is like an infinite excel sheet. you can add anything almost anywhere, they need not be under the same column, the same column may have different types of entries, etc. Cloud computing is something which will probably drive the future, so having a basic understanding of what it can do and what are the possible limitations it will suffer, these are very essential for a prospective software enthusiast.</p>
<p style="text-align:left;">So my TODO list is: a post on django and a post on &#8220;sanjhachoolha&#8221;</p>
<p style="text-align:left;">Also audience- Post some comments please, (someone, something, anything&#8230;)my blog looks empty :&#8217;(</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhushyanth.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhushyanth.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhushyanth.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhushyanth.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhushyanth.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhushyanth.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhushyanth.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhushyanth.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhushyanth.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhushyanth.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhushyanth.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhushyanth.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhushyanth.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhushyanth.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=31&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhushyanth.wordpress.com/2009/06/28/appengine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/081087ca298bf0a1c5e65e5336269fcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dash</media:title>
		</media:content>
	</item>
		<item>
		<title>To cut a long story short</title>
		<link>http://dhushyanth.wordpress.com/2009/06/15/to-cut-a-long-story-short/</link>
		<comments>http://dhushyanth.wordpress.com/2009/06/15/to-cut-a-long-story-short/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 05:17:55 +0000</pubDate>
		<dc:creator>dhushyanth</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://dhushyanth.wordpress.com/?p=29</guid>
		<description><![CDATA[Well long time no see. It has been two weeks since I posted something. Today, it will be a general chitter-chatter First things first: fedora 11 is out. Checkout http://fedoraproject.org/get-fedora . I&#8217;ll point out beforehand before anyone curses me afterwards- there are a few quirks in the installation. In my case I&#8217;ll be waiting for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=29&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well long time no see. It has been two weeks since I posted something. Today, it will be a general chitter-chatter</p>
<p>First things first: fedora 11 is out. Checkout<a href="http://fedoraproject.org/get-fedora"> http://fedoraproject.org/get-fedora </a>. I&#8217;ll point out beforehand before anyone curses me afterwards- there are a few quirks in the installation. In my case I&#8217;ll be waiting for fedora unity(<a href="http://fedoraunity.org">http://fedoraunity.org</a>) to come up with its spin before jumping right in. But seriously guys, it&#8217;s me, you, our fault that these minor glitches came up. If only I (you/we) had taken a few minutes to beta test the product, it would have been better for all of us. Testing is not that difficult- mostly its a matter of spending 1 hr(oh my gosh!.. I can&#8217;t afford to loose that time- hell with that cliche) in one month/ week and filing bug reports.<br />
I for one will try my best to put up that time(my hardware permitting) for the next release.</p>
<p>For those still following my intern- well my appengine project hit a pause, as I am supposed to resolve some minor bugs in a symfony project which my mentor has completed. Since I dashed out into symfony without my PHP basics, I decided it was time to learn symfony in detail and hence decided to start at the source- PHP. So I have started learning php from the apress book &#8220;beginning php and mysql&#8221;. I find it very detailed( perhaps too much? )and also starting from the scratch( that means newcomers to computer languages- if such a specimen of adult homo sapien of the subspecies &#8220;geek&#8221; still exists- will find it most friendly).<br />
Now PHP is a quite strange language. I must admit as of now I am highly biased against it in favour of python(python rox \o/). But since many things in internet is either php or asp( atleast my friend said so), I decided to learn php in earnest, good or bad.<br />
If you have a c, c++ background you&#8217;ll find it doesn&#8217;t have anything extraordinarily different( at least on the surface, which is how deep I have been into PHP)- except some &#8220;loose typing&#8221; features. I believe if php comes in with something like IDLE( the python IDE) or IRB( interactive ruby) it might increase its fan following a little more.</p>
<p>Anyway, I&#8217;ll try to make up for my long absence with a string of posts.</p>
<p><!--Session data--></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhushyanth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhushyanth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhushyanth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhushyanth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhushyanth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhushyanth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhushyanth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhushyanth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhushyanth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhushyanth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhushyanth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhushyanth.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhushyanth.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhushyanth.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=29&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhushyanth.wordpress.com/2009/06/15/to-cut-a-long-story-short/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/081087ca298bf0a1c5e65e5336269fcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dash</media:title>
		</media:content>
	</item>
		<item>
		<title>Database Normalization</title>
		<link>http://dhushyanth.wordpress.com/2009/05/30/database-normalization/</link>
		<comments>http://dhushyanth.wordpress.com/2009/05/30/database-normalization/#comments</comments>
		<pubDate>Sat, 30 May 2009 04:20:39 +0000</pubDate>
		<dc:creator>dhushyanth</dc:creator>
				<category><![CDATA[web-development]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[normalization]]></category>

		<guid isPermaLink="false">http://dhushyanth.wordpress.com/?p=22</guid>
		<description><![CDATA[I think I should make a standard template of these &#8220;newbie tech-talk&#8221; posts. Briefly speaking tthe first 4-5 lines will be my general chatter then I&#8217;ll post a heading then 3-4 lines of introduction and then a list of resources I had on the net and then a brief wrap-up i.e my take on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=22&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I think <cite>I</cite> should make a standard template of these &#8220;newbie tech-talk&#8221; posts. Briefly speaking tthe first 4-5 lines will be my general chatter then I&#8217;ll post a heading then 3-4 lines of introduction and then a list of resources I had on the net and then a brief wrap-up i.e my take on the matter</p>
<p>Database Normalization:</p>
<p>Ok I&#8217;ll admit at the outset- I have never ever written a MySQL query. But I think the theoretical aspects are clear to me-</p>
<p>So why do we need normalization.</p>
<p style="padding-left:30px;">1. To eliminate redundant data-removing same information stored in different places.</p>
<p style="padding-left:30px;">2. To ensure only related data is there in a table</p>
<p style="padding-left:30px;">3. It helps to save storage space(a quite precious commodity), ensures faster lookups, and other stuff which I don&#8217;t know about <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I&#8217;ll start out by listing some very nice resources:</p>
<p style="padding-left:30px;">1. The initial wiki stuff which I must admit is quite sparse(all theory no practical)- <a title="wiki link" href="http://en.wikipedia.org/wiki/Database_normalization">http://en.wikipedia.org/wiki/Database_normalization</a> and the related E-R diagrams- <a title="Wiki- er model" href="http://en.wikipedia.org/wiki/Entity-relationship_model">http://en.wikipedia.org/wiki/Entity-relationship_model</a></p>
<p style="padding-left:30px;">2. Now to the practical aspects- <a title="normalization walk-through" href="http://www.phlonx.com/resources/nf3/">http://www.phlonx.com/resources/nf3/</a> Ok this one is the best normalization tutorial. It makes the database normalization process crystal clear. I&#8217;ll advice you go through this one definitely</p>
<p style="padding-left:30px;">3. <a title="normalization tutorial" href="http://databases.about.com/od/specificproducts/a/normalization.htm">http://databases.about.com/od/specificproducts/a/normalization.htm</a> a good read. Not as methodical as the previous one  but it discusses a little(very little) about 4NF which may be useful. Either way, a quick read won&#8217;t hurt. a similar link would be: <a title="devhood" href="http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=95">http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=95</a></p>
<p style="padding-left:30px;">4. <a title="mike hillyer" href="http://dev.mysql.com/tech-resources/articles/intro-to-normalization.html">http://dev.mysql.com/tech-resources/articles/intro-to-normalization.html</a> ,Now Mike is a bigwig in the MySQL business so I must include this too <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  His post got me interested in his presentation <a href="http://www.mikehillyer.com/presentations/">http://www.mikehillyer.com/presentations/</a> named &#8220;introduction to database modeling with MySql workbench&#8221;. I am sure the rest of his presentations were also as wonderful, but I didn&#8217;t have time to go through all of them.</p>
<p style="padding-left:30px;">
<p>Wrap up:</p>
<p>The normal forms are cumulative- for a database to be in 3NF, it must satisfy 1NF AND 2NF criteria . So 1NF says make your table atomic- there should be no grouping of data, everything should be laid bare. 2NF says every column should be related to all the members of the primary key. If not separate related data and form a new table and relate it to the original table through &#8220;foreign keys&#8221;. The 3NF requires that every field depends on ONLY primary key( i.e equivalently on the fields that make up the primary key)</p>
<p>Now I present some informal way to make DB designing painless and easy. These steps help in getting the general outline of the overall database:</p>
<p style="padding-left:30px;">1. Understand the problem at hand</p>
<p style="padding-left:30px;">2. Every noun(entity) has its own table.</p>
<p style="padding-left:30px;">3. Every table has an id which serves as it&#8217;s primary key</p>
<p style="padding-left:30px;">4. now start looking into interrelations</p>
<p style="padding-left:60px;">i. If its a many to many relationship between two nouns then create a associating table(usually named by concatenating the two nouns) with its own id and the ids of the two tables as foreign keys.</p>
<p style="padding-left:30px;">5. The foreign key always flows from the one to many table and not the other way round.</p>
<p>I&#8217;ll point out again that these are sort of my own quick fixes, and quick fixes are always dirty and frowned upon. But they atleast give you a rough idea of the final database structure.</p>
<p>Have fun!</p>
<p>ciao<cite></cite></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhushyanth.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhushyanth.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhushyanth.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhushyanth.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhushyanth.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhushyanth.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhushyanth.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhushyanth.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhushyanth.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhushyanth.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhushyanth.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhushyanth.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhushyanth.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhushyanth.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=22&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhushyanth.wordpress.com/2009/05/30/database-normalization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/081087ca298bf0a1c5e65e5336269fcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dash</media:title>
		</media:content>
	</item>
		<item>
		<title>Bye symfony, Hello python</title>
		<link>http://dhushyanth.wordpress.com/2009/05/28/bye-symfony-hello-pytho/</link>
		<comments>http://dhushyanth.wordpress.com/2009/05/28/bye-symfony-hello-pytho/#comments</comments>
		<pubDate>Thu, 28 May 2009 18:21:47 +0000</pubDate>
		<dc:creator>dhushyanth</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[getting started]]></category>

		<guid isPermaLink="false">http://dhushyanth.wordpress.com/?p=18</guid>
		<description><![CDATA[After this post you must think &#8220;this guy is nuts. Does he ever stick to what he says?&#8221; Well I can&#8217;t blame you. It&#8217;s simply because my company every day comes up with something new- so its the &#8220;catch me if you can&#8221; for me. So before I even got seriously involved in symphony, I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=18&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After this post you must think &#8220;this guy is nuts. Does he ever stick to what he says?&#8221; Well I can&#8217;t blame you. It&#8217;s simply because my company every day comes up with something new- so its the &#8220;catch me if you can&#8221; for me.</p>
<p>So before I even got seriously involved in symphony, I was asked to look into Database designing and  the next day that I was engrossed in DB designing(&#8220;normalization&#8221; stuff- a nice topic for a future post), Vijay(the VP of neev) comes up and discusses wether I know python &#8211; well I have &#8220;heard&#8221; of python, and also about king cobras and boa constrictors- and also if I have heard of Google appengine. Anyway he was referring to the python programming language. So I turned to mighty google and trusty wiki.</p>
<p>So python is the brainchild of Guido van Russum the benevolent dictator for life(BDFL)- a term coined especially for him by the python community-who to this day holds a mighty sway over its past, present and future course. Some links I&#8217;d like you all to visit are:</p>
<p><a title="python documentation" href="http://www.python.org/doc/">http://www.python.org/doc/</a> &#8211; the official python documentation site</p>
<p><a title="BDFL" href="http://en.wikipedia.org/wiki/Benevolent_Dictator_For_Life">http://en.wikipedia.org/wiki/Benevolent_Dictator_For_Life</a>- BDFL  : p</p>
<p>so to get started in python head to <a title="python downloads" href="http://www.python.org/download/">http://www.python.org/download/</a> and get the windows installer by clicking on a particular python version. If you are linux user you most probably just need to update your python, so just &#8220;yum update python&#8221; (well I use fedora so I know only fedora specific instructions). You may want to wait out a bit though- staying on the edge has its price- as i realised soon enough [GAE troubles =) ].</p>
<p>For windoze users- there are two(or more, I don&#8217;t know) choices before you- get the official windows .msi installer or get the <a title="activestate python" href="http://www.activestate.com/activepython/">http://www.activestate.com/activepython/</a> apparently the second choice offers some windoze specific goodies(some COM support, etc- don&#8217;t know much myself).</p>
<p>ok, now to the python 3.0 &#8220;issues&#8221;- python 3.x is the most recent release. Most of the junta out there still uses python 2.x. It is important to note that python 3.x is NOT backward compatible. So my &#8220;current requirement&#8221;- google appengine uses python 2.5 hence after I had enthusiastically installed 3.0 I had to install a new &#8220;old&#8221; version 2.5 python. But don&#8217;t worry both python2.5 and python 3.0 reside on separate folders and hence it was no issue at all- I just executed the 2.5&#8242;s .msi and that was all.</p>
<p>After installation I ran IDLE( the windows gui IDE of python). I must say the help of python is quite thorough so just go to help and refer to python manuals and then you should be ready to &#8220;python&#8221;. So my newbie advice is use the help&#8217;s manual and no need to waste time searching for good ebooks on the net( though it may not be a bad idea-just time intensive). The python documentation link is all you&#8217;ll ever need if you need further resources. Head out to #python@irc.freenode.net for help. It has a &#8220;VERY&#8221;( and I mean it) large active following.</p>
<p>So after this once again awfullly long post I must get back to learning python-wish me luck.</p>
<p>Talk about DB normalization and GAE in the next few posts(probably).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhushyanth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhushyanth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhushyanth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhushyanth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhushyanth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhushyanth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhushyanth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhushyanth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhushyanth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhushyanth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhushyanth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhushyanth.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhushyanth.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhushyanth.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=18&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhushyanth.wordpress.com/2009/05/28/bye-symfony-hello-pytho/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/081087ca298bf0a1c5e65e5336269fcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dash</media:title>
		</media:content>
	</item>
		<item>
		<title>IDE-integrated &#8220;dev&#8221; environs</title>
		<link>http://dhushyanth.wordpress.com/2009/05/28/id/</link>
		<comments>http://dhushyanth.wordpress.com/2009/05/28/id/#comments</comments>
		<pubDate>Thu, 28 May 2009 17:16:56 +0000</pubDate>
		<dc:creator>dhushyanth</dc:creator>
				<category><![CDATA[web-development]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://dhushyanth.wordpress.com/?p=15</guid>
		<description><![CDATA[Well long time no see&#8230;..I made up my mind to elaborate today about some of the IDEs that I have had a chance to work with. Listed in order worst first(my limited-and truly biased view) are: 1. dreamweaver: I think it&#8217;s no longer called by that name since adobe brought over macromedia but anyway itwas [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=15&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well long time no see&#8230;..I made up my mind to elaborate today about some of the IDEs that I have had a chance to work with. Listed in order worst first(my limited-and truly biased view) are:</p>
<p>1. dreamweaver: I think it&#8217;s no longer called by that name since adobe brought over macromedia but anyway itwas the the first web developer friendly IDE i worked with hence I decided it needs a passing mention. It has some all the common niceties like code-completion,&#8230;. but since I am highly against proprietary tools I&#8217;ll let this one pass.</p>
<p>2. Eclipse-An idea that can change the world&#8230;Eclipse is the least(least??) common denominator first conceived by IBM. Sort of a base IDE which you can top off with plugins of your choice. Completely open source(yipee!). If there is something nice you are looking for&#8230;some feature , some idea, anything  chances are there exists a plugin for it already. The latest ganymede of eclipse is causing problems for me as of now hence I have given it the second last position(if someone is listening out here- when I added a c/c++ development plugin on top of a php development tools all in one eclipse, I lost out all the php functionality-code highlight, even the php perspective-anyway maybe it is due to a problem on my side)</p>
<p>3. Well here is my star player- Aptana studio(based on eclipse and also available as an eclipse plugin)- I fell in love with this piece of beauty the instant I installed it. It has got it&#8217;s own internal server(never used it though) but what&#8217;s more important is that it can use an external server too- that means all I have to do is fire up wamp&#8230;add the location of httpd.exe in a &#8220;add new external server&#8221; and I can preview my page right out of aptana itself&#8230;no need to open up a browser. I can view my page rendered for firefox, IE(and others if I wish to) in a nice tab alongside the source of the page. What more can a newbie like me wish for!</p>
<p>So the winner right now in my limited experience is Aptana..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhushyanth.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhushyanth.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhushyanth.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhushyanth.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhushyanth.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhushyanth.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhushyanth.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhushyanth.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhushyanth.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhushyanth.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhushyanth.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhushyanth.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhushyanth.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhushyanth.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=15&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhushyanth.wordpress.com/2009/05/28/id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/081087ca298bf0a1c5e65e5336269fcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dash</media:title>
		</media:content>
	</item>
		<item>
		<title>symphony with symfony</title>
		<link>http://dhushyanth.wordpress.com/2009/05/21/symphony-with-symfony/</link>
		<comments>http://dhushyanth.wordpress.com/2009/05/21/symphony-with-symfony/#comments</comments>
		<pubDate>Thu, 21 May 2009 21:37:17 +0000</pubDate>
		<dc:creator>dhushyanth</dc:creator>
				<category><![CDATA[symfony]]></category>
		<category><![CDATA[web-development]]></category>

		<guid isPermaLink="false">http://dhushyanth.wordpress.com/?p=7</guid>
		<description><![CDATA[symfony and wamp. get started quick<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=7&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OK the guys at neevtech told me to &#8216;do&#8217; symphony. So what I did was start learning symfony. There is an excellent online resource for symfony: <a title="Symfony documentation" href="http://www.symfony-project.org/doc/" target="_blank">http://www.symfony-project.org/doc/</a></p>
<p>I(as a newbie) will recommend that you use it with wamp server to right away get down to business. WAMP .well nothing as good as WAMP:<a title="WAMP homepage" href="http://www.wampserver.com/en/" target="_blank"> http://www.wampserver.com/en/</a></p>
<p>Another link would be:<a title="Symfony on wamp" href="http://trac.symfony-project.org/wiki/SymfonyOnWAMP" target="_blank"> http://trac.symfony-project.org/wiki/SymfonyOnWAMP</a> but I think it refers to the old wamp release(but no problem <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   ).</p>
<p>Steps I would suggest that you take are:</p>
<p>1. Get wamp from it&#8217;s website. Install it.</p>
<p>2. If you now execute wamp and if you get a white half pie symbol-err..a tachometer(it will go from red to yellow don&#8217;t worry) on your system tray then you are good for the start.</p>
<p style="padding-left:30px;">(i)Else(if it&#8217;s red or yellow): you need to check which service is running(apache or MySQL) and which is not. Click the tray icon-go to Apache(or MySQL-whichever is the culprit) and go to service menu&#8230;See if its running(or if it&#8217;s the problem, <em>it&#8217;s asking to be run</em> )</p>
<p style="padding-left:30px;">(ii)As a last ditch edit the line in httpd.conf(available in the Apache menu from the tray icon) that says listen 80 to &#8220;listen 8080&#8243;(without the quotes of course) also change my.ini(from the mysql menu) so that [MYSQLd] points to port 3307(or just damn search for 3306 and replace with 3307)[refer these for more help<a title="azazia- wamp help" href="http://www.azazia.com/kb/entry/7/" target="_blank"> http://www.azazia.com/kb/entry/7/</a> OR  <a title="wamp forum" href="http://www.wampserver.com/phorum/read.php?2,34885,page=2" target="_blank">http://www.wampserver.com/phorum/read.php?2,34885,page=2</a> ]</p>
<p style="padding-left:60px;">That&#8217;s all I can help in debugging <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>3. In the wamp menu go to php -&gt; PHP extensions and click php_xsl and see to it that php_pdo_sqlite is already ticked. Don&#8217;t worry if it throws quirks/errors at you-play along&#8230;You will have to restart the server(or exit and start again wamp) &#8211;thing to note there are two php.ini( one is in wamp/bin/php/php5.2.x and other in wamp/bin/apache) so if you decide to do things manually check that both are set right.</p>
<p>4. Go to httpd.conf(how you ask? click icon-&gt;apache-&gt;httpd.conf ). And find a line :</p>
<p><code>#LoadModule rewrite_module modules/mod_rewrite.so </code></p>
<p>remove the leading hash # symbol to uncomment it.( this thingy caused a real pain when I was neck deep in my first symfony project)</p>
<p>5. ok&#8230;You are ready to go&#8230;.Navigate to http://localhost:80(which is the same as http://localhost) or http://localhost:8080 (if you tinkered with httpd.conf in step 2)&#8230;if god shows mercy you&#8217;ll get a nice wamp server screen&#8230;</p>
<p>6. Time to read tutorials(the first link i mentioned)&#8230;.If you want to get right into I&#8217;ll suggest first read up day 1 of the &#8220;jobeet&#8221; tutorial and then get back to &#8220;my first symfony project&#8221;</p>
<p>7. If you get stuck- get to #symfony@freenode.net and bother some really wonderful people.</p>
<p style="padding-left:30px;">(i) If you are getting problems with php&#8230;.then do<code> php -i|more</code> on the command prompt/terminal- that will tell you all about your cause of php troubles.</p>
<p style="padding-left:30px;">
<p>note: you may get a warning somewhere along your first project or whatever saying that you should get a php accelerator(some apc)&#8230;.just don&#8217;t bother.</p>
<p>Phew that was a long post&#8230;.I wonder why it was soooo big. Well I guess this blog is useful only for windooze users-sorry linux bros-right now I am stuck on a windooze platform.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhushyanth.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhushyanth.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhushyanth.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhushyanth.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhushyanth.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhushyanth.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhushyanth.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhushyanth.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhushyanth.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhushyanth.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhushyanth.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhushyanth.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhushyanth.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhushyanth.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=7&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhushyanth.wordpress.com/2009/05/21/symphony-with-symfony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/081087ca298bf0a1c5e65e5336269fcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dash</media:title>
		</media:content>
	</item>
		<item>
		<title>New Post???</title>
		<link>http://dhushyanth.wordpress.com/2009/05/17/new-post/</link>
		<comments>http://dhushyanth.wordpress.com/2009/05/17/new-post/#comments</comments>
		<pubDate>Sun, 17 May 2009 18:28:40 +0000</pubDate>
		<dc:creator>dhushyanth</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://dhushyanth.wordpress.com/?p=3</guid>
		<description><![CDATA[I think(think?) I have been creating new blogs and leaving them orphaned. Thing is, I just don&#8217;t feel like blogging that&#8217;s all. It is after all a time consuming affair. What I have thought of this time is instead of thinking up grand entries which will make the make the world notice, I&#8217;ll infact stick [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=3&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I think(think?) I have been creating new blogs and leaving them orphaned. Thing is, I just don&#8217;t feel like blogging that&#8217;s all. It is after all a time consuming affair. What I have thought of this time is instead of thinking up grand entries which will make the make the world notice, I&#8217;ll infact stick to posting whatever that comes to my mind. So here is this &#8220;new post&#8221;&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhushyanth.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhushyanth.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhushyanth.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhushyanth.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhushyanth.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhushyanth.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhushyanth.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhushyanth.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhushyanth.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhushyanth.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhushyanth.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhushyanth.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhushyanth.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhushyanth.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=3&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhushyanth.wordpress.com/2009/05/17/new-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/081087ca298bf0a1c5e65e5336269fcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dash</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://dhushyanth.wordpress.com/2009/05/17/hello-world/</link>
		<comments>http://dhushyanth.wordpress.com/2009/05/17/hello-world/#comments</comments>
		<pubDate>Sun, 17 May 2009 18:14:51 +0000</pubDate>
		<dc:creator>dhushyanth</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=1&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhushyanth.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhushyanth.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhushyanth.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhushyanth.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhushyanth.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhushyanth.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhushyanth.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhushyanth.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhushyanth.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhushyanth.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhushyanth.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhushyanth.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhushyanth.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhushyanth.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhushyanth.wordpress.com&amp;blog=7789327&amp;post=1&amp;subd=dhushyanth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhushyanth.wordpress.com/2009/05/17/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/081087ca298bf0a1c5e65e5336269fcb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dash</media:title>
		</media:content>
	</item>
	</channel>
</rss>
