I’ve long been interested in messing around with Javascript in Minecraft courtesy of ScriptCraft but I never got around to it, partly because it required using an external program to edit code but something always stopped the code running. I gotta go bug Walter about it! 🙂 Anyway, I recently […]
Destroy web pages with the simple bookma…
Destroy web pages with the simple bookmarklet from this page. Clicking the button on that page will launch a small Asteroids-like ship you can fly around a web pages shooting at the page elements and blowing them up. Fun.
HOWTO: Make WordPress plugins work with WP Super Cache
Thaya Kareeson has written an excellent article for plugin developers. It goes through how to make plugins work with WP Super Cache by using dynamic AJAX calls. WP Super Cache can make static html copies of pages served by WordPress which is great for performance. Unfortunately that means some plugins […]
Dump Javascript at the end of your page
You’ve seen it plenty of times before. A website loads but only the sidebar appears. The loading graphic in your browser is still spinning and there’s that “contacting …” or “loading …” message at the bottom of your window. Why? The most common cause of this is because the site […]