Favorite snipit of code today

Signing up for unigo.com today I found my favorite piece of javascript. There is a checkbox for: When checking the box you get this pop up: Then you think to yourself, WTF? Didn’t my checking the box verify my agreement? Here is the code that made it all possible: Hope you enjoyed my code snipit [...]

Posted on October 1, 2008 at 2:50 pm by nickdenardis · Permalink · 2 Comments
In: main · Tagged with: , , , , ,

Progressive Enhancement

Building for the lowest common denominator and then expanding upward. It sounds like a simple concept but most wed developers just can’t seem to grasp it. Not believing accessibility matters or being so inexperienced that building sites seems to just be a hack fest to make the “design” work in all browsers is the single [...]

Posted on September 23, 2007 at 9:31 am by nickdenardis · Permalink · Leave a comment
In: main · Tagged with: , , , , ,

jQuery vs Prototype – Document Load: jQuery wins

Recently I started using jQuery instead of Prototype for my web applications. When I first started using a javascript library I picked Prototype because to be honest jQuery intimidated me, there was a lot of mystery about it. Well I took another look at it a few days ago and I was floored, boy I [...]

Posted on September 15, 2007 at 8:33 am by nickdenardis · Permalink · 2 Comments
In: main · Tagged with: , , , , ,

Javascript yeilding and graceful degration

I’ve been watching a few YUI Theatre and Joseph Smarr’s talk about AJAX and Plaxo.

Posted on September 2, 2007 at 10:22 am by nickdenardis · Permalink · Leave a comment
In: main · Tagged with: , , , ,