|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
||||
|
||||
|
Anyone know of any good web development software that runs on Linux? I just want something that is effective for HTML/PHP coding. Thanks!
|
|
#2
|
|||
|
|||
|
Mozilla has a build in WYSIWYG HTML editor.
|
|
#3
|
||||
|
||||
|
Check out Glimmer (http://glimmer.sf.net) and Kate (http://www.kde.org/kate/) - they're both very good text editors for programmers with some basic project management, syntax highlighting, that sort of thing.
Quanta+ (http://quanta.sf.net) is quite a good WYSIWYG HTML editor, a little more advanced than Mozilla's capable one. You can always go the whole hog and set-up an Apache server on your computer (+mysql if you use it), which makes development MUCH faster (no more uploading every time, you can check all the error logs etc.). |
|
#4
|
|||
|
|||
|
emacs for ever and everyone. also download the additional lisp-files for
- html - php - javascript - (your fav programming lang here) apache, mySQL, gimp maybe cvs for bigger projects
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#6
|
|||
|
|||
|
I'm using the Anjuta (URL)
|
|
#7
|
||||
|
||||
|
You use Anjuta for web development? Just looks like a C/C++ editor to me. What I'm really looking for is an application that will auto-complete my HTML codes like HomeSite and Dreamweaver do...
|
|
#8
|
||||
|
||||
|
Quanta+ (http://quanta.sf.net) does that, Devhen... if you want to find alternatives, just spend a while browsing http://freshmeat.net
|
|
#9
|
||||
|
||||
|
Great. I'm going to check out Quanta+.
telex4, I have Red Hat 7.2 installed with Apache, PHP, and mySQL but I don't know how to configure Apache for tesing PHP/mySQL pages locally. Could you give me some pointers? Hopefully its not too difficult. Thanks. |
|
#10
|
||||
|
||||
|
Well, you need to make sure you've got Apache set-up to serve pages from the location you want, and to allow PHP... to do that read the Apache documentation at http://httpd.apache.org and maybe also http://www.php.net
You'll most probably be editing /etc/httpd/httpd.conf With mySQL, I don't know exactly how the RH RPM will have set it up, but you need to find out the username/password (or set it up if it hasn't been already, which it probably hasn't) and then try connecting to it with the "mysql" program. Once you've got the three tools configured, you just put your php scripts into the root folder for apache (which might be /var/ww or /usr/httpd/htdocs etc. it's in /etc/httpd/httpd.conf as ServerRoot). Then try to run some very simple PHP scripts, and check they run ok. If they don't, you can check the logs in /var/log/httpd |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Web development software for Linux? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|