How we got Think2Loud to be so fast.
We followed the advice of Yoast.com and moved to VPS.net.
Read more about it in our WordPress hosting article.

JSON vs. XML: What Should You Use?
Lots of people have asked me this question: which is better when loading data via an ajax request? JSON is my favorite. I’m going to try and explain the benefits of JSON over XML. ( more )

Using jQuery and XML to Populate a Drop-Down Box
Building on the post Reading XML with jQuery, I have modified the success function to parse the XML data and load it into a drop-down box. You can get the demo files from Reading XML with jQuery here. Once you download and unzip the demo files, open the index.html in your favorite editor. Then remove all the HTML between the body tag and also all the jQuery in the success function. I also changed the page title to “Using jQuery and XML to Populate a Drop-Down Box Demo.” ( more )
