Search Results

3
votes

What is the best PHP programming book?

I like Schlossnagle's Advanced PHP Programming. It's a great reference with good worked examples for things like se …
0
votes

PHP development environment best practices

If you are working from the command line, using Git's SVN module eases most of the SVN pain - it handles de …
1
vote

What things didn’t you know you needed but are now very glad you have?

Versioning file system. Having worked on a VAX many years ago I'm still somewhat surprised that it's not a standard feature of modern operating systems. …
0
votes

Is it dumb to develop for LAMP on WAMP?

It's worth having a LAMP sandbox so you can get to know where to find - and how to edit - config files, get comfortable with restarting services, handling scheduled jobs etc. if you are going to ha …
23
votes

What do project managers do all day?

From the podcast discussion of this question: Spolsky: Here's my feeling about …
1
vote

Is Symfony a better choice than Zend for a web development shop (10+) because it is a full stack framework?

Symfony is really easy to use and can get a fully functional site with sessions, caching, unit and functional testing, automated deployment and more up and running in a very short amount of time. …