drupalcon

Vote for my topics at DrupalCon San Francisco!!

Hello,
I've got 3 topics proposed for DrupalCon San Francisco! You need to create an account on drupal.org before you can vote. Once you do, a little "vote" button should appear to the right of these topics.

http://sf2010.drupal.org/conference/sessions/jquery-views-and-view-themeing
http://sf2010.drupal.org/conference/sessions/theme-ubercart-make-your-st...
http://sf2010.drupal.org/conference/sessions/custom-reports-table-wizard

Thanks for voting, see you in San Fran!

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.

Syndicate content