CSS columns that expand to full/equal vertical height

column stuff
lots more column stuff to make it a longer column lots more column stuff to make
it a longer column lots more column stuff to make it a longer column

This is a transcript from a Facebook conversation regarding CSS columns that expand to full/equal vertical height:

Anon Friend March 1 at 3:48pm
FUCK THEM OMGOMGOMG I”M GONNA USE A TABLE

Thank you, I needed that.

Mimi Flynn March 1 at 3:55pm
NO!!! DON’T DO IT!!!
Read the rest of this entry »

Tools for test sites locally

screenshot of Acquia Drupal control pane

It used to be that one would have to finagle with their Mac OS X to get a test server running. I’ve spent many an hour on my old titanium Powerbook typing away at the terminal essentially feeling about in the dark, until PHP would parse in my browser from a local directory.

Now, we have options! Need a local testing environment to work on your latest WordPress theme? Trying to discover the magical combination of CCK, Views and Panels to make Drupal do what you want but you’re in flight and too cheap to pay $13 for 3 hrs of wireless?

Windows:
WAMPserver

Mac:
MAMP

Windows, Mac, *nix:
XAMPP
Acquia Drupal Stack – automatically installs Acquia Drupal as well as Apache, MySQL, and PHP. Easily creates new Drupal sites with control panel interface.

without comments

Filed under Development

Tagged with , , ,

Quick Tip: <embed> z-index like issues

Video showing in front of static element

Add the following attributes to all embedded videos or maps that appear in front of a static element (such as a toolbar or footer bar) to push them back where they belong:

style="z-index: 0" wmode="transparent"

Video showing behind static element

Its very rare that you would need to do this, but more statically positioned toolbars and such have been popping up all over the place, so, it seems it will become more and more common as this trend spreads.