Html CSS Editor - Stack Overflow most recent 30 from stackoverflow.com2009-12-08T17:17:47Zhttp://stackoverflow.com/feeds/question/1766http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1766/html-css-editor6Html CSS Editorcontagious2008-08-05T00:58:21Z2009-01-30T03:40:03Z
<p>I'm looking for a good editor for both HTML and CSS. I currently use the Firebug Firefox extension, and this is a great tool, but I'm looking for something I can use without necessarily firing up a browser. Ideally it would have a live preview of what I'm coding.</p>
<p>Edit: As a student, I have access to MSDN. also, i have access to Windows, Mac, and Linux. So any platform will do.</p>
http://stackoverflow.com/questions/1766/html-css-editor/1770#17703Answer by saniul for Html CSS Editorsaniul2008-08-05T01:01:04Z2008-08-05T01:01:04Z<p>Off the top of my head:</p>
<p>Non-free: <a href="http://www.microsoft.com/expression/products/overview.aspx?key=web" rel="nofollow">Microsoft Expression Web</a></p>
<p>Edit: I see you're a student. You can get the abovementioned product (and many other Microsoft tools) for free - <a href="https://downloads.channel8.msdn.com/" rel="nofollow">DreamSpark</a></p>http://stackoverflow.com/questions/1766/html-css-editor/1783#17830Answer by John Siracusa for Html CSS EditorJohn Siracusa2008-08-05T01:18:17Z2008-08-05T01:18:17Z<p>The fact that you didn't specify the platform leads me to believe that it's Windows—because everyone runs Windows, right? Still, when asking for software suggestions, it's a good idea to include the target platform(s). (Maybe StackOverflow could have a bit of dedicated metadata for that, or would a tag suffice?)</p>http://stackoverflow.com/questions/1766/html-css-editor/1825#18251Answer by Kevin for Html CSS EditorKevin2008-08-05T02:32:32Z2008-08-05T02:32:32Z<p>Dreamweaver? I usually just use <a href="http://crimsoneditor.com/" rel="nofollow">Crimson Editor</a> or vi though.</p>http://stackoverflow.com/questions/1766/html-css-editor/1828#18281Answer by Shawn Simon for Html CSS EditorShawn Simon2008-08-05T02:36:50Z2008-08-05T02:36:50Z<p>Notepad++, Visual Studio 2008 are both good choices for HTML / CSS, and currently what I'm using until I find some missing features I like in another piece of software.
For previewing the HTML, I use Firefox, IE 6 & 7. Usually will give it a once over in Safari if its facing the web, as opposed to an admin section, etc.</p>http://stackoverflow.com/questions/1766/html-css-editor/1833#18336Answer by Brad Tutterow for Html CSS EditorBrad Tutterow2008-08-05T02:45:37Z2008-08-05T02:45:37Z<p><a href="http://www.aptana.com/" rel="nofollow">Aptana</a> is rather nice if you want all the bells and whistles without paying for Visual Studio. If, like sasb suggested, you can get Microsoft products for free from school, then I would tend to lean towards Microsoft Expression Web or Visual Studio.</p>http://stackoverflow.com/questions/1766/html-css-editor/1845#18450Answer by schmidty for Html CSS Editorschmidty2008-08-05T03:03:51Z2008-08-05T03:03:51Z<p>If you want complete control over your code with some syntax highlighting, I love edit plus. You can check it out <a href="http://www.editplus.com/" rel="nofollow">here</a></p>
<blockquote>
<ul>
<li>Syntax highlighting for HTML, CSS, PHP, ASP, Perl, C/C++, Java, JavaScript and VBScript. Also, it can be extended for other programming languages based on custom syntax files.</li>
<li>Seamless Web browser for previewing HTML pages, and FTP commands for uploading local files to FTP server.</li>
<li>Other features include HTML toolbar, user tools, line number, ruler, URL highlighting, auto-completion, cliptext, column selection, powerful search and replace, multiple undo/redo, spell checker, customizable keyboard shortcuts, and more.</li>
</ul>
</blockquote>http://stackoverflow.com/questions/1766/html-css-editor/1861#18610Answer by Rudd Zwolinski for Html CSS EditorRudd Zwolinski2008-08-05T03:31:09Z2008-08-05T03:31:09Z<p>This is just for CSS, but if you're working mainly on CSS at some point and you're running OS X, <a href="http://macrabbit.com/cssedit/" rel="nofollow">CSSEdit</a> is a great tool with live updating. Unfortunately, it's not free and as far as I know, it doesn't do any sort of HTML.</p>http://stackoverflow.com/questions/1766/html-css-editor/1862#18620Answer by Issac Kelly for Html CSS EditorIssac Kelly2008-08-05T03:32:36Z2008-08-05T03:32:36Z<p>NVU Lightweight, Open-source, cross-platform, WYSIWYG.</p>http://stackoverflow.com/questions/1766/html-css-editor/1866#18660Answer by cmcculloh for Html CSS Editorcmcculloh2008-08-05T03:42:16Z2008-08-05T03:42:16Z<p>Textpad is what I used for years before switching to Aptana. Syntax highlighting. Integrates into your right click menu so you can right click > textpad to open file in textpad. I still have textpad for little things and for when I need macros (amazingly Aptana does not support macros).</p>
<p>Now I use Aptana. It integrates with my Subversion repositories, auto-uploads files on save to my server, controls my XAMPP server locally, has all JavaScript libraries integrated by default, does syntax highlighting. The only things it doesn't do are Macros (what???) and WYSIWYG. If you buy the license it will even do IE JS debugging (sweet!).</p>
<p>I've always had problems with NVU.</p>
<p>Dreamweaver is good if you want WYSIWY(hope to)G</p>
<p>Frontpage == horrible</p>http://stackoverflow.com/questions/1766/html-css-editor/15977#159770Answer by Olly for Html CSS EditorOlly2008-08-19T10:57:19Z2008-08-19T10:57:19Z<p>On Windows, <a href="http://www.blumentals.net/webuilder" rel="nofollow">Webuilder</a> is absolutely excellent. Lightweight, cheap and intutive. Handles PHP as well.</p>
<p>On the Mac, it has to be <a href="http://macromates.com/" rel="nofollow">TextMate</a>.</p>
http://stackoverflow.com/questions/1766/html-css-editor/16017#160170Answer by Brian Warshaw for Html CSS EditorBrian Warshaw2008-08-19T11:29:38Z2008-08-19T11:29:38Z<p>If you end up doing your stuff on the Mac, I've got to recommend Panic's Coda.</p>
http://stackoverflow.com/questions/1766/html-css-editor/68842#688421Answer by Shady Studios for Html CSS EditorShady Studios2008-09-16T02:19:43Z2008-09-16T02:19:43Z<p>Agree entirely with Olly. TextMate is a gem. After using GoLive and Dreamweaver for years I finally buckled down and learned the syntax for CSS. Only took a couple days and I never looked back. WYSIWYG editors are far too variable with their use of spacing/fonts/colors/etc. And if you're gonna code, use TextMate. Its project functionality is extremely helpful in keeping all your files handy for cross referencing purposes.</p>
http://stackoverflow.com/questions/1766/html-css-editor/75293#752930Answer by Silly Billy for Html CSS EditorSilly Billy2008-09-16T18:13:27Z2008-09-16T18:13:27Z<p>I have to agree with Brian Warshaw on using Panic's Coda if you're developing on a mac, especially with HTML and CSS - it has the live preview feature you mention. TextMate is also a good general coding tool however one thing I've noticed is that rails people love it and php people hate it!</p>
http://stackoverflow.com/questions/1766/html-css-editor/119398#1193981Answer by Guy for Html CSS EditorGuy2008-09-23T06:32:17Z2008-09-23T06:32:17Z<p>On Windows I've been using Editplus for years (www.editplus.com). It's a great notepad replacement with syntax highlighting, ftp, and lots of other goodies.</p>
http://stackoverflow.com/questions/1766/html-css-editor/119967#1199670Answer by Animesh for Html CSS EditorAnimesh2008-09-23T09:03:33Z2008-09-23T09:03:33Z<p>I like NotePad++ for my general editing on windows (great macros), but recently have found <a href="http://www.coffeecup.com/free-editor/" rel="nofollow" title="Free CoffeeCup Editor">CoffeCup HTML editor</a> to be very-well suited for my needs [Ctrl-b for bold, Ctrl-enter for paragraph break etc]. The free version gives you a previewer and an editor, but not the WYSIWYG.</p>
http://stackoverflow.com/questions/1766/html-css-editor/173855#1738551Answer by vaske for Html CSS Editorvaske2008-10-06T10:53:25Z2008-10-06T10:53:25Z<p>My vote goes to notepad++, it's free it's brilliant, there is a lot of plugins for this software. It's not so hard to write your own plugin.</p>
http://stackoverflow.com/questions/1766/html-css-editor/173877#1738771Answer by J-P for Html CSS EditorJ-P2008-10-06T11:03:47Z2008-10-06T11:03:47Z<p><a href="http://www.activestate.com/Products/komodo_ide/index.mhtml?CMP=KNC-Google_IDE_Debug&gclid=CK-f-Zi6kpYCFQ5MQgodVDybFA" rel="nofollow">Komodo Edit</a> rules! - It even allows you to create macros, writable in JavaScript!!</p>
http://stackoverflow.com/questions/1766/html-css-editor/173915#1739150Answer by ianion for Html CSS Editorianion2008-10-06T11:15:04Z2008-10-06T11:15:04Z<p>GVIM of course! No live preview but firefox and F5 work just fine. I have never been a fan of editors with a live preview. At some point you will need to make sure your css design is the same on all browsers. Live previews are just like having another browser your style must work with.</p>
http://stackoverflow.com/questions/1766/html-css-editor/394951#3949510Answer by kavoir.com for Html CSS Editorkavoir.com2008-12-27T12:30:14Z2008-12-27T12:30:14Z<p><a href="http://notepad-plus.sourceforge.net/" rel="nofollow">Notepad++</a> is definitely a great free tool to edit HTML+CSS.</p>
http://stackoverflow.com/questions/1766/html-css-editor/494408#4944080Answer by Dr.Dredel for Html CSS EditorDr.Dredel2009-01-30T03:40:03Z2009-01-30T03:40:03Z<p>Macromedia's Homesite 5.5 is, in my opinion the best web editor ever. Aside from color coding all your various web languages (perl, javascript, etc) it also has a built in FTP that allows you to edit remote files.
fairly cheap and incredibly powerful</p>
http://stackoverflow.com/questions/1766/html-css-editor/1318669#13186690Answer by Russ Cam for Html CSS EditorRuss Cam2009-08-23T14:10:57Z2009-08-23T14:10:57Z<p>I have used Aptana and can verify that it is a pretty good IDE for web development. I have used it primarily for HTML and JavaScript and the auto-completion and intellisense is pretty good. I have also used Notepad++ and Komodo, and Aptana was the better out of these three for features.</p>
http://stackoverflow.com/questions/1766/html-css-editor/1318720#13187200Answer by Jani Hartikainen for Html CSS EditorJani Hartikainen2009-08-23T14:36:37Z2009-08-23T14:36:37Z<p>Assuming you can afford it, IntelliJ IDEA has excellent support for HTML, CSS and JavaScript editing - from personal experience I can say their support is much better than Aptana's.</p>