December 2009
12/23/2009
Mobile Sites and the iPhone
There is one magic line that you need to remember to add to your Head Tag to get mobile sites to be displayed properly on the iPhone,
12/21/2009
Agility Tip: Handling Agility Save Events in Client Mode
One of the features we added this year was the ability to write Input Forms for Content Definitions and Module Definitions that are for "client side save", which means that the values of the content item are saved using Javascript instead of a postback.
12/18/2009
Google Browser Size
Google labs has just released an interesting tool called Browser Size.
12/16/2009
Catching errors on the jQuery's load() function
When using the jQuery's load function there is a way to catch the errors
12/03/2009
Copy by value for JSON objects
In Javascript, if you assign a reference object to another object, you actually copy it by reference.