Optimizing HTTP requests and CSS with @media

Situation All of our sites have three style sheets, an “all”, “handheld” and “print” all necessary to a well rounded web experience. Problem They come at a cost tho, three HTTP requests each page load. It doesn’t seem too bad when you get 1000 visitors a day or each file is only 100k but it [...]

Posted on November 19, 2007 at 9:30 pm by nickdenardis · Permalink · Leave a comment
In: main · Tagged with: ,

Road to validation.

Overseeing the current Wayne State University homepage is like running with a tiny pebble in your shoe. You feel it every step but your going so fast you cannot stop to take it out. Working with a site so large it can become discouraging but taking one step at a time one can accomplish anything. [...]

Posted on November 18, 2007 at 11:45 am by nickdenardis · Permalink · Leave a comment
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: , , , ,