Archive for the 'Javascript' Category
Monday, July 28th, 2008
I recently started a new job, which I like a lot by the way. At the new job they use a lot of techniques that I have not used before. One of which is the JavaScript library JQuery. I had tried JQuery when it first came out but didn't think much of [...]
Posted in Javascript, Web Design | 3 Comments »
Tuesday, June 3rd, 2008
Unobtrusive JavaScript is easy, I said it. It is easy and useful. Hard coding a call to a JavaScript function in a link isn't hard to do. It isn't even hard to change if you have to. But what if that link was repeated across 10 pages, 100 pages, 1000 pages? [...]
Posted in General, Javascript, Web Design | 1 Comment »
Wednesday, April 2nd, 2008
On occasion, many occasions, web browsers don't treat javascript the same way. Usually the issue is with Internet Explorer not acting like other browsers, so it can be useful to know if your user's browser is IE or not. Here is a little function that can tell you what browser is being used.
function [...]
Posted in Javascript, Web Design | 1 Comment »