Header("Location") on PHP
A classic PHP puzzle. This code looks like it should redirect to index.php, since 1 == 1 is always true:
A classic PHP puzzle. This code looks like it should redirect to index.php, since 1 == 1 is always true:
Firefox has been a favorite browser among web developers for many reasons, and knowing its keyboard shortcuts is the fastest
jGrowl is a jQuery plugin for raising unobtrusive notification “toasts” in the browser, styled after the way OS X’s Growl
A quick launcher menu built entirely with Windows batch commands — handy for a USB stick or a bare server
This tutorial was originally written in 2008 around Ajax Agent, a PHP/JavaScript micro-framework that has since disappeared — and its
Every developer takes certain things for granted — like ASP.NET being configured correctly with IIS. Sometimes something non-obvious prevents ASP.NET
A quick reference of the JavaScript commands that come up in everyday browser scripting — event handlers, navigation, dialogs, dates,
Continue readingJavascript commands for the most common actions
Full page refreshes have mostly given way to partial updates — fetch a bit of JSON, patch the DOM, done
Continue readingRetain scroll position after browser refresh
The 2008 trick for preloading images with CSS went something like this: Neat idea, quietly broken: in CSS, when the
Double-submits are as old as forms on the web: the user clicks “Submit”, nothing appears to happen fast enough, they