The Aloha Editor is a browser-based rich text editor framework that was created in JavaScript. Unlike most other HTML editors, Aloha can actually be embedding within a CMS, blog or other standard web development frameworks.
Hello I am looking for a good HTML + CSS +Javascript Editor Microsoft Windows platform
Thank you very much !!!!
UPDATES :
1) I found an amazing one, which I use already for a while on windows and on MAC as well :
2)
WebStorm is another one I like.
WebStorm I use for the bigger projects, where the SublimeText is more for the files to open, or a small projects because it is very fast
closed as not constructive by Dagg Nabbit, Flexo♦, Paul Wicks, bmargulies, Robert Harvey♦May 17 '12 at 23:16
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. If this question can be reworded to fit the rules in the help center, please edit the question.
15 Answers
I prefer Netbeans 6.7 PHP , it includES CSS / JS / HTML and PHP Features. Codefolding, Syntax Highlighting, Code completion, CSS Preview...
But my Favourite function is code completion for JQuery + Dojo
Download : Netbeans Download
Alexander DerckI found an amazing Text editor on MAC/Widnows
I love it, every single day like it more and more.
AlexCAlexCI used both Notepad++ and Aptana, sometimes Eclipse as well.For simple scripting or quick fix on some files, notepad++ is very good.For large project management I prefer Aptana, which comes with debugger for PHP and I soooo need it.
Try Emacs. It has a pretty steep learning curve but once you know it, it will make you extremely productive.
- For XHTML you can use the excellent nxhtml-mode (it validates what you are writing on the fly)
- For JavaScript, there is a great mode by Steve Yegge (js2-mode) (it has a parser for the language built-in, so it can do syntax and error (red underline) highlighting perfectly)
- There is a pretty good built-in mode for CSS
Try jEdit. It has a large plugin library and is very customisable, as well as being cross-platform.
shuckstershucksterIf you're looking for an online editor, jsFiddle is probably the best choice.
nyuszika7hnyuszika7hOnline Html Javascript Editor
Depending on the platform you'll be developing on.
For .net development the best tool would be Visual Studio Professional 2008+ if you have access to it. It supports code completion (intellisense) even for Javascript files. Not just the basic javascript but for your own code as well.
One piece of advice though: If you want your HTML to be as semantic and unbloated as possible DON'T use WYSIWYG editors for HTML. Haven't seen any that would work as expected.
Robert KoritnikRobert KoritnikI love Scite. The mint version has onyl syntax highlighting but with additional syntax files it's also capable of code completion.
DaClownDaClownI'm personnaly fond of notepad++ : it's a simple tabbed editor, syntax highlighting, autocompletion, can handle more than 30 laguages and has a plugin system. (and it's free).
WYSIWYG is really useless for webdevelopping, so I really don't recommend Dreweaver or whatever looks like it.
You can also try to use Eclipse Amatheus for HTML, but it's not quite complete and can be hard to install.
Clement HerremanClement HerremanNuSphere PhpEd does all of these any many more. The have recently added both CSS and JavaScript code navagation, so you can click on the class or JavaScript function and jump straight to it. Although it's expensive, I have found it be extremely fast (can display code completion within a couple milliseconds) and it has all the features I need, including FTP and SFTP.
Darryl HeinDarryl HeinNotepad (and other variants, I'm particularly fond of Notepad2-MOD) is a great editor! Lightweight, and takes about 200 ms to load!
If you are looking for something with more functionality, try Komodo IDE (or its free alternative, Komodo Edit).
If you are looking for a WYSIWYG editor, personally, I find that WYSIWYG editors are bloated and most of the time creates a huge tag soup for anything more than your average 1999 web page. It is also way too much for JavaScript (which you will need to code manually anyway).
Andrew MooreJavascript Html Editor Plugin
Andrew MooreVisual Studio Express might be a bit bloated for your needs, and the WYSIWYG HTML view is useless.
However, it does include syntax highlighting and intellisense for HTML, CSS, basic Javascript actions and (with a download and some messing about) jQuery.
KeithKeithI use Notepad++. Is fast, lightweight and works with many of programming languages.You can make syntax highlighting like Mac's os Textmate. Simply, download theme for Textmate from tmthemes.com, convert to Notepad++ format here and replace stylers.xml file. Result is cool ;)
TSW WebCoder 2010
is the best editor in the world for my side with intellisense
download as a free demoalso choose on of thisfollow linkhttp://css.software.informer.com/download-css-editor-with-intellisense/http://www.highdots.com/css-editor/screenshots_IntelliStyle.html
Flexo♦I did research and I think at the moment WebStrom 4 is the best. Best code completion + syntax highlight. Can even recognize extended classes in JavaScript and overwritten methods and so on.
Flexo♦