.NET tools
Except (of course) Visual Studio, I could not live without the following tools (or at least some of them):
- ReSharper - The tool of tools...a revolution
- -
- NUnit - Unit testing has never been easier...
- NSubstitute - ...and mocking has never been prettier...
- Moq - ...yet sometimes a bit more mock power is required
- -
- AnkhSVN - Visual Studio Subversion plugin
- NuGet - Wonderful Package Manager for .NET
- -
- SquishIt - Bundle your CSS and JavaScript
- Combres - As I said, bundle your CSS and JavaScript
- -
- NDepend - Analyze your code
- Doxygen - Extract XML documentation
- -
- log4net - Great logging done simple
- BugNET - Nice and simple issue tracking
JavaScript tools
When developing JavaScript, my work is improved a great deal by the following tools:
- jQuery - If you haven't tried it, you must
- jQuery UI - A great UI library
- JSON - The official JSON serializer/parser
- -
- QUnit - Unit testing for JavaScript
- -
- Tiny MCE - A WYSIWYG editor at its best
- -
- jQuery plugins (in alphabetical order):
- Auto complete - Auto-completes textual input
- Auto-resize - Makes text areas auto-resize
- Corner - Applies rounded corners to DOM elements
- DateTime picker - Turns inputs into calendar selectors
- FullCalendar - Generates a Google-like calendar
- jqGrid - Converts tables to AJAX components
- Lettering - Splits chars, words, lines etc...
- Multiselect - Lets you select many items...many!
- Plupload - Incredible AJAX-based file upload pluging
- Uniform - Adds improved styling of your form
- Watermark - Adds instructive text to your text boxes
- Wizard - Turns any form into a wizard
PHP tools
I am no PHP guru, but I know how to use it quite well...and which tools that help me on my way:
- Log - Powerful event logging, easily
- -
- SimpleTest - It's not NUnit...but it's unit testing for PHP
- -
- POBS - Obfuscate your PHP code
- JavaScript Packer - Obfuscate your JavaScript code
...and I would be a fool not to promote my own ;)
- Wigbi - Minimalistic PHP/JavaScript framework





