- Has been a member for 3-4 years
- Helped protect Envato Marketplaces against copyright violations
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 50 and 99 items
- United Kingdom
- Referred between 1 and 9 users
Hey I don’t mean this in a bad way but cant you just use the basic tools in dreamweaver to do the same thing with spry?


I’ve never used the Spry library, but from what I understand it’s one of the less efficient JavaScript libraries available (compared to jQuery or MooTools etc).
Also, as I’ve stated before I don’t like the idea of having to use a JavaScript library of that magnitude for doing form validation (I believe Spry is about 76k in size and is completely unreasonable for my users to have to download 76k for the sole purpose of form validation).
I have found that most people are quite happy with writing their own JavaScript to cover the basic functionality they require in a project and have no need for a full blown framework. But then they’ll come across a particular part of their application that is either outside their skill level or just a pain to implement themselves and so they go running to the nearest JavaScript library to save them the hassle.
Hence why I wrote this function for validating forms, to save me from having to download jQuery + a form validation plugin to perform something I could just as well do myself.
But either way, thank you for the comment. I appreciate you sharing your perspective.