|
|
My PHP related development computers are:
- A WinXP workstation, decent specs, multiple monitors.
- A FreeBSD development server, pretty slow, but it's FreeBSD and only one user.
- Access to DNS for my internal network, or a way to psych my workstation DNS.
Most of my development is LAMP - FreeBSD or other *nix, Apache, PHP, MySQL. I like jQuery for JavaScript and Ajax work. I don't work with PHP hosted on windows, butI do use windows for my workstation.
Workstation Setup:
Multiple monitors (4), which is a must for any developer.
A W: drive that maps to my development folder on the dev server via samba, so I can open files locally (W:\php-app\php-webroot\file.php) but run them remotely (http://www.php-app.dev/file.php).
A way to make my workstation recognize my development space for http://www.domain.com at http://www.domain.dev (That way my development environment is as close to the production environment as possible.)
Workstation Software:
I like to use PutTY and TightVNC to manage my development server via xfce in a local window. That way I can edit config files, restart apache, etc. without having to leave my primary desktop. If I'm doing a lot of work on the server, I'll maximize it to window to one of my monitors. I find this more effective than having to use my switchbox.
For code work, I like the NuSphere PHPED IDE, with the DBG PHP Debugger. Pretty good IDE, and handles remote debugging of a project on a local (samba share) folder very well. For example, project root at W:\apps\php-project\ and debugging at http://www.php-project.dev.
I use Edit+ for a lot of text work. Used to use it for coding, but gave it up for PHPED. Still really nice when you need to process a lot of text, great search/replace, RegEx, etc.
I use MySQL Workbench (Sometimes) for database design.
I use SQLYog for MySQL data work, queries, viewing data in tables, etc. (And sometimes now for light design/ERD)
Firefox, IE, Opera, and Google Chrome for viewing my work. I work mainly in Firefox, and just use the others for compatibility, cookie testing, session security work, etc.
MUST HAVE: Firefox plugins - DBGBar (works with DBG debugger and PHPED), DOM Inspector, Firebug, Live HTTP Headers, ReloadEvery, SEO for Firefox, ViewCookies, and WebDeveloper.
RegexBuddy for regular expression work (http://www.regexbuddy.com/) (Test while you write them - love it).
A simple color picker like Nattyware's Pixie or ColorCop for color work.
Photoshop and Illustrator for occasional design work. Or Gimp and Inkscape.
A ruler like jRuler for measurement (http://www.spadixbd.com/freetools/jruler.htm).
Win SCP for remote file work (ftp kinda stuff). Also works as a pipe to remote file editing if you set the 'external editor' for it to your php editor. Just double click the file on the remote server and it will open and save via SCP for as long as you keep it open in your editor. Be sure to "save password for session" or you will have to enter the password to save.
An any-window spell checker like Spell Magic, because PHPED doesn't have a good spell checker, and I hate it when I misplel things on my websites. (http://www.alcodasoftware.com/spell-magic.htm)
A decent time tracker, if you work for multiple clients. (http://www.allnetic.com/).
A simple task manager for todo list kind of stuff. I really like MyLife Organized (MLO).
Virtuawin or something for multiple virtual desktops (http://virtuawin.sourceforge.net/). You can use it to run just about any number of virtual desktops, and it works great with multiple monitors. I typically have 9 virtual desktops, each of which spans my 3 or 4 monitors. Switching is very easy, and it's pretty light with memory and processor resources. This is nice for discrete workspaces for my email/communication space, my code/workspaces per project, and a workspace that has other boxes open via TightVNC, each running full screen on one monitor, for easy network admin, server config, etc. That way I can be working on whatever you need to be in just a second or two.
Winroll is a nice lite tool to add some functionality that's been long lacking from windows. (http://www.palma.com.au/winroll/).
To keep things from getting too boring, I like AutomaticWallpaperChannger (http://awc.smurphy.co.uk/) which also works with multiple desktops pretty well.
I've also replaced my taskmon with Process Explorer, which is WAY better if you want to monitor your resources for leaks and hoggs.
Taskbar Shuffle allows me to drag and drop taskbar icons, which is shocking not to be built into windows.
The last few of these aren't exactly PHP stack, but I really couldn't work without them at this point...
Server Software
- Prefer FreeBSD
- Apache
- PHP 5
- MySQL 5
- Git/GitHub
- Samba
|
|
|
answered Nov 12 '08 at 2:26
|
|