Powder 'em Up

epicflux - December 21, 2005 - 14:31

I thought it was time to tell the world about the benefits of powdering...

http://powderyourballs.com/

This is a simple and comical Drupal site.

what a ...very ... strange

zoro - December 21, 2005 - 14:52

what a ...very ... strange ... site

what a ...very ... strange

BoarK - December 21, 2005 - 15:29

what a ...very ... strange ... useful site

I've actually just had a

zoro - December 21, 2005 - 18:07

I've actually just had a good look around to see what's there ... and I feel that I simply have to reiterate my above statement.

Deo on the balls!

morphir - December 27, 2005 - 10:44

I knew I had a problem with sweaty balls from a very young age. For many years I was actually using under-arm deodorant on my balls.

HAHA!

LAUGHING OUT LOAD! ....still laughing! HAHA!

Strange Indeed

deepak@dipak.org - December 21, 2005 - 16:25

This is the definately the strangest site I have ever seen.

--------------------
Visit http://dipak.org

that's funny

3dsoft - December 21, 2005 - 18:37

i don't know why... but I'm laughing my ass off

The best

pembeci - December 23, 2005 - 19:53

This site is definitely the best candidate to be the web portal for this issue. They will be the last one laughing when global warming comes into full force and the site gets millions of hits from frustrated "men of all races, creeds, and religions". Yahoo, Google, and MSN will get into a crazy auction to buy the site. Will you give me a share of the site if I click every day on some of the Google ads?

One little suggestion : teasers cut the testimonials in the middle of the words. I guess there are ways to solve this problem.

One little question: How did you manage the middle column to display like that? Is there a Drupal theme that has similar functionality?

Middle block is composed of 3 parts: top, middle and bottom

varunvnair - December 27, 2005 - 13:09

The image behind the content in the middle column is composed of 3 separate images, 1 for the top, 1 for the middle and 1 for the bottom.

If you are using Firefox install the excellent Web Developer extension. (After restarting your browser) Go to powderyourballs.com and from the Web Developer toolbar select Outline » Outline Block level elements. You will see how the image is composed.

The actual composing is done in CSS... some of the relevant statements are:

#top {
   height: 73px;
background-image: url(/sites/powderyourballs.com/themes/powderyourballs/top.jpg);
}
#fill {
background-image: url(/sites/powderyourballs.com/themes/powderyourballs/fill.jpg);
overflow:hidden;
}
#bottom {
height: 77px;
background-image: url(/sites/powderyourballs.com/themes/powderyourballs/bottom.jpg);
}

Web Developer is indeed great

pembeci - December 29, 2005 - 08:23

Varun, thanks for the explanation. Actually, I am using Firefox and the Web Developer extension is installed but I guess I haven't quite yet used to employing all of its power.

Thanks

epicflux - January 5, 2006 - 19:44

Thanks for your advice; fixed the teasers. I based this theme off the http://drupal.org/project/argeebee theme. Someone else already explained the powder-container center column.

I never thought about the global warming connection. I would be a little afraid of pushing that point and then alienating people who don’t believe that global warming is occurring. Sweat glands don’t seem to care for the political leanings of the individual…

I set up this site simply to garner a few laughs, but I think it is an example of how great Drupal is to work with. That I can create a cheesy site like this with relatively little time and effort is a testament to Drupal’s ease of use.

 
 

Drupal is a registered trademark of Dries Buytaert.