<?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: Reading XML with jQuery</title> <atom:link href="http://think2loud.com/reading-xml-with-jquery/feed/" rel="self" type="application/rss+xml" /><link>http://think2loud.com/reading-xml-with-jquery/</link> <description>Building &#38; Tweaking Website&#039;s</description> <lastBuildDate>Thu, 29 Jul 2010 00:15:19 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Blogging Task 8 &#171; Web Application Development Environments INFT215</title><link>http://think2loud.com/reading-xml-with-jquery/#comment-151</link> <dc:creator>Blogging Task 8 &#171; Web Application Development Environments INFT215</dc:creator> <pubDate>Sun, 08 Nov 2009 11:40:59 +0000</pubDate> <guid
isPermaLink="false">http://www.think2loud.com/?p=224#comment-151</guid> <description>[...] http://think2loud.com/reading-xml-with-jquery/ - How to read the XML with Jquery best example of [...]</description> <content:encoded><![CDATA[<p>[...] <a
href="http://think2loud.com/reading-xml-with-jquery/ -" rel="nofollow">http://think2loud.com/reading-xml-with-jquery/ -</a> How to read the XML with Jquery best example of [...]</p> ]]></content:encoded> </item> <item><title>By: Orbith</title><link>http://think2loud.com/reading-xml-with-jquery/#comment-150</link> <dc:creator>Orbith</dc:creator> <pubDate>Mon, 19 Oct 2009 06:21:18 +0000</pubDate> <guid
isPermaLink="false">http://www.think2loud.com/?p=224#comment-150</guid> <description>I have a large data in xml file.
sample:content hereI have thousands of this in my xml..
Need help how to apply pagination on this...</description> <content:encoded><![CDATA[<p>I have a large data in xml file.<br
/> sample:</p><p> content here</p><p>I have thousands of this in my xml..<br
/> Need help how to apply pagination on this&#8230;</p> ]]></content:encoded> </item> <item><title>By: Jared</title><link>http://think2loud.com/reading-xml-with-jquery/#comment-149</link> <dc:creator>Jared</dc:creator> <pubDate>Fri, 16 Oct 2009 18:07:51 +0000</pubDate> <guid
isPermaLink="false">http://www.think2loud.com/?p=224#comment-149</guid> <description>You should feel free to use jQuery to read the XML if that&#039;s your only option, but if you are looking to make your javascript quick and streamlined json is the way to go.  This is a great topic for a new post, which i&#039;ve been neglecting for about a month now.  Check back in a few hours I could have something up.</description> <content:encoded><![CDATA[<p>You should feel free to use jQuery to read the XML if that&#8217;s your only option, but if you are looking to make your javascript quick and streamlined json is the way to go.  This is a great topic for a new post, which i&#8217;ve been neglecting for about a month now.  Check back in a few hours I could have something up.</p> ]]></content:encoded> </item> <item><title>By: Thomas</title><link>http://think2loud.com/reading-xml-with-jquery/#comment-148</link> <dc:creator>Thomas</dc:creator> <pubDate>Fri, 16 Oct 2009 17:44:57 +0000</pubDate> <guid
isPermaLink="false">http://www.think2loud.com/?p=224#comment-148</guid> <description>Thanks for the superb article and the code!, i need a suggestion, I am using a search box with the results coming from a ajax response as xml, should i use json and read it using jquery or directly I can read xml using jquery, which is faster? please advise.Thanks in advance
Thomas</description> <content:encoded><![CDATA[<p>Thanks for the superb article and the code!, i need a suggestion, I am using a search box with the results coming from a ajax response as xml, should i use json and read it using jquery or directly I can read xml using jquery, which is faster? please advise.</p><p>Thanks in advance<br
/> Thomas</p> ]]></content:encoded> </item> <item><title>By: Peter Ellis</title><link>http://think2loud.com/reading-xml-with-jquery/#comment-147</link> <dc:creator>Peter Ellis</dc:creator> <pubDate>Thu, 15 Oct 2009 16:53:10 +0000</pubDate> <guid
isPermaLink="false">http://www.think2loud.com/?p=224#comment-147</guid> <description>There is a great guide for anyone trying to process an RSS/XML feed using JQuery and is running into problems e.g. no data being returned...or so it seems..http://jquery-howto.blogspot.com/2009/04/cross-domain-ajax-querying-with-jquery.htmlIn short we wrote a PHP file which got the feed for us acting much like a proxy! Turned out that Firefox was preventing JS from making the call due to Firerfox&#039;s security settings!Hope this helps!</description> <content:encoded><![CDATA[<p>There is a great guide for anyone trying to process an RSS/XML feed using JQuery and is running into problems e.g. no data being returned&#8230;or so it seems..</p><p><a
href="http://jquery-howto.blogspot.com/2009/04/cross-domain-ajax-querying-with-jquery.html" rel="nofollow">http://jquery-howto.blogspot.com/2009/04/cross-domain-ajax-querying-with-jquery.html</a></p><p>In short we wrote a PHP file which got the feed for us acting much like a proxy! Turned out that Firefox was preventing JS from making the call due to Firerfox&#8217;s security settings!</p><p>Hope this helps!</p> ]]></content:encoded> </item> <item><title>By: ysatech</title><link>http://think2loud.com/reading-xml-with-jquery/#comment-146</link> <dc:creator>ysatech</dc:creator> <pubDate>Sat, 10 Oct 2009 16:15:31 +0000</pubDate> <guid
isPermaLink="false">http://www.think2loud.com/?p=224#comment-146</guid> <description>thanks. I have put together your tutorial with a simple slide show. http://blog.ysatech.com/post/2009/10/08/JQuery-slideshow-with-XML.aspx</description> <content:encoded><![CDATA[<p>thanks. I have put together your tutorial with a simple slide show. <a
href="http://blog.ysatech.com/post/2009/10/08/JQuery-slideshow-with-XML.aspx" rel="nofollow">http://blog.ysatech.com/post/2009/10/08/JQuery-slideshow-with-XML.aspx</a></p> ]]></content:encoded> </item> <item><title>By: Atea Webdevelopment &#38; Search Engine Optimization</title><link>http://think2loud.com/reading-xml-with-jquery/#comment-145</link> <dc:creator>Atea Webdevelopment &#38; Search Engine Optimization</dc:creator> <pubDate>Fri, 04 Sep 2009 18:55:04 +0000</pubDate> <guid
isPermaLink="false">http://www.think2loud.com/?p=224#comment-145</guid> <description>Thanks, clear and simple examples that helped me!</description> <content:encoded><![CDATA[<p>Thanks, clear and simple examples that helped me!</p> ]]></content:encoded> </item> <item><title>By: Twitter Trackbacks for Reading XML with jQuery &#124; Think2Loud [think2loud.com] on Topsy.com</title><link>http://think2loud.com/reading-xml-with-jquery/#comment-144</link> <dc:creator>Twitter Trackbacks for Reading XML with jQuery &#124; Think2Loud [think2loud.com] on Topsy.com</dc:creator> <pubDate>Fri, 28 Aug 2009 19:58:37 +0000</pubDate> <guid
isPermaLink="false">http://www.think2loud.com/?p=224#comment-144</guid> <description>[...] link is being shared on Twitter right now. @budgibson, an influential author, said Have conquered xml [...]</description> <content:encoded><![CDATA[<p>[...] link is being shared on Twitter right now. @budgibson, an influential author, said Have conquered xml [...]</p> ]]></content:encoded> </item> <item><title>By: Balaji</title><link>http://think2loud.com/reading-xml-with-jquery/#comment-143</link> <dc:creator>Balaji</dc:creator> <pubDate>Wed, 26 Aug 2009 21:03:40 +0000</pubDate> <guid
isPermaLink="false">http://www.think2loud.com/?p=224#comment-143</guid> <description>Great article!  Thanks for taking the time to explain Reading XML with jQuery. I&#039;ve been thinking about similar topics lately, and it&#039;s good to see that I&#039;m not alone.  What do you think about Customizing HTML forms with jQuery?</description> <content:encoded><![CDATA[<p>Great article!  Thanks for taking the time to explain Reading XML with jQuery. I&#8217;ve been thinking about similar topics lately, and it&#8217;s good to see that I&#8217;m not alone.  What do you think about Customizing HTML forms with jQuery?</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://think2loud.com/reading-xml-with-jquery/#comment-140</link> <dc:creator>John</dc:creator> <pubDate>Wed, 29 Jul 2009 14:17:59 +0000</pubDate> <guid
isPermaLink="false">http://www.think2loud.com/?p=224#comment-140</guid> <description>I can&#039;t seem to download the source code or view the demo</description> <content:encoded><![CDATA[<p>I can&#8217;t seem to download the source code or view the demo</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: think2loud.com @ 2010-07-29 23:28:42 by W3 Total Cache -->