Hi folks -
My job, my CSSF activities, and my life require me to do a lot of HTML. Since getting my new computer and installing Office, I discovered that Microsoft no longer makes FrontPage. Yes, I know it sucked as a WYSYWIG HTML editor, but I learned how to work with it in ways that it couldn't hurt me. Features I liked best:
. Click the Preview and it takes you to the right spot in your code.
. Type text in the Preview and it shows up in the code.
. Open a bunch of files (say, an entire website) simultaneously, make one change and apply it to all of them, then save all at once.
I work mostly in the code section, so I don't encounter the typical coding errors FrontPage injects.
Today I needed to make a bunch of HTML changes to some files, and searched the internets high and low for a program that would serve my needs. The closest thing I found was good ol' HTML-Kit, but that doesn't do most of what I need. If I only want to work in code, I prefer Notepad++; I can open my own browser to see the result. I tried a few others and ended up uninstalling them right away.
Any recommendations of programs that have those features? I'd prefer free, but don't mind paying a little. Free is best because I can have it installed on the classroom computers, where students can use it and download something they know how to use at home.
Thanks!
Chris
My job, my CSSF activities, and my life require me to do a lot of HTML. Since getting my new computer and installing Office, I discovered that Microsoft no longer makes FrontPage. Yes, I know it sucked as a WYSYWIG HTML editor, but I learned how to work with it in ways that it couldn't hurt me. Features I liked best:
. Click the Preview and it takes you to the right spot in your code.
. Type text in the Preview and it shows up in the code.
. Open a bunch of files (say, an entire website) simultaneously, make one change and apply it to all of them, then save all at once.
I work mostly in the code section, so I don't encounter the typical coding errors FrontPage injects.
Today I needed to make a bunch of HTML changes to some files, and searched the internets high and low for a program that would serve my needs. The closest thing I found was good ol' HTML-Kit, but that doesn't do most of what I need. If I only want to work in code, I prefer Notepad++; I can open my own browser to see the result. I tried a few others and ended up uninstalling them right away.
Any recommendations of programs that have those features? I'd prefer free, but don't mind paying a little. Free is best because I can have it installed on the classroom computers, where students can use it and download something they know how to use at home.
Thanks!
Chris
Tags:
From:
no subject
From:
no subject
From:
no subject
From:
no subject
From:
no subject
From:
no subject
I'm sure Dreamweaver would be grand, but it's not been keeping up with the times, and if I'm going to pay for something, I might as well get something truly modern. I tried Amaya, and it was pretty bad (as was SeaMonkey) - when it wasn't crashing. Ugh. I'll check out the others.
From:
no subject
From:
no subject
From:
no subject
From:
no subject
From:
no subject
For free, I like Komodo Edit because it does more than just HTML editing, so if you want to tweak the php in that Drupal shell, no problem. http://www.activestate.com/komodo-edit. But you might also want to check out Firebug. http://getfirebug.com
And if it's just something where I need to insert formatted HTML - I use Xinha! Here, a Firefox extension that turns every window into a WYSIWYG editor.
From:
no subject
Anything called Komodo Edit is worth a try!
From:
no subject
From:
no subject
From:
no subject
I'm a bit spoiled in that I have Dreamweaver at work, but when I have to do some .html editing in a pinch at home, Visual Web Developer works well. It's free.
My only problem with it (and it's minor) is that it can be wonky about drag-selecting long strings of code.