<?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: Viewing AJAX generated source code</title>
	<atom:link href="http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/</link>
	<description>development in a land far far away...</description>
	<pubDate>Wed, 15 Oct 2008 23:43:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Satya Prakash</title>
		<link>http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-44290</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Fri, 04 Apr 2008 07:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-44290</guid>
		<description>I can easily see the source code in Firefox after selecting the Ajax generated text. and On right click view selected source.</description>
		<content:encoded><![CDATA[<p>I can easily see the source code in Firefox after selecting the Ajax generated text. and On right click view selected source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kadambur kumar.N</title>
		<link>http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-20989</link>
		<dc:creator>Kadambur kumar.N</dc:creator>
		<pubDate>Thu, 20 Sep 2007 16:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-20989</guid>
		<description>hi, i want to view  records from database  after add every records without reloading page....
suppose if i click button named as "Add"  addform have to open then i filled it when i click submit button i have to see the all records from database without page reloading</description>
		<content:encoded><![CDATA[<p>hi, i want to view  records from database  after add every records without reloading page&#8230;.<br />
suppose if i click button named as &#8220;Add&#8221;  addform have to open then i filled it when i click submit button i have to see the all records from database without page reloading</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott P</title>
		<link>http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-19</link>
		<dc:creator>Scott P</dc:creator>
		<pubDate>Mon, 04 Dec 2006 22:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-19</guid>
		<description>In firefox, you can also just select the area, right-click then click on view selected source.</description>
		<content:encoded><![CDATA[<p>In firefox, you can also just select the area, right-click then click on view selected source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sharmo</title>
		<link>http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-18</link>
		<dc:creator>sharmo</dc:creator>
		<pubDate>Mon, 04 Dec 2006 21:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-18</guid>
		<description>Hi Rob,

I used to use Firebug on Firefox 1.5 but I was having a LOT of problems with Firefox crashing at the time. 

A colleague suggested that Firebug was the issue, possible using a lot of ram. I ended up turning it off and only using it when I needed it, I'll have to have another look! Thanks</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I used to use Firebug on Firefox 1.5 but I was having a LOT of problems with Firefox crashing at the time. </p>
<p>A colleague suggested that Firebug was the issue, possible using a lot of ram. I ended up turning it off and only using it when I needed it, I&#8217;ll have to have another look! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Cameron</title>
		<link>http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-17</link>
		<dc:creator>Rob Cameron</dc:creator>
		<pubDate>Mon, 04 Dec 2006 18:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-17</guid>
		<description>Also check out FireBug, shows you Ajax requests in real time, both the request you made and the response from the server.  Also has a JavaScript debugger/console, interactive rendered source (you can change attributes, form values and also highlights on the page whatever element you're over in the source), applied styles, dom tree, events browser ... it's amazing.  It's just about replaced the Web Developer Toolbar for me.  

https://addons.mozilla.org/firefox/1843/</description>
		<content:encoded><![CDATA[<p>Also check out FireBug, shows you Ajax requests in real time, both the request you made and the response from the server.  Also has a JavaScript debugger/console, interactive rendered source (you can change attributes, form values and also highlights on the page whatever element you&#8217;re over in the source), applied styles, dom tree, events browser &#8230; it&#8217;s amazing.  It&#8217;s just about replaced the Web Developer Toolbar for me.  </p>
<p><a href="https://addons.mozilla.org/firefox/1843/" rel="nofollow">https://addons.mozilla.org/firefox/1843/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Colliers</title>
		<link>http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-14</link>
		<dc:creator>Thomas Colliers</dc:creator>
		<pubDate>Mon, 04 Dec 2006 17:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/04/viewing-ajax-generated-source-code/#comment-14</guid>
		<description>Nice. I've been using this toolbar for quite a while now but I didn't know it had that feature. :)

Thx for the tip.</description>
		<content:encoded><![CDATA[<p>Nice. I&#8217;ve been using this toolbar for quite a while now but I didn&#8217;t know it had that feature. <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thx for the tip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
