Setting Up Self-Hosted WordPress (Finally Wrote This Down)
A walkthrough of moving to self-hosted WordPress: picking a cheap host, the actual install process (five-click or manual), and choosing a first theme.
A walkthrough of moving to self-hosted WordPress: picking a cheap host, the actual install process (five-click or manual), and choosing a first theme.
A hands-on first look at jQuery Mobile 1.0, which just went final: getting the files linked up, building a simple data-role page, and a few gotchas I hit along the way.
A quick, no-framework PHP tutorial for building a contact form that emails you, with basic server-side validation and a fix for the email header injection hole most beginner tutorials skip.
A practical walkthrough of the HTML5 video tag: multiple source formats, poster images, and why you still need a fallback for browsers (and clients) that won't cooperate.
A beginner-friendly walkthrough of git init, add, and commit, and why emailing yourself zip files of your code is a habit you need to break right now.
A rundown of getting CSS3 rounded corners and gradients working across Firefox, WebKit browsers and IE9, vendor prefixes included, with the workarounds IE9 still forces on you.
A no-framework walkthrough of validating a contact form with plain jQuery 1.7 before firing off the AJAX submit, including the .on() switch and a basic email regex.