Hi there,
I have decided to do a web development course, what would be the best software to use to lean on as well as to use to design websites.
"InfoWorld's Rick Grehen provides an in-depth comparative review of eight PHP IDEs: ActiveState's Komodo IDE, CodeLobster PHP Edition, Eclipse PHP Development Tools (PDT), MPSoftware's phpDesigner, NetBeans IDE for PHP, NuSphere's PhpED, WaterProof's PHPEdit, and Zend Studio. 'All of these PHP toolkits offer strong support for the other languages and environments (HTML, CSS, JavaScript, SQL database) that a PHP developer encounters. The key differences we discovered were in the tools they provide (HTML inspector, SQL management system) for various tasks, the quality of their documentation, and general ease-of-use,' Grehen writes.'"
If you're gonna do that, rather use an IDE like Aptana Studio - you get to do the source code thing, but get help (closing tags, syntax highlighting, etc.) with the boring bits of coding - plus errors get pointed out to you, and you can preview the result with the click of a mouse.notepad.... it'll teach you the fundamentals like nothing else out there...
notepad.... it'll teach you the fundamentals like nothing else out there...
If you're gonna do that, rather use an IDE like Aptana Studio - you get to do the source code thing, but get help (closing tags, syntax highlighting, etc.) with the boring bits of coding - plus errors get pointed out to you, and you can preview the result with the click of a mouse.
Now I know you can do the same, more or less, with notepad++, etc. but Aptana does it all in one, it's free, it's stable (based on Eclipse) and its Javascript support rocks.
These IDE's take away from the learning experience. Imagine him having to fix code and the only thing available to him is RDP and the server (with no IDE installed, because seriously, anyone who installs an IDE on a live server should be hung...and not in the good way)? He's going to suffer because each time he types <br> it doesn't auto-correct to < br /> ??? or won't know how to type or use because "in the IDE all i had to do is switch to the design and press space"????
No dude.... IDE is for when AFTER he has learned the basics. Not before
To all the guys telling him to code in Notepad, look at why you should use an IDE.
The short answer as to why I use an IDE is laziness
Quote from that same page:
![]()