0

I am a noob and want to develop fairly basic web applications accessing MYSQL database.

Any suggestions on what IDE to develop these applications that I can then host on a webserver provided by my webhost?

By the way, my webhost runs a 'Linux' server with Perl, Python, etc. There is no support for ASP.NET, etc.

Bruno Pereira
  • 73,643
deshmukh
  • 4,061

3 Answers3

1

People usually use eclipse as an IDE on Ubuntu.
Install with Software Center:

Install via the software center

Or with terminal:

sudo apt-get install eclipse

If you are developing Java based applications, then netbeans would be another option.
Install with Software Center:

Install via the software center

Or with terminal:

sudo apt-get install netbeans
harisibrahimkv
  • 7,256
  • 11
  • 44
  • 71
1

NetBeans IDE

is an award-winning integrated development environment available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of an open-source IDE and an application platform that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as PHP, JavaScript and Ajax, Groovy and Grails, and C/C++.

Connecting to a MySQL Database

Creating a Simple Web Application Using a MySQL Database

NOTE :

hhlp
  • 42,002
0

Personally, i use PDT: Eclipse PHP Development Tools.

But, there are still another good options out there, like SublimeText. If you have on commercial projects, please considering to buy commercial license too.