About The Big Blue House
I grew up in a big blue house. The big blue house is a central theme to my artwork. Sitting in front of a computer in the basement of this big blue house is where I learned how to build websites so it seem fitting to call my company, which I incorporated in 2000, 'The Big Blue House Production'.
About Me - Jacob Rockowitz (aka Jake)
After graduating from Purchase College with a Bachelors of Fine Arts in 1996, my first interaction with the Internet involved a trip to the Grand Army Plaza public library. I was looking for ideas on how to make a living. After many hours of surfing the web for career ideas, I realized website building was something I could do.
Submitted by Jake on Fri, 04/03/2009 - 12:36
I am using Drupal's collapsible fieldsets for several projects and ran into two issues.
The first issue was that the state of a collapsible fieldset was not being saved,
so I wrote and contributed a fieldset helper module that
saves the state of Drupal's collapsible fieldsets.
The second issue, which is a problem for all fieldsets and not just Drupal, is it is very difficult to
style a fieldset's legend as a header block. Typically, the legend is layered over a fieldset's border.
Submitted by Jake on Tue, 02/10/2009 - 20:16
I feel that PHP's print_r() function and Drupal's Devel module's dprint_r() function's output is not pretty or friendly because the generated code needs to be interpretted and translated into a usable PHP string that can then be inserted into a PHP template or script. So I decided to write a new debugging function, called dprint_rx(). My dprint_rx() function outputs a list of usable PHP strings, enhanced with some color coding and JavaScript, that can be easily cut-n-pasted directly into a PHP template or script.
Here is an example of my dprint_rx() function's output compared to the Devel module's dprint_r() function's output.