Tag Archives: javascript

Serializing Objects in JSON format

Serializing data/objects using XML is quite a standard way over the Web. But, XML has it’s own set of disadvantages owing to which I tried serializing objects in JSON format. It seems .NET has in-built support for doing the same. One simply needs to use the JavaScriptSerializer class available within ‘System.Web.Script.Serialization’ namespace. using System; using […]

0  

Bug in Google Images! (as of 3rd Sept 2010)

Google Images (images.google.com) has a mighty bug! Let’s try to reproduce the error by searching for the keyword “matrix” When images.google.com has finished loading, we type in “matrix” in the search textbox and click on “Search” eventually. Relevant Images are displayed indeed. But now we have changed our mind and wish to search for the […]

0