themeing
Submitted by jrowny on Fri, 06/25/2010 - 11:08
Attached is a module that styles the IMCE module to match the CKEditor module. This is based on the previous work that Mike the Coder and Danny Joris before him. I made it so that you don't have to modify your theme to get it working, and more specifically, two themes since I'm using admin theme. The only thing you have to do for it to work is to put the "sprites.png" from the CKEditor download into the "images" folder of the module.
Submitted by jrowny on Mon, 03/15/2010 - 11:08
Two of my topics were chosen for DrupalCon 2010 in San Francisco!

More details soon.
Submitted by jrowny on Thu, 03/11/2010 - 11:08
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.
Submitted by jrowny on Mon, 02/22/2010 - 11:08
I'm about to start my session and figured I should follow in Bevan's footsteps and provide a link to the slides.
Click here to follow along with the slides.
Also, attached is a pdf version as well as some snippets.