Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good WYSIWYG web editor (php, CSS, HTML, Javascript) for Ubuntu?

I'm looking for suggestions as to what good easy to use web editors? It needs to edit php,javascript,html,CSS. I'm looking for something that'll speed up my development currently I'm using nano.

like image 888
Skizit Avatar asked Feb 03 '23 03:02

Skizit


2 Answers

I would go with Eclipse.

Check out Eclipse + PDT + Aptana.

My current dev system works like this:

4 monitors: 1 for coding (eclipse), 1 for Firefox, 1 for IE and one for logs.
1 virtual machine that is a close duplicate of the production server.
Use AutoHotKey and, as I save the page, it gets uploaded to virtual machine and both IE and Firefox get refreshed.

Have been working like this for more than one year now and I can asure you my productivity has gone up.

That and redbull. ;)

like image 98
Frankie Avatar answered Feb 05 '23 15:02

Frankie


Kompozer (also available in the ubuntu repository) is one of the few WYSIWYG HTML editors for Linux I know of. It looked quite solid when I tried it some time ago, definitly worth a try if you want WYSIWYG.

like image 29
RWS Avatar answered Feb 05 '23 16:02

RWS