Why Ajax doesn’t need Dreamweaver

There have been several discussions recently on if Ajax developers need Dreamweaver or not. Dreamweaver is a good tool, but it is just a tool not a solution. The more I use Dreamweaver, the more I can see both its strengths and weaknesses. Let’s look from both points of view to determine if Ajax really needs Dreamweaver. As someone who doesn’t work for Adobe, but has used Dreamweaver for over six (6) years, I am a little bit more objective than some of the voices that have spoken. … [Read more...]

Validator – JavaScript Form Validator

OK so I said I would be releasing some of the tools I've developed over time to the general public. Well here is the first one: Validator. It is a JavaScript (not that you'll have to write hardly any of it) form validator. With just a one line of code to initialize it, and a couple of easy attributes to add to your form elements, you can have access to 23 (yes count them 23 - actually do count them I'm afraid of missing one or two) different types of validation for your form inputs. … [Read more...]