<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: JSON(Java Script Object Notation):{mode Now}</title>
	<atom:link href="http://www.watblog.com/2006/12/06/json-java-script-object-notation-mode-now/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.watblog.com/2006/12/06/json-java-script-object-notation-mode-now/</link>
	<description>The Refreshing Blog on Web, Advertising and Technology in India!</description>
	<pubDate>Thu, 08 Jan 2009 11:59:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ketan</title>
		<link>http://www.watblog.com/2006/12/06/json-java-script-object-notation-mode-now/#comment-255</link>
		<dc:creator>Ketan</dc:creator>
		<pubDate>Wed, 13 Dec 2006 15:46:09 +0000</pubDate>
		<guid isPermaLink="false">#comment-255</guid>
		<description>Yes....
In real life scenario ..a response may have elements which are not showed on screen...In the function above 
document.getElementById(something).value=data[something] 
to be replaced by 
			if(document.getElementById(something)!=null){
document.getElementById(something).value=data[something];
}
Simply visit this: http://123.writeboard.com/e509df5da531dd6f9
password:watblog
edit the page : copy the code: run in your browser</description>
		<content:encoded><![CDATA[<p>Yes&#8230;.<br />
In real life scenario ..a response may have elements which are not showed on screen&#8230;In the function above<br />
document.getElementById(something).value=data[something]<br />
to be replaced by<br />
			if(document.getElementById(something)!=null){<br />
document.getElementById(something).value=data[something];<br />
}<br />
Simply visit this: <a href="http://123.writeboard.com/e509df5da531dd6f9" rel="nofollow">http://123.writeboard.com/e509df5da531dd6f9</a><br />
password:watblog<br />
edit the page : copy the code: run in your browser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srivats</title>
		<link>http://www.watblog.com/2006/12/06/json-java-script-object-notation-mode-now/#comment-254</link>
		<dc:creator>Srivats</dc:creator>
		<pubDate>Sun, 10 Dec 2006 08:03:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-254</guid>
		<description>I really dint get &#34;iterate over each node in JSON object and find out if that node is available in screen; if Yes assign the value then and there itself;then go to next element and if No go to next element&#34;.
If element is missing on the screen, then it means that the web page is not in sync with the back end servlet in application level. I might be wrong in ma understanding. Care to explain.</description>
		<content:encoded><![CDATA[<p>I really dint get &quot;iterate over each node in JSON object and find out if that node is available in screen; if Yes assign the value then and there itself;then go to next element and if No go to next element&quot;.<br />
If element is missing on the screen, then it means that the web page is not in sync with the back end servlet in application level. I might be wrong in ma understanding. Care to explain.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
