Why does it matter what program you use? That's just complete BS. Are you telling me I'm not a professional because I use Dreamweaver and you're 1337 because you use TextEdit. Big Deal. I could do it in TextEdit if I wanted too, I have Coda, but I always go back to Dreamweaver. And If you read my post from above, I still create everything by hand, I don't generate anything besides mundane Hrefs, Img, etc, but never layout markup. Are you telling me TextEdit can make those any better?
It's like saying the only way to drive from New York to LA is by Ford Truck.
As a matter of fact I turned down a job at Apple and Macromedia 3 years ago. But thanks.
It really doesn't matter what program you use. I don't use a plain text editor because it makes me feel special or elite. I use it because I'm most efficient with it and I have full control over everything I do. I'm not saying professionals don't use Dreamweaver. I'm just saying there are better tools out there if they are willing to take that leap.
I used dreamweaver for about 5 years and started with it when it was first bought by Macromedia. I used to say dreamweaver was the fastest and best way to build websites as well. But that was before I REALLY learned html and css. I moved on to software that's makes me even more efficient and gives me more control since I know what I'm doing much more than I did in the past. Dreamweaver makes you lazy and messy code can result. I even took a quick peak at the source code on your homepage and found a common problem that occurs when you use dreamweaver in design view:
Code:
<p> </p>
<p> </p>
You probably hit return a few times and resulted in empty paragraph tags. I'm not trying to criticize your code in any way, I'm just making a point about dreamweaver.
Programs like Dreamweaver aren't the most efficient way of working. Dreamweaver is designed for designers who aren't very good at writing their own code. Sure anyone can use it, but that's the primary target. Apps like Textmate are designed for people who know how to code and builds upon that notion.