<?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/"
	>

<channel>
	<title>Kurinchi Blogger Scribbles ... &#187; javascript</title>
	<atom:link href="http://kurinchilamp.kurinchilion.com/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://kurinchilamp.kurinchilion.com</link>
	<description>On Open Source Technologies</description>
	<lastBuildDate>Mon, 02 Jan 2012 06:14:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>HTTP-Header: User-agent modification</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/12/http-header-user-agent-modification.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/12/http-header-user-agent-modification.html#comments</comments>
		<pubDate>Sun, 06 Dec 2009 07:09:21 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[http headers]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[modify user agent]]></category>
		<category><![CDATA[user-agent]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=740</guid>
		<description><![CDATA[When a browser makes a request to the server, it sends information such as its operating system name, version in addition to the type of the browser from which the request originates in the header variable &#8220;user-agent&#8221;. Depending on the request made, server responds back with specific details which can range from browser specific css [...]]]></description>
			<content:encoded><![CDATA[<p>When a browser makes a request to the server, it sends information such as its operating system name, version in addition to the type of the browser from which the request originates in the header variable &#8220;user-agent&#8221;. </p>
<p>Depending on the request made, server responds back with specific details which can range from browser specific <strong>css </strong>layout to calling certain <em>javascripts</em>for certain browsers.</p>
<p>Changing the <strong>user-agent</strong> also helps us in understanding how spider-agents or bots will see the pages that we build. It also helps us design applications that will mimic a request as originating from a mobile phone and helps us in viewing the behavior of the application in different mobile clients.</p>
<p>To read more about HTTP-Headers check <a href="http://www.ietf.org/rfc/rfc2616.txt" target="_blank">ietf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/12/http-header-user-agent-modification.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Memory Leak Diagnosis</title>
		<link>http://kurinchilamp.kurinchilion.com/2009/10/javascript-memory-leak-diagnosis.html</link>
		<comments>http://kurinchilamp.kurinchilion.com/2009/10/javascript-memory-leak-diagnosis.html#comments</comments>
		<pubDate>Sat, 03 Oct 2009 07:53:08 +0000</pubDate>
		<dc:creator>kurinchilamp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[UI, CSS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[IE leak]]></category>
		<category><![CDATA[IE leaks]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript tools]]></category>
		<category><![CDATA[leak monitor plugin]]></category>
		<category><![CDATA[memory leak]]></category>
		<category><![CDATA[memory leak diagnosis]]></category>

		<guid isPermaLink="false">http://kurinchilamp.kurinchilion.com/?p=677</guid>
		<description><![CDATA[What is meant by Memory leak? Memory leakage refers to obtrusive memory handling techniques adopted in programs which leads to increased load time and poor performance. Various scenarios can cause memory leaks which can range from unhandled memory garbage to cyclic references to error in code logic. One best suggestion given in the javascript forums [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is meant by Memory leak?</strong><br />
<em>Memory leakage </em>refers to obtrusive memory handling techniques adopted in programs which leads to increased load time and poor performance. </p>
<p>Various scenarios can cause memory leaks which can range from unhandled memory garbage to cyclic references to error in code logic. One best suggestion given in the javascript forums to overcome this problem is to nullify the element once its usage is over.<br />
<span id="more-677"></span><br />
A simple and readily available tool to check on the memory leaks in the system is the Windows Task Manager &raquo; Performance to visually monitor the effect of cyclic references or unhandled situations in your Javascript code.</p>
<p>Another tool is <a href="http://dbaron.org/mozilla/leak-monitor/" target="_new">Leak Monitor extension</a> for Firefox.</p>
<p>Screencast on IE Memory Leaks can be viewed at <a href="http://www.barelyfitz.com/screencast/javascript/memory-leak/" target="_new">Barelyfitz.com</a> </p>
<p>If you are interested in learning Javascript you can watch a series of lectures from <a href="http://video.yahoo.com/watch/111593/1710507" target="_new">Yahoo Video Library on Javascript</a> by Douglas Crockford. Some interesting points like (i) is NaN a NaN? ii) What is the type of Nan? are discussed in his lectures.</p>
<p>Another interesting article on <a href="http://www.javascriptkit.com/javatutors/closuresleak/index.shtml" target="_new">Memory leakage pattern</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kurinchilamp.kurinchilion.com/2009/10/javascript-memory-leak-diagnosis.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

