Page 1 of 1
How many browser windows/tabs when working on development?
Posted: Thu Jul 28, 2005 8:33 pm
by nielsene
When you're coding how many browser windows or tabs do you have open?
What are they?
Posted: Thu Jul 28, 2005 8:59 pm
by Burrito
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.
Posted: Thu Jul 28, 2005 9:05 pm
by harrisonad
a browser, mysql command-line tool and an editor
Posted: Thu Jul 28, 2005 9:44 pm
by nielsene
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
Posted: Thu Jul 28, 2005 9:57 pm
by d3ad1ysp0rk
About 3-4:
- Admin File
- Output File
- PHP.net/devnet/phpmyadmin
Posted: Thu Jul 28, 2005 10:48 pm
by Roja
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.