kindragoehler.com

December 3, 2008

CSS and a Smidge of jQuery

Filed under: Web Design — Tags: , — kindra @ 11:36 am

CSS Globe has some tips for optimizing your CSS.

While in a similar vein acomment has a list of best practices for CSS.

While I personally would like to add: comment, comment, comment, and comment some more!

And rounded corners are still all the rage and instead of sweating over them, jQuery comes to the rescue yet again with a simple, small, elegant solution. Beautiful.

November 6, 2008

Tip of the Day

Filed under: Tip of the Day, Web Design — Tags: — kindra @ 12:35 pm

So, I was playing around with my other blog today, trying to remove the focus outline that Firefox applies to focused links. Adding a {outline:none;} worked on everything except my headers. I tried drilling down the cascade, (example: h3 a:focus {outline: none;}), but it didn’t work. Frustrated, I turned to google. Lo and behold, the answer was quick, easy and awesome. Simply use the wildcard selector!

*:focus {
outline:0;
}

September 22, 2008

Behold the Power of jQuery!

Filed under: Interesting, Web Design — Tags: , , — kindra @ 8:08 am

Chris Coyier, author of one of my favorite blogs, CSS-Tricks, posted about a project his firm created for Beacon Athletics, a specialty turf company. Using jQuery’s UI plugin, they created a cool, user friendly and memorable webpage. Go on and check it out! Now!
screenshot of beacon relaunch

June 30, 2008

Floats.

Filed under: Web Design — Tags: , — kindra @ 1:48 pm

Chris Coyier at CSS Tricks has put together a great post which outlines exactly how to use floats.  I wish that I had been able to read this when I first started out!

June 26, 2008

Komodo Media

Filed under: Web Design — Tags: , , — kindra @ 7:50 am

Check out the style switcher Komodo Media built for the Smashing Magazine contest. When you drag the slider, the amount of foilage changes! Very cool.Screenshot of Komodo Media's Style Switcher