PDA

View Full Version : Developer Software for Web Pages



gonzalezmfrank
06-08-2005, 02:56 PM
hi..

Any of this forum know which software is full supported by knoppix and functional to the develop of web pages ?

Thanks

Frank

UnderScore
06-08-2005, 03:12 PM
perl, php, python for scripting languages
Kate is good text editor. The most popular web server in the world, apache, is on the CD. mysql a DBMS can be connected via scripting languages to apache so that you can create large dynamic websites.
Google for each of the items if you still have questions.

bigkahuna
06-08-2005, 04:57 PM
"nVU" ( http://www.nvu.com/ ) is a WYSIWYG html design tool that works pretty well. I recently created this website with it: http://www.gobigkahuna.com . nVU is still a work in progress, so there are some bugs and there are some things it doesn't do very well. But over all, it's pretty good. The Mozilla suite also has a basic HTML design facility, as does Open Office Writer/Web (I haven't used either). Kate is a very good text editor with language formatting and multiple windows. All these apps are included on the Kanotix CD BTW. These tools plus PHP, mySQL, GIMP, Firefox and Wine running IE would give you just about every tool you might need to design webpages (except FLASH, which I haven't figured out how to do under Linux yet ;) ).

Hope this helps...

gonzalezmfrank
06-10-2005, 11:49 PM
I saw DVu and looks fine.... i trying to configure..... but how i can configure mozillla composer to open php extensions ?

Thanks a lot for your support

Frank

bigkahuna
06-11-2005, 12:10 AM
DVu? Never heard of DVu. I'm not sure what the work-around for php is in Mozilla, but for nVU it's not too difficult. The latest version of nVU supports php code, but not a php file extension. So I end up keeping two working copies: one with a file extension of .html to edit in nVU and another with a file extension of .php to test on my server. So far this has worked ok.

maxIT
06-13-2005, 05:16 PM
As concern this topic I would to point out about a knoppix fork designed for webmasters:
http://lamppix.tinowagner.com/

max