• Sunday, February 19, 2012
February 19, 2012, 10:33:38 PM *
Welcome, Guest. Please login or register.

Login with your Chronicle username and password
News: For all you tweeters, follow The Chronicle on Twitter.
 
Pages: 1 [2]
  Print  
Author Topic: REALLY simple HTML editing software?  (Read 7353 times)
barcrossliar
I guess anyone can be a
Senior member
****
Posts: 918


« Reply #15 on: May 04, 2009, 02:45:55 PM »

My vote for a free, easy html editor that lets you use WYSIWYG or code editing is SeaMonkey, a Mozilla/Firefox descendent.

Install it, then go to "windows" and "composer" to write or edit your pages. 

The only problem I have is trying to edit when I'm in the preview tab.

http://www.seamonkey-project.org/

-+LR
Logged

Every educated person's not a plumb greenhorn.

"where whining mendeth nothing, wherefore whine?"--R.L. Stevenson
queenofstarwars
New member
*
Posts: 34


« Reply #16 on: May 12, 2009, 07:45:40 AM »

I can't just hit save--that just saves it to .txt,

Just thought I'd chime in (this is my area of teaching).  You ONLY have to do the save-->as and choose all files the FIRST time you create an html page in notepad.

Once you saved it you can make changes and simply save again without that hassle.  If you close it and reopen, you also only have to use a simple save.

It's sometimes helpful to have the notepad file saved as you html file resized to 1/2 your screen and then you can open your browser on the other side of the screen and when you save your html, you quickly click on the browser window and refresh (F5 or use the mouse) and you can make lots of changes very fast.

This doesn't really give you a suggested new wysiwyg, but it works efficiently.  When I don't use notepad when teaching XHTML, CSS, or PHP, I use Dreamweaver, but it seems for what you are doing, you are using the simplest tools.
Logged
kohelet
Senior member
****
Posts: 613


« Reply #17 on: May 12, 2009, 02:59:11 PM »

Thanks, queen..., this clears up the "save as" mystery.
Logged
sporosarcina
Member
***
Posts: 105


« Reply #18 on: May 26, 2009, 11:41:24 AM »

If you want to hardcode HTML without the benefit of WYSIWYG, I would recommend Notepad++ (freeware) over the regular Notepad baked into Windows.  It has a number of nice little tweaks that aid in hardcoding (especially format coloring).
Logged

Please chalk up mistakes in spelling to my big fingers being married to small keyboards.
mended_drum
Potnia theron and
Distinguished Senior Member
*****
Posts: 7,084


« Reply #19 on: May 26, 2009, 11:54:19 AM »

Dreamweaver does what you describe, but it's expensive.  Doesn't Nvu allow something similar?
Logged
csguy
Distinguished Senior Member
*****
Posts: 1,221

Computer Science faculty


« Reply #20 on: May 26, 2009, 10:22:58 PM »

If you want to hardcode HTML without the benefit of WYSIWYG, I would recommend Notepad++ (freeware) over the regular Notepad baked into Windows.  It has a number of nice little tweaks that aid in hardcoding (especially format coloring).
Chime. While I'm not familiar with the particular software sporosarcina mentioned Notepad is simply not a very good text editor. More capable replacements are readily and freely available.
I use jedit myself.
Logged
egilson
Distinguished Senior Member
*****
Posts: 1,910


« Reply #21 on: May 27, 2009, 06:13:54 AM »

I use Dreamweaver almost exactly in the way you describe by keeping it in "split" mode, typing the code in the Code pane and doing a first check of the results in the Design pane. While I can write the HTML and CSS by hand, Dreamweaver has some features like site/SFTP management that are simply too convenient for me to want to do without them.
Logged

To anyone who is not a blockhead, all the sciences are interesting. - Marc Bloch
finallyfullprof
Senior member
****
Posts: 646


« Reply #22 on: May 27, 2009, 10:47:11 AM »

I am also a fan of Seamonkey.  It makes everything easy, and you have options for WYSIWYG or a view that just allows code changes similar to what you are doing in Notepad. It's also a free download.
Logged
lanegs1
New member
*
Posts: 1


« Reply #23 on: July 27, 2009, 03:46:14 PM »

Hello!   I recommend Kompozer as well, for a free and quite easy to use HTML Editor.

However, I wanted to pass along a little tool that might work for bits of code you want to check.  It's from w3schools; they call it Try it yourself! and it's very handy:

http://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro

Regards,
Lane in Charlotte, NC
Logged
kohelet
Senior member
****
Posts: 613


« Reply #24 on: July 31, 2009, 07:10:50 AM »


This is brilliant.  Thanks, Lane.
Logged
southerntransplant
Generally overcaffeinated
Distinguished Senior Member
*****
Posts: 6,855

Am I on YOUR curriculum committee too?


« Reply #25 on: August 02, 2009, 07:35:01 PM »

CCSes were mentioned upthread and they get a big thumbs up from me. A colleague wanted to beef up his web page so imported a set he liked and edited the HTML code using a basic editor. Looking at the source codes of webpages he liked (and that weren't created with WYSIWYG software) he was able to put his pages together. He ended up giving us the CSS templates and suddenly every web page in our little group had the same look.

Now, in order to alter a page I just open it up in vim or something basic, add what I want and save. Much of what is required for the overall look stays the same, so you know that the page is going to be fairly stable. I also don't have to change the links on the side or top so the pages always work.

The downside is that if you edit webpages created via the CCS using Frontpage or something like that, the pages can look horrible depending on the browser - things like text overrunning graphics, etc.
Logged

"Interestingly, many fans find that Seger looks increasingly more like the cereal brand character Captain Crunch as he ages." - Wikipedia entry on Bob Seger.
Pages: 1 [2]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.9 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!