Want to highlight the most popular articles, blog posts or media on your website? If you use the excellent Google Analytics to track the usage of your sites, you can use the Google Analytics API to create an automatically updated hot-list of popular content.
In this tutorial I'll explain how I managed to create the "hot trends" list on What The Trend?. This shows the most popular "trends" on the site from the last 3 days.
(more...)

One of the best practices to follow for making a speedy website is to reduce the number of HTTP requests needed. Every HTTP request for an HTML file, image, SWF, CSS or Javascript page adds a small penalty to page loading. Moreover, often only two connections can be made to a single server simultaneously, although this limit has been
Most all of the Android examples and tutorials out there assume you want to create and populate your database at runtime and not to use and access an independent, preloaded database with your Android application.