Getting the Zip Code from an HTML5 GeoLocation API Call Travis June 13th, 2010

2 comments
Filed under: HTML5,javascript |

The HTML5 Geolocation API is built into newer browsers and returns the approximate latitude and longitude of the device in JSON format. read more »

Pure CSS3 Card Flip (webkit only) Travis June 11th, 2010

1 comment
Filed under: CSS3,HTML5,browsers |

Put together a quick css3 demo of a dashboard style card flip using pure CSS for the transitions. Javascript is only used for toggling the class name on click and the animation property sliders. Currently only works in Safari 5.

View Demo