Ok this will probably be seen as noob question by many, but I don't feel like spending hours googling for answers and getting frustrated by out of date or incomplete answers. I have a fresh machine with WindowsXP installed. I want to start programming in PHP, asap, but I need to set up environment first. I haven't chosen IDE yet, I want to try both NetBeans and Eclipse Juno before I decide on one of them. Installing them was pretty straight forward, but after that I get a little bit lost. I need:
xdebug
svn
phpunit
selenium
Is there any "for dummies" kind of resource on those subjects. As a long time windows user, I'm not used to much configuration and installation (aside from running installer file that is), so any recommended resources that don't assume I know too much about any of those technologies would come in handy
|
|
|||
|
|
closed as not constructive by markus, luser droog, diciu, 4e6, hjpotter92 Mar 2 at 6:34
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Well, it obviously is a noob question :) I'll try to answering it anyways before it's closed because, well, I think it's nice if you start developing with PHP. Let's start. So first off, how's XP fresh? Depending on the machine, you might not even have enough memory to run a good IDE ;) but that's off topic because you should actually start with a simple text editor to really learn to understand what you're doing. Then for starters get EasyPHP and well, start writing PHP. No xdebug, svn, phpunit and selenium needed to learn the basics. Go over to http://www.phptherightway.com/ and read through it while you start and have fun! |
|||
|