Dummy Image Bookmarklet

Posted on

This afternoon I came up with a handy little bookmarklet (or favlet) that uses the site dummyimage.com to create a place holder graphic. Simply drag the following link to the button bar of your browser:

Dummy Image

Here’s the code:

<a href="javascript:var q=window.prompt('Dimensions XxY (for example 640x480)');if(q){void(window.open('http://dummyimage.com/'+q))}else{void(0);};">Dummy Image</a>

When you click the bookmark it will prompt you to input image dimensions. Use the format, WIDTHxHEIGHT (for example 640×480) and a new window should open up with a downloadable GIF with those exact dimensions.

Drupal Update

Posted on

Well, I just updated the core version of the Drupal CMS on the Pages of Fun from 6.12 to 6.13 and it went pretty smoothly. One thing that I did discover is that it pays to update all your modules before doing the core update. I had earlier tried to update and the system completely failed on install because of a problem with the out-of-date Admin Menu module. Only a complete reversion to the backed up files saved me. Backing up is ever so very important in this whole process. Anyhow, I am really loving Drupal and I hope to build more sites with it in the future.

Pages o’ Fun Version 5.5 – 2011-2015

Posted on

This is yet another iteration of the previous design. By 2011 I had a much better understanding of how templating worked in Drupal and made a somewhat slicker template that adhered to 960 grid-style layout. Sometime during this period I did an upgrade to Drupal 7 and had to reworked the layout to be compatible with 7. In the process I made the site mobile-friendly with a responsive design.

Pages of Fun: Version 3.3 Dec 1999-Sept 2000

Posted on

One of the first things I did when I bought by new computer was update my personal site. I was and am still pleased with this result. It was my first serious use of style sheets, and for awhile had some cool animated buttons at the top. The animations were kind of flaky so I got rid of them early on. I liked the organization and relatively clean text layout.

The big problem with this version was that it rendered rather poorly in Netscape 4 despite the fact that it used a different style sheet for Netscape. A problem I still deal with in the current site, but to a far lesser degree (Please leave Netscape 4 to die, it is a really terrible browser…6 looks promising though). It was also way too table heavy for my more simplified HTML structured tastes, making it tedious to update and change.