Category: javascript
-
adding blackbird javascript logging to your rails project
Blackbird is a nifty JavaScript logger that can be added to any web app. Ever find yourself adding alerts into your JavaScript to get some [...]
-
email munging using javascript for wordpress
Anyone who wants to post their email address on the Internet should be wary of spiders picking up their address and filling their inbox with [...]
-
want to use json.js with prototype.js?
If you’ve tried this, you’ve realized that trying to include both prototype.js and json.js in the same html will cause things to silently fail. The [...]
-
getting thickbox, jquery, and prototype to play together nicely
The latest version of the JumpBox admin interface uses ThickBox for its cool visual effects, and prototype for handling AJAX requests. The problem is that [...]
-
awesome javascript lecture videos
Douglas Crockford has a great set of JavaScript lectures on Yahoo! Video. I’m working my way through them now… The JavaScript Programming Language [part 1] [...]
-
thickbox, https, ie6 and os x firefox compatibility issues
