View Single Post
10-08-2006, 07:56 PM
#15
Awesome is offline Awesome
Awesome's Avatar
Status: Pastafarian
Join date: May 2006
Location: Duct Taped to your Ceiling
Expertise:
Software:
 
Posts: 3,440
iTrader: 26 / 93%
 

Awesome is on a distinguished road

  Old

Originally Posted by dereklapp
i hand code stuff at work, because i type faster then i point and click, and i find t incredibly easy. when i'm done, i move onto my next job. 2 weeks later when the client wants the page heading changed from Event Calendar to Calendar of Events, my boss doesn't want to waste my time, having me stop what i'm doing (potentially destorying my train of thought) to update it, so he opens it in a wysiwyg editor and tries to make the changes in design mode, and because he has no idea how i've structured the page, he has to do all this design fiddling and in the end, it destroys the page because he's fighting my css with <font> tags - so not only has my structure been ruined to get the thing to look like he wants, it applies all its other stupid logic to my code - putting <br> tags where my content is already wrapping on its own, and because i'm actually serving it as application/xml+xhtml it explodes and i have to go in and fix it.
In all fairness, if you are using a decent ( recent Dreamweaver) editor, those problems do not exist. The know doctypes and how to choose the correct tags. You'r post is an overly broad generalization, and is more fitted to the editors of '99 than 2006.