![]() |
#1 |
Prophet
Join Date: May 2008
Location: Indiana, USA
Posts: 2,939
Donated: $8
![]() |
HTML/Web Editor
I'm looking for a light-weight, easy to use, html editor. Something WYSIWYG would be helpful since I don't know much HTML and would rather learn through use than by reading a book. The pages I'll be working on are very basic (at least for right now) so it need not have a lot of bell and whistles. Something FREE would be great to start with. I've been browsing around the web, and haven't found anything that really stands out. Recommendations (please)?
I've used Front Page back in the day, which would be more than sufficient if I still had it, but I don't. Maybe something with similar functionality?
__________________
www.mediafire.com/buzzkill - Get your 32x32 tiles here. UT32 now compatible Ironband and Quickband 9/6/2012. My banding life on Buzzkill's ladder. |
![]() |
![]() |
![]() |
#2 | |
Angband Devteam member
|
Quote:
__________________
"3.4 is much better than 3.1, 3.2 or 3.3. It still is easier than 3.0.9, but it is more convenient to play without being ridiculously easy, so it is my new favorite of the versions." - Timo Pietila |
|
![]() |
![]() |
![]() |
#3 |
Vanilla maintainer
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,481
Donated: $60
![]() ![]() |
I use Seamonkey.
__________________
One for the Dark Lord on his dark throne In the Land of Mordor where the Shadows lie. |
![]() |
![]() |
![]() |
#4 |
Prophet
Join Date: Dec 2009
Posts: 9,022
![]() |
I generally feel that if your goal is to learn HTML, then you should be editing raw HTML, in which case any text editor will do the trick. If your goal is to make webpages, though, then the WYSIWYG stuff is fine.
|
![]() |
![]() |
![]() |
#5 |
Adept
Join Date: Jul 2009
Posts: 164
![]() |
HTML is designed to be trivial. Despite years of extension it still is. CSS, which you probably also need to learn, is only slightly less trivial. Every program I've ever seen which claims to make creating web pages easier in fact make it harder. What I use is:
vi Feel free to substitute emacs or notepad or whatever non-wysiwyg editor if you prefer. It doesn't matter. For a few pages which don't change often you need nothing else. For any more complicated I also use: m4 As I said, HTML is designed to be trivial. That can make it annoying. It has no control structures like loops. This can make simple tasks very repetitive. In principle specialist tools could help with that, but in reality they don't. Instead general tools for automating annoying tasks perform better. If you don't like m4, and most people don't, then awk is also a good choice for this role. I also use sed occasionally. make Once you start generating pages automatically from other files you will need to make sure the pages are kept up to date when those files are changed. You could do this by hand, but it's exactly the sort of thing make was designed for. rcs Version control is irreplaceable for figuring what went wrong when and why. I use rcs for almost everything I do, and should really use it for the rest. The best thing about it is the freedom to delete large parts of files, confident in the knowledge that you can undo the changes later if (when?) things don't work. |
![]() |
![]() |
![]() |
#6 | |
Prophet
Join Date: May 2008
Location: Indiana, USA
Posts: 2,939
Donated: $8
![]() |
Quote:
I nabbed SeaMonkey, gonna give it a look. @ Invis Stalker, way to much info ![]()
__________________
www.mediafire.com/buzzkill - Get your 32x32 tiles here. UT32 now compatible Ironband and Quickband 9/6/2012. My banding life on Buzzkill's ladder. |
|
![]() |
![]() |
![]() |
#7 |
Vanilla maintainer
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,481
Donated: $60
![]() ![]() |
Seamonkey is a full web suite, so includes browser, emailer, etc - the bit you want to use is Composer. It easily allows you to switch views between WYSIWIG and raw anyway, so if you do ever want to learn HTML it's a good way to start.
__________________
One for the Dark Lord on his dark throne In the Land of Mordor where the Shadows lie. |
![]() |
![]() |
![]() |
#8 |
Swordsman
Join Date: Apr 2010
Location: Washington state USA
Posts: 460
![]() |
This post is funny because I spent two hours yesterday trying to create a webpage with a text editor and for the life of me I couldn't fighure out how to make it work. I followed A Complete Idiots Guide to Creating a Webpage and I still couldn't make it work.
Now to try Seamonkey. Thanks Nick! |
![]() |
![]() |
![]() |
#9 |
Prophet
Join Date: May 2008
Location: Indiana, USA
Posts: 2,939
Donated: $8
![]() |
NICK!!! I can't get SeaMonkey to remember my publishing info (ftp server, user name, password). It seems that it should. What am I doing wrong? (It's the same info every time, I'm only working on one site).
__________________
www.mediafire.com/buzzkill - Get your 32x32 tiles here. UT32 now compatible Ironband and Quickband 9/6/2012. My banding life on Buzzkill's ladder. |
![]() |
![]() |
![]() |
#10 |
Vanilla maintainer
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,481
Donated: $60
![]() ![]() |
Seems to work OK for me (on OSX) - there's a publishing settings thing on the Edit menu. Not that I actually use it - I tend to either ftp from the command line, or use FireFTP in Firefox.
__________________
One for the Dark Lord on his dark throne In the Land of Mordor where the Shadows lie. |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Font editor | PowerWyrm | Development | 2 | March 25, 2011 12:45 |
Vault editor? | Zambaku | Vanilla | 6 | October 5, 2009 07:39 |
Monster editor? | GSN | Vanilla | 11 | December 2, 2008 18:13 |
Vault Editor | Zambaku | Variants | 0 | January 6, 2008 19:43 |