<?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>Azeem's Blog</title>
	<atom:link href="http://abdulazeem.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://abdulazeem.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 10 Sep 2009 07:37:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='abdulazeem.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0da1579e6d89b5bc43db885965cf5046?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Azeem's Blog</title>
		<link>http://abdulazeem.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://abdulazeem.wordpress.com/osd.xml" title="Azeem&#8217;s Blog" />
		<item>
		<title>SmartFox server : Connecting to the server</title>
		<link>http://abdulazeem.wordpress.com/2009/09/10/smartfox-server-connecting-to-the-server/</link>
		<comments>http://abdulazeem.wordpress.com/2009/09/10/smartfox-server-connecting-to-the-server/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 07:37:10 +0000</pubDate>
		<dc:creator>abdulazeem</dc:creator>
				<category><![CDATA[Computer Science]]></category>

		<guid isPermaLink="false">http://abdulazeem.wordpress.com/2009/09/10/smartfox-server-connecting-to-the-server/</guid>
		<description><![CDATA[After a very horrible experience of using Red5 recently i recently started exploring SmartFox server.Must say that the initial expression is excellent.Server configurations are easy and development is straight forward.Also there is extensive help available on smartFox website. And the best thing is server is that unlike Red5, smartfox is not limited to flash action [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=448&subd=abdulazeem&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After a very horrible experience of using Red5 recently i recently started exploring SmartFox server.Must say that the initial expression is excellent.Server configurations are easy and development is straight forward.Also there is extensive help available on smartFox website. And the best thing is server is that unlike Red5, smartfox is not limited to flash action script.You can connect it to through .net,java and today i even connected it through objective-C.</p>
<p>Here is simple tutorial on how to connect and make&#160; connection to smartfox server.</p>
<p>1:Setting up connection String</p>
<div id="codeSnippetWrapper" style="border-right:silver 1px solid;border-top:silver 1px solid;font-size:8pt;overflow:auto;border-left:silver 1px solid;width:97.5%;cursor:text;direction:ltr;line-height:12pt;border-bottom:silver 1px solid;font-family:&#39;background-color:#f4f4f4;text-align:left;max-height:200px;margin:20px 0 10px;padding:4px;">
<div id="codeSnippet" style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;padding:0;">
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum1" style="color:#606060;">   1:</span> var ip = <span style="color:#006080;">&quot;10.1.1.143&quot;</span>;</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum2" style="color:#606060;">   2:</span> var port = 9339;</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum3" style="color:#606060;">   3:</span> var zone = <span style="color:#006080;">&quot;simpleChat&quot;</span>;</pre>
<p><!--CRLF--></div>
</div>
<p>2:Creating connection</p>
<div id="codeSnippetWrapper" style="border-right:silver 1px solid;border-top:silver 1px solid;font-size:8pt;overflow:auto;border-left:silver 1px solid;width:97.5%;cursor:text;direction:ltr;line-height:12pt;border-bottom:silver 1px solid;font-family:&#39;background-color:#f4f4f4;text-align:left;max-height:200px;margin:20px 0 10px;padding:4px;">
<div id="codeSnippet" style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;padding:0;">
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum1" style="color:#606060;">   1:</span> <span style="color:#008000;">//connect to server</span></pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum2" style="color:#606060;">   2:</span> var smartfox:SmartFoxClient = <span style="color:#0000ff;">new</span> SmartFoxClient(<span style="color:#0000ff;">true</span>);</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum3" style="color:#606060;">   3:</span> smartfox.addEventListener(SFSEvent.onConnection, handleConnection);</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum4" style="color:#606060;">   4:</span> smartfox.connect(ip, port);</pre>
<p><!--CRLF--></div>
</div>
<p>3:Handling connection event</p>
<div id="codeSnippetWrapper" style="border-right:silver 1px solid;border-top:silver 1px solid;font-size:8pt;overflow:auto;border-left:silver 1px solid;width:97.5%;cursor:text;direction:ltr;line-height:12pt;border-bottom:silver 1px solid;font-family:&#39;background-color:#f4f4f4;text-align:left;max-height:200px;margin:20px 0 10px;padding:4px;">
<div id="codeSnippet" style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;padding:0;">
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum1" style="color:#606060;">   1:</span> function handleConnection(evt:SFSEvent):<span style="color:#0000ff;">void</span></pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum2" style="color:#606060;">   2:</span> {</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum3" style="color:#606060;">   3:</span>         var ok:Boolean = evt.<span style="color:#0000ff;">params</span>.success;</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum4" style="color:#606060;">   4:</span>         <span style="color:#0000ff;">if</span> (ok)</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum5" style="color:#606060;">   5:</span>         {</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum6" style="color:#606060;">   6:</span>                 txt_window.text = <span style="color:#006080;">&quot;Connection succesfull!&quot;</span>;</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum7" style="color:#606060;">   7:</span>                 trace(<span style="color:#006080;">&quot;Connection succesfull!&quot;</span>);</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum8" style="color:#606060;">   8:</span>         }</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum9" style="color:#606060;">   9:</span>         <span style="color:#0000ff;">else</span></pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum10" style="color:#606060;">  10:</span>         {</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum11" style="color:#606060;">  11:</span>                 txt_window.text = <span style="color:#006080;">&quot;Can't connect!&quot;</span>;</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum12" style="color:#606060;">  12:</span>                 trace(<span style="color:#006080;">&quot;Can't connect!&quot;</span>);</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:white;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum13" style="color:#606060;">  13:</span>         }</pre>
<p><!--CRLF--></p>
<pre style="font-size:8pt;overflow:visible;width:100%;color:black;direction:ltr;line-height:12pt;font-family:&#39;background-color:#f4f4f4;text-align:left;border-style:none;margin:0;padding:0;"><span id="lnum14" style="color:#606060;">  14:</span> }     </pre>
<p><!--CRLF--></div>
</div>
<p>And that&#8217;s all you need to do to make connection to server and get the success/fail event.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulazeem.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulazeem.wordpress.com/448/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abdulazeem.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abdulazeem.wordpress.com/448/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abdulazeem.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abdulazeem.wordpress.com/448/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abdulazeem.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abdulazeem.wordpress.com/448/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abdulazeem.wordpress.com/448/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abdulazeem.wordpress.com/448/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=448&subd=abdulazeem&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abdulazeem.wordpress.com/2009/09/10/smartfox-server-connecting-to-the-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90ec941a42b7c147d5b9a4a1985dd08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abdulazeem</media:title>
		</media:content>
	</item>
		<item>
		<title>Exemplary Behavior of an Exemplary Leader</title>
		<link>http://abdulazeem.wordpress.com/2009/09/02/exemplary-behavior-of-an-exemplary-leader/</link>
		<comments>http://abdulazeem.wordpress.com/2009/09/02/exemplary-behavior-of-an-exemplary-leader/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:59:27 +0000</pubDate>
		<dc:creator>abdulazeem</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[Islam]]></category>

		<guid isPermaLink="false">http://abdulazeem.wordpress.com/2009/09/02/exemplary-behavior-of-an-exemplary-leader/</guid>
		<description><![CDATA[it was year 637 AD. Caliph Umar Muslim Army had Just accepted the surrender of the city of Jerusalem after a four month siege. As Hazrat Umar entered Jerusalem Patriarch of Jerusalem Sophroniu gave Him tour of the city.At the hour of prayer they stood together in the church the Holy Sepulchre,Sophronius invited Umar to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=447&subd=abdulazeem&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>it was year 637 AD. Caliph Umar Muslim Army had Just accepted the surrender of the city of Jerusalem after a four month siege. As Hazrat Umar entered Jerusalem <a href="http://en.wikipedia.org/wiki/Patriarch_of_Jerusalem">Patriarch of Jerusalem</a> <a href="http://en.wikipedia.org/wiki/Sophronius">Sophroniu</a> gave Him tour of the city.At the hour of prayer they stood together in the church the Holy Sepulchre,Sophronius invited Umar to pray in the Church; “No,” replied Umar, “If I do so, the Muslims one day might take this as an excuse to take the church from you.” So Umar prayed on the steps of the church. He then gave the Bishop a pact that forbade the Muslims from ever praying on the steps of the church.</p>
<p>&#160;</p>
<p><em><font face="Arial" size="1">“I am reading &quot;A History of the Crusades&quot; by Steven Runciman and will be stating major historical facts about crusades on my blog from time to time“</font></em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulazeem.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulazeem.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abdulazeem.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abdulazeem.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abdulazeem.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abdulazeem.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abdulazeem.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abdulazeem.wordpress.com/447/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abdulazeem.wordpress.com/447/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abdulazeem.wordpress.com/447/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=447&subd=abdulazeem&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abdulazeem.wordpress.com/2009/09/02/exemplary-behavior-of-an-exemplary-leader/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90ec941a42b7c147d5b9a4a1985dd08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abdulazeem</media:title>
		</media:content>
	</item>
		<item>
		<title>Seth Godin At Business of Software conference</title>
		<link>http://abdulazeem.wordpress.com/2009/08/04/seth-godin-at-business-of-software-conference/</link>
		<comments>http://abdulazeem.wordpress.com/2009/08/04/seth-godin-at-business-of-software-conference/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 03:46:41 +0000</pubDate>
		<dc:creator>abdulazeem</dc:creator>
				<category><![CDATA[Personnel Thoughts]]></category>

		<guid isPermaLink="false">http://abdulazeem.wordpress.com/2009/08/04/seth-godin-at-business-of-software-conference/</guid>
		<description><![CDATA[Couple of days back i heard this really amazing lecture about marketing software by Seth Godin. This is a must watch if you are a software developer looking to jump into entrepreneurship domain. 
You can see the whole lecture at this link:
http://blog.businessofsoftware.org/2009/07/seth-godins-talk-from-business-of-software-2008.html
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=441&subd=abdulazeem&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Couple of days back i heard this really amazing lecture about marketing software by Seth Godin. This is a must watch if you are a software developer looking to jump into entrepreneurship domain. </p>
<p>You can see the whole lecture at this link:</p>
<p><a title="http://blog.businessofsoftware.org/2009/07/seth-godins-talk-from-business-of-software-2008.html" href="http://blog.businessofsoftware.org/2009/07/seth-godins-talk-from-business-of-software-2008.html">http://blog.businessofsoftware.org/2009/07/seth-godins-talk-from-business-of-software-2008.html</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulazeem.wordpress.com/441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulazeem.wordpress.com/441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abdulazeem.wordpress.com/441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abdulazeem.wordpress.com/441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abdulazeem.wordpress.com/441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abdulazeem.wordpress.com/441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abdulazeem.wordpress.com/441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abdulazeem.wordpress.com/441/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abdulazeem.wordpress.com/441/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abdulazeem.wordpress.com/441/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=441&subd=abdulazeem&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abdulazeem.wordpress.com/2009/08/04/seth-godin-at-business-of-software-conference/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90ec941a42b7c147d5b9a4a1985dd08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abdulazeem</media:title>
		</media:content>
	</item>
		<item>
		<title>The one you feed</title>
		<link>http://abdulazeem.wordpress.com/2009/07/25/the-one-you-feed/</link>
		<comments>http://abdulazeem.wordpress.com/2009/07/25/the-one-you-feed/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 09:52:29 +0000</pubDate>
		<dc:creator>abdulazeem</dc:creator>
				<category><![CDATA[General Discussion]]></category>

		<guid isPermaLink="false">http://abdulazeem.wordpress.com/2009/07/25/the-one-you-feed/</guid>
		<description><![CDATA[One evening an old man told his grandson about a   battle that goes on inside people. He said, &#8216;My son, the battle is between 2    &#8216;wolves&#8217; inside us all.
One is Evil. It is anger, envy, jealousy, sorrow, regret,   greed, arrogance, self-pity, guilt, resentment, inferiority, lies, false   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=440&subd=abdulazeem&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One evening an old man told his grandson about a   <br />battle that goes on inside people. He said, &#8216;My son, the battle is between 2    <br />&#8216;wolves&#8217; inside us all.</p>
<p>One is Evil. It is anger, envy, jealousy, sorrow, regret,   <br />greed, arrogance, self-pity, guilt, resentment, inferiority, lies, false    <br />pride, superiority, and ego.    <br />The other is Good. It is joy, peace, love, hope, serenity, humility,    <br />kindness, benevolence, empathy, generosity, truth, compassion and faith.&#8217;</p>
<p>The grandson thought about it for a minute and then asked his grandfather:   <br />&#8216;Which wolf wins?&#8217;</p>
<p>The old man simply replied, &#8216;The one you feed.&#8217;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulazeem.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulazeem.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abdulazeem.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abdulazeem.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abdulazeem.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abdulazeem.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abdulazeem.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abdulazeem.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abdulazeem.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abdulazeem.wordpress.com/440/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=440&subd=abdulazeem&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abdulazeem.wordpress.com/2009/07/25/the-one-you-feed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90ec941a42b7c147d5b9a4a1985dd08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abdulazeem</media:title>
		</media:content>
	</item>
		<item>
		<title>Harry Potter And Half blood Prince Review</title>
		<link>http://abdulazeem.wordpress.com/2009/07/25/harry-potter-and-half-blood-prince-review/</link>
		<comments>http://abdulazeem.wordpress.com/2009/07/25/harry-potter-and-half-blood-prince-review/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 20:54:07 +0000</pubDate>
		<dc:creator>abdulazeem</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[Personnel Thoughts]]></category>

		<guid isPermaLink="false">http://abdulazeem.wordpress.com/2009/07/25/harry-potter-and-half-blood-prince-review/</guid>
		<description><![CDATA[Saw Harry Potter And Half blood Prince yesterday and i must say i was  disappointed.May be the people who have not read the books will like it but for a book crazy fan like me it was a disappointment.Every one knew that movie wasn&#8217;t going to be as good as book but this one [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=436&subd=abdulazeem&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Saw <a href="http://www.imdb.com/title/tt0417741/">Harry Potter And Half blood Prince</a> yesterday and i must say i was <a href="http://abdulazeem.files.wordpress.com/2009/07/20081114harry_potter.jpg"><img title="2008-11-14-harry_potter" style="border-right:0;border-top:0;display:inline;margin-left:0;border-left:0;margin-right:0;border-bottom:0;" height="216" alt="2008-11-14-harry_potter" src="http://abdulazeem.files.wordpress.com/2009/07/20081114harry_potter_thumb.jpg?w=148&#038;h=216" width="148" align="right" border="0" /></a> disappointed.May be the people who have not read the books will like it but for a book crazy fan like me it was a disappointment.Every one knew that movie wasn&#8217;t going to be as good as book but this one was a very poor effort.</p>
<p>From the cave scene till the ending the book keeps you in&#160; tight grip but in the movie those scene which are essence of half blood prince happen in like 10-15 min which is a shame.</p>
<p>The ending of <a href="http://www.imdb.com/title/tt0373889/">Order of Phoenix</a> in movie was much better but this one was disappointing.If you remove the books then movie was good watch still not epic movie.Certainly not the best movie in series.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulazeem.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulazeem.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abdulazeem.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abdulazeem.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abdulazeem.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abdulazeem.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abdulazeem.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abdulazeem.wordpress.com/436/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abdulazeem.wordpress.com/436/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abdulazeem.wordpress.com/436/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=436&subd=abdulazeem&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abdulazeem.wordpress.com/2009/07/25/harry-potter-and-half-blood-prince-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90ec941a42b7c147d5b9a4a1985dd08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abdulazeem</media:title>
		</media:content>

		<media:content url="http://abdulazeem.files.wordpress.com/2009/07/20081114harry_potter_thumb.jpg" medium="image">
			<media:title type="html">2008-11-14-harry_potter</media:title>
		</media:content>
	</item>
		<item>
		<title>Haye ye Batii (load Shedding) :(</title>
		<link>http://abdulazeem.wordpress.com/2009/07/19/haye-ye-batii-load-shedding/</link>
		<comments>http://abdulazeem.wordpress.com/2009/07/19/haye-ye-batii-load-shedding/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 19:32:36 +0000</pubDate>
		<dc:creator>abdulazeem</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abdulazeem.wordpress.com/2009/07/19/haye-ye-batii-load-shedding/</guid>
		<description><![CDATA[well it went 30 mins early today and its relay not bearable now.Its extremely hot and to add to our torture is this painstaking 12 hrs load shedding everyday.I normally come home from office around 8 only to find that in next 5 hrs before sleep 2-3 hrs will be without light and no internet(off [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=435&subd=abdulazeem&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>well it went 30 mins early today and its relay not bearable now.Its extremely hot and to add to our torture is this painstaking 12 hrs load shedding everyday.I normally come home from office around 8 only to find that in next 5 hrs before sleep 2-3 hrs will be without light and no internet(off course).Its really annoying.</p>
<p>And the most disappointing thing is that government doesn&#8217;t seem to care.So for now we can just pray for rain right now and hope that the summer season passes quickly.:(</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulazeem.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulazeem.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abdulazeem.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abdulazeem.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abdulazeem.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abdulazeem.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abdulazeem.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abdulazeem.wordpress.com/435/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abdulazeem.wordpress.com/435/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abdulazeem.wordpress.com/435/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=435&subd=abdulazeem&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abdulazeem.wordpress.com/2009/07/19/haye-ye-batii-load-shedding/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90ec941a42b7c147d5b9a4a1985dd08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abdulazeem</media:title>
		</media:content>
	</item>
		<item>
		<title>On Twitter Now</title>
		<link>http://abdulazeem.wordpress.com/2009/07/19/on-twitter-now/</link>
		<comments>http://abdulazeem.wordpress.com/2009/07/19/on-twitter-now/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 19:31:54 +0000</pubDate>
		<dc:creator>abdulazeem</dc:creator>
				<category><![CDATA[Personnel Thoughts]]></category>

		<guid isPermaLink="false">http://abdulazeem.wordpress.com/2009/07/19/on-twitter-now/</guid>
		<description><![CDATA[Well i have finally joined twitter. Aleem is like crazy about twitter so also decided to give it a go.Now if u think Facebook was gr8 for sharing ur thoughts and day to day activities then twitter goes a step further by giving u an opportunity to virtually broadcast urself onto the world(Forcefully).
And like every [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=434&subd=abdulazeem&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well i have finally joined twitter. Aleem is like crazy about twitter so also decided to give it a go.Now if u think Facebook was gr8 for sharing ur thoughts and day to day activities then twitter goes a step further by giving u an opportunity to virtually broadcast urself onto the world(Forcefully).</p>
<p>And like every Other&#160; thing it has its pros and cons.Like i was immediately informed when Aleem reached his Dubai and then his home.</p>
<p>Problem i am facing is that i dun have a decent set to use twitter.If anyone has any good suggestion for a good set in range of 15k Rs(150-200$) please do suggest.</p>
<p>You can find me on twitter by searching abdul_azeem.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulazeem.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulazeem.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abdulazeem.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abdulazeem.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abdulazeem.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abdulazeem.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abdulazeem.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abdulazeem.wordpress.com/434/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abdulazeem.wordpress.com/434/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abdulazeem.wordpress.com/434/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=434&subd=abdulazeem&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abdulazeem.wordpress.com/2009/07/19/on-twitter-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90ec941a42b7c147d5b9a4a1985dd08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abdulazeem</media:title>
		</media:content>
	</item>
		<item>
		<title>Graphene  : New wonder material, one-atom thick is Stronger than Diamond</title>
		<link>http://abdulazeem.wordpress.com/2009/07/09/graphene-new-wonder-material-one-atom-is-stronger-than-diamond/</link>
		<comments>http://abdulazeem.wordpress.com/2009/07/09/graphene-new-wonder-material-one-atom-is-stronger-than-diamond/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 06:38:36 +0000</pubDate>
		<dc:creator>abdulazeem</dc:creator>
				<category><![CDATA[General Discussion]]></category>
		<category><![CDATA[Net Buzz]]></category>

		<guid isPermaLink="false">http://abdulazeem.wordpress.com/2009/07/09/graphene-new-wonder-material-one-atom-is-stronger-than-diamond/</guid>
		<description><![CDATA[Imagine a carbon sheet that&#8217;s only one atom thick but is stronger than diamond and conducts electricity 100 times faster than the silicon in computer chips.
That&#8217;s graphene, the latest wonder material coming out of science laboratories around the world. It&#8217;s creating tremendous buzz among physicists, chemists and electronic engineers.
&#34;It is the thinnest known material in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=432&subd=abdulazeem&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Imagine a carbon sheet that&#8217;s only one atom thick but is stronger than diamond and conducts electricity 100 times faster than the silicon in computer chips.</p>
<p>That&#8217;s graphene, the latest wonder material coming out of science laboratories around the world. It&#8217;s creating tremendous buzz among physicists, chemists and electronic engineers.</p>
<p>&quot;It is the thinnest known material in the universe, and the strongest ever measured,&quot; Andre Geim , a physicist at the University of Manchester, England , wrote in the June 19 issue of the journal Science.</p>
<p>&quot;A few grams could cover a football field,&quot; said Rod Ruoff , a graphene researcher at the University of Texas, Austin , in an e-mail. A gram is about 1/30th of an ounce.</p>
<p>Like diamond, graphene is pure carbon. It forms a six-sided mesh of atoms that, through an electron microscope, looks like a honeycomb or piece of chicken wire. Despite its strength, it&#8217;s as flexible as plastic wrap and can be bent, folded or rolled up like a scroll.</p>
<p>Graphite, the lead in a pencil, is made of stacks of graphene layers. Although each individual layer is tough, the bonds between them are weak, so they slip off easily and leave a dark mark when you write.</p>
<p>Potential graphene applications include touch screens, solar cells, energy storage devices, cell phones and, eventually, high-speed computer chips.</p>
<p>&#160;</p>
<p>Full article here at <a href="http://news.yahoo.com/s/mcclatchy/20090708/sc_mcclatchy/3268145">http://news.yahoo.com/s/mcclatchy/20090708/sc_mcclatchy/3268145</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulazeem.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulazeem.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abdulazeem.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abdulazeem.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abdulazeem.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abdulazeem.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abdulazeem.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abdulazeem.wordpress.com/432/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abdulazeem.wordpress.com/432/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abdulazeem.wordpress.com/432/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=432&subd=abdulazeem&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abdulazeem.wordpress.com/2009/07/09/graphene-new-wonder-material-one-atom-is-stronger-than-diamond/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90ec941a42b7c147d5b9a4a1985dd08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abdulazeem</media:title>
		</media:content>
	</item>
		<item>
		<title>Transformers : Revenge of The Fallen &amp; Harry Potter and The Half Blood Prince.</title>
		<link>http://abdulazeem.wordpress.com/2009/07/07/transformers-revenge-of-the-fallen-harry-potter-and-the-half-blood-prince/</link>
		<comments>http://abdulazeem.wordpress.com/2009/07/07/transformers-revenge-of-the-fallen-harry-potter-and-the-half-blood-prince/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 17:48:06 +0000</pubDate>
		<dc:creator>abdulazeem</dc:creator>
				<category><![CDATA[Net Buzz]]></category>
		<category><![CDATA[Personnel Thoughts]]></category>

		<guid isPermaLink="false">http://abdulazeem.wordpress.com/2009/07/07/transformers-revenge-of-the-fallen-harry-potter-and-the-half-blood-prince/</guid>
		<description><![CDATA[I just saw Transformer:Revenge of the Fallen and must say it was a wonderful movie.Almost as good as first one if not better.Also this is biggest blockbuster movie for past 1 year easily.the fight scenes in this move are epic and story is also Strong. 



I am now waiting for Harry Potter and Half Blood [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=431&subd=abdulazeem&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I just saw T<strong>ransformer:Revenge of the Fallen</strong> and must say it was a wonderful movie.Almost as good as first one if not better.Also this is biggest blockbuster movie for past 1 year easily.the fight scenes in this move are epic and story is also Strong. </p>
<div class="wlWriterEditableSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:af34480d-9f7e-463b-86d1-769ad8ff6ef4" style="display:inline;float:none;margin:0;padding:0;">
<div><span style="text-align:center; display: block;"><a href="http://abdulazeem.wordpress.com/2009/07/07/transformers-revenge-of-the-fallen-harry-potter-and-the-half-blood-prince/"><img src="http://img.youtube.com/vi/7InTpNWJ4HQ/2.jpg" alt="" /></a></span></div>
</div>
<p>I am now waiting for <strong>Harry Potter and Half Blood Prince</strong> which is due latter this month.I just hope that it lives up to its expectation and does justice to the novel because the story in novel is really strong and from trailer it does look like an epic movie as well.</p>
<div class="wlWriterEditableSmartContent" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:09e000c7-a486-4ea3-8bcd-76e4389abee5" style="display:inline;float:none;margin:0;padding:0;">
<div><span style="text-align:center; display: block;"><a href="http://abdulazeem.wordpress.com/2009/07/07/transformers-revenge-of-the-fallen-harry-potter-and-the-half-blood-prince/"><img src="http://img.youtube.com/vi/z4GsxcRiGuc/2.jpg" alt="" /></a></span></div>
</div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulazeem.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulazeem.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abdulazeem.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abdulazeem.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abdulazeem.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abdulazeem.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abdulazeem.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abdulazeem.wordpress.com/431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abdulazeem.wordpress.com/431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abdulazeem.wordpress.com/431/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=431&subd=abdulazeem&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abdulazeem.wordpress.com/2009/07/07/transformers-revenge-of-the-fallen-harry-potter-and-the-half-blood-prince/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90ec941a42b7c147d5b9a4a1985dd08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abdulazeem</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/7InTpNWJ4HQ/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/z4GsxcRiGuc/2.jpg" medium="image" />
	</item>
		<item>
		<title>Finally joined Twitter</title>
		<link>http://abdulazeem.wordpress.com/2009/07/07/finally-joined-twitter/</link>
		<comments>http://abdulazeem.wordpress.com/2009/07/07/finally-joined-twitter/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 04:57:57 +0000</pubDate>
		<dc:creator>abdulazeem</dc:creator>
				<category><![CDATA[Personnel Thoughts]]></category>

		<guid isPermaLink="false">http://abdulazeem.wordpress.com/2009/07/07/finally-joined-twitter/</guid>
		<description><![CDATA[So i finally created an account on twitter..Still don&#8217;t know how it completely works..Aleem has been talking a lot about it so i said why not give it a try  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=430&subd=abdulazeem&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So i finally created an account on twitter..Still don&#8217;t know how it completely works..Aleem has been talking a lot about it so i said why not give it a try <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/abdulazeem.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/abdulazeem.wordpress.com/430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/abdulazeem.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/abdulazeem.wordpress.com/430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/abdulazeem.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/abdulazeem.wordpress.com/430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/abdulazeem.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/abdulazeem.wordpress.com/430/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/abdulazeem.wordpress.com/430/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/abdulazeem.wordpress.com/430/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abdulazeem.wordpress.com&blog=418586&post=430&subd=abdulazeem&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://abdulazeem.wordpress.com/2009/07/07/finally-joined-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/90ec941a42b7c147d5b9a4a1985dd08a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">abdulazeem</media:title>
		</media:content>
	</item>
	</channel>
</rss>