<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JSON Javascript Tutorial</title>
	<atom:link href="http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/</link>
	<description>Find free mock and practice test, create and sell tests</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:03:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flash</title>
		<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/comment-page-1/#comment-10334</link>
		<dc:creator>Flash</dc:creator>
		<pubDate>Fri, 05 Aug 2011 12:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1597#comment-10334</guid>
		<description>I have put together a little JSON sample that iterates over a JavaScript object and posts the property values to a cross domain server that is hosts by a DotNet.aspx page that then converts a C# object to a JSON string that is then posted back to the browser and converted back to a JavaScript object without having to use Window.Eval()

The resultant JavaScript object is then finally past back to a call-back function that is ready to uses and the code does not need 3rd party libraries, works in net framework 2.0 and upwards and has been tested with IE6-IE9, Firefox plus it&#039;s lightweight.

Click my name for full details</description>
		<content:encoded><![CDATA[<p>I have put together a little JSON sample that iterates over a JavaScript object and posts the property values to a cross domain server that is hosts by a DotNet.aspx page that then converts a C# object to a JSON string that is then posted back to the browser and converted back to a JavaScript object without having to use Window.Eval()</p>
<p>The resultant JavaScript object is then finally past back to a call-back function that is ready to uses and the code does not need 3rd party libraries, works in net framework 2.0 and upwards and has been tested with IE6-IE9, Firefox plus it&#8217;s lightweight.</p>
<p>Click my name for full details</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/comment-page-1/#comment-10241</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Tue, 31 May 2011 13:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1597#comment-10241</guid>
		<description>Onyx, did you parsed the JSON results into your page ? If yes then you can store that in some hidden field or pass the value into form variables. 
Once you are able to parse JSON results, the manipulation of values is same as you would have done normally.</description>
		<content:encoded><![CDATA[<p>Onyx, did you parsed the JSON results into your page ? If yes then you can store that in some hidden field or pass the value into form variables.<br />
Once you are able to parse JSON results, the manipulation of values is same as you would have done normally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onyx</title>
		<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/comment-page-1/#comment-10239</link>
		<dc:creator>Onyx</dc:creator>
		<pubDate>Tue, 31 May 2011 01:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1597#comment-10239</guid>
		<description>Hi Vinay,
Could you help me please, how to pupulate json result into form automatically? 
thank you for helping.</description>
		<content:encoded><![CDATA[<p>Hi Vinay,<br />
Could you help me please, how to pupulate json result into form automatically?<br />
thank you for helping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raheel</title>
		<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/comment-page-1/#comment-9761</link>
		<dc:creator>Raheel</dc:creator>
		<pubDate>Tue, 22 Feb 2011 07:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1597#comment-9761</guid>
		<description>interesting and very useful script</description>
		<content:encoded><![CDATA[<p>interesting and very useful script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design</title>
		<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/comment-page-1/#comment-9713</link>
		<dc:creator>web design</dc:creator>
		<pubDate>Mon, 14 Feb 2011 16:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1597#comment-9713</guid>
		<description>great....this is really useful...thanks for sharing....</description>
		<content:encoded><![CDATA[<p>great&#8230;.this is really useful&#8230;thanks for sharing&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond trangia</title>
		<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/comment-page-1/#comment-9640</link>
		<dc:creator>Raymond trangia</dc:creator>
		<pubDate>Thu, 03 Feb 2011 08:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1597#comment-9640</guid>
		<description>This is what i need to build a site.

This site also have codes but it uses json with something curl

http://linesforme.blogspot.com</description>
		<content:encoded><![CDATA[<p>This is what i need to build a site.</p>
<p>This site also have codes but it uses json with something curl</p>
<p><a href="http://linesforme.blogspot.com" rel="nofollow">http://linesforme.blogspot.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/comment-page-1/#comment-8662</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Thu, 14 Oct 2010 14:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1597#comment-8662</guid>
		<description>Thanks Renjith. Readers like you keep us motivated. :)</description>
		<content:encoded><![CDATA[<p>Thanks Renjith. Readers like you keep us motivated. <img src='http://www.skill-guru.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renjith Maxy</title>
		<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/comment-page-1/#comment-8661</link>
		<dc:creator>Renjith Maxy</dc:creator>
		<pubDate>Thu, 14 Oct 2010 10:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1597#comment-8661</guid>
		<description>Good Chunk of Information dude, keep posting.</description>
		<content:encoded><![CDATA[<p>Good Chunk of Information dude, keep posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Kumar</title>
		<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/comment-page-1/#comment-8597</link>
		<dc:creator>Praveen Kumar</dc:creator>
		<pubDate>Fri, 01 Oct 2010 12:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1597#comment-8597</guid>
		<description>This website is cool.. Keep it Going</description>
		<content:encoded><![CDATA[<p>This website is cool.. Keep it Going</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://www.skill-guru.com/blog/2010/01/27/json-javascript-tutorial/comment-page-1/#comment-8592</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Thu, 30 Sep 2010 18:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1597#comment-8592</guid>
		<description>@Moshe 
Did not used JSON with php so can&#039;t help you out much there. Will  try to answer your other question.</description>
		<content:encoded><![CDATA[<p>@Moshe<br />
Did not used JSON with php so can&#8217;t help you out much there. Will  try to answer your other question.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

