My 10 (Hopeful) Resolutions of ‘10

Brandon January 13, 2010 (0) | Posted In: Life

1. Exercise for at least 15-35 minutes everyday.
2. Take more pictures.
3. Be more mindful of what I eat.
4. Drink more water.
5. Learn at least one new aspect of web design a week.
6. Read at least one book a month.
7. Learn a second language.
8. Volunteer for a charity or charity event.
9. Focus more on continuing my education.
10. Become a better person, friend, and son.

Rounded Corners For Every Browser Using CSS3

Brandon October 23, 2009 (1) | Posted In: CSS, JavaScript, Tutorial

Rounded corners can be achieved very simply in ever browser using a mix of CSS3 and JavaScript. Normally this is achieved in Internet Explorer using a mix of background images and CSS classes. CurvyCorners is a free JavaScript library for creating simple, yet beautiful rounded corners. The result looks like this:

rounded-corners-1

The advantage to using this method is that it allows you to render rounded corners in Chrome, FireFox, and Safari using the CSS3 properties -webkit-border-radius and -moz-border-radius. While in Internet Explorer and Opera using the JavaScript alternative.