Category Archives: JavaScript

Ajax Interception

The Problem I recently had a problem where I needed to intercept any AJAX based calls from the browser to, well, anything. After a lot of Googling and digging through StackOverflow all I ever found were suggestions for event listeners … Continue reading

Posted in JavaScript, Programming | Tagged , , | 1 Comment

Tabs in a TextBox

Anyone who uses the web and happens to be programmer knows that at some point you are in a HTML TextBox and as your typing away you hit the tab to indent the line….. and you end up in the … Continue reading

Posted in JavaScript, Programming | Tagged , | 2 Comments