PDA

View Full Version : How do you test your web development


Nefarious
May 24th, 2007, 09:37 PM
Im "dipping my fingers" into a little php for my web site and have decided that Ill set up a Ubuntu lamp for my testing.

Im just currious to know how or even if you test yours stuff?

frup
May 24th, 2007, 09:45 PM
I refresh firefox lol

DoctorMO
May 24th, 2007, 10:06 PM
Run the webserver on your own computer.

maniacmusician
May 24th, 2007, 10:09 PM
yup, install apache and run a localhost web server. It's a great way to test the site as you work on it.

techdude2007
May 24th, 2007, 11:02 PM
I run my web app on a server on my desktop machine for quick testing. For Beta Testing, I upload the web app to a free hosting provider for testing.

aldreis
May 26th, 2007, 08:41 AM
With Apache Friends' XAMPP (http://www.apachefriends.org/en/xampp-linux-screenshots.html).

;-)

Bachstelze
May 26th, 2007, 08:48 AM
I usually just SSH into my home webserver and work for there so I don't need to run a webserver on every machine I work from.