|
GoLive is OK, it's pretty easy to learn but I prefer Dreamweaver, sure it's pricey but it's well worth the investment, nice and powerful. I don't think there are any decent creation programs of significant note after those two, unless your while site is Flash.
When it comes to working environment, I work in a split screen mode(half code, half WYSIWYG). Every Wizzywig program pops in useless code so I create in the Wizzy window and simplify it in the code window, it seems to work nicely that way.
Some general tips:
Definately incorporate CSS (this isn't an option anymore). If you plan on a large commonly themed site, it's a life saver.
Code as advanced as possible, take the plunge and rebuild using XHTML Strict, it's better in the long run. I'm rebuilding my crappy site now using Strict, it's tough and slow going though.
|