$ is not defined error
Posted Apr 5th, 2009 by admin
I first ran into this error when I started using jQuery. It turns out it’s a somewhat common (beginner’s) mistake of trying to run a script without first waiting for jQuery to finish loading, which results in a race condition. The easiest fix for this is to make sure jQuery has its own separate script [...]
jQuery 1.3 Released
Posted Jan 14th, 2009 by admin
jQuery 1.3 was released today, on the third anniversary of jQuery. The speed comparisons in the release notes should be enough to convince anyone to upgrade. It shows even a marked increase in speed against jQuery 1.2.6. There’s no comparisons against YUI however, but I’m sure all the improvements of the impending release of YUI [...]
The curse of CSS rounded corners
Posted Jan 11th, 2009 by admin
If you’ve done any sort of work with rounded corners on webpages, you know that they can be tricky to pull off. In any case, it’s a lot harder than it really should be. Working with rounded corners is almost like adding graphical borders around elements as if the CSS border property didn’t exist. It’s [...]
Categories
- accessibility (1)
- browser bugs (2)
- css (6)
- html (6)
- javascript (9)
- jquery (3)
- mobile (1)
- performance (2)
- php (1)
- regular expressions (1)
- rss (3)
- seo (1)
- Site News (1)
- table (1)
- Uncategorized (4)
- videos (2)
- wordpress (1)
- xml (2)
- yui (0)