TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [TCLUG:16337] CSS and all that (was Personal Request..)



I'm not a big fan of JavaScript.  It tends to fail in strange
and usual ways, and causes no end of problems.  For image
rollovers, it is great, but not for much else...

These days, the way to go is to use PHP.  PHP can detect the browser,
and then you can choose to dish out pages based on that.  You both
cut down on the amount of data the end user has to download (because
there isn't 2x the HTML, one for IE, one for Netscape, in the Javascript),
and you have to worry less about unusual client configurations.

Nick Reinking