Just like I was, a lot people have been seeking around the web for an easy way of invoking a lightbox as a page loads. Examples including http://www.bram.us/demo/projects/autofirelightbox/ uses javascript to trigger the lightbox. However, scripts like this one does not work with Drupal’s Lightbox 2 module. Here is what I used to accomplish this [...]
Posts Tagged ‘PHP’
Jun 16
Drupal and its serious e-commerce muscle
It has been about a month since my last post, but the site is getting some real nice traffic since the posts about my “Drobo Alternative“. So thank you all for the support. I’ve been working my rear off these days… apart from my day job I am working on two other sites. Both are [...]
Aug 25
installing APC & uploadprogress on CentOS 5 [updated]
First, we need the pecl command so we can download and install APC from the repositories. I use the “remi” repo to give me the latest packages, so use “–enablerepo=remi” if you have it installed. yum install php-pear But, this will not run on its own, we need the following package for the phpize command: [...]