SunQuest
           Linux Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsLinux Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old August 12th, 2002, 02:28 AM
devhen's Avatar
devhen devhen is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Spanish Fork, UT
Posts: 30 devhen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Question Web development software for Linux?

Anyone know of any good web development software that runs on Linux? I just want something that is effective for HTML/PHP coding. Thanks!

Reply With Quote
  #2  
Old August 12th, 2002, 05:02 AM
Tuxie Tuxie is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Location: Inside the GNU/Hurd kernel
Posts: 492 Tuxie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 1 m
Reputation Power: 7
Mozilla has a build in WYSIWYG HTML editor.

Reply With Quote
  #3  
Old August 12th, 2002, 05:20 AM
telex4's Avatar
telex4 telex4 is offline
Wacky hack
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2001
Location: London, England
Posts: 512 telex4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 25 m 29 sec
Reputation Power: 8
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.).

Reply With Quote
  #4  
Old August 12th, 2002, 01:04 PM
M.Hirsch M.Hirsch is offline
Contributing User
Dev Shed God 1st Plane (5500 - 5999 posts)
 
Join Date: Oct 2000
Location: Back in the real world.
Posts: 5,969 M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level)M.Hirsch User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Month 1 Day 22 h 39 m 55 sec
Reputation Power: 184
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.

Reply With Quote
  #5  
Old August 12th, 2002, 09:30 PM
GNUbie's Avatar
GNUbie GNUbie is offline
Throws Rocks
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2002
Location: Cincinnati, Ohio
Posts: 392 GNUbie User rank is Corporal (100 - 500 Reputation Level)GNUbie User rank is Corporal (100 - 500 Reputation Level)GNUbie User rank is Corporal (100 - 500 Reputation Level)GNUbie User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 6 h 31 m 7 sec
Reputation Power: 8
vi and vim have always worked well for me.
__________________
Two things have come out of Berkeley, Unix and LSD.
It is uncertain which caused the other.

Reply With Quote
  #6  
Old August 14th, 2002, 09:56 PM
juvinski juvinski is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 3 juvinski User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to juvinski
I'm using the Anjuta (URL)

Reply With Quote
  #7  
Old August 15th, 2002, 03:27 AM
devhen's Avatar
devhen devhen is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Spanish Fork, UT
Posts: 30 devhen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 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...

Reply With Quote
  #8  
Old August 15th, 2002, 04:20 AM
telex4's Avatar
telex4 telex4 is offline
Wacky hack
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2001
Location: London, England
Posts: 512 telex4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 25 m 29 sec
Reputation Power: 8
Quanta+ (http://quanta.sf.net) does that, Devhen... if you want to find alternatives, just spend a while browsing http://freshmeat.net

Reply With Quote
  #9  
Old August 15th, 2002, 04:36 PM
devhen's Avatar
devhen devhen is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Location: Spanish Fork, UT
Posts: 30 devhen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
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.

Reply With Quote
  #10  
Old August 15th, 2002, 06:03 PM
telex4's Avatar
telex4 telex4 is offline
Wacky hack
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2001
Location: London, England
Posts: 512 telex4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 25 m 29 sec
Reputation Power: 8
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

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsLinux Help > Web development software for Linux?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

IBM developerWorks




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway