<?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>A Novice Software Engineer’s Diary</title>
	<atom:link href="http://novicearshad.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://novicearshad.wordpress.com</link>
	<description>A winner is not the one who never fails, but is the one who never quits</description>
	<lastBuildDate>Wed, 25 Jan 2012 07:55:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='novicearshad.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A Novice Software Engineer’s Diary</title>
		<link>http://novicearshad.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://novicearshad.wordpress.com/osd.xml" title="A Novice Software Engineer’s Diary" />
	<atom:link rel='hub' href='http://novicearshad.wordpress.com/?pushpress=hub'/>
		<item>
		<title>{JavaScript} Things that may stuck you: Ajax Cache Problem</title>
		<link>http://novicearshad.wordpress.com/2012/01/25/javascript-traps-trips-ajax-cache-problem/</link>
		<comments>http://novicearshad.wordpress.com/2012/01/25/javascript-traps-trips-ajax-cache-problem/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 07:35:28 +0000</pubDate>
		<dc:creator>Arshad- the great novice</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Cache]]></category>

		<guid isPermaLink="false">http://novicearshad.wordpress.com/?p=58</guid>
		<description><![CDATA[Symptoms: Ajax response data remain unchanged for same URL Page is not reloading after Ajax request The Story:  Few days ago, when we were using pure JavaScript (without using any JS framework), faced an interesting (though very common and basic) problem – “Pages are not being reloaded/ refreshed after contents are updated by AJAX” that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=novicearshad.wordpress.com&amp;blog=30928215&amp;post=58&amp;subd=novicearshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://novicearshad.wordpress.com/2012/01/25/javascript-traps-trips-ajax-cache-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8967fef371fe0d63f99dc38f75c56558?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">novicearshad</media:title>
		</media:content>
	</item>
		<item>
		<title>A study on unplanned interruptions in software development</title>
		<link>http://novicearshad.wordpress.com/2012/01/24/unplanned-interruptions-in-software-development/</link>
		<comments>http://novicearshad.wordpress.com/2012/01/24/unplanned-interruptions-in-software-development/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 20:46:30 +0000</pubDate>
		<dc:creator>Arshad- the great novice</dc:creator>
				<category><![CDATA[Process Improvement]]></category>
		<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Implication]]></category>
		<category><![CDATA[interruption]]></category>
		<category><![CDATA[Minimizing Interruption]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[Software Engineering Process]]></category>

		<guid isPermaLink="false">http://novicearshad.wordpress.com/?p=94</guid>
		<description><![CDATA[This article is part of my academic project on “Software Engineering Process” course, which was submitted to Dr. M. Rokonuzzaman. We were a group of three members – S.M. Shamim, Md. Aminul Islam and me (Md. Arshad Hossain). Instead of posting total long document, I would like to add some of focused section of it. -:- This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=novicearshad.wordpress.com&amp;blog=30928215&amp;post=94&amp;subd=novicearshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://novicearshad.wordpress.com/2012/01/24/unplanned-interruptions-in-software-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8967fef371fe0d63f99dc38f75c56558?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">novicearshad</media:title>
		</media:content>

		<media:content url="http://novicearshad.files.wordpress.com/2012/01/interruption-daily-grap2.jpg" medium="image">
			<media:title type="html">interruption-daily-grap</media:title>
		</media:content>

		<media:content url="http://novicearshad.files.wordpress.com/2012/01/nature-of-interruption_02.jpg" medium="image">
			<media:title type="html">Nature-of-interruption_02</media:title>
		</media:content>
	</item>
		<item>
		<title>{JavaScript} Things that may stuck you: Object Type Variable Assignment</title>
		<link>http://novicearshad.wordpress.com/2012/01/23/javascript-trap-tricks-copy-assign-object-variable/</link>
		<comments>http://novicearshad.wordpress.com/2012/01/23/javascript-trap-tricks-copy-assign-object-variable/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 06:54:52 +0000</pubDate>
		<dc:creator>Arshad- the great novice</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Copy JavaScript Object Variable]]></category>
		<category><![CDATA[JavaScript Object]]></category>

		<guid isPermaLink="false">http://novicearshad.wordpress.com/?p=56</guid>
		<description><![CDATA[Symptoms: Variable’s value is changing unexpectedly One element or component is changing when value of another element or component has been changed. The story: Few days ago, we faced a peculiar problem. My colleague (Al-Amin Rubel) was working a web-app where he coded pretty much complex use of jQuery. First he collected a JSON response by AJAX [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=novicearshad.wordpress.com&amp;blog=30928215&amp;post=56&amp;subd=novicearshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://novicearshad.wordpress.com/2012/01/23/javascript-trap-tricks-copy-assign-object-variable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8967fef371fe0d63f99dc38f75c56558?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">novicearshad</media:title>
		</media:content>
	</item>
		<item>
		<title>{JavaScript} Things that may stuck and irritate you</title>
		<link>http://novicearshad.wordpress.com/2012/01/20/javascript-trap-trick-that-may-kill-your-time/</link>
		<comments>http://novicearshad.wordpress.com/2012/01/20/javascript-trap-trick-that-may-kill-your-time/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 05:39:57 +0000</pubDate>
		<dc:creator>Arshad- the great novice</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Common Problem]]></category>
		<category><![CDATA[JavaScript Object]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Cache]]></category>

		<guid isPermaLink="false">http://novicearshad.wordpress.com/?p=53</guid>
		<description><![CDATA[Is there any web site or web based application which does not use JavaScript? May be yes but how often? In the other word, is there any developer who works in website or web application development (using PHP/C#.Net/ASP/JSP or any language), but need not to deal with JavaScript? If somehow you are related to internet you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=novicearshad.wordpress.com&amp;blog=30928215&amp;post=53&amp;subd=novicearshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://novicearshad.wordpress.com/2012/01/20/javascript-trap-trick-that-may-kill-your-time/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8967fef371fe0d63f99dc38f75c56558?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">novicearshad</media:title>
		</media:content>
	</item>
		<item>
		<title>What is the difference between asynchronous (AJAX) and synchronous request?</title>
		<link>http://novicearshad.wordpress.com/2012/01/08/what-is-the-difference-between-asynchronous-ajax-and-synchronous-request/</link>
		<comments>http://novicearshad.wordpress.com/2012/01/08/what-is-the-difference-between-asynchronous-ajax-and-synchronous-request/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 17:44:19 +0000</pubDate>
		<dc:creator>Arshad- the great novice</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[asynchronous technology]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[synchronous]]></category>
		<category><![CDATA[synchronous vs asynchronous]]></category>

		<guid isPermaLink="false">http://novicearshad.wordpress.com/?p=10</guid>
		<description><![CDATA[This post is copied from my first blog which was posted almost 4 years ago. Now-a-days, this is a very common question  that being asked in most interview for beginners level developers – What is the main strength of AJAX? Or why and when should we use AJAX in web application? And the most common answer is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=novicearshad.wordpress.com&amp;blog=30928215&amp;post=10&amp;subd=novicearshad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://novicearshad.wordpress.com/2012/01/08/what-is-the-difference-between-asynchronous-ajax-and-synchronous-request/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8967fef371fe0d63f99dc38f75c56558?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">novicearshad</media:title>
		</media:content>
	</item>
	</channel>
</rss>
