Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Better PHP,MySql,HTML and JavaScript IDE [closed]

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

like image 434
War Coder Avatar asked Apr 25 '09 22:04

War Coder


4 Answers

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.

like image 98
cgp Avatar answered Oct 04 '22 04:10

cgp


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.

like image 29
trappedIntoCode Avatar answered Oct 04 '22 06:10

trappedIntoCode


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.

like image 33
Rob Avatar answered Oct 04 '22 05:10

Rob


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

like image 37
Steve Bower Avatar answered Oct 04 '22 04:10

Steve Bower