IMO if you are going to program then it is best to do it right. That means not using gui software to program for you. Usually it is best to just have a syntax highlighter like notepad++ or if your really inexperienced then a debugger like Netbeans but never drag and drop commands. That's my opinion anyways. Other than notepad++ and Netbeans I haven't heard of many other popular programs or none that I can think of. Enjoy.
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
Yea, Netbeans will have you covered there but you will also need xampp or wamp installed to work with Netbeans. I can help you with setting it up if needed.
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
Aptana and Netbeans and Notepad++ (and to my shame, the much-maligned Dreamweaver MX 2004 - I still use it). The Dreamweaver I use as a glorified text editor - never as a WYSIWYG/drag and dropper. Useful for quick launch in multiple browsers and CSS class suggestions if a css head link included.
diafol
Rhod Gilbert Fan (ardav)
7,792 posts since Oct 2006
Reputation Points: 1,170
Solved Threads: 1,080
Thanks for all your opinions then. I'll get Netbean then :)
@cwarn23: I've done it before myself but thanks for the offer. Can I not use it with IIS though?
If you mean use Netbeans without IIS then although I have no idea what IIS is chances are that Netbeans wouldn't require such an api but I could be wrong. So perhaps try it and see if it works without IIS and if that doesn't work then do a few google searches.
cwarn23
Occupation: Genius
3,033 posts since Sep 2007
Reputation Points: 413
Solved Threads: 259
Thanks for all your opinions then. I'll get Netbean then :)
@cwarn23: I've done it before myself but thanks for the offer. Can I not use it with IIS though?
First +1 for both Netbeans & NPP. NPP+ Explorer plugin make good editor for simple project. As project gets bigger NB is a way to go.
As per server, NB will ask for place to put files (point to www equivalent of WAMP) and Address (localhost/yourproject). So I guess it will work with any server (as it doesn't know server types only places files are and URI)
evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
ShawnCplus
Code Monkey
1,583 posts since Apr 2005
Reputation Points: 526
Solved Threads: 268