Does the Norway initiated IE6-campaign work?
Very many of you have by now noticed the national and international campaign against Internet explorer 6. Several major sites (wired, the register, digg, slashdot) picked up the story, and the word spread at an amazing speed. The interesting question is, does it have any effect? Pål Nedregotten, Channel Manager at API, which has 50 [...]
Current international web sites warning against Internet Explorer 6
As mentioned earlier, there is a national collaboration amongst Norwegian web sites to make people upgrade their IE6 installation to something better; where better is anything from IE7 to Safari. Being on a Mac, I have no easy way to actually see these warnings. I thought it would be cool to see, so I started [...]
Current Web sites in Norway warning against Internet Explorer 6
As mentioned earlier, there is a national collaboration amongst Norwegian web sites to make people upgrade their IE6 installation to something better; where better is anything from IE7 to Safari. Being on a Mac, I have no easy way to actually see these warnings. I thought it would be cool to see, so I started [...]
Opera Software releases alpha of new web developer tools
Ever since firebug was released as a developer tool for firefox, developers have asked themselves how they ever managed to live without it. In particular the powerful javascript debugger and the ability to manipulate html and css directly for testing has made it the most indispensable for web developers today.
display: inline-block; A lesser known css property that works!
No more trouble getting the vertical alignments correct. display: inline-block allows you to set a width and height on your elements without forcing a break; you get an inline element which you can set width and height on, just like you can on a block element. Simply set a fixed width on your labels and [...]