June 2010
06/22/2010
Summary of Windows Azure
Windows Azure, Microsoft's cloud platform, is ready for primetime. When we think of cloud-based infrastructures, it has many pieces that make it both viable and attractive from many points of view.
06/22/2010
JS Bin - Collaborative JavaScript Debugging
This site/tool has some collaborative options. You can share with others the code you created using a URL, and it also provides a kind of versioning option of the code.
06/22/2010
Client side charts from Google
The Google Chart Tools enable adding live charts to any web page.
06/10/2010
Unique IDs for regular HTML elements in modules
The fastest way to get a handle on an object in the HTML DOM is by its ID.
06/08/2010
Iteration order of an object's properties in Javascript
In order to get the correct behaviour, you can create an array of the keys in traversal order, and iterate over that instead.
06/08/2010
Amazon CloudFront Now Supports HTTPS
Today Amazon release an update to their popular CDN service CloudFront with support for secure communication over HTTPS.