Maintaining the values in form fields between browser sessions has never been easier with HTML 5 Storage. It can go a long way towards enhancing the usability of your forms.
Top 10 Things to Check Before Launching a New Website
After almost 15 years of web development, these are the 10 things that I consider most important or most often forgotten when preparing a website for a launch.
Setting up a new linux web server
Setting up a new server isn’t something we do often enough to recall every step in detail. This reference should help serve as a guide when it comes time to provision a brand new linux server.
Review of Webkeepers VPS Hosting
If you need a low-cost VPS for a starter website, Webkeepers is as cheap as it gets. Know exactly what you’re getting into before signing up though.
Using Google’s New PageSpeed Module for Apache
Google’s new PageSpeed Apache Module is incredible. I did however hit a few snags in the installation and configuration of the module. Nothing serious, but I thought it was worth pointing them out, in case others run into the same problems.
Rename your assets before going live
The browser cache can really cause headaches when a site is updated. This post details the easiest possible way to invalidate an asset when making your web revisions live.
Reducing your JavaScript load
Although it typically makes sense to pack all of your JavaScript into one file to improve page load time, there are cases where it makes more sense to house certain chunks of JS code in a separate file. Here’s a trick to help keep things organized.
Web Hosting Calculator: What I learned
A few techniques and approaches to JavaScript and CSS development learned while developing a small JavaScript application.
Browser based geolocation – the accuracy question
Our tests revealed that high accuracy JavaScript GeoLocation requests were failing in some cases, instead of returning a low-accuracy result.
Batch Geocoding with ColdFusion, Google Maps API and JavaScript
A simple method to GeoCode a large number of addresses with ColdFusion while respecting Google’s query limit.