The Right way to use/make a favicon
Getting a proper favicon on every browser and device today takes two things: the <link> tags in your HTML head
Getting a proper favicon on every browser and device today takes two things: the <link> tags in your HTML head
This is a reference of the most commonly used MySQL commands, posted here in 2008 and still in the top
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