From EduTechWiki - Reading time: 1 min
This article or section is a stub. It does not yet contain enough information to be considered a real article. In other words, it is a short or insufficient piece of information and requires additions.
Integrated Development Environment are commonly used to simplify the programming process. These usually integrate syntax coloration for particular code, WYSIWYG content editor, code compilation, code management and sometimes collaborative development utilities (SVN or CVS).
See also: text editor
Well-known free and open source systems are
- Netbeans (Wikipedia) is a popular environment in the Java community.
Commercial systems are for example:
- Komodo is built on top of the Mozilla platform and supports development with various dynamic programming languages such as PHP, JavaScript, Python. The system is commercial but the editor is free.
- Dreamweaver is an example of a commercial system to develop HTML pages but also interactive client and server-side web pages.