Html CSS Editor - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T17:17:47Z http://stackoverflow.com/feeds/question/1766 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1766/html-css-editor 6 Html CSS Editor contagious 2008-08-05T00:58:21Z 2009-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#1770 3 Answer by saniul for Html CSS Editor saniul 2008-08-05T01:01:04Z 2008-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#1783 0 Answer by John Siracusa for Html CSS Editor John Siracusa 2008-08-05T01:18:17Z 2008-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#1825 1 Answer by Kevin for Html CSS Editor Kevin 2008-08-05T02:32:32Z 2008-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#1828 1 Answer by Shawn Simon for Html CSS Editor Shawn Simon 2008-08-05T02:36:50Z 2008-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 &amp; 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#1833 6 Answer by Brad Tutterow for Html CSS Editor Brad Tutterow 2008-08-05T02:45:37Z 2008-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#1845 0 Answer by schmidty for Html CSS Editor schmidty 2008-08-05T03:03:51Z 2008-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#1861 0 Answer by Rudd Zwolinski for Html CSS Editor Rudd Zwolinski 2008-08-05T03:31:09Z 2008-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#1862 0 Answer by Issac Kelly for Html CSS Editor Issac Kelly 2008-08-05T03:32:36Z 2008-08-05T03:32:36Z <p>NVU Lightweight, Open-source, cross-platform, WYSIWYG.</p> http://stackoverflow.com/questions/1766/html-css-editor/1866#1866 0 Answer by cmcculloh for Html CSS Editor cmcculloh 2008-08-05T03:42:16Z 2008-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 &gt; 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#15977 0 Answer by Olly for Html CSS Editor Olly 2008-08-19T10:57:19Z 2008-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#16017 0 Answer by Brian Warshaw for Html CSS Editor Brian Warshaw 2008-08-19T11:29:38Z 2008-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#68842 1 Answer by Shady Studios for Html CSS Editor Shady Studios 2008-09-16T02:19:43Z 2008-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#75293 0 Answer by Silly Billy for Html CSS Editor Silly Billy 2008-09-16T18:13:27Z 2008-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#119398 1 Answer by Guy for Html CSS Editor Guy 2008-09-23T06:32:17Z 2008-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#119967 0 Answer by Animesh for Html CSS Editor Animesh 2008-09-23T09:03:33Z 2008-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#173855 1 Answer by vaske for Html CSS Editor vaske 2008-10-06T10:53:25Z 2008-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#173877 1 Answer by J-P for Html CSS Editor J-P 2008-10-06T11:03:47Z 2008-10-06T11:03:47Z <p><a href="http://www.activestate.com/Products/komodo_ide/index.mhtml?CMP=KNC-Google_IDE_Debug&amp;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#173915 0 Answer by ianion for Html CSS Editor ianion 2008-10-06T11:15:04Z 2008-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#394951 0 Answer by kavoir.com for Html CSS Editor kavoir.com 2008-12-27T12:30:14Z 2008-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#494408 0 Answer by Dr.Dredel for Html CSS Editor Dr.Dredel 2009-01-30T03:40:03Z 2009-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#1318669 0 Answer by Russ Cam for Html CSS Editor Russ Cam 2009-08-23T14:10:57Z 2009-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#1318720 0 Answer by Jani Hartikainen for Html CSS Editor Jani Hartikainen 2009-08-23T14:36:37Z 2009-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>