This is a wrapper I created to launch promotional animations for Ajenda Interactive Media. The idea was that you could scroll through the dozens of animations we created and launch them from this page. Unfortunately, we only had one animation to feature at the time this was launched. Be sure to click everything you see.
Tag: Web design
I get paid to put together web sites. Here’s some posts about my vocation.
The Ajenda Creativity Engine
The Ajenda Creativity Engine is a self-promotional Flash animation I did for Ajenda Interactive Media. It won first place (category: Entertainment/Games) in Chicago’s Association for Multimedia Communication’s first annual FlashFest.
Drupal Theme Update 2011
It’s been about a year since my last major site overhaul, so I have decided to do a little housekeeping here. I’ve tweaked the theme so it’s a little less crowded and, hopefully, a bit easier to find your way around. That is all.
Dummy Image Bookmarklet
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 ImageHere’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
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.