Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > The real world > Idle chatter

Reply
 
Thread Tools Display Modes
Old July 15, 2011, 12:44   #1
buzzkill
Prophet
 
buzzkill's Avatar
 
Join Date: May 2008
Location: Indiana, USA
Posts: 2,939
Donated: $8
buzzkill is on a distinguished road
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.
buzzkill is offline   Reply With Quote
Old July 15, 2011, 13:54   #2
Magnate
Angband Devteam member
 
Join Date: May 2007
Location: London, UK
Posts: 5,060
Magnate is on a distinguished road
Send a message via MSN to Magnate Send a message via Yahoo to Magnate
Quote:
Originally Posted by buzzkill View Post
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?
I agonised over this for a long time too - and then I discovered that OpenOffice includes functionality that's very similar to FrontPage. It doesn't qualify as lightweight in terms of disk space (but that's rarely at a premium nowadays), but it's hard to beat for ease of use - just open your html doc and edit it as if it were a Word doc. I use it for all my web pages (which are pretty basic).
__________________
"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
Magnate is offline   Reply With Quote
Old July 15, 2011, 15:17   #3
Nick
Vanilla maintainer
 
Nick's Avatar
 
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,481
Donated: $60
Nick will become famous soon enoughNick will become famous soon enough
I use Seamonkey.
__________________
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.
Nick is offline   Reply With Quote
Old July 15, 2011, 15:59   #4
Derakon
Prophet
 
Derakon's Avatar
 
Join Date: Dec 2009
Posts: 9,022
Derakon is on a distinguished road
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.
Derakon is offline   Reply With Quote
Old July 15, 2011, 18:16   #5
the Invisible Stalker
Adept
 
Join Date: Jul 2009
Posts: 164
the Invisible Stalker is on a distinguished road
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.
the Invisible Stalker is offline   Reply With Quote
Old July 16, 2011, 01:34   #6
buzzkill
Prophet
 
buzzkill's Avatar
 
Join Date: May 2008
Location: Indiana, USA
Posts: 2,939
Donated: $8
buzzkill is on a distinguished road
Quote:
Originally Posted by Derakon View Post
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.
I hear ya, but I'm not really interested in learning, though I'm not opposed to it. Just want to do what's easiest. Right now that seems to be WYSIWYG.

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.
buzzkill is offline   Reply With Quote
Old July 16, 2011, 01:43   #7
Nick
Vanilla maintainer
 
Nick's Avatar
 
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,481
Donated: $60
Nick will become famous soon enoughNick will become famous soon enough
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.
Nick is offline   Reply With Quote
Old July 16, 2011, 20:24   #8
Fendell Orcbane
Swordsman
 
Join Date: Apr 2010
Location: Washington state USA
Posts: 460
Fendell Orcbane is on a distinguished road
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!
Fendell Orcbane is offline   Reply With Quote
Old September 3, 2011, 21:09   #9
buzzkill
Prophet
 
buzzkill's Avatar
 
Join Date: May 2008
Location: Indiana, USA
Posts: 2,939
Donated: $8
buzzkill is on a distinguished road
Quote:
Originally Posted by Nick View Post
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.
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.
buzzkill is offline   Reply With Quote
Old September 4, 2011, 02:15   #10
Nick
Vanilla maintainer
 
Nick's Avatar
 
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,481
Donated: $60
Nick will become famous soon enoughNick will become famous soon enough
Quote:
Originally Posted by buzzkill View Post
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).
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.
Nick is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 17:55.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.