Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.
Moderator: General Moderators
nielsene
DevNet Resident
Posts: 1834 Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA
Post
by nielsene » Thu Jul 28, 2005 8:33 pm
When you're coding how many browser windows or tabs do you have open?
What are they?
Burrito
Spockulator
Posts: 4715 Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah
Post
by Burrito » Thu Jul 28, 2005 8:59 pm
depends on the project...
I definitely always have at least three:
1) local file I'm working on
2) remote file I'm working on
3) phpMyAdmin to hit the backside
sometimes I'll have 2 at phpMyAdmin if I'm working on two tables at one time.
harrisonad
Forum Contributor
Posts: 288 Joined: Fri Oct 15, 2004 4:58 am
Location: Philippines
Contact:
Post
by harrisonad » Thu Jul 28, 2005 9:05 pm
a browser, mysql command-line tool and an editor
nielsene
DevNet Resident
Posts: 1834 Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA
Post
by nielsene » Thu Jul 28, 2005 9:44 pm
I'm finding that I have typically 3-4 browsers and about 6-8 tabs.
(Browser Number & tabs)
1. Local Site Install, SourceForge.Net
2. Beta Site Install, Documnetation
3. Unit Test All
4. devNetwork, php.net
d3ad1ysp0rk
Forum Donator
Posts: 1661 Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA
Post
by d3ad1ysp0rk » Thu Jul 28, 2005 9:57 pm
About 3-4:
- Admin File
- Output File
- PHP.net/devnet/phpmyadmin
Roja
Tutorials Group
Posts: 2692 Joined: Sun Jan 04, 2004 10:30 pm
Post
by Roja » Thu Jul 28, 2005 10:48 pm
Three browser tabs: App (as it is running), Webmin (for mysql and pgsql views), and a reference page (usually a php.net manual page).
One other window: Putty (ssh) into the development machine.
Beyond that, whatever I'm reading for fun.