Free Software

Bookmark and Share

Today reading John Resig’s post about Open Source Release Syncing I thought there were some good bits in there about WHY people support open source software, especially this quote (I added the bold emphasis):

At the jQuery project I’ve generally split our time indiscriminately but with a sleight bias towards Free Software. By biasing towards Free Software projects we’re able to get better mind share amongst developers - who are our key users. For example, getting jQuery support in Drupal was a major victory for us as it meant that all future Drupal module developers would be compelled to, at least, examine jQuery to see if it suits them well, or not. While there isn’t, necessarily, a financial reward to working closely with Free Software the eventual market control will be quite significant and useful for further leverage.

I think companies like Adobe could leverage the same ideas with the goal being the same as jQuery’s: market control.


Developer Toolbox - Text Editor

Bookmark and Share

Like a trusty six shooter, every developer needs a good text editor in their toolbox.

jEdit screenshot For heavy lifting it’s great to wheel out the IDE (CFEclipse, Dreamweaver, etc) but for those quick edits using an IDE can seem like overkill. A simple text editor is lightweight and designed for doing one thing well - editing text!

There are text editors for every platform, ranging from bare bones command line interfaces to Window’s built in Notepad to elaborate applications like UltraEdit.

Notepad++ screenshot A good text editor will offer syntax highlighting, code assist, search and replace, multi-document editing and more. Many support plugins or bundles to further extend their functionality. In this screenshot you can see one of the many text editing menus available in Notepad++.

If you are editing your Ant scripts in Dreamweaver or still using Windows Notepad - check out some of the alternatives!