Free alternative to Microsoft FrontPage??

This forum is reserved for everything you want to talk about. It could be about programming, opinions, open source programs, development in general, or just cool stuff to share!
cpp
I live to help wx-kind
I live to help wx-kind
Posts: 195
Joined: Wed Sep 28, 2005 9:42 pm

Free alternative to Microsoft FrontPage??

Post by cpp »

I want to write html help for my apps, (ibe used text docs till now), but i know exactly $#!
Last edited by cpp on Thu Jun 15, 2006 9:23 pm, edited 1 time in total.
Hier Kommt die Sonne...
Vexator
I live to help wx-kind
I live to help wx-kind
Posts: 187
Joined: Sun Jan 30, 2005 2:50 pm
Location: Heidelberg, Germany

Post by Vexator »

notepad.
html/css are really not hard to learn (come on, you're a c++ programmer) and this way you can create far more efficient code than any commercial wysiwyg editor can do.
Windows 7 Pro
Visual Studio 2010
wxWidgets 2.9.3
User avatar
T-Rex
Moderator
Moderator
Posts: 1249
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

Post by T-Rex »

Maybe Nvu, which is based on Gecko engine will help you? It seems to be free and its installer is not very huge ~7MB
toxicBunny
Super wx Problem Solver
Super wx Problem Solver
Posts: 424
Joined: Tue Jul 12, 2005 8:44 pm
Location: Alabama, USA

Post by toxicBunny »

If you're planning to use the wxHTML help classes, simpler is most likely better since it doesn't implement as many features as IE or Firefox. I quit using Front Page because it inserts a lot of extra junk that I didn't need or want. It makes it more difficult to later edit the file by hand if necessary.

I generally use SciTE to edit HTML, XML, and most other text files. It's based on the Scintilla editor, so it has syntax coloring that notepad does not.

If you're really interested in WYSIWYG editing, have you looked at Amaya?

http://www.w3.org/Amaya/Amaya.html

I tried it a while back and it looked promising. Still a few bugs at the time, but it's under development. Also, I think it was written with wxWidgets if I'm not mistaken...

-Scott
wxMSW 2.6.2, VS 2002, 2003 and 2005, Code::Blocks and mingw, Windows XP Pro
cpp
I live to help wx-kind
I live to help wx-kind
Posts: 195
Joined: Wed Sep 28, 2005 9:42 pm

Post by cpp »

Thanks for your answers, i been reading the sites for both nvu and amaya, and i came across another alternative, the "Composer" part of the mozilla package, has anyone used it? it is also a WYSIWYG tool right?
Hier Kommt die Sonne...
buildere
Super wx Problem Solver
Super wx Problem Solver
Posts: 358
Joined: Thu Oct 28, 2004 3:45 pm
Location: Costa Rica

Post by buildere »

I'm using this one on a project:

http://www.fckeditor.net/

Very nice for sites that need content admin modules.
Last edited by buildere on Thu May 11, 2006 2:13 am, edited 1 time in total.
Dandel1984
Knows some wx things
Knows some wx things
Posts: 40
Joined: Wed Jun 01, 2005 3:52 am

Post by Dandel1984 »

i know of a few, what are the requirements you have, because i know that the following work for the task...

Open office: http://www.openoffice.org/

Mozilla inline editor... http://mozile.mozdev.org/
Tiny MCE... http://tinymce.moxiecode.com/
priyank_bolia
wxWorld Domination!
wxWorld Domination!
Posts: 1339
Joined: Wed Aug 03, 2005 8:10 am
Location: BANGALORE, INDIA
Contact:

Post by priyank_bolia »

Php Expert editor for Php, it has 2 month free trial.
In fact edit Plus is also good and there is PHP Designer 2006 free.
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

I'm quite happy with Phase5 for most editing (http://www.qhaut.de/forums/index.php?act=home). Unfortunatly it seems to be german only.
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
lowjoel
Part Of The Furniture
Part Of The Furniture
Posts: 1511
Joined: Sun Jun 19, 2005 11:37 am
Location: Singapore
Contact:

Post by lowjoel »

Lol, I know this is COMPLETELY out of point, but I think Dreamweaver is good (I used it for my site, Joel's Place, anf the wxDev-C++ site) Otherwise Notepad++ is good (Ben uses it for C++ Python Java Perl PHP... i think they have a syntax highlighter for HTML/CSS as well.
upCASE
Moderator
Moderator
Posts: 3176
Joined: Mon Aug 30, 2004 6:55 am
Location: Germany, Cologne

Post by upCASE »

Dreamweaver - "I'm Bobbin Threadbare, are you my mother?"
Geez, I'm feeling funny today...
OS: OpenSuSE, Ubuntu, Win XP Pro
wx: svn
Compiler: gcc 4.5.1, VC 2008, eVC 4

"If it was hard to write it should be hard to read..." - the unknown coder
"Try not! Do. Or do not. There is no try." - Yoda
priyank_bolia
wxWorld Domination!
wxWorld Domination!
Posts: 1339
Joined: Wed Aug 03, 2005 8:10 am
Location: BANGALORE, INDIA
Contact:

Post by priyank_bolia »

Dreamweaver is good but bulky and $$$. What most people needs is just edit plus or php expert editor.
lowjoel
Part Of The Furniture
Part Of The Furniture
Posts: 1511
Joined: Sun Jun 19, 2005 11:37 am
Location: Singapore
Contact:

Post by lowjoel »

this is where we shall differ in opinion :)
cpp
I live to help wx-kind
I live to help wx-kind
Posts: 195
Joined: Wed Sep 28, 2005 9:42 pm

Post by cpp »

Thanks for your sugestions guys, ibe tried most of them, and i decided to go with Nvu. Its very lightweight, fast, and extremely easy to use, it doesnt have all the bells & wistles of others, but then again im only using it to write documentation for my apps, so i dont need much.
The only thing that "bothers" me about Nvu is that it seems to be un-mantained, the "latest" release is about ayear old!.

thanks guys :D
Hier Kommt die Sonne...
phlox81
wxWorld Domination!
wxWorld Domination!
Posts: 1387
Joined: Thu Aug 18, 2005 7:49 pm
Location: Germany
Contact:

Post by phlox81 »

For PHP I use Maguma studio (www.Maguma.com)
But thats no Wysiwg Editor.
Post Reply