Want to learn JavaScript, but can’t find a tutorial that doesn’t assume you already know the basics? The folks over at <code /> have just the tutorial for you: “JavaScript Tutorial for Absolute Beginners.”
Category Archives: JavaScript
Using cutting edge web features: Warning users with outdated browsers
There are new innovations in web design all the time, but the biggest problem with being able to use them is the variety of browsers and versions of those browsers out there. There are times when you have to design for the lowest common denominator (which, currently, is Internet Explorer 8), but if you don’t have that constraint put upon you by a client, and want to design with current browsers in mind, then you should look at Browser-Update.org’s solution.