Modernizr
Dec 10,09 | 11:13 PM on delicious by
Astroboy
Have you ever wanted to do if-statements in your CSS for the availability of cool features like border-radius? Well, with Modernizr you can accomplish just that!
CatCubed » jquery
Apr 14,09 | 01:35 PM on delicious by
Astroboy
nice jquery script to do the same as videobox does but for jquery instead of mootools: inserting a modal window with a video player inside
Using jQuery to Style Design Elements: 20 Impressive Plugins | DevSnippets
Feb 12,09 | 12:05 PM on delicious by
Astroboy
JQuery is an unique (well, there is mootools and so but not with such a support ) tool a nowadays-developer must have in his/her pocket. Links like this just make me believe more this statement.
JavaScript events
Sep 22,08 | 06:34 PM on delicious by
Astroboy
In web development terms, an "event" is something that triggers a specific action in the browser. Usually, an event occurs when a user loads a page, clicks on a button or performs some other task with the mouse or keyboard. This page lists the most common events that can be inserted into JavaScript code to react to user actions.