<?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>Devender&#039;s Weblog</title>
	<atom:link href="http://devender.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://devender.wordpress.com</link>
	<description>Who is John Galt ?</description>
	<lastBuildDate>Wed, 25 Nov 2009 15:41:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='devender.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e1c7783bc72f560eafaa4a9c9613ee28?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Devender&#039;s Weblog</title>
		<link>http://devender.wordpress.com</link>
	</image>
			<item>
		<title>Drools Rules!</title>
		<link>http://devender.wordpress.com/2009/11/23/drools-rules/</link>
		<comments>http://devender.wordpress.com/2009/11/23/drools-rules/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 02:41:51 +0000</pubDate>
		<dc:creator>devender</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[drools]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jboss rules]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://devender.wordpress.com/?p=325</guid>
		<description><![CDATA[For anyone contemplating using a Rules Engine here is some free advice. In my career I have had the chance to use three different Rule Engines (ILOG, QuickRules and JBoss Rules),  of all the three I have found JBoss Rules the best, I love it!
JBoss Rules used to be a standalone project called as Drools [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=325&subd=devender&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>For anyone contemplating using a Rules Engine here is some free advice. In my career I have had the chance to use three different Rule Engines (<strong>ILOG</strong>, <strong>QuickRules</strong> and <strong>JBoss Rules</strong>),  of all the three I have found JBoss Rules the best, <em>I love it!</em></p>
<p>JBoss Rules used to be a standalone project called as <strong>Drools</strong> before it got merged into JBoss, the beauty of Drools was it was simple, no fancy tools or interfaces, just a plain old jar file that you included in your classpath and started using. And best of all it was and still is free, so less of a battle with management.</p>
<p>JBoss Rules works with POJOs and integrates well with Spring and best of all you could learn it quickly. Performance wise, I don&#8217;t remember the exact numbers but we did have over 100,000 different rules and it would go through them in seconds. There was never a problem on that end.</p>
<p>It has been over a year that I have used it and when I was using it, it did not have any fancy interface, so we built a rudimentary interface for loading new set of rules into a running application and it worked out very well.</p>
<p>All the rules are stored in a place called &#8216;Production Memory&#8217; I just call it a blueprint, every time you just make an instance of this blueprint, assert the facts into it, get results and throw away the instance. Creating an instance was very fast and lightweight, and while there are instances floating around in your app you can update the blueprint and the next time an instance is created the updated rules would be used.</p>
<p>JBoss Rules gives you many options for writing rules, you can either write em using spreadsheets (also called Decision Tables) or write them using the provided DSL. Spreadsheets are really good if you have small number of columns, I&#8217;d say as long as they fit your screen you are good, once you have to start scrolling vertical, debugging gets a little difficult.</p>
<p>NOTE: do not let your business people edit the spreadsheets, if you have to, give em a website where they can upload and verify it. Regardless of what JBoss says, these excel sheets follow a strict convention, one minor formatting error and you will be in trouble. I wrote a simple program that loaded these spreadsheets and verified if it worked before doing anything else.</p>
<p>Testing is a must, sorry but you cannot get away from this. Based on your data (or facts) many different rules can get active and then unless you specify you own Conflict resolution strategy it will use the default strategy and you may get some unexpected results. This was probably the most tedious part of using a Rules Engine. Also things like &#8216;OR&#8217; and &#8216;AND&#8217; work  different that what you are used to. The more rules you have to more testing you will need to do. If there was a wish list for JBoss rules features somewhere I would say a rules coverage feature would be nice to have.</p>
<p>I have been told &#8216;Jess in Action&#8217; is a very good book to read if you wanted a good introduction to Rules Engines and it tells you how to use Rules, like something I have heard is you should use Rules Engines to get the result and then apply the result to your data and not let the Engine itself modify the data.</p>
<p>Anyways that was my brain dump on Rules Engines.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devender.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devender.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devender.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devender.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devender.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devender.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devender.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devender.wordpress.com/325/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devender.wordpress.com/325/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devender.wordpress.com/325/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=325&subd=devender&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devender.wordpress.com/2009/11/23/drools-rules/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd521b7911352127217de208e0a86f4f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devender</media:title>
		</media:content>
	</item>
		<item>
		<title>Uploading and Serving files with Amazon S3/CloudFront and Rails</title>
		<link>http://devender.wordpress.com/2009/11/20/uploading-and-serving-files-with-amazon-s3cloudfront-and-rails/</link>
		<comments>http://devender.wordpress.com/2009/11/20/uploading-and-serving-files-with-amazon-s3cloudfront-and-rails/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 21:10:35 +0000</pubDate>
		<dc:creator>devender</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[attachment_fu]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloudfront]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[s3]]></category>

		<guid isPermaLink="false">http://devender.wordpress.com/?p=301</guid>
		<description><![CDATA[The attachment_fu plugin written by technoweenie takes care of uploading and retrieving files using S3 and CloudFront, it has other options too such has saving to the database, local file system, rack space. Anyways in this post I describe how to use the plugin with S3 and CloudFront

Create a sample rails project.
Install aws-s3 gem, &#8216;sudo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=301&subd=devender&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The <a href="http://github.com/technoweenie/attachment_fu">attachment_fu</a> plugin written by technoweenie takes care of uploading and retrieving files using S3 and CloudFront, it has other options too such has saving to the database, local file system, rack space. Anyways in this post I describe how to use the plugin with S3 and CloudFront</p>
<ol style="line-height:2.0;">
<li>Create a sample rails project.</li>
<li>Install aws-s3 gem, &#8216;<em>sudo gem install aws-s3</em>&#8216;.</li>
<li>Install attachment_fu plugin &#8220;<em>./script/plugin install git://github.com/technoweenie/attachment_fu.git</em>&#8220;.</li>
<li> Assuming that you already have an Amazon S3 account, create a new S3 bucket.</li>
<li>Next step is to sign up for the Amazon <a href="http://aws.amazon.com/cloudfront/">CloudFront</a>, this is Amazon&#8217;s <a href="http://en.wikipedia.org/wiki/Content_delivery_network">CDN</a> and like any other AWS you pay for what you use, in addition it integrates with your S3 buckets.</li>
<li>Now log into the CloudFront&#8217;s <a href="http://aws.amazon.com/cloudfront/">console</a> and create a new distribution channel that is backed with the S3 bucket created in above steps.</li>
<li>Rename amazon_s3.yml.tpl to amazon_s3.yml (it will be in your config folder)</li>
<li>Edit the amazon_s3.yml file and fill in the appropriate information.</li>
<li>Make a model &#8216;./script/generate model file_meta_data size:integer content_type:string filename:string&#8217; .</li>
<li>Edit the newly created model and add the following lines to it.( &#8216;has_attachment&#8217; and &#8216;validated_as_attachment&#8217; are provided by the plugin, there are many other options that you can specify to read more on the options refer to this <a href="http://github.com/technoweenie/attachment_fu">page</a>).</li>
<blockquote><p>has_attachment   :storage =&gt; :s3,<br />
:cloudfront =&gt; true<br />
validates_as_attachment</p></blockquote>
<li> Generate controller &#8216;./script/generate controller Upload index show new edit create update destroy&#8217;.</li>
<li>Edit the Upload controller and add the following</li>
<blockquote><p>def index<br />
@fileMetaDatas = FileMetaData.all<br />
end<br />
def new<br />
@fileMetaData = FileMetaData.new<br />
end<br />
def create<br />
@fileMetaData = FileMetaData.new(params[:fileMetaData])<br />
if @fileMetaData.save<br />
flash[:notice] = &#8216;File was successfully created.&#8217;<br />
redirect_to :controller =&gt; :upload, :action =&gt; :index<br />
else<br />
render :action =&gt; :new<br />
end<br />
end</p></blockquote>
<li>Edit the new.erb.html file under the upload controller folder and add the following</li>
<blockquote><p>&lt;% form_for(:fileMetaData, :url =&gt; upload_file_path, :html =&gt; { :multipart =&gt; true }) do |f| -%&gt;</p>
<p>Upload A File:<br />
&lt;%= f.file_field :uploaded_data %&gt;</p>
<p>&lt;%= submit_tag &#8216;Create&#8217; %&gt;</p>
<p>&lt;% end -%&gt;</p></blockquote>
<li>Edit the index.html.erb file under the Uploads controller and add the following</li>
<blockquote><p>File List<br />
&lt;% for fileMetaData in @fileMetaDatas -%&gt;<br />
&lt;%= link_to fileMetaData.public_filename,fileMetaData.public_filename %&gt;&lt;/br&gt;</p>
<p>&lt;% end -%&gt;</p></blockquote>
<li>Edit the Routes and add this new route &#8220;<em>map.upload_file &#8216;/new&#8217;, :controller =&gt; &#8216;upload&#8217;, :action =&gt; &#8216;create&#8217;</em>&#8220;</li>
<li>Run migrations</li>
<li>And run the server, that&#8217;s it now you browse to <a href="http://localhost:3000/upload/new">http://localhost:3000/upload/new</a> to upload a file.</li>
</ol>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devender.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devender.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devender.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devender.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devender.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devender.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devender.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devender.wordpress.com/301/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devender.wordpress.com/301/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devender.wordpress.com/301/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=301&subd=devender&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devender.wordpress.com/2009/11/20/uploading-and-serving-files-with-amazon-s3cloudfront-and-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd521b7911352127217de208e0a86f4f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devender</media:title>
		</media:content>
	</item>
		<item>
		<title>Loving Clojure</title>
		<link>http://devender.wordpress.com/2009/11/18/loving-clojure/</link>
		<comments>http://devender.wordpress.com/2009/11/18/loving-clojure/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 02:02:15 +0000</pubDate>
		<dc:creator>devender</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[clojure]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://devender.wordpress.com/?p=281</guid>
		<description><![CDATA[I seem to be liking Clojure &#8230;
Let me backup a bit, in the last couple of weeks I have been debating between picking up Scala or Clojure (don&#8217;t get me wrong Ruby is still my favorite).
I always wanted to pick up a functional programming language so I dabbled a bit with Erlang and Haskell, liked [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=281&subd=devender&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I seem to be liking Clojure &#8230;</p>
<p>Let me backup a bit, in the last couple of weeks I have been debating between picking up Scala or Clojure (don&#8217;t get me wrong Ruby is still my favorite).</p>
<p>I always wanted to pick up a functional programming language so I dabbled a bit with Erlang and Haskell, liked Haskell a lot but without much practice it kind of died (sad times)  and Scala seems too much like Java, yeah I know it seems to have a bigger crowd than Clojure and there are a lot of big names behind it.</p>
<p>Maybe that&#8217;s exactly why I choose Clojure (since its the underdog), or cause it is different enough from Java or simply cause it has a better syntax and seems more elegant (apparently Clojure has better integration with Java, don&#8217;t quote me on it), anyways I decided to learn Clojure.</p>
<p>Peepcode has a nice <a href="http://peepcode.com/products/functional-programming-with-clojure">screen-cast</a> to get you started off on Clojure. If you are on the Mac there is a nice <a href="http://github.com/nullstyle/clojure-tmbundle">bundle</a> for TextMate and anywhere else Netbeans with the <a href="http://enclojure.org/">enclojure</a> plugin seems to be the best.</p>
<p>On a side note it seems more and more that Netbeans has the latest and greatest plugins for everything, then comes IntelliJ and finally eclipse, what&#8217;s going on with eclipse ? has it reached its peak and now it will start dropping off ? but on the flip side there seems to be more and more apps built on top of the Eclipse RCP like Xmind, so is Eclipse no longer going to be the leader of the IDE and just become a platform for building RCPs. This of course depends  on what Oracle is going to do with NetBeans, I really hope they give the same amount of love to NetBeans as Sun did.</p>
<p>Ok getting back to Clojure, don&#8217;t get your panties in a bunch when you see all those parenthesis, it is just the layout that is shocking, indent it well and it is no more than what you are used to.</p>
<p>Here&#8217;s an example</p>
<blockquote><p>(defn fac<br />
&#8220;Returns the factorial of n, which must be a positive integer.&#8221;<br />
[n]<br />
(if (= n 1)<br />
1<br />
(* n (fac (- n 1)))<br />
)</p></blockquote>
<p>Is same as</p>
<blockquote><p>(defn fac [n] (if (= n 1) 1 (* n (fac (- n 1)))))</p></blockquote>
<p>But the first one is a lot more easier on the eyes (even brain?) than the second one. Most examples that you see look like the second one and it frightens people, don&#8217;t let that stop you take my word and go for it.</p>
<p>Clojure seems to be very easy to pick up, things seem very intuitive, like the other day I was wondering, how to return a default value from a map if the key is not found and there is was right there in the api.</p>
<blockquote><p>(map key default-value)</p></blockquote>
<p>So simple! I was easily able to extend the examples that came with the peepcode screencast. Anyways I have started on this path, let&#8217;s see where it goes.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devender.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devender.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devender.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devender.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devender.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devender.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devender.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devender.wordpress.com/281/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devender.wordpress.com/281/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devender.wordpress.com/281/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=281&subd=devender&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devender.wordpress.com/2009/11/18/loving-clojure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd521b7911352127217de208e0a86f4f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devender</media:title>
		</media:content>
	</item>
		<item>
		<title>Language wars are the new IDE wars</title>
		<link>http://devender.wordpress.com/2009/11/03/language-wars-are-the-new-ide-wars/</link>
		<comments>http://devender.wordpress.com/2009/11/03/language-wars-are-the-new-ide-wars/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 19:29:58 +0000</pubDate>
		<dc:creator>devender</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[managers]]></category>

		<guid isPermaLink="false">http://devender.wordpress.com/?p=258</guid>
		<description><![CDATA[(I feel really sorry for Managers, every programmer has his/her favorite programming language and is trying to sneak it into the system. And you know what, it is already in your code base, sorry but that&#8217;s the truth and whatever side you take, you will end up loosing. )
I think people used to have IDE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=258&subd=devender&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>(I feel really sorry for Managers, every programmer has his/her favorite programming language and is trying to sneak it into the system. And you know what, it is already in your code base, sorry but that&#8217;s the truth and whatever side you take, you will end up loosing. )</p>
<p>I think people used to have IDE wars cause they only had one primary language to work with, but now with the explosion of languages and almost all of them having some port that runs on the JVM everyone is either trying to sneak it in or advertise the virtues of using it. And that ultimately results in a passionate email war.</p>
<p>And of course if you have, somehow magically gotten past that there is always the discussion on the best IDE for that language, hehehe let the wars continue.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devender.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devender.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devender.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devender.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devender.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devender.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devender.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devender.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devender.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devender.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=258&subd=devender&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devender.wordpress.com/2009/11/03/language-wars-are-the-new-ide-wars/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd521b7911352127217de208e0a86f4f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devender</media:title>
		</media:content>
	</item>
		<item>
		<title>Integrating Facebook Connect into your Web App</title>
		<link>http://devender.wordpress.com/2009/11/02/integrating-facebook-connect-into-your-web-app/</link>
		<comments>http://devender.wordpress.com/2009/11/02/integrating-facebook-connect-into-your-web-app/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 23:15:28 +0000</pubDate>
		<dc:creator>devender</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://devender.wordpress.com/?p=249</guid>
		<description><![CDATA[Lately I have been spending time researching on how to integrate with facebook connect. There is a ton of documentation on the facebook wiki page, but as with any wiki you need to know what you are looking for. I am going to document here what I found.
For the really impatient (like me) check out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=249&subd=devender&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Lately I have been spending time researching on how to integrate with facebook connect. There is a ton of documentation on the facebook wiki page, but as with any wiki you need to know what you are looking for. I am going to document here what I found.</p>
<p>For the really impatient (like me) check out this <a href="http://www.facebook.com/video/video.php?v=630563174283">video</a>.</p>
<ol>
<li>To begin with go to this <a href="http://wiki.developers.facebook.com/index.php/Facebook_Connect">Wiki</a> page on facebook to get familiar with facebook connect and reasons for using it.</li>
<li>Install the <a href="http://www.facebook.com/developers">facebook developer app</a> into your facebook page (makes it easy to keep track of your api keys and your webpages ).</li>
<li>Next on the <a href="http://www.facebook.com/developers">facebook developer app</a> register your domain and it will generate  the api key and secret (don&#8217;t worry about saving it you can always look it up from the developer app).</li>
<li>Once you have done that you will need to download and place this file <strong>xd_receiver.htm</strong> into your applications root folder. (For step by step instructions to do this go <a href="http://wiki.developers.facebook.com/index.php/Connect/Setting_Up_Your_Site">here</a>.)</li>
<li>Include this tag in every page that you plan to use facebook connect on.
<pre><code>  &lt; script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/javascript" &gt;&lt; / script &gt;</code></pre>
</li>
<li> And also include this snippet to initiate the connection.
<pre><code>&lt; script type="text/javascript" &gt;
        FB.init("a8072b7845a8815f63966e90abe4a1e0", "/xd_receiver.htm");
    &lt; / script &gt;

</code>Should be in the body not head</pre>
</li>
<li> Place the login button
<pre><code>fb:login-button length='long' onlogin="successful_login();"</code></pre>
</li>
<li>You need to create the function successful_login, that will do something when facebook authenticates the user. I just went and pulled the user&#8217;s picture and show it. The code for that is here
<pre><code>$("#login").html("&lt; fb:profile-pic uid='loggedinuser' facebook-logo='true' &gt; &lt; /fb:profile-pic &gt;. Welcome, &lt; fb:name uid='loggedinuser' useyou='false' &gt;&lt; / fb:name &gt;.");</code></pre>
</li>
</ol>
<p>And that&#8217;s about it, if you want you can check out my example at <a href="http://devender.net/">devender.net</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devender.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devender.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devender.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devender.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devender.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devender.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devender.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devender.wordpress.com/249/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devender.wordpress.com/249/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devender.wordpress.com/249/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=249&subd=devender&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devender.wordpress.com/2009/11/02/integrating-facebook-connect-into-your-web-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd521b7911352127217de208e0a86f4f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devender</media:title>
		</media:content>
	</item>
		<item>
		<title>TextMate Love</title>
		<link>http://devender.wordpress.com/2009/09/08/textmate-love/</link>
		<comments>http://devender.wordpress.com/2009/09/08/textmate-love/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:25:19 +0000</pubDate>
		<dc:creator>devender</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://devender.wordpress.com/?p=234</guid>
		<description><![CDATA[I love TextMate, working in it feels no natural. Although I have been an avid VI user, more and more nowadays I keep opening up TM. And it would be so nice if TM were available on Ubuntu.
And yeah trying to make gedit act like textmate sucks donkey b****
UPDATE: Ok so I tried netbeans and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=234&subd=devender&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I love TextMate, working in it feels no natural. Although I have been an avid VI user, more and more nowadays I keep opening up TM. And it would be so nice if TM were available on Ubuntu.</p>
<p>And yeah trying to make gedit act like textmate sucks donkey b****</p>
<p>UPDATE: Ok so I tried netbeans and also ruby mine and I still think TextMate is the best.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devender.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devender.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devender.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devender.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devender.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devender.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devender.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devender.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devender.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devender.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=234&subd=devender&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devender.wordpress.com/2009/09/08/textmate-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd521b7911352127217de208e0a86f4f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devender</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading To Snow Leopard, What a pain!!</title>
		<link>http://devender.wordpress.com/2009/09/05/upgrading-to-snow-leopard-what-a-pain/</link>
		<comments>http://devender.wordpress.com/2009/09/05/upgrading-to-snow-leopard-what-a-pain/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 11:37:45 +0000</pubDate>
		<dc:creator>devender</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[snow]]></category>

		<guid isPermaLink="false">http://devender.wordpress.com/?p=231</guid>
		<description><![CDATA[Man what a pain, the actual upgrade was very smooth but then my mac ports broke followed by sqlite, mercurial &#8230;&#8230;

First thing you will run into is MacPorts are broken. To fix it is download it again and reinstall (apparently each version of MacPorts is very specific to the OS) and after you do that, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=231&subd=devender&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Man what a pain, the actual upgrade was very smooth but then my mac ports broke followed by sqlite, mercurial &#8230;&#8230;</p>
<ul>
<li>First thing you will run into is <span style="color:#3366ff;"><strong>MacPorts</strong></span> are broken. To fix it is download it again and reinstall (apparently each version of <span style="color:#3366ff;"><strong>MacPorts</strong></span> is very specific to the OS) and after you do that, un-install  and res-install all your ports, this will get apps that will work with Snow Leopard (the 64 bit version). Here&#8217;s what I do not understand when Ubuntu can maintain apt-get why can&#8217;t Apple maintain mac ports and make it easy for developers ?</li>
<li>Anyway moving on, if you had <strong>Mercurial</strong> installed from <strong>MacPorts</strong>, you can forget about it (Since mercurial is dependent on <strong>python26</strong> which is at present broken with MacPorts. Workaround is, just download the mac version of mercurial for mercurial&#8217;s <a href="http://mercurial.berkwood.com/">website</a> and install.</li>
<li>Reinstall sqlite3.</li>
<li>If you had installed <span style="color:#ff0000;"><strong>Ruby</strong></span> and <span style="color:#ff0000;"><strong>Gems</strong></span> manually  then you will have to re-do it again here are the links to do that reinstall <a href="http://hivelogic.com/articles/compiling-ruby-rubygems-and-rails-on-snow-leopard">ruby</a>, reinstall <a href="http://oleganza.tumblr.com/post/127709563/snow-leopard-with-legacy-macports-and-rubygems">gems</a> this will setup the 64 bit version of ruby.</li>
</ul>
<p>Great, now back to some productive work @#$@!$%@</p>
<p>Keywords uninitialized constant SQLite3::Driver::Native::Driver::API,  python26,</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devender.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devender.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devender.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devender.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devender.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devender.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devender.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devender.wordpress.com/231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devender.wordpress.com/231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devender.wordpress.com/231/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=231&subd=devender&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devender.wordpress.com/2009/09/05/upgrading-to-snow-leopard-what-a-pain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd521b7911352127217de208e0a86f4f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devender</media:title>
		</media:content>
	</item>
		<item>
		<title>Pragmatic Thinking &amp; Learning</title>
		<link>http://devender.wordpress.com/2009/08/16/pragmatic-thinking-learning/</link>
		<comments>http://devender.wordpress.com/2009/08/16/pragmatic-thinking-learning/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 22:32:26 +0000</pubDate>
		<dc:creator>devender</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[brain]]></category>
		<category><![CDATA[improvement]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[pragmatic]]></category>
		<category><![CDATA[thinking]]></category>

		<guid isPermaLink="false">http://devender.wordpress.com/?p=226</guid>
		<description><![CDATA[Tell me something

Have you ever felt that you have reached a plateau in your career ?
Read the pragmatic programmer and couldn&#8217;t get enough of it ? or wanted a follow up to it ?
Felt stuck ? Reached a stalemate ?
Had great many plans but never really completed them ?
Knew there is something better but did [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=226&subd=devender&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div>Tell me something</div>
<ul>
<li>Have you ever felt that you have <strong>reached a plateau in your career </strong>?</li>
<li>Read the <strong>pragmatic programmer</strong> and couldn&#8217;t get enough of it ? or wanted <strong>a follow up</strong> to it ?</li>
<li><strong>Felt</strong> stuck ? Reached a <strong>stalemate</strong> ?</li>
<li>Had great many <strong>plans</strong> but <strong>never</strong> really <strong>completed</strong> them ?</li>
<li>Knew there is <strong>something</strong> <strong>better</strong> but did not know how to reach it ?</li>
<li>Wanted to get better, just <strong>did not know how</strong> to ?</li>
</ul>
<p>Well I can with <strong>100 %</strong> confidence tell you the answer to all these questions and more is reading the book &#8216;<em><a href="http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning" target="_blank"><strong>Pragmatic Thinking &amp; Learning : Refactor your Wetware</strong></a></em>&#8216; -by Andy Hunt .</p>
<p>In this book Andy shows us</p>
<ul>
<li>Why the <strong>brain works</strong> as it does?</li>
<li>How to move <strong>beyond beginner</strong> level performance to expertise ?</li>
<li>What are our cognitive biases or <strong>bugs in our brain</strong> and how to overcome them?</li>
<li>How to learn deliberately ? (<strong>learning</strong> that <strong>sticks</strong>).</li>
<li>How to <strong>harvest</strong> your <strong>ideas</strong> and insight ?</li>
<li>How to stay <strong>sharp</strong> and why is it important ?</li>
<li>and so much more.</li>
</ul>
<p>As I was reading the book I could already see changes in me and my performance (not that kind). I can honestly tell you this book has helped me.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devender.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devender.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devender.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devender.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devender.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devender.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devender.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devender.wordpress.com/226/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devender.wordpress.com/226/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devender.wordpress.com/226/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=226&subd=devender&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devender.wordpress.com/2009/08/16/pragmatic-thinking-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd521b7911352127217de208e0a86f4f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devender</media:title>
		</media:content>
	</item>
		<item>
		<title>Some helpful Sqls for Oracle</title>
		<link>http://devender.wordpress.com/2009/07/14/some-helpful-sqls-for-oracle/</link>
		<comments>http://devender.wordpress.com/2009/07/14/some-helpful-sqls-for-oracle/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 23:50:48 +0000</pubDate>
		<dc:creator>devender</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[data dictionary]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://devender.wordpress.com/?p=201</guid>
		<description><![CDATA[1. For finding out the current running sql for a particular user
SELECT a.sql_text
 FROM v$session s,
 v$sqlarea a
 WHERE s.user    = 'USER'
AND s.status        ='ACTIVE'
AND s.sql_hash_value=a.hash_value
AND s.sql_address   =a.address;
2. To find locked objects in Oracle
3. To see all the seesion for a user
   select * from v$session s where s.username = 'PROQ';
4. To see locked [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=201&subd=devender&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1. For finding out the current running sql for a particular user</p>
<pre style="text-align:left;padding-left:30px;">SELECT a.sql_text
 FROM v$session s,
 v$sqlarea a
 WHERE s.user    = 'USER'
AND s.status        ='ACTIVE'
AND s.sql_hash_value=a.hash_value
AND s.sql_address   =a.address;</pre>
<p style="text-align:left;">2. <a href="http://www.praetoriate.com/oracle_tips_find_locks.htm">To find locked objects in Oracle</a></p>
<p style="text-align:left;">3. To see all the seesion for a user</p>
<pre style="text-align:left;">   select * from v$session s where s.username = 'PROQ';</pre>
<p>4. To see locked objects and the session</p>
<pre style="text-align:left;padding-left:30px;">select     oracle_username || ' (' || s.osuser || ')' username
   ,  s.sid || ',' || s.serial# sess_id
   ,  owner || '.' || object_name object
   ,  object_type
   ,  decode( l.block
      ,       0, 'Not Blocking'
      ,       1, 'Blocking'
      ,       2, 'Global') status
   ,  decode(v.locked_mode
     ,       0, 'None'
     ,       1, 'Null'
     ,       2, 'Row-S (SS)'
     ,       3, 'Row-X (SX)'
     ,       4, 'Share'
     ,       5, 'S/Row-X (SSX)'
     ,       6, 'Exclusive', TO_CHAR(lmode)) mode_held
  from       v$locked_object v
  ,  dba_objects d
  ,  v$lock l
  ,  v$session s
  where      v.object_id = d.object_id
  and        v.object_id = l.id1
  and        v.session_id = s.sid
  order by oracle_username
  ,  session_id</pre>
<p>And then kill the session with this</p>
<pre style="text-align:left;padding-left:30px;">alter system kill session '94,2168';</pre>
<p>5. Tables by user</p>
<pre style="text-align:left;padding-left:30px;">select owner,count(*) from all_all_tables group by owner; </pre>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devender.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devender.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devender.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devender.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devender.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devender.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devender.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devender.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devender.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devender.wordpress.com/201/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=201&subd=devender&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devender.wordpress.com/2009/07/14/some-helpful-sqls-for-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd521b7911352127217de208e0a86f4f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devender</media:title>
		</media:content>
	</item>
		<item>
		<title>Should a correct solution be elegant too?</title>
		<link>http://devender.wordpress.com/2009/07/10/should-a-correct-soultion-be-elegant-too/</link>
		<comments>http://devender.wordpress.com/2009/07/10/should-a-correct-soultion-be-elegant-too/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:06:06 +0000</pubDate>
		<dc:creator>devender</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://devender.wordpress.com/?p=198</guid>
		<description><![CDATA[Many times when engineers propose a design/solution we are told &#8216;Well lets just get over the hump for now and refactor it later&#8221;  or &#8216;oh, that&#8217;s an elegant solution but lets just get it done for now&#8217; and the worst of all you are just ignored. (Makes you think if you are speaking in a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=198&subd=devender&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Many times when engineers propose a design/solution we are told &#8216;Well lets just get over the hump for now and refactor it later&#8221;  or &#8216;oh, that&#8217;s an elegant solution but lets just get it done for now&#8217; and the worst of all you are just ignored. (Makes you think if you are speaking in a different language)</p>
<p>This almost always pains me, I just cannot understand how can a solution be correct and not be elegant to me a complete design is something that is <strong>correct</strong>, <strong>elegant</strong>, <strong>maintainable</strong> and <strong>easy to extend</strong>. Something that will stand the test of time. Something that can be reused.</p>
<p>I learnt the hard way every thing that you ever write and put into the system, someday you will have to enhance it, so would it not be better for you if you do it right the fist time around ?</p>
<p>I guess it is the engineer in me, I get bored if there is no puzzle to solve.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devender.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devender.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devender.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devender.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devender.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devender.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devender.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devender.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devender.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devender.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devender.wordpress.com&blog=609686&post=198&subd=devender&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://devender.wordpress.com/2009/07/10/should-a-correct-soultion-be-elegant-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dd521b7911352127217de208e0a86f4f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devender</media:title>
		</media:content>
	</item>
	</channel>
</rss>