Web Standards
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT COUNT(*) FROM comments WHERE nid = 109 AND status = 0 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 109 AND c.status = 0 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.thread DESC LIMIT 0, 50 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
Submitted by sneakin on Sat, 2005/02/19 - 16:39.
Personal
The past couple of days I've been doing some web work in CSS. With it being 2005 and all I figured things should be pretty easy. Things are fine in Firefox where everything gets layed out perfectly, as I expect them. Things get whacko when I try the same style sheet in Internet Explorer. I almost have a feeling I'm gonna have to go back to the design techniques I used in high school just to reach 90% (that's probably 80% +/- 10% now). I did check the copyright date in IE, and it's 2001, the year I graduated. So maybe I need to upgrade IE and hope Microsoft updated it, or Microsoft is loosing horribly to Firefox.
|