Answer the question
In order to leave comments, you need to log in
Programs for developing web applications from under linux
Hello, dear Khabrovites and Khabrovites, and in particular Linuxoids! Please tell me who uses what to develop websites and web applications using linux. Under Win* was WebMatrix. Very satisfied. The subject itself: Who uses what to develop web applications from under linux (ubuntu 12.*)? It is desirable (though not required) that everything be on the heap: Server, editor, etc. etc.
Thanks in advance:)
Answer the question
In order to leave comments, you need to log in
Something serious - IDE, in particular IDE from JetBrains (WebSrotm, PhpStorm, RubyMine, etc.). Sketch something quickly - vim / emacs / sublime for an amateur. Although you can install plugins in gedit. It's in terms of code management.
A dev environment to run, or similar to production (standard packages, such as apt-get install apache2 php5 mysql-server), or built into the runtime/framework (php -s), or generally run on a VDS.
Well, the console, where without it, even with the IDE.
Sublime Text - selection of the entire
SQLBuddy command - like an admin panel to sql
Well, put Apache on linux + nginx anyone
Look to the side:
I use Komodo Edit. For several years now. Everything suits me. I tried alternative editors, for my subjective taste Komodo is the best.
Sublime Text 2
If you need something much more than just a good editor with a bunch of plugins, then choose from the IDE
IntelliJ IDEA - beautiful, UI-shno, a lot of plugins, a bunch of bells and whistles
Sublime - a powerful convenient text editor with plugins for languages and features
Vim - well, it's like pure hardcore when there is only a console and a remote server
Usually they use the same thing, because. almost all IDEs for web development in Java.
I have Netbeans as an IDE, sketch something - Geany.
Moreover, even Geany can be made into something similar to an IDE, but this is already a perversion.
did not notice the mention of Cloud9 IDE.
the cloud IDE is installed locally.
has its pros and cons - like all other IDEs.
PHP server on a virtual machine (purely IMHO - this is somewhat better than installing it on the current machine), as a development environment - sublime - it has a bunch of plugins for everything in a row. Well, devtools from chrome - I also spend a fair amount of time in it.
I don’t see any point in looking at the IDE, except for the deep need to work with some kind of zend: in all other cases, names/commands/functions are easier to either memorize, or the sublime autocomplete gives you a normal choice.
There is not enough information, but I suspect that the problem is that
$(document).ready(function() {
$(".test").click(function() { alert(true); });
});
$(".test").click(function() { alert(true); });
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question