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 )

jQuery 101: Adding jQuery to Your Website
Everyone has to start somewhere. So lets get you setup to begin learning jQuery. The first thing you will need to do is get jQuery setup and running on your site. Now let’s get started. ( more )

Adding Twitter to Your Web Site with JavaScript
Today at work we needed to pull our Twitter feed into our site. Not wanting to have to deal with the Twitter feed in back-end code, we decided to try out some already-written JavaScript setups for doing what we needed. ( more )