<?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>What I learned today ?</title>
	<atom:link href="http://whatilearned2day.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://whatilearned2day.wordpress.com</link>
	<description>Ramblings of a programming aficianado</description>
	<lastBuildDate>Tue, 07 Apr 2009 05:03:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='whatilearned2day.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/1556815832c516b21792354df51cb066?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>What I learned today ?</title>
		<link>http://whatilearned2day.wordpress.com</link>
	</image>
			<item>
		<title>Flex: Storing custom user strings in controls</title>
		<link>http://whatilearned2day.wordpress.com/2009/04/07/flex-storing-custom-user-strings-in-controls/</link>
		<comments>http://whatilearned2day.wordpress.com/2009/04/07/flex-storing-custom-user-strings-in-controls/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 04:29:34 +0000</pubDate>
		<dc:creator>awmanoj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whatilearned2day.wordpress.com/?p=82</guid>
		<description><![CDATA[Few days back while I was programming on Flex this cool problem came through. Problem was that I created buttons dynamically in the code based on some parameters passed to the function. These parameters would decide the label, id and color of the button. In addition to this there was an information called category which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whatilearned2day.wordpress.com&blog=298782&post=82&subd=whatilearned2day&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://whatilearned2day.wordpress.com/2009/04/07/flex-storing-custom-user-strings-in-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35ef525cb1ef5414ff0314676c9fd054?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">awmanoj</media:title>
		</media:content>
	</item>
		<item>
		<title>Desktop Twitter &#8211; twitter out of the browser</title>
		<link>http://whatilearned2day.wordpress.com/2008/10/16/desktop-twitter-twitter-out-of-the-browser/</link>
		<comments>http://whatilearned2day.wordpress.com/2008/10/16/desktop-twitter-twitter-out-of-the-browser/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 07:23:11 +0000</pubDate>
		<dc:creator>awmanoj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whatilearned2day.wordpress.com/?p=75</guid>
		<description><![CDATA[Desktop Twitter is an Adobe AIR desktop application written in Flex (Actionscript) which I wrote up few days back. It is an attempt to bring the twitter experience out of the browser. Current version of the application that am giving out so it contains minimal features. A screenshot is shown at left. Twitter Rest APIs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whatilearned2day.wordpress.com&blog=298782&post=75&subd=whatilearned2day&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://whatilearned2day.wordpress.com/2008/10/16/desktop-twitter-twitter-out-of-the-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35ef525cb1ef5414ff0314676c9fd054?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">awmanoj</media:title>
		</media:content>

		<media:content url="http://3.bp.blogspot.com/_BTI7IAtqkMY/SOsX0dfYjpI/AAAAAAAAAzo/pA_J9Ru9Vqo/s320/twittwerscreen+copy.jpg" medium="image" />
	</item>
		<item>
		<title>Extracting full path while uploading a file to server in Flex</title>
		<link>http://whatilearned2day.wordpress.com/2008/01/31/extracting-full-path-while-uploading-a-file-to-server-in-flex/</link>
		<comments>http://whatilearned2day.wordpress.com/2008/01/31/extracting-full-path-while-uploading-a-file-to-server-in-flex/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 12:03:57 +0000</pubDate>
		<dc:creator>awmanoj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[FileReference]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://whatilearned2day.wordpress.com/?p=69</guid>
		<description><![CDATA[In my free prototyping time I decided writing a simple uploader in AIR (what else?). I could create a working application in minutes using FileReference class and its method browse() (for opening a File Selection Dialog) and upload() method to upload the file.
But something looked odd. I wished to show the user the filepath he [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whatilearned2day.wordpress.com&blog=298782&post=69&subd=whatilearned2day&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://whatilearned2day.wordpress.com/2008/01/31/extracting-full-path-while-uploading-a-file-to-server-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35ef525cb1ef5414ff0314676c9fd054?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">awmanoj</media:title>
		</media:content>
	</item>
		<item>
		<title>A generic binary search implementation in C &#8211; thoughts</title>
		<link>http://whatilearned2day.wordpress.com/2008/01/06/a-generic-binary-search-implementation-in-c-thoughts/</link>
		<comments>http://whatilearned2day.wordpress.com/2008/01/06/a-generic-binary-search-implementation-in-c-thoughts/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 13:01:46 +0000</pubDate>
		<dc:creator>awmanoj</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://whatilearned2day.wordpress.com/2008/01/06/a-generic-binary-search-implementation-in-c-thoughts/</guid>
		<description><![CDATA[Wish you a very happy new year!
This is an attempt to discuss a problem I&#8217;ve come across. Some common things that I would like to suggest people going for computer science interviews are -

listen to the question with full concentration on every word; avoid wandering for the similar questions that your friend discussed this morning
do [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whatilearned2day.wordpress.com&blog=298782&post=68&subd=whatilearned2day&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://whatilearned2day.wordpress.com/2008/01/06/a-generic-binary-search-implementation-in-c-thoughts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35ef525cb1ef5414ff0314676c9fd054?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">awmanoj</media:title>
		</media:content>
	</item>
		<item>
		<title>Power of plain text, the power of being simple</title>
		<link>http://whatilearned2day.wordpress.com/2007/12/22/power-of-plain-text-the-power-of-being-simple/</link>
		<comments>http://whatilearned2day.wordpress.com/2007/12/22/power-of-plain-text-the-power-of-being-simple/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 10:50:14 +0000</pubDate>
		<dc:creator>awmanoj</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[plain text]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://whatilearned2day.wordpress.com/2007/12/22/power-of-plain-text-the-power-of-being-simple/</guid>
		<description><![CDATA[As we see the convergence of technologies through web, I think plain text is going to play a crucial role in delivering a standard cross platform solution for communication. It has already taken the center stage in form of XML. Debate on simplicity (or human side of technology) and performance will, I think, have a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whatilearned2day.wordpress.com&blog=298782&post=66&subd=whatilearned2day&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://whatilearned2day.wordpress.com/2007/12/22/power-of-plain-text-the-power-of-being-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35ef525cb1ef5414ff0314676c9fd054?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">awmanoj</media:title>
		</media:content>
	</item>
		<item>
		<title>Orthogonality and its importance in software development</title>
		<link>http://whatilearned2day.wordpress.com/2007/12/20/orthogonality-and-its-importance-in-software-development/</link>
		<comments>http://whatilearned2day.wordpress.com/2007/12/20/orthogonality-and-its-importance-in-software-development/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 15:16:37 +0000</pubDate>
		<dc:creator>awmanoj</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[AOP]]></category>
		<category><![CDATA[aspect]]></category>
		<category><![CDATA[best practises]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[modularity]]></category>
		<category><![CDATA[orthogonality]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://whatilearned2day.wordpress.com/2007/12/20/orthogonality-and-its-importance-in-software-development/</guid>
		<description><![CDATA[I&#8217;ve been lately reading The Pragmatic Programmer by Andrew Hunt &#38; David Thomas. Been onto a chapter about decoupling requirement in the development of software, I thought of putting few lines on the weblog. Orthogonality is derived originally from Geometry where it is meant to illustrate two lines which meet at right angles and hence [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whatilearned2day.wordpress.com&blog=298782&post=65&subd=whatilearned2day&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://whatilearned2day.wordpress.com/2007/12/20/orthogonality-and-its-importance-in-software-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35ef525cb1ef5414ff0314676c9fd054?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">awmanoj</media:title>
		</media:content>
	</item>
		<item>
		<title>Building Strings in Ruby</title>
		<link>http://whatilearned2day.wordpress.com/2007/12/02/building-strings-in-ruby/</link>
		<comments>http://whatilearned2day.wordpress.com/2007/12/02/building-strings-in-ruby/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 17:49:33 +0000</pubDate>
		<dc:creator>awmanoj</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Advice]]></category>
		<category><![CDATA[Strings]]></category>

		<guid isPermaLink="false">http://whatilearned2day.wordpress.com/2007/12/02/building-strings-in-ruby/</guid>
		<description><![CDATA[If efficiency is important to you, don&#8217;t build a new string when you can append items onto an existing string. Constructs like str &#60;&#60; &#8216;a&#8217; + &#8216;b&#8217; or  str &#60;&#60; &#8220;#{var1} #{var2}&#8221; create new strings that are immediately subsumed into the larger string. This is exactly the thing to avoid. Use str &#60;&#60; var1 &#60;&#60; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whatilearned2day.wordpress.com&blog=298782&post=63&subd=whatilearned2day&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://whatilearned2day.wordpress.com/2007/12/02/building-strings-in-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35ef525cb1ef5414ff0314676c9fd054?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">awmanoj</media:title>
		</media:content>
	</item>
		<item>
		<title>Starting on the formal journey into Ruby!</title>
		<link>http://whatilearned2day.wordpress.com/2007/12/02/starting-on-the-formal-journey-into-ruby/</link>
		<comments>http://whatilearned2day.wordpress.com/2007/12/02/starting-on-the-formal-journey-into-ruby/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 17:45:10 +0000</pubDate>
		<dc:creator>awmanoj</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Study]]></category>

		<guid isPermaLink="false">http://whatilearned2day.wordpress.com/2007/12/02/starting-on-the-formal-journey-into-ruby/</guid>
		<description><![CDATA[I&#8217;ll be starting with Ruby Cookbook today (it&#8217;s evening right now..). I will be discussing Ruby code, Constructs, Positives and Negatives as I encounter them. So expect lot of Ruby (and may be rails) here.
Association with the language: Why I fell in Love with Ruby
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whatilearned2day.wordpress.com&blog=298782&post=62&subd=whatilearned2day&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://whatilearned2day.wordpress.com/2007/12/02/starting-on-the-formal-journey-into-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35ef525cb1ef5414ff0314676c9fd054?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">awmanoj</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe AIR, taking RIAs to Desktops</title>
		<link>http://whatilearned2day.wordpress.com/2007/11/22/adobe-air-taking-rias-to-desktops/</link>
		<comments>http://whatilearned2day.wordpress.com/2007/11/22/adobe-air-taking-rias-to-desktops/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 04:35:57 +0000</pubDate>
		<dc:creator>awmanoj</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apollo]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Adobe Labs]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://whatilearned2day.wordpress.com/2007/11/22/adobe-air-taking-rias-to-desktops/</guid>
		<description><![CDATA[ I&#8217;m pretty much sure that you must have heard (and talked) a lot about how the next big thing (after desktop.. and Micro$oft&#8217;s humongous success in that arena) would be taking desktop applications to web (and many of you would be in a queue to purchase Google shares for too-too-too-much price) and there are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whatilearned2day.wordpress.com&blog=298782&post=61&subd=whatilearned2day&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://whatilearned2day.wordpress.com/2007/11/22/adobe-air-taking-rias-to-desktops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35ef525cb1ef5414ff0314676c9fd054?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">awmanoj</media:title>
		</media:content>

		<media:content url="http://labs.adobe.com/technologies/air/images/adobe_air_225x50.jpg" medium="image">
			<media:title type="html">Adobe AIR</media:title>
		</media:content>
	</item>
		<item>
		<title>IT Security unclothed by &#8220;a nerdy hacker&#8221;</title>
		<link>http://whatilearned2day.wordpress.com/2007/09/27/it-security-unclothed-by-a-nerdy-hacker/</link>
		<comments>http://whatilearned2day.wordpress.com/2007/09/27/it-security-unclothed-by-a-nerdy-hacker/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 09:10:09 +0000</pubDate>
		<dc:creator>awmanoj</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[News Hacking Security]]></category>

		<guid isPermaLink="false">http://whatilearned2day.wordpress.com/2007/09/27/it-security-unclothed-by-a-nerdy-hacker/</guid>
		<description><![CDATA[&#160;
 Robert Moore, a 23 year old hacker would be starting his imprisonment in federal prison today (Thursday, 27th Sep) for breaking into 15 telecommunications companies and hundreds of businesses (and individuals) worldwide. He spoke about &#8220;how easy it was&#8221;. Moore, who describes himself as a &#8220;mega geek&#8221; is more upset about being banned from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whatilearned2day.wordpress.com&blog=298782&post=59&subd=whatilearned2day&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://whatilearned2day.wordpress.com/2007/09/27/it-security-unclothed-by-a-nerdy-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35ef525cb1ef5414ff0314676c9fd054?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">awmanoj</media:title>
		</media:content>

		<media:content url="http://i.cmpnet.com/informationweek/graphics/alex/robertmoore.jpg" medium="image">
			<media:title type="html">Rober Moore</media:title>
		</media:content>
	</item>
	</channel>
</rss>