<?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>Thinking in progress</title>
	<atom:link href="http://dummiesmind.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dummiesmind.com</link>
	<description>We understand simplicity!</description>
	<lastBuildDate>Mon, 29 Apr 2013 16:50:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dummiesmind.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/55b53848823d206cc1ae2431b98ad92e?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Thinking in progress</title>
		<link>http://dummiesmind.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dummiesmind.com/osd.xml" title="Thinking in progress" />
	<atom:link rel='hub' href='http://dummiesmind.com/?pushpress=hub'/>
		<item>
		<title>Meanings of Success.</title>
		<link>http://dummiesmind.com/2012/02/24/meanings-of-success/</link>
		<comments>http://dummiesmind.com/2012/02/24/meanings-of-success/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 06:39:11 +0000</pubDate>
		<dc:creator>dummiesmind</dc:creator>
				<category><![CDATA[Failure>>Success]]></category>

		<guid isPermaLink="false">http://dummiesmind.com/?p=569</guid>
		<description><![CDATA[Success has a number of meanings in this world. For some people its just money, others think it in the form of fame and their are very few of them who feel that success is being happy and satisfied. I have &#8230; <a href="http://dummiesmind.com/2012/02/24/meanings-of-success/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dummiesmind.com&#038;blog=19524879&#038;post=569&#038;subd=dummiesmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dummiesmind.com/2012/02/24/meanings-of-success/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/499040fbc9fa6dbe59e3f9403f3d3524?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dummiesmind</media:title>
		</media:content>
	</item>
		<item>
		<title>Copying CODE or BUGS?</title>
		<link>http://dummiesmind.com/2011/10/12/copying-code-or-bugs/</link>
		<comments>http://dummiesmind.com/2011/10/12/copying-code-or-bugs/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 20:11:10 +0000</pubDate>
		<dc:creator>dummiesmind</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dummiesmind.com/?p=554</guid>
		<description><![CDATA[Hi All, I have been working on various technologies and frameworks from past 5 years. I have seen copy and paste practice in most of projects specially when a developer is new to the technology or framework or project itself. &#8230; <a href="http://dummiesmind.com/2011/10/12/copying-code-or-bugs/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dummiesmind.com&#038;blog=19524879&#038;post=554&#038;subd=dummiesmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dummiesmind.com/2011/10/12/copying-code-or-bugs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/499040fbc9fa6dbe59e3f9403f3d3524?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dummiesmind</media:title>
		</media:content>
	</item>
		<item>
		<title>Recursive function for finding factorial in Assembly Language</title>
		<link>http://dummiesmind.com/2011/07/30/recursive-function-for-finding-factorial-in-assembly-language/</link>
		<comments>http://dummiesmind.com/2011/07/30/recursive-function-for-finding-factorial-in-assembly-language/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 19:05:58 +0000</pubDate>
		<dc:creator>pawanspace</dc:creator>
				<category><![CDATA[Assembly Language]]></category>

		<guid isPermaLink="false">http://dummiesmind.com/?p=532</guid>
		<description><![CDATA[.type factorial function .globl factorial factorial: pushl %ebp # Push base pointer address on top of stack for return purpose movl %esp, %ebp # Now we will be using %ebp as a for all operations on stack subl $4,%ebp # Make &#8230; <a href="http://dummiesmind.com/2011/07/30/recursive-function-for-finding-factorial-in-assembly-language/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dummiesmind.com&#038;blog=19524879&#038;post=532&#038;subd=dummiesmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dummiesmind.com/2011/07/30/recursive-function-for-finding-factorial-in-assembly-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>28.643168 77.335314</georss:point>
		<geo:lat>28.643168</geo:lat>
		<geo:long>77.335314</geo:long>
		<media:content url="http://1.gravatar.com/avatar/a080e7b8cff1527ed161be3bbef74451?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Pawan</media:title>
		</media:content>
	</item>
		<item>
		<title>set/reset a bit using Assembly language!</title>
		<link>http://dummiesmind.com/2011/07/30/setreset-a-bit-using-assembly-language/</link>
		<comments>http://dummiesmind.com/2011/07/30/setreset-a-bit-using-assembly-language/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 19:04:26 +0000</pubDate>
		<dc:creator>pawanspace</dc:creator>
				<category><![CDATA[Assembly Language]]></category>

		<guid isPermaLink="false">http://dummiesmind.com/?p=529</guid>
		<description><![CDATA[section .data byte_data: .byte 0b01111111 # This is 127 in decimal&#8230; we are gonna make it 255 by setting the least significant bit. .section .text .globl _start _start: movl $0, %edi # set the index movb byte_data(,%edi,1), %al or $0b10000000, &#8230; <a href="http://dummiesmind.com/2011/07/30/setreset-a-bit-using-assembly-language/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dummiesmind.com&#038;blog=19524879&#038;post=529&#038;subd=dummiesmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dummiesmind.com/2011/07/30/setreset-a-bit-using-assembly-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>28.643168 77.335314</georss:point>
		<geo:lat>28.643168</geo:lat>
		<geo:long>77.335314</geo:long>
		<media:content url="http://1.gravatar.com/avatar/a080e7b8cff1527ed161be3bbef74451?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Pawan</media:title>
		</media:content>
	</item>
		<item>
		<title>Making all bits false using Assembly Language</title>
		<link>http://dummiesmind.com/2011/07/30/making-all-bits-false-using-assembly-language/</link>
		<comments>http://dummiesmind.com/2011/07/30/making-all-bits-false-using-assembly-language/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 19:01:31 +0000</pubDate>
		<dc:creator>pawanspace</dc:creator>
				<category><![CDATA[Assembly Language]]></category>

		<guid isPermaLink="false">http://dummiesmind.com/?p=526</guid>
		<description><![CDATA[.section .data data_items: .byte 0b11111111 .section .text .globl _start _start: movl $0, %edi movb data_items(,%edi,1), %eax start_loop: shrl $1, %eax cmpl $0b00000000,%eax je exit_loop jmp start_loop exit_loop: movb %eax, %ebx movl $1, %eax int $0&#215;80 Filed under: Assembly Language<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dummiesmind.com&#038;blog=19524879&#038;post=526&#038;subd=dummiesmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dummiesmind.com/2011/07/30/making-all-bits-false-using-assembly-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>28.643168 77.335314</georss:point>
		<geo:lat>28.643168</geo:lat>
		<geo:long>77.335314</geo:long>
		<media:content url="http://1.gravatar.com/avatar/a080e7b8cff1527ed161be3bbef74451?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Pawan</media:title>
		</media:content>
	</item>
		<item>
		<title>Back to basics</title>
		<link>http://dummiesmind.com/2011/07/30/back-to-basics/</link>
		<comments>http://dummiesmind.com/2011/07/30/back-to-basics/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 18:56:27 +0000</pubDate>
		<dc:creator>pawanspace</dc:creator>
				<category><![CDATA[Assembly Language]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dummiesmind.com/?p=518</guid>
		<description><![CDATA[I was reading a wonderful book Programming from Ground up by Jonathan. It reminds me old good days about assembly language on Dyna Microprocessor kits.  I thought about writing some points from that. Let us start reading about the Computer Architecture: Have &#8230; <a href="http://dummiesmind.com/2011/07/30/back-to-basics/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dummiesmind.com&#038;blog=19524879&#038;post=518&#038;subd=dummiesmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dummiesmind.com/2011/07/30/back-to-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>28.643168 77.335314</georss:point>
		<geo:lat>28.643168</geo:lat>
		<geo:long>77.335314</geo:long>
		<media:content url="http://1.gravatar.com/avatar/a080e7b8cff1527ed161be3bbef74451?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Pawan</media:title>
		</media:content>
	</item>
		<item>
		<title>You and Your dreams(A note to myself!)</title>
		<link>http://dummiesmind.com/2011/07/30/you-and-your-dreams/</link>
		<comments>http://dummiesmind.com/2011/07/30/you-and-your-dreams/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 18:26:03 +0000</pubDate>
		<dc:creator>pawanspace</dc:creator>
				<category><![CDATA[Failure>>Success]]></category>

		<guid isPermaLink="false">http://dummiesmind.com/?p=509</guid>
		<description><![CDATA[It is hard to understand and hard to analyze what YOU want from YOUR life and what YOU wanna be in life. Every one has a goal and every one is working for that goal in their respective life. May &#8230; <a href="http://dummiesmind.com/2011/07/30/you-and-your-dreams/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dummiesmind.com&#038;blog=19524879&#038;post=509&#038;subd=dummiesmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dummiesmind.com/2011/07/30/you-and-your-dreams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>28.643168 77.335314</georss:point>
		<geo:lat>28.643168</geo:lat>
		<geo:long>77.335314</geo:long>
		<media:content url="http://1.gravatar.com/avatar/a080e7b8cff1527ed161be3bbef74451?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Pawan</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to Android</title>
		<link>http://dummiesmind.com/2011/06/22/introduction-to-android/</link>
		<comments>http://dummiesmind.com/2011/06/22/introduction-to-android/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 21:14:24 +0000</pubDate>
		<dc:creator>dummiesmind</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dummiesmind.com/?p=488</guid>
		<description><![CDATA[Couple of days ago one of my Friend told me that he is working on Android. I know its nothing new but why everyone is using android these days??  If you look at your GMail friend list you will see that there &#8230; <a href="http://dummiesmind.com/2011/06/22/introduction-to-android/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dummiesmind.com&#038;blog=19524879&#038;post=488&#038;subd=dummiesmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dummiesmind.com/2011/06/22/introduction-to-android/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/499040fbc9fa6dbe59e3f9403f3d3524?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dummiesmind</media:title>
		</media:content>
	</item>
		<item>
		<title>Coding guide lines for variable names</title>
		<link>http://dummiesmind.com/2011/05/19/coding-guide-lines-for-variable-names/</link>
		<comments>http://dummiesmind.com/2011/05/19/coding-guide-lines-for-variable-names/#comments</comments>
		<pubDate>Thu, 19 May 2011 18:36:42 +0000</pubDate>
		<dc:creator>dummiesmind</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://dummiesmind.com/?p=479</guid>
		<description><![CDATA[Here are some coding guidelines about using meaningful names in the program. Most of them are taken from from Clean code book Choosing good names takes time but saves more than it takes. Use Intention-Revealing Names The name of a &#8230; <a href="http://dummiesmind.com/2011/05/19/coding-guide-lines-for-variable-names/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dummiesmind.com&#038;blog=19524879&#038;post=479&#038;subd=dummiesmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dummiesmind.com/2011/05/19/coding-guide-lines-for-variable-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/499040fbc9fa6dbe59e3f9403f3d3524?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dummiesmind</media:title>
		</media:content>
	</item>
		<item>
		<title>A Note on Sencha(Extjs)</title>
		<link>http://dummiesmind.com/2011/05/17/a-note-on-senchaextjs/</link>
		<comments>http://dummiesmind.com/2011/05/17/a-note-on-senchaextjs/#comments</comments>
		<pubDate>Tue, 17 May 2011 22:22:18 +0000</pubDate>
		<dc:creator>dummiesmind</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://dummiesmind.com/?p=471</guid>
		<description><![CDATA[It is almost 4 AM in India and after reading about one of the best or I must say one of the most powerful JavaScript libraries. I couldn’t stop myself from writing a note about the features of that library. &#8230; <a href="http://dummiesmind.com/2011/05/17/a-note-on-senchaextjs/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dummiesmind.com&#038;blog=19524879&#038;post=471&#038;subd=dummiesmind&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dummiesmind.com/2011/05/17/a-note-on-senchaextjs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/499040fbc9fa6dbe59e3f9403f3d3524?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dummiesmind</media:title>
		</media:content>
	</item>
	</channel>
</rss>
