Free Things Every Web Developer Should Know About
The following are a collection of a tools and links that I frequent for various aspects of web development. They either provide a physical product, web service, or knowledge that you’ll be happy to have. I’ll add more if I discover more so keep checking back. And add your own!
read onJavaScript Frameworks Compared
First off, if you are coding JavaScript, use a framework. You will never go back because all frameworks will help in some way. The frameworks serve more like libraries (instead of full-fledged “frameworks” as Rails for Ruby or CakePHP for PHP). For example, instead of coding the whole XMLHttpRequest thing, most frameworks will simplify to just one line, handling all the cross-browser troubles automatically. Also, many of them include neat visual effects and dynamic controls that you’ll find useful. Here’s my take on several of the most popular frameworks.
read on