tweaks

equalHeight DIV tweaks

A simple JavaScript code to equalise heights of multiple elements on a page. The basic idea is to measure all of their heights and then set all their heights to that of the tallest one.

Custom Publishing Options and Devel Generate

In my work, I often use this great module "Custom Publishing Options" together with "devel_generate" module for generating "Lorem Ipsum" content, however, "devel_generate" doesn't know anything about "custom_pub" and "custom_pub" always without values. In this tweak, I going to show how to fix it.