Browsing articles from "July, 2010"
Jul
26
2010

jQuery Simple Validation Plugin

Start with the Markup To get started, I would always start with a simple form marked up in an ordered list:

Jul
26
2010

Cool jQuery plugins – July 2010

jGallery – A jQuery plugin for image gallerys jGallery is a jQuery plugin to on a elegant way expose all your images and gallerys.

Jul
26
2010

Word-Wrap: A CSS3 Property That Works in Every Browser

What’s the Syntax? The word-wrap property accepts two values, one of which is the default:

Jul
26
2010
CSS // web

10 Interesting CSS3 Experiments and Demos

Just how awesome is CSS3? Find out by checking out these 10 experiments and demos that push the capabilities of the specs. 1. Our Solar System This experiment presents our solar system’s planetary orbits (fast-forwarded, of course) by utilizing CSS3’s border-radius, transform, and animation. Additionally, hovering over the names of each planet on the right displays an animated tooltip using CSS (learn how to make CSS3 animated tooltips). You can read about how this experiment [...]