views:

1008

answers:

8

Hello guys,

I am currently using the below IDE's. They serve their purposes but am wondering if there are better ones out there that i can switch to.

phpDesigner v6.2.5 (For PHP) Navicat 8.0.29 (For MySql) Dreamweaver CS3 (For HTML & CSS) Spket IDE (For JavaScript)

Thats my collection of production tools. Wondering if there is anyone of them i can switch to a better one.

Thanks

+1  A: 

NetBeans has decent support for PHP, HTML, JavaScript and so on, including decent debugger support for PHP. It might be worth a gander.

Then again, you have to consider; if the toolset you've got works for you, why change it? Sure, you want the best tools you can get, but realistically, if you're happy with your current suite, you're not going to want to go messing around changing things around unless some part of that suite is (or becomes) horribly deficient.

Rob
yeah u're right. but i always have this idea that the more i explore, the more i know. thats why i want to give other IDE's a try.
War Coder
+6  A: 

I'd use the PHP editor from this thread.

The Javascript editor from this thread.

The HTML editor from this thread.

And then, I'd use the best mysql browser/editor from this thread.

Personally, I like Eclipse, but there's already been a thread discussing the virtues of Netbeans vs. Eclipse as well.

altCognito
Sorry, I'm not sure _why_ we needed another one.
altCognito
Because someone hasn't figured out how to use the search function yet, apparently.
Calvin
A: 

Try aptana,both PHP,javascript,css,html are included.very nice.hope you like it.

yfel
A: 

Navicat it's a very good IDE for MySQL but I was working very well with the original MySQL GUI tools, the real difference between Navicat and them is in the price, MySQL GUI Tools are Open Source and free.

About coding in PHP, Eclipse or NetBeans are very powerfull IDEs and both of them includes PHP plugins or extensions. They also have database navigators to connect with MySQL. And when Javascript comes to scene there is a very good plugin of SpektIDE for Eclipse.

I hope this can help you.

backslash17
+1  A: 

Aptana is a great choice for PHP,MySQL and Javascript.

As SpKET, Aptana supports a large no. of Javascript libraries from Prototype to ExtJs, I would like to mention JQuery especially, I am biased towards it. :) So you would get PHP + MySQL + Javascript together. Plus, Aptana supports Python (Pydev) as welll as Ruby On Rails (RadRails), in case you come across them in near future. Aptana is based on Eclipse and is Open Source.

But, Aptana does not provide WYSIWYG for HTML and CSS. Dreamweaver would be best for that, with all it's templates etc.

trappedIntoCode
A: 

Try RazorSQL. It supports MySQL, and has a programming editor with support for PHP, HTML, JavaScript, and CSS.

Steve Bower
A: 

Take a look at PhpStorm PHP/HTML/JS Editor. It supports PHP and JS debugging. Integrates with PhpUnit for testing purposes and has very smart code completion both for HTML, JS and PHP. It also supports Smarty templates and new HTML5 JS API.

Alexey Korsun
A: 

I recommend Codelobster PHP Edition.

It is very powerful and free PHP IDE.

Stas