css

DrupalCon Topics!

Two of my topics were chosen for DrupalCon 2010 in San Francisco!


DrupalCon 2010, San Francisco

More details soon.

Theme Ubercart presenation today at DrupalCon

Here is the slides to follow along with today's presentation, Theme Ubercart: Make your store shine.

Here is the CSS snippet for CSS buttons.

.node-add-to-cart{
   display: block;
   cursor: pointer;
   cursor: hand;
   width: 150px;
   height: 50px;
   border: 0;
   color: transparent;
   text-indent: -9000em;
   overflow: hidden;
   background: url('../images/add_to_cart.png');
}

The customcart module is attached below.

Sprite Hero, yet another CSS Sprite Generator

I wrote this Adobe Air app to generate CSS sprites for myself. It's pretty simple to run, but keep in mind that it's the first build and probably NOT STABLE yet.

Here's a screencast with a quick demo: http://www.screencast.com/users/jrowny/folders/Jing/media/b7c04c80-8cd2-...

Sorry for the crazy resolution, I'll make a better video later.

Syndicate content