<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>mystic nomad</title>
	
	<link>http://mysticnomad.wordpress.com</link>
	<description />
	<lastBuildDate>Wed, 04 Feb 2009 06:05:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain="mysticnomad.wordpress.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />
<image>
		<url>http://www.gravatar.com/blavatar/d13a92ed44db556fd7c4784b8a637684?s=96&amp;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>mystic nomad</title>
		<link>http://mysticnomad.wordpress.com</link>
	</image>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/MysticNomad" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Tour de Flex</title>
		<link>http://feedproxy.google.com/~r/MysticNomad/~3/iExpwdfsUoE/</link>
		<comments>http://mysticnomad.wordpress.com/2009/02/04/tour-de-flex/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 06:05:47 +0000</pubDate>
		<dc:creator>Karan Palan</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://mysticnomad.wordpress.com/?p=129</guid>
		<description>Tour de Flex is awesome!
 Tagged: Flex      &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticnomad.wordpress.com&amp;blog=3168486&amp;post=129&amp;subd=mysticnomad&amp;ref=&amp;feed=1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=iExpwdfsUoE:Hhy8ZJdGyLY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=iExpwdfsUoE:Hhy8ZJdGyLY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=iExpwdfsUoE:Hhy8ZJdGyLY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=iExpwdfsUoE:Hhy8ZJdGyLY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=iExpwdfsUoE:Hhy8ZJdGyLY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=iExpwdfsUoE:Hhy8ZJdGyLY:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=iExpwdfsUoE:Hhy8ZJdGyLY:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://mysticnomad.wordpress.com/2009/02/04/tour-de-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">karanpalan</media:title>
		</media:content>
	<feedburner:origLink>http://mysticnomad.wordpress.com/2009/02/04/tour-de-flex/</feedburner:origLink></item>
		<item>
		<title>Validating real/integer numbers in Flex</title>
		<link>http://feedproxy.google.com/~r/MysticNomad/~3/2stOVrBjfW8/</link>
		<comments>http://mysticnomad.wordpress.com/2008/12/19/validating-realinteger-numbers-in-flex/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 10:35:42 +0000</pubDate>
		<dc:creator>Karan Palan</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[integer]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[real]]></category>
		<category><![CDATA[validator]]></category>

		<guid isPermaLink="false">http://mysticnomad.wordpress.com/?p=111</guid>
		<description>Written for: Flex
Below is a short code to determine whether a number is real (floating). To find if a number is an integer, change the domain property in NumberValidator tag from &amp;#8220;real&amp;#8221; to &amp;#8220;int&amp;#8221;.


&amp;#60;?xml version=&amp;#34;1.0&amp;#34; encoding=&amp;#34;utf-8&amp;#34;?&amp;#62;
&amp;#60;mx:Application xmlns:mx=&amp;#34;http://www.adobe.com/2006/mxml&amp;#34;
    layout=&amp;#34;vertical&amp;#34;&amp;#62;

    &amp;#60;mx:Script&amp;#62;
        &amp;#60;![CDATA[
            import mx.controls.Alert;
        ]]&amp;#62;
    &amp;#60;/mx:Script&amp;#62;

    &amp;#60;mx:TextInput id=&amp;#34;myTxtInput&amp;#34;/&amp;#62; 

    &amp;#60;mx:NumberValidator id=&amp;#34;myNumberValidator&amp;#34;
        domain=&amp;#34;real&amp;#34;
    [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticnomad.wordpress.com&amp;blog=3168486&amp;post=111&amp;subd=mysticnomad&amp;ref=&amp;feed=1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=2stOVrBjfW8:uKKRjAYUClA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=2stOVrBjfW8:uKKRjAYUClA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=2stOVrBjfW8:uKKRjAYUClA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=2stOVrBjfW8:uKKRjAYUClA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=2stOVrBjfW8:uKKRjAYUClA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=2stOVrBjfW8:uKKRjAYUClA:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=2stOVrBjfW8:uKKRjAYUClA:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://mysticnomad.wordpress.com/2008/12/19/validating-realinteger-numbers-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">karanpalan</media:title>
		</media:content>
	<feedburner:origLink>http://mysticnomad.wordpress.com/2008/12/19/validating-realinteger-numbers-in-flex/</feedburner:origLink></item>
		<item>
		<title>AS3.0: Add one or more elements to the begining of an array</title>
		<link>http://feedproxy.google.com/~r/MysticNomad/~3/7yAlmJzhng4/</link>
		<comments>http://mysticnomad.wordpress.com/2008/11/07/as30-add-one-or-more-element-to-the-begining-of-an-array/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 11:30:37 +0000</pubDate>
		<dc:creator>Karan Palan</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[array]]></category>

		<guid isPermaLink="false">http://mysticnomad.wordpress.com/?p=107</guid>
		<description>Written for: ActionScript 3.0
To add one or more elements to the begining of an array, you will have to use unshift method of Array class.
Below is an example.

var albums:Array = new Array(&amp;#34;Natty Dread&amp;#34;,&amp;#34;Rastaman Vibration&amp;#34;,&amp;#34;Exodus&amp;#34;,&amp;#34;Kaya&amp;#34;);
albums.unshift(&amp;#34;Catch A Fire&amp;#34;);

trace(albums); //Catch A Fire,Natty Dread,Rastaman Vibration,Exodus,Kaya

 Tagged: ActionScript, array      &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticnomad.wordpress.com&amp;blog=3168486&amp;post=107&amp;subd=mysticnomad&amp;ref=&amp;feed=1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=7yAlmJzhng4:z9O8X-vL1fQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=7yAlmJzhng4:z9O8X-vL1fQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=7yAlmJzhng4:z9O8X-vL1fQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=7yAlmJzhng4:z9O8X-vL1fQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=7yAlmJzhng4:z9O8X-vL1fQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=7yAlmJzhng4:z9O8X-vL1fQ:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=7yAlmJzhng4:z9O8X-vL1fQ:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://mysticnomad.wordpress.com/2008/11/07/as30-add-one-or-more-element-to-the-begining-of-an-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">karanpalan</media:title>
		</media:content>
	<feedburner:origLink>http://mysticnomad.wordpress.com/2008/11/07/as30-add-one-or-more-element-to-the-begining-of-an-array/</feedburner:origLink></item>
		<item>
		<title>Bombay – (Rickshaw or Taxi) = Beautiful Bombay</title>
		<link>http://feedproxy.google.com/~r/MysticNomad/~3/0YeoudBRLsw/</link>
		<comments>http://mysticnomad.wordpress.com/2008/10/16/bombay-rickshaw-or-taxi-beautiful-bombay/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 07:02:00 +0000</pubDate>
		<dc:creator>Karan Palan</dc:creator>
				<category><![CDATA[Bombay]]></category>

		<guid isPermaLink="false">http://mysticnomad.wordpress.com/?p=100</guid>
		<description>I had the most pleasant ride to work today. The reason being &amp;#8211; there were absolutely no god damn rickshaws or taxis on the streets of Bombay.  The reason for that being &amp;#8211; they had a stupid strike (The hardship of which will never be known).
To see Bombay, devoid of rickshaws or taxis is unimaginable. [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticnomad.wordpress.com&amp;blog=3168486&amp;post=100&amp;subd=mysticnomad&amp;ref=&amp;feed=1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=0YeoudBRLsw:DjzaTTiFnAw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=0YeoudBRLsw:DjzaTTiFnAw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=0YeoudBRLsw:DjzaTTiFnAw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=0YeoudBRLsw:DjzaTTiFnAw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=0YeoudBRLsw:DjzaTTiFnAw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=0YeoudBRLsw:DjzaTTiFnAw:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=0YeoudBRLsw:DjzaTTiFnAw:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://mysticnomad.wordpress.com/2008/10/16/bombay-rickshaw-or-taxi-beautiful-bombay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">karanpalan</media:title>
		</media:content>
	<feedburner:origLink>http://mysticnomad.wordpress.com/2008/10/16/bombay-rickshaw-or-taxi-beautiful-bombay/</feedburner:origLink></item>
		<item>
		<title>Fastest way to shut down Windows OS</title>
		<link>http://feedproxy.google.com/~r/MysticNomad/~3/-WO8olSZpcY/</link>
		<comments>http://mysticnomad.wordpress.com/2008/09/27/fastest-way-to-shut-down-windows-os/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 13:58:50 +0000</pubDate>
		<dc:creator>Karan Palan</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[shutdown]]></category>

		<guid isPermaLink="false">http://mysticnomad.wordpress.com/?p=96</guid>
		<description>Tired of fucking waiting and waiting&amp;#8230;. for Windows to shut down. Yeah, I do!
Here&amp;#8217;s a way which will shut down Windows completely in few seconds. 
Press Ctrl-Alt-Del to open Windows Task Manager, click on Shut Down menu option and while pressing the Ctrl key, click on the Turn Off option.
Now as you count 1&amp;#8230;2&amp;#8230;.3&amp;#8230;.4&amp;#8230;..5&amp;#8230;.System Shut Down
 [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticnomad.wordpress.com&amp;blog=3168486&amp;post=96&amp;subd=mysticnomad&amp;ref=&amp;feed=1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=-WO8olSZpcY:DpEJ8nZsWWk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=-WO8olSZpcY:DpEJ8nZsWWk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=-WO8olSZpcY:DpEJ8nZsWWk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=-WO8olSZpcY:DpEJ8nZsWWk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=-WO8olSZpcY:DpEJ8nZsWWk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=-WO8olSZpcY:DpEJ8nZsWWk:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=-WO8olSZpcY:DpEJ8nZsWWk:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://mysticnomad.wordpress.com/2008/09/27/fastest-way-to-shut-down-windows-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">karanpalan</media:title>
		</media:content>
	<feedburner:origLink>http://mysticnomad.wordpress.com/2008/09/27/fastest-way-to-shut-down-windows-os/</feedburner:origLink></item>
		<item>
		<title>Dynamically add element / attribute to a XML using E4X</title>
		<link>http://feedproxy.google.com/~r/MysticNomad/~3/k0C4qFlyBvo/</link>
		<comments>http://mysticnomad.wordpress.com/2008/09/25/dynamically-add-element-attribute-to-a-xml-using-e4x/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 06:31:11 +0000</pubDate>
		<dc:creator>Karan Palan</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[e4x]]></category>

		<guid isPermaLink="false">http://mysticnomad.wordpress.com/?p=93</guid>
		<description>Written for: Flex, ActionScript 3.0
To dynamically add element / attribute to a XML; assume that it already exists in the XML and using the .(dot) operator, pass a value to it.
Here&amp;#8217;s an example. Consider the following XML:

var albumXML:XML =
&amp;#60;tracks&amp;#62;
	    &amp;#60;song tracknumber=&amp;#34;1&amp;#34;&amp;#62;
	        &amp;#60;title&amp;#62;Orgasm Addict&amp;#60;/title&amp;#62;
	    [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticnomad.wordpress.com&amp;blog=3168486&amp;post=93&amp;subd=mysticnomad&amp;ref=&amp;feed=1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=k0C4qFlyBvo:Lg7RINrtOIo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=k0C4qFlyBvo:Lg7RINrtOIo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=k0C4qFlyBvo:Lg7RINrtOIo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=k0C4qFlyBvo:Lg7RINrtOIo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=k0C4qFlyBvo:Lg7RINrtOIo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=k0C4qFlyBvo:Lg7RINrtOIo:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=k0C4qFlyBvo:Lg7RINrtOIo:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://mysticnomad.wordpress.com/2008/09/25/dynamically-add-element-attribute-to-a-xml-using-e4x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">karanpalan</media:title>
		</media:content>
	<feedburner:origLink>http://mysticnomad.wordpress.com/2008/09/25/dynamically-add-element-attribute-to-a-xml-using-e4x/</feedburner:origLink></item>
		<item>
		<title>Sweet Dreams of Roy Buchanan</title>
		<link>http://feedproxy.google.com/~r/MysticNomad/~3/cRF-u22HWsE/</link>
		<comments>http://mysticnomad.wordpress.com/2008/09/18/sweet-dreams-of-roy-buchanan/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 13:10:32 +0000</pubDate>
		<dc:creator>Karan Palan</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[roybuchanan]]></category>

		<guid isPermaLink="false">http://mysticnomad.wordpress.com/?p=90</guid>
		<description>Love ya Roy!
Peace.
       &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticnomad.wordpress.com&amp;blog=3168486&amp;post=90&amp;subd=mysticnomad&amp;ref=&amp;feed=1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=cRF-u22HWsE:-G3bDzFh7gY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=cRF-u22HWsE:-G3bDzFh7gY:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=cRF-u22HWsE:-G3bDzFh7gY:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=cRF-u22HWsE:-G3bDzFh7gY:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=cRF-u22HWsE:-G3bDzFh7gY:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=cRF-u22HWsE:-G3bDzFh7gY:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=cRF-u22HWsE:-G3bDzFh7gY:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://mysticnomad.wordpress.com/2008/09/18/sweet-dreams-of-roy-buchanan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">karanpalan</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/b-napaZr48s/2.jpg" medium="image" />
	<feedburner:origLink>http://mysticnomad.wordpress.com/2008/09/18/sweet-dreams-of-roy-buchanan/</feedburner:origLink></item>
		<item>
		<title>Kinda makes you think……doesnt it?</title>
		<link>http://feedproxy.google.com/~r/MysticNomad/~3/vmnaneIONfo/</link>
		<comments>http://mysticnomad.wordpress.com/2008/09/17/kinda-makes-you-thinkdoesnt-it/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 13:19:48 +0000</pubDate>
		<dc:creator>Karan Palan</dc:creator>
				<category><![CDATA[Gazy]]></category>
		<category><![CDATA[pic]]></category>

		<guid isPermaLink="false">http://mysticnomad.wordpress.com/?p=88</guid>
		<description>&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticnomad.wordpress.com&amp;blog=3168486&amp;post=88&amp;subd=mysticnomad&amp;ref=&amp;feed=1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=vmnaneIONfo:2Mdb2QnXVsM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=vmnaneIONfo:2Mdb2QnXVsM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=vmnaneIONfo:2Mdb2QnXVsM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=vmnaneIONfo:2Mdb2QnXVsM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=vmnaneIONfo:2Mdb2QnXVsM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=vmnaneIONfo:2Mdb2QnXVsM:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=vmnaneIONfo:2Mdb2QnXVsM:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://mysticnomad.wordpress.com/2008/09/17/kinda-makes-you-thinkdoesnt-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">karanpalan</media:title>
		</media:content>

		<media:content url="http://i37.tinypic.com/huizwh.jpg" medium="image">
			<media:title type="html">Did you imagine?</media:title>
		</media:content>
	<feedburner:origLink>http://mysticnomad.wordpress.com/2008/09/17/kinda-makes-you-thinkdoesnt-it/</feedburner:origLink></item>
		<item>
		<title>hmmm…Thats easy!</title>
		<link>http://feedproxy.google.com/~r/MysticNomad/~3/Nvsg8KRQWgw/</link>
		<comments>http://mysticnomad.wordpress.com/2008/09/12/hmmmthats-easy/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 11:50:02 +0000</pubDate>
		<dc:creator>Karan Palan</dc:creator>
				<category><![CDATA[Royal Enfield]]></category>
		<category><![CDATA[bullet]]></category>
		<category><![CDATA[enfield]]></category>
		<category><![CDATA[royalenfield]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://mysticnomad.wordpress.com/?p=86</guid>
		<description>Found this video on YouTube under the title &amp;#8211; &amp;#8220;The Art of Starting a Royal Enfield (1)&amp;#8221;. Being a hardcore Enfield rider myself, I was expecting a kick start with a lot of back kicks thrown in for that extra punch. What I found in the end was really funny. Check it out.
By the way, [...]&lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticnomad.wordpress.com&amp;blog=3168486&amp;post=86&amp;subd=mysticnomad&amp;ref=&amp;feed=1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=Nvsg8KRQWgw:R-r8b3IMOYg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=Nvsg8KRQWgw:R-r8b3IMOYg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=Nvsg8KRQWgw:R-r8b3IMOYg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=Nvsg8KRQWgw:R-r8b3IMOYg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=Nvsg8KRQWgw:R-r8b3IMOYg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=Nvsg8KRQWgw:R-r8b3IMOYg:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=Nvsg8KRQWgw:R-r8b3IMOYg:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://mysticnomad.wordpress.com/2008/09/12/hmmmthats-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">karanpalan</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/iuHvxVjDxL8/2.jpg" medium="image" />
	<feedburner:origLink>http://mysticnomad.wordpress.com/2008/09/12/hmmmthats-easy/</feedburner:origLink></item>
		<item>
		<title>LHC – Ohh Yeah!</title>
		<link>http://feedproxy.google.com/~r/MysticNomad/~3/7f8KDOqEQgQ/</link>
		<comments>http://mysticnomad.wordpress.com/2008/09/12/lhc-ohh-yeah/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 19:46:25 +0000</pubDate>
		<dc:creator>Karan Palan</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[lhc]]></category>
		<category><![CDATA[physics]]></category>

		<guid isPermaLink="false">http://mysticnomad.wordpress.com/?p=84</guid>
		<description>I know I&amp;#8217;m delayed by a couple of days, but still considering the enormous nature of the project and the scientific significance I would like to say &amp;#8211; &amp;#8220;Collide those damn particles and lets see what we get!&amp;#8221;
       &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mysticnomad.wordpress.com&amp;blog=3168486&amp;post=84&amp;subd=mysticnomad&amp;ref=&amp;feed=1" /&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=7f8KDOqEQgQ:QHqZCJR14KA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=7f8KDOqEQgQ:QHqZCJR14KA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=7f8KDOqEQgQ:QHqZCJR14KA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=7f8KDOqEQgQ:QHqZCJR14KA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=7f8KDOqEQgQ:QHqZCJR14KA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/MysticNomad?a=7f8KDOqEQgQ:QHqZCJR14KA:D7DqB2pKExk"&gt;&lt;img src="http://feeds.feedburner.com/~ff/MysticNomad?i=7f8KDOqEQgQ:QHqZCJR14KA:D7DqB2pKExk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
		<wfw:commentRss>http://mysticnomad.wordpress.com/2008/09/12/lhc-ohh-yeah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">karanpalan</media:title>
		</media:content>
	<feedburner:origLink>http://mysticnomad.wordpress.com/2008/09/12/lhc-ohh-yeah/</feedburner:origLink></item>
	</channel>
</rss>
