• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Do you hand code your HTML?

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Most of the time I use notepad, unless I'm really lazy or really tired. Then I fire up front page, make the changes I want to make, save, then open notepad and remove all the bloat that FP adds.

...😕
 
Yep, but I spend far too much time cleaning up pages designed by people who not only won't hand-code, they won't even use anything that's intended to be an html editor. One prolific author, for example, will *only* work in Microsoft Publisher; he also doesn't quite get the idea of links, that a webpage is not a fixed-size piece of paper, or that people don't read a website front-to-back like a book. I tried MS Publisher's html export function once, and it took much, much longer to fix the code than it takes to cut and paste his text into an editor and make up the tags as I go along.
 
Originally posted by: oboeguy
Emacs.

I've use good old MS InterDev for ASP stuff, but it's been a while. I'll fire it up once in a while to touch-up a thing or three, but most my stuff these days is pretty straightforward (no server-scripting) so Emacs it is.
I have to say I am rather fond of Emacs as well.
 
Ace HTML 6 Pro, which is basically a colored hand coding app (i.e. tags, vars, php, scripts are different colors)
 
I'm gonna guess no......since I just started tonight. Although I'm saving stuff in Notepad and then pasting into Nvu.

Err, so I don't rock at the web stuff 🙂
 
I use ASP Matrix or EditPlus. I like editplus a bit more, but ASP Matrix has a lot of helpful stuff for .NET coding.
 
I use Dreamweaver to do layouts and work on the CSS classes. I don't use the WYSIWYG component much, but the HTML editor within Dreamweaver is good enough to avoid using another text editor.

Usually import the finished product into VS .NET and convert to .aspx
 
Back
Top