Html5: Difference between revisions

From 太極
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:
* [https://netbeans.org/features/java/editor.html NetBeans] The editor supports several languages including Java, C/C++, XML, HTML, PHP, Groovy, CSS, and JavaScript. It can be extended to support other languages
* [https://netbeans.org/features/java/editor.html NetBeans] The editor supports several languages including Java, C/C++, XML, HTML, PHP, Groovy, CSS, and JavaScript. It can be extended to support other languages
* [http://bluefish.openoffice.nl/index.html Bluefish] ''sudo apt-get install bluefish''
* [http://bluefish.openoffice.nl/index.html Bluefish] ''sudo apt-get install bluefish''
= General Advice =
* http://www.lifehack.org/353384/10-ways-build-faster-website

Revision as of 09:17, 21 January 2016

Resources

IDE

With code completion

  • NetBeans The editor supports several languages including Java, C/C++, XML, HTML, PHP, Groovy, CSS, and JavaScript. It can be extended to support other languages
  • Bluefish sudo apt-get install bluefish

General Advice