One of the most interesting things to me that HTML5 has introduced is the XMLHttpRequest Level 2, and more specific the cross-origin requests. Up until now the browser vendors enforced cross-origin requests due to security reasons. The only way for a web page to talk to another web page outside of its domain was either [...]
Problog This post cover the following topics: 1) How to hijack a method in Javascript 2) How to tell when an ajax callback has being called 3) How to perform manipulation on Google ajax search results A good friend of mine has requested my help recently regarding Javascript. Don’t get me wrong, I’m no expert [...]