Categories
Workflow

JSLint

For those of you that are just getting into JavaScript, this is a must-have tool for checking your code. It will tell you what you are doing wrong (using multiple var statements, spaces in wrong places, etc) in your code and will help you write better JS.

Categories
Links of Interest

iOS5 To Bring Support For Older CSS Properties

Two CSS properties that will now be available in iOS5 in September: overflow: scroll and position: fixed:

Categories
Links of Interest

jQuery Proven Performance Tips & Tricks

This a very good deck of what you can do to make your jQuery faster. Every little bit helps, right?

Categories
Links of Interest

HTML Email Boilerplate

For those of us that never learned table-based coding, this is a great resource for getting an html boilerplate

Tvenge Design