Recent Blog Posts
Load json with ExtJs.Ajax and Ext.util.JSON
September 23rd, 2009 Read more ...
An example how to use the ExtJs classes Ext.Ajax and Ext.util.JSON to load json encoded data into a javascript object from a remote source.
Override alert() && confirm()
Februar 17th, 2009 Read more ...
I never tried it before: It's possible to override the javascript built-in functions alert() and confirm(). I think this can be a useful feature in some cases. For instance you can write a function to display all alerts in the Firebug console with this code:It's possible to override the javascript built-in functions alert() and confirm(). I think this can be a useful feature in some cases. For instance you can write a function to display all alerts in the Firebug console with this code: