like2program
New Member
- Messages
- 244
- Reaction score
- 0
- Points
- 0
Handcoding is the best way to go. No editors at all just notepad++. The reason that I have never used an 'editor' other than the text based notepad++ is because I want to stay fresh and up-to-date with the constant changes out there. WYSIWYG editors just flatout create too much unnecessary code.
Code your web sites using XHTML, external CSS, and tableless and you will then come closer to keeping up with the ever evolving designer world.
I have to agree with you 100%. There is no way to know what is going on unless you code it yourself and see the results. I always recommend external CSS and XHTML (some call it html 5). WYSIWYG editors have to be built for every situation, on the other hand, if you manual code it, you will know exactly what it is going to be used for. Thus you can avoid the useless stuff. I also hate how they make modifications so that Navigator 1.22 can see your page. NO ONE uses Navigator 1.22! The fact that is is hard to make a variable width page really gets me angry too. I want all sorts of sizes to see it like I do, not just 1680*1050(my screen res). Ok that's enough for now. Anyone else?