Welcome, Guest. Please login or register.

Author Topic: Amiga HTML editors - what do you use?  (Read 6115 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Nick

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1189
    • Show only replies by Nick
Re: Amiga HTML editors - what do you use?
« Reply #14 from previous page: December 14, 2002, 11:57:39 AM »
I used GoldED to create the initial version of my website. It had been years since I had done
any html and the only thing I could remember was that "<" go around commands. Though I do want to do
a rewrite, as I know I could do better now. I`m pleased with it, but it does need redoing. The
webworld plug in is so helpful. For the beginner or the pro. You have a list of pages, images etc on
the right of the window. Useful!

 

  • Guest
Re: Amiga HTML editors - what do you use?
« Reply #15 on: December 14, 2002, 12:01:37 PM »
Hi,

For any editing and any platform, I use Vim.
And for those that say it isn't an amiga program, well, development for Vim started on Amiga.
It takes a while getting into it, but after that, it's all you'll ever need.
Best of all, it's free :-)
Check out at: www.vim.org


Greetz,
 

Offline uncharted

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1520
    • Show only replies by uncharted
Re: Amiga HTML editors - what do you use?
« Reply #16 on: December 14, 2002, 12:34:03 PM »
I'm WebPlug's No. 1 fan, I hate HTML without it, it's a shame the author left the amiga a couple of years ago.  It makes writing good HTML easy, and it's multiple document handling means that it's easy to work on a whole site in one go.  

I run it on it's own screen (1024*768) with all the various toolbar windows around the edge for maximum efficiency.  

The only problems are a couple of bugs in the 2.0Beta and the syntax hilighing is a bit basic, although as it is a plugin type system someone could always make a better one.

It's sad that it's often overlooked. A real hidden gem (and in my top ten most wanted OS4 apps.)  :-D
 

Offline Kay

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 623
    • Show only replies by Kay
    • http://www.stud.ntnu.no/~kayare
Re: Amiga HTML editors - what do you use?
« Reply #17 on: December 14, 2002, 12:43:15 PM »
EditPad...:-D

Kay
 

Offline SilvrDrgn

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1215
    • Show only replies by SilvrDrgn
    • http://mikerye.homeip.net
Re: Amiga HTML editors - what do you use?
« Reply #18 on: December 14, 2002, 12:45:13 PM »
I set up basic page designs using Symantec Visual Page on my Win-DOHS laptop PeeCee.  Then I transfer to Amiga and hand edit with GoldEd.  I regret ever paying the shareware fee for MetalWeb.  It crashes all over the place.
Michael
 

Offline ikir

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1659
    • Show only replies by ikir
    • http://www.ikirsector.it
Re: Amiga HTML editors - what do you use?
« Reply #19 on: December 14, 2002, 01:12:34 PM »
WebPlug!
All my site are created with it!!!!!

And also www.iksnet.it
 

Offline AmiNTT

  • Full Member
  • ***
  • Join Date: Feb 2002
  • Posts: 176
    • Show only replies by AmiNTT
    • http://www.leroux.ca/
Re: Amiga HTML editors - what do you use?
« Reply #20 on: December 14, 2002, 02:08:28 PM »
I've tried a few different ones, but I always come back to CygnusED with a wackload of macros I put into it.

Its fantastic.


Offline SilvrDrgn

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1215
    • Show only replies by SilvrDrgn
    • http://mikerye.homeip.net
Re: Amiga HTML editors - what do you use?
« Reply #21 on: December 14, 2002, 02:23:11 PM »
@ ikir,
I tried WebPlug v1.45 and 2.0beta.  1.45 crashes on my machine, and 2.0beta won't even start up.  Oh well.
Michael
 

Offline uncharted

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1520
    • Show only replies by uncharted
Re: Amiga HTML editors - what do you use?
« Reply #22 on: December 14, 2002, 02:29:59 PM »
Quote

SilvrDrgn wrote:
@ ikir,
I tried WebPlug v1.45 and 2.0beta.  1.45 crashes on my machine, and 2.0beta won't even start up.  Oh well.


That's a shame, you really don't know what you're missing out on. :-(

I use 2.0beta without any problems (there are a couple of bugs, but they're easy to avoid, not bad for a beta)
 

  • Guest
Re: Amiga HTML editors - what do you use?
« Reply #23 on: December 14, 2002, 02:44:26 PM »
Why would you use an HTML editor?  Any text editor is fine for me.
 

Offline Dietmar

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
Re: Amiga HTML editors - what do you use?
« Reply #24 on: December 14, 2002, 02:50:19 PM »
GoldED with its Webworld mode is a good code-oriented html editor. News sites like amiga-news.de and Czech Amiga News are made with it. Here are some advantages:

- html is checked (tidy-based) and optionally corrected. Tidy runs as plug-in inside editor windows (see screenshot), you can click on reported errors and are directly moved to the problematic line.
- files of site appear in the explorer (next to the text, see screenshot), just click to insert a link to another page or to an image
- tags can be edited via dialogs (e.g. move cursor over , click a button, and a dialog opens to set attributes for font tag).
- preconfigured help
- send page to browser with click
- syntax highlighting for HTML, and, with php parser from Philippe, for Javascript, php, asp.
- tabbed toolbar to insert a lot of things with a mouseclick
- templates to get started quickly
-  table to insert entities like (& )
- can convert "äöü", euro etc. to iso entities and back with a single mouseclick
- automatically inserts size information for all gif/jpg/png images

Btw, for html pages, GoldED Studio AIX is  free (because the trial version has a 1000 lines limit and thag should be enough for html).

Download
 

Offline Dietmar

  • Full Member
  • ***
  • Join Date: Nov 2002
  • Posts: 220
    • Show only replies by Dietmar
    • http://devplex.awardspace.biz
Re: Amiga HTML editors - what do you use?
« Reply #25 on: December 14, 2002, 03:03:12 PM »
> GoldED Studio

PS: if you are used to CED, also download face/on. This is a themes installer for GoldED which can install a CygnusED Professional 4 menu-lookalike (and the keyboard configuration that goes with it).

Download: face/on
 

Offline Lexx

  • Newbie
  • *
  • Join Date: Feb 2002
  • Posts: 6
    • Show only replies by Lexx
Re: Amiga HTML editors - what do you use?
« Reply #26 on: December 14, 2002, 07:28:29 PM »
Quote

TheGoose wrote:
Thanks, Yea, that sounds fine. I'm just use to debugging and like something with line numbers.

Have you or anyone, tried Amiga Apache?


I have. It's fairly stable on my machines. I've ran it on both an 040 and 060 machine with out many problems.