The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employer.
 Wednesday, January 15, 2003
To Hell with Bad Browsers

à http://www.alistapart.com/stories/tohell/helltest.html

It’s an slightly older article, but it touches on things that we may take for granted (or forget all together) as we create our sites:

  • There’s more to the web than just HTML
  • CSS (Cascading Style Sheets) is one of the most powerful, widely supported and totally underused technologies on the net
  • Pretty Printing of Web Pages is possible, and included in CSS.  (Check out the link above and do a Print Preview to see the menu disappear!)
  • Writing browser-specific javascript or server side sniffing code is adding complexity to an already complicated project

Some good quotes:

  • “This is not about graphic design. It's about the separation of style from content, which will allow us to do amazing things. Like redesign an entire site in hours instead of months. Stop authoring and debugging stupid, browser-specific markup. And support non-traditional browsers, from Palm Pilots™ to Braille readers, without building multiple versions of every page. All pretty good stuff.”
  • “But My company has ‘standardized’ on a 4.0 browser. - We realize that many of you are stuck in that predicament. Consider this an opportunity to alert your boss or your IT department to the fact that 1997 browsers are holding back the web. Make them think upgrading was their own idea. That often helps.”

And for those who insist on 4.0 browsers, there’s a movement to start redirecting people to this page if they are running a non-compliant (<=1997) browser:

http://webstandards.org/act/campaign/buc/ (also worth your time)


Updated Link to this post 2:24:51 PM  #    comment []  trackback []
DevHawk PageLayout Control

DevHawk PageLayout Control. Descripion of PageLayout controls used to enforce DevHawk's look and feel [Harry Pierson's DevHawk Weblog]

This notion of ASP.NET Templated User Controls is pretty interesting to me.  What Harry has used them for reminds me what the IBuySpyPortal tried to do with UserControls, except Harry's approach seems cleaner and better separates UI and Logic.


Updated Link to this post 2:11:48 PM  #    comment []  trackback []