I am currently working on a new skin for my Blog, as well as revisiting the overall user experience of this site. Since I Tweet quite a bit, I figured that displaying the list of my latest 5 Tweets would be a neat idea. A couple of thoughts came to mind, including writing a module that would consume the Twitter API to retrieve my tweets. After doing some researching around, I found that there is a much much, much simpler way to do this with a little (already provided) JavaScript. First, add the following html UL element somewhere on your page: <div id="twitter_div... [More]