18 IDEs for Windows, Mac, & Linux

18 Wonderful IDEs for Windows, Mac, and Linux

Last week we looked at 22 Neat Editors for Windows. But sometimes, a code editor simply isn’t enough, especially when you’re working with things like databases and classes. Which IDE will you prefer? Hopefully you’ll find it below!

18 IDEs for Windows, Mac, & Linux

Instead of sticking with Windows applications, I’ve opened it up to all three major platforms: Windows, Mac, and Linux. There are a few IDEs here that will only run on one OS, but you’ll find that most have a version for all three.

Windows IDEs

Visual Web Developer

Visual Web Developer
  • Free

Visual Web Developer is basically a stripped down version of Visual Studio, with only the web development tools in place. It has the same great project management and database tools that VS has, only it costs $299 less. This app is aimed at beginners, so you can get starter kits along with it, and there’s a great Beginning Developer Learning Center online.

phpDesigner

phpDesigner
  • 75€ (~$105)

www.phpeditors.com gave phpDesigner a 5 star rating, saying it was a “super fast PHP IDE with many features.” To back this up, phpDesigner offers support for PHP debugging and profiling; It also supports all standard web languages, and offers TortoiseSVN support, and live error detection for PHP, HTML, and CSS. A code snippets library and built-in PHP manual for beginners only sweeten this pot.

PHPEdit

PPEdit
  • 179€ (~$248)

PHPEdit is a pretty good PHP IDE; it offers the debugging (even a Firefox debugging plug-in) and database support (easy query building and data visualizing) that you would expect, along with time-saving keyboard templates that allow you to quickly set up your PHP code structure. With PHPEdit, it’s pretty easy to connect to a server and use all the features, including auto-suggestion and -completion, with remote files: PHPEdit takes care of all the downloading and uploading for you.

Visual Studio 2008

Visual Studio 2008
  • $299 (Standard Edition)

Visual Studio is basically the industry standard for writing .NET code, but it’s also good for web development. It’s strong point is ASP .NET (obviously), but it’s pretty good with traditional web languages, offering extensive “IntelliSense” (code completion) for HTML, CSS and JavaScript. There’s no native PHP support, but there is a plug-in of sorts that can add it (Rumour has it that VS 2010 will support PHP). The code debugger is amazing if you’re using ASP .NET, and now you can debug JavaScript as well. Visual Studio has so many more powerful features; it’s a good product for anyone who uses ASP .NET.

Expression Web

Expression Web
  • $299

Expression Web is a pretty neat application. It offers tons of CSS support, turning creating and applying your styles into a graphical experience. Of course, if you prefer writing code, it has the IntelliSense of Visual Studio for CSS, as well as HTML. As you’d expect, there is ASP.NET support, but there’s also PHP support. Another neat feature: Expression Web takes note of which doctype you’re using and lets you know if you’re not keeping the rules; it’s basically built-in, real-time (X)HTML validation.

Bonus: Recently, Microsoft came out with Expression Web SuperPreview, a tool that helps you preveiw your websites in multiple versions of Internet Explorer without having to install them all. You can check out your site in IE6, IE8 or IE8 in compatibility mode, or you can compare a live site to an image. The neatest part is that you can overlay two versions to see inconsistencies.

PhpEd

PhpEd
  • $299

PhpEd comes with built in PHP, HTML, and CSS validators. It has code completion for those languages as well; and of course, there’s PHP debugging and profiling. PhpEd has one innovative feature that I haven’t seen before: dynamic syntax highlighting. Imagine a scenario where you have multiple languages in the same file (not really plausible coding, but understandable with HTML and PHP at least): if dynamic syntax highlighting is on, only the language your cursor is on with be highlighted; all the other code will appear as normal text.

Mac IDEs

Coda

Coda
  • $99

Coda may be the best IDE for the Mac, and it’s one of the few IDEs created with the sole intent of web development. Its concept of sites is pretty neat, and you can remotely edit files on almost any server. With the ability to collaborate on file with anyone in the world, and a clips repository for frequently typed snippets, Coda really looks promising. By the time you have a Javascript console, Dom inspector, CSS editor, and built-in terminal, you’re looking at an application that would make me consider switching to a Mac.

CSSEdit

CSSEdit
  • 59.95€ (~$180)

An IDE for CSS? That’s right, and an amazingly slick one at that. With built in validation, “Milestones” (Code versioning), and a really neat selector builder, writing CSS is a snap with CSSEdit. And then there are tools that let you inspect other websites to see how it’s done. This tool is great for both CSS newbies and veterans.

Linux IDEs

BlueFish

BlueFish
  • Free

Bluefish aims to be a light and clean IDE for linux users. It offers project support, as well as the ability to access remote files on almost any server. It has very robust search and replace, code completion for HTML and XML, and a function reference browser for PHP, CSS, Python, and HTML.

Integrate external programs such as make, lint, weblint, xmllint, tidy, javac, or your own program or script to handle advanced text processing or error detection. Integrate external filters of your liking, pipe your document (or just the current selected text) through sort, sed, awk or any custom script.

Windows and Mac IDEs

Dreamweaver CS4

Dreamweaver
  • $399

For those who love the other Creative Suite applications, Adobe’s Dreamweaver will be perfect; it integrates very well with PhotoShop. It’s a great editor for JavaScript, offering code hints and JS framework integration. It offers interesting CSS support: you create CSS rules and Dreamweaver explains how it will fit in with other rules. Then, Live View enables you to preview your coding without leaving the program. Dreamweaver may also win the asthetic beauty contest in today’s roundup . . . at least for Windows!

Windows, Mac, & Linux IDEs

Eclipse

Eclipse
  • Free

Eclipse is a very powerful IDE, that can do almost all things programming through its plugins. I downloaded Eclipse with the PHP Development Tools, which may be a good idea if you don’t already have Eclipse. This offers PHP debugging, as well as syntax highlighing and some code completion. Eclispe can also support JavaServer Pages, and using a CVS repository.

Aptana Studio

Aptana Studio
  • Free

Aptana Studio could be described as Eclipse for web development only. It’s available as either a standalone app or as a plug-in for Eclipse, and it claims to be “The Leading IDE for Web App Development.” With plug-ins, you can have support PHP, Ruby on Rails, Java, and more. It also has support for Libraries like jQuery, Prototype, YUI, and others, making your development process easier. SQL database tools, JavaScript debugging, it’s all there; the only thing I dislike about Aptana is that it takes forever to open on my computer; no, it’s not the computer: I can open two instances of Visual Studio in the time it takes Aptana to open. Aptana (the company) also offers hosting for your projects, so if you use that service, the IDE ties those services in perfectly.

Netbeans

Netbeans
  • Free

This open-source IDE is a sweet deal: whether you’re developing in PHP, Ruby on Rails, JavaScript, or something else, you’ll find rich editing features, as well as support for FTP and MySQL. At least with PHP, it offers light on-the-go debugging, alerting you to errors as you type. Netbeans also has a nice code navigator, and offers code completion and integrated documentation for frameworks like jQuery and Mootools.

Nvu

Nvu
  • Free

Nvu (pronouced N-view for “a new view”) markets itself as a free alternative to programs like Dreamweaver and Expression Web. It’s aimed at beginners and offers a strong WYSIWYG editor, but you can definitely hand-code. For advanced users, Nvu can be extended with “a dash of JavaScript.”

Spket IDE

spket IDE
  • $29.90 (free for non-commercial use)

Spket claims to be especially for RIA development. It offers code completion for Javascript and Flex, not to mention support for a number of JavaScript libraries. It has a content outline view that will let you examine the logical structure of your scripts. It also includes features for Silverlight development, including XAML completion and code completion for JavaScript based on the Silverlight Object Model. Then, there’s support for SVG and XUL.

IntlliJ IDEA

IntelliJ IDEA
  • $249 (Personal Edition)

Although IntelliJ IDEA is primarily aimed at Java developers, it has support for a lot of technologies used on the web, from HTML to JavaScript, Flex, and SQL. It offers JavaScript debugging and refactoring, as well as code completion and a structure view. Similar features are available for Flex developers as well. For (X)HTML, IntelliJ IDEA has code inspection that will alert you to browser compatibility errors, and apparently even direct you to a www.quirksmode.org bug report for more information.

Komodo IDE

Komodo IDE
  • $295

Komodo IDE is a made especially for “dynamic languages and open technologies.” Besides the standard web languages—HTML, CSS, JavaScript, PHP, and so on—it also supports Ruby, python, Tcl, and more. It’s got a solid editor, with code tips and a bit of auto-completion. The debugger works well, and the program is extensible; there’s even a pretty neat snippets feature that helps you keep your code well documented and a regular expression tester.

Note: I overlooked Komodo IDE’s free little sister, Komodo Edit in last week’s roundup. This was unintentional, as I hadn’t really seen it before. From the comments and what I’ve seen, it looks like a pretty good code editor, so I’m going to have to check it out!

Zend Studio

Zend Studio
  • $399

Zend Studio is an Eclipse plug-in, but it’s really an IDE in itself. It’s aimed mainly at PHP development (with an obvious focus on the Zend Framework), and it’s got a ton of features. It offers real time error detection, and plenty of database support, (S)FTP, local and server debugging, code refactoring, and source code control options . Of course, it also supports JavaScript and HTML with syntax highlighting and code assist.

Extra

While researching for this article, I found an interesting article: “Seven great PHP IDEs compared“; although the main part of the article looks at a few PHP IDEs, I found the section “What is an IDE?” rather interesting.

That’s It!

Like last week, I might have left out your favourite IDEs. If I did, let me know! If not, which IDE do you use?


Note: Want to add some source code? Type <pre><code> before it and </code></pre> after it. Find out more
  • http://www.dsaportfolio.com.br Diego SA

    I know some of them, but I’d like to have Coda. Don’t remember know, is it free? It isn’t, is it?

    • http://kivodesigns.com Mike Kivikoski

      Coda is $99, but last week it was on sale for $49

  • stealth01

    I think Nettuts should stay from this list of this and that. There are other sites that do that. Nettuts should do what it does best: awesome tuts.

    • http://www.jeff-way.com Jeffrey Way

      I think it’s best to divide it up. We usually one post one of these kinds of articles each week. Personally, I like them.

      • John Williams

        I concur. These HELP me achieve the desired effects from the tutorials at a much quicker speed. Keep it at a 1 to 2 or 1 to 3 ratio. Tutorials are my favorite :)

      • Dj

        @jeff, Agree these are needed in probably the ratio you mentioned. I was a bit disappointed, however that the descriptions of each didn’t allow me to compare very well. Rather than just a mere list of possibilities and costs (important enough), it seems to me that the articles you subsidize in creating might better: first, describe “characteristics” of the product that we should be looking for and why they are important for us; then, the product descriptions should be easier and more meaningful by describing how it fits the characteristics already set forth. For example, even after spending time reading this article in full, I still do NOT know if paying money for any one of those listed is better than the free items and/or why. Just my 2 cents.

      • http://www.furtzdesigns.com Ryan

        There are different tools of the trade and finding out the one that suits you the best can be very valuable.

        I had no idea that expression web even existed before this and im definately going to look into because it looks pretty neat.

        Keep up these articles. Oh and jeffrey, your awesome.

    • wayno007

      I’m with Jeff, as long as it’s occasional posts, I don’t mind the break from pure tuts.

      I’ve just started using Aptana, and find it an intuitive working environment.

    • http://www.straderade.com Straderade

      I like list like this, they can truly help one when needing a QUICK & RELIABLE sources of information

      So sick of seeing people complaining about quality post!

      …I’d like to try Coda out!

  • http://www.twitter.com/kevinquillen Kevin Quillen

    Notepad++ is free for Windows and is a great editor and what Notepad should be.

    • http://NOVALISTIC.com BoltClock

      Isn’t Notepad++ covered in the editors article?

      • http://www.jeff-way.com Jeffrey Way

        Yes, it is. Notepad++ isn’t an IDE.

  • http://NOVALISTIC.com BoltClock

    Woohoo, Aptana/Eclipse, the open source cross-platform IDE of my dreams :)

  • http://pabloaugusto.com Pablo Augusto

    +1 here for Zend Studio with aptana plugin =)

  • http://manojsachwani.com Manoj Sachwani

    Usually I love text-wrangler I have tried CODA and the likes, some how, I like old school editors, viz.. text-wrangler for mac and edit plus for windows..

  • http://www.jeff-way.com Jeffrey Way

    I prefer Coda and Netbeans.

    • Morten Najbjerg

      Netbeans is really great.
      And by the way hhank you for your tip about the dev build. The UI has really been improved…making it a lot more fun to work with! :)

    • Dj

      @jeff … that was what I was describing above. Why do you prefer Coda and Netbeans. It seems that articles like these may benefit from having someone with lots of experience help us define the parameters of “niceness” that we should be looking for and how each product stacks up on those parameters so we can better tell if it will fit with what we need (whether we realize it or not). Again, that’s 2 cents (a grand total of 4cents now).

    • Meshach

      Jeffrey I am a Netbeans convert thanks to you. :)

    • http://www.prsweeneywebdesign.com/ Patrick Sweeney

      I did not try Netbeans until a few weeks ago. I program in PHP, JS, and C++. I’m sorry I waited for so long to try it. It is fantastic at all of those languages, is pretty light on its feet as well. I HIGHLY recommend it!

  • http://www.twitter.com/anthonywoods Anthony Woods

    Nice round-up Andrew, I prefer to use Dreamweaver for IDE and i’ve used it my whole life, but some that have been mentioned is deffinetly worth trying out. I mainly use Visual Studio for ASP.NET!

  • http://nvartolomei.com/ Nicolae Vartolomei

    Big plus for zend and aptana :-)

  • http://www.sfidare.ro/ Buguletzu

    E-texteditor will blow your mind.

    • http://www.mcbwebdesign.co.uk Martin Bean

      Another e text editor user here! The Tab-fired snippets make it a dream to quickly develop complicated, bespoke web applications and sites in PHP for me.

  • http://spyesx.fr spyesx

    Hi would like to show you Geany, an IDE for linux. http://www.geany.org/

    I used a lot bluefish but this program is simplier and “new age”.

    • http://www.prometee-creation.com Prometee

      +1 for geany I use it for Web Dev and it’s a very simple and light IDE.

    • http://geekesque.ro Daniel

      I use Geany and it’s pretty versatile. It’s also available for Windows and supports a lot of plugins so if you don’t find a feature in the basic IDE you can extend it through these plugins.

  • Ethan

    Anytime I need to go to my IDE im Lovin Zend Studio/Eclipse. Sooo powerful :)

  • Nouman Saleem

    Hey Jeff how about a poll?

  • Ryan S

    Nice roundup.

    Isn’t Coda $100? (https://www.panic.com/coda/buy.html)

    • http://thedailyapp.com Tommy M

      That’s what I was about to say.

  • Drazen Mokic

    At least i chumped up (correct spelling? ;/ ) with these ‘best of that and this’ postings but isn`t this much like this

    http://net.tutsplus.com/articles/web-roundups/22-neat-code-editors-for-windows/

    ?

    • http://www.jeff-way.com Jeffrey Way

      That’s the idea. This is a follow-up to that tutorial. :) Only, this once focuses exclusively on IDEs.

  • mjw356

    No Espresso for mac? I have tried it out and it seems pretty sweet. The only thing is that it doesn’t have versioning like coda and css edit. Made by the same guys who make CSS Edit though.

    • http://www.jeff-way.com Jeffrey Way

      I agree. I would have expected the author to include Espresso in this list.

      • http://www.imblog.info Muhammad Adnan

        Jeffrey Way , what about the new components category ?
        when it is going to be launched ?

      • Andrew Burgess

        You’re right, I should have put Espresso in; I believe I looked at it, but for some reason I thought it was a text editor (I don’t have a Mac, so I couldn’t give it a try). Looking at it again, it’s obvious that it has a lot more than a text editor!

      • Isaac Seymour

        What? You don’t have a mac? I’m a convert now after just 8 months of using it, I hardly touch my old PC, except for IE testing. Coda is Dreamweaver, just cleaner, simpler, lighter and generally better. I get the impression that Dreamweaver is just bloated and enormous, while Coda is so much more speedy and is just… wow! I’ve never really seen the point of being able to copy-paste stuff from Ps to Dw, when there’s slices and Save for Web, so integration really isn’t that great imho.

        Isaac

  • http://www.designfrontier.net Daniel Sellers

    I believe that Nvu is also available for Windows…

    Used it a few times and won’t use it again. Its a decent WSIWYG but it has major issues with pages displaying correctly in IE 6… The code it produces is decent though.

  • jeff

    Coda was only $49 for a one-time two-day sale that happened to take place when the author wrote this. Its actual price is $99, or $85 if you have previously bought their FTP program (Transmit 3 – $29.95).

  • Helen

    Aptana makes you wasting hours checking your code. Actually, it’s just the localhost that sucks. That’s a pity.

  • Daft Viking

    I currently use Coda for most of my PHP / HTML work, and CSSEdit for CSS (obviously). I’ve tried Netbeans and Aptana – the biggest problem I had with those is the lack of soft word-wrap, which is a real pain when you have to work on longer blocks of text for display. I think I tried the Komodo IDE a while ago – don’t remember what I didn’t like about it (besides the price tag – I’m a bit of a cheapskate). Also tried Espresso, which didn’t make your list here – it felt a little too feature-light compared to Coda, at least for my use, but maybe I didn’t give it a fair trial (was really missing the SVN integration and split tabs).

    I’m generally quite happy with Coda – love the split tabs, SVN integration, books, the fact that it doesn’t leave it’s own files all over the project like some other IDEs do. There are only a few features needed that would make it a nearly perfect IDE for me:
    - code folding / collapsing
    - better indication on tabs of the view (edit, preview, console, book, etc.)
    - ability to detach a tab to a new window (for dual-monitor usage)
    - some sort of MySQL console

  • http://twitter.com/AdrianHerritt Adrian

    Am I the only one that does NOT like the FTP built in to Coda? Otherwise though, I love it. Don’t need anything else.

  • Smyge

    Coda cost $99, not 49,5

  • http://www.cryptonet.be Junni

    I’m currently using Eclipse on my Mac, which is great..but I’m eager to try out Aptana Studio. Code completion could be better in Eclipse for Mac.

  • http://www.samoltz.com Sam Oltz

    CSSEdit made it, but TextMate didn’t? Since when is CSSEdit an IDE? TextMate isn’t quite an IDE, but it’s more an IDE than CSSEdit.

    • Shiv Indap

      Agree on that

    • http://tta.com.sa Hassan A. Al-Jeshi

      Strongly Agree with that

  • http://www.faustocarrera.com.ar Fausto

    Eclipse it’s the best IDE, and soon ZEND it’s gonna used as his primary IDE. :)

  • http://www.philohermans.nl Philo

    CODA! :D

    Using it for about 2 years I think, and in my opinion it is the best!
    It has some great features and everything looks very nice.

  • http://www.quizzpot.com Crysfel

    MyEclipse for the enterprise development is the best (Spring, hibernate, code generator, Web services and a lot more) :D not sure how much for the license :s

  • http://buenasideaspy.com DarthVinsus

    I begun with notepad!!! and the next IDE I used was Dreamweaver, a long time, but now I’m testing the netbeans for php and it work great, the integration with the cvs is great (I know, other IDEs has it too)

    I have Windows u.u and I tested the PDT and Zend and they were too slow.

  • nico

    I really like Aptana! Installed it when I started learning Ruby On Rails.
    But once it’s open, I’d never close it, because it really takes about 30-40 seconds to get started…

  • benr

    CSSEdit is €29.95 (about $39), not €59.95.

  • http://jakubflorczyk.pl Jakub Florczyk

    Visual Studio family IDEs are great for developers but imo for typical webdesigner work is many more better tools.

  • Nate

    I use Windows. Aptana is by far my favorite.

  • Andi

    I use WeBuilder2008 for PHP development and Intellij IDEA for Java. Perfect for developers using Windows.

  • http://dangayle.com Dan Gayle

    What about Xcode? If you’re going to include Visual Studio, you should include Xcode. While you may not be able to do full on web development, you can do Dashboard and iPhone development, which both use html and javascript. If Apple were to add only a teeny bit more functionality, it would work great for general web development

  • James

    Glad to see phpDesigner =)

  • Wassim

    @everyone: the difference between aText-Editor and an IDE is actually the debugging capability. The IDE has it, the Text-Editor dont’t.

    @Andrew Burgess: I don’t like the look of the Linux apps in the screenshots. Today’s newbies give more importance to the look and feel of the apps they might choose to use. If I’m a -native- Windows or Mac user who ignore what Linux looks like I’ll evidently -and wrongly- judge that Adobe is doing great not to release a Linux version of it’s CS just looking at the screenshots you choosed! Take a look at how Bluefish shines on Gnome 2.6 and Quanta (I see that you don’t know it) on KDE 4.

    • Andrew Burgess

      Thanks Wassim; having used Linux a bit (and planning to do so more in the future), I totally agree that Bluefish and Quanta can look absolutely stunning with the right tweaks in Linux distros. However, the screenshots in question are the product shots given by the creators of the software themselves; I wasn’t able to do them myself.

  • http://laminbarrow.com Lamin Barrow

    Thumbs up for Aptana and Visaul Studio. These are my personal favorites. :D

  • reg4c

    I think you chose probably the ugliest theme for my favorite IDE here: Bluefish.

  • Diego

    Is dreamweaver a IDE???….I don’t think so.

    I use Eclipse…..just the best

    • Isaac Seymour

      I think you could probably argue that it is. It certainly isn’t the kind of thing you might use for Java or desktop developement with all the debugging stuff like Eclipse, but it has Live Preview etc. which is arguably the equivalent for the web.

  • Brad

    I really enjoy using phpDesigner, am too much of an ameteur to use netbeans, Eclipse etc.

    Like the others, phpDesigner takes longer than Firefox does to open. And I have a fast computer too.

    You can buy phpDesigner for $75.00 instead of $105.00 if you get the 2 license deal instead of the 3. its the same software. Fortunately I bought it a long time ago and only paid $45.00 I think. It also has PEAR support.

    I like the lists now and then, keeps everyone up on whats going on

  • http://www.epsil.nl/blog Roderick

    It might sound strange for some of you, but I use Expression Web 2. It is incredibly fast, and has almost everything that every other IDE has.
    I know, it is a Microsoft product, but you have to remember that this is like their 10th try at it, it was time that they get it right… :) (before it was called Front Page, a name that will cause nausea to any web-designer above 30 years old).
    I did try many IDE’s but I return to EW2 every time. It has the same functionality of Coda, it looks very good, the code auto complete feature is great, you could code directly in your PC with server services ON or just open the site online (a la Coda), it is intelligent enough to know your Doctype and check the code accordingly, the re-format code feature is amazing, no more alt-tabs or moving lines, the wrap feature is also very good. The CSS editor is exceptional, and drag a drop features are very cleaver, even its FTP program without any microsoft shared services installed in your server is amazingly clever.
    Just try the demo, you won’t be disappointed.
    Wow, I just realized that it looks that I work for Microsoft… I don’t!!!!
    It is just that this app deserves a good point of view, they can’t be making bad software all the time, even if it was a fluke, they got it right this time.

    Cheers.

    Roderick.

    • Adrian Alvarez

      I second expression web 2. I did a layout in css using floats, negative text-indent and background images, dreamweaver design view rendered it horribly, I was surprised to see that EW2 was able to render it about 90 % correct when just switching to design view to see how it looked. Also if your in college you could always download expression and visual studio for free via the dreamspark.

    • http://www.fatlizardmedia.com Juan C Rois

      LOL, love the joke about “front page”. I wonder if because of the fact that is a microsoft product, it would miracoulusly would fix all the display issues with IE and then ruin the display in all other browsers.
      LOL

  • http://japh.com.au Japh

    Nice list!

    I wish I could get Aptana Studio to work on Ubuntu… something seems to be up with my Java install, I think :(

  • http://www.visual-blade.com Daquan Wright

    As someone who finally decided to work mainly with programming and databases, this will be most useful.

    I’ve tried Apatan Studio but it takes forever to load on my laptop, I uninstalled it (twice).

    I’ll have to do some experimenting, I’m a fan of light weight applications.

    • Isaac Seymour

      “I’m a fan of light-weight applications”
      *cough*Coda*cough* ;)

      PS. I don’t work for Panic

  • http://net-breeze.com Yoosuf

    good stuff and nice arrangement!

  • http://www.dynamicguru.com DynamicGuru

    i used notepad till recently…But when i tried ou Komomdo i luved it, seams like Coda is much better…I ‘ll give it a try…
    Thnx 4 the info

  • http://twitter.com/iPad iPad

    What’s the big deal with Netbeans? I mean, what is the killer feature?

  • http://therailworld.com Phil McClure

    Komodo Edit is free and a really great tool for Ruby on Rails development!

  • Marcello

    Noone using PhpED??
    +1 for it!

  • http://www.moraywebsolutions.com MorayWeb

    I converted from Dreamweaver about a year ago when I realised I was paying for wysiwg features that I never actually used! :)

    I have been using Aptana Studio for a while which is really neat if not a bit slow to load (there are a couple of FTP editting glitches as well – but I haven’t contacted them so I can’t complain!). Every now and then I try a couple of alternative editors/IDEs but I always seem to end up back on Aptana.

    Especially like the plugins system – and the regular updates etc.

  • mike

    NVU ist not longer develeoped.. last version is like from 2006.. the project is dead

    • Al

      NVU has been superceded with Kompozer, still available and free, latest level is 0.7.10 which is what I use sometimes.

      http://www.kompozer.net