The best free Windows HTML image map tool I’ve found is XMap. I found it easy to use for some of my client’s websites that use image maps for site navigation. Very simple Windows install.
http://www.carlosag.net/Tools/XMap/
→ Read More...Is your Debian install of Tomcat 5.5 not working with your Webapp?
Just a heads up for anyone with problems trying to get webapps working with Debian. I highly recommend installing Tomcat 6.0 from source. It helped clear a number of issues for me. Debian only supports Tomcat 5.5 in their package management system. I could have gone with unstable to get Tomcat 6.0, but I prefer not to deal with their folder organization layout (see below)
Here are a few resources I’ve used to install Tomcat 6.0 in Debian Lenny.
Upon updating Webmin, I noticed that there is a new package dependency that breaks the updates.
To fix, you will need to get the phpini package from Webmin http://www.webmin.com/standard.html and extract the folder to your Webmin system folder. In Debian, its located in /usr/share/webmin/ This should also apply to any other Webmin packages that are missing from your system.
→ Read More...
I’ve been looking for a replacement camera ever since my Canon Powershot SD790 experienced its first “Lens Error. Restart camera” problem. One of my favorite features in the camera is the time lapse, where a photo is taken every few seconds and merged into a video. Unfortunately, this feature is no longer offered.
Here is a list of Canon Cameras with the time lapse feature:
G9, SD750, SD770 IS, SD790 IS, SD850 IS, SD870 IS, SD890 IS, SD950 IS, SD1000, and SD1100 IS.
There are two options if you want to still do …
→ Read More...New firmware update for the Canon EOS 5D Mark II Digital SLR has been released. All of the changes appear to be bugfixes for the camera.
This firmware update (Version 2.0.8) incorporates the following changes and fixes.

The closing keynote at Blogworld 2010 had an all star lineup of comedians, executives, and web celebs. Featured were Penn Jillette, Adam Carolla, Rob Barnett (CEO of MyDamnChannel), Jeff Hayzlett (“The Mirror Test” author), GeekBeat.Tv host Cali Lewis, and Mark Malkoff. Kudos to Rick Calvert and Dave Cynkin for putting together another great conference.
The format of the keynote was very entertaining since it was like a talk show. Here’s some photos of the keynote that I took. All I ask is to credit [@dragonal - albertech.net] if you plan to use them in your …
→ Read More...Scponly is used for chroot to limit server access for SSH and SFTP users. Unfortunately, the Debian package for scponly does not work with Debian 5.0.
If you upgraded from Debian 4 to Debian 5 and are using scponly, you may notice that the clients are unable to connect. Possible error messages include:
Adobe’s Flash player is known to store cookies on your computer, independent of your web browser settings. So, if you have Firefox deleting all the cookies after your session, you may still have additional tracking cookies on your computer via Flash.
In some cases, these cookies can be good depending on the website. For instance, setting the volume of the Flash plugin for a particular website. Other cases, they could be used for targeted advertising.
→ Read More...If you previously installed Adobe Flash on your computer and it won’t re-install properly, you will need to install the “Uninstall” Program fore Adobe Flash. If the download manager somehow stops during the install process, I’ve found that uninstalling the Adobe Download Manager fixes the problem.
http://kb2.adobe.com/cps/141/tn_14157.html
→ Read More...If you get this warning message when you start up Apache (apache2), this means that you are missing the ServerName setting inside apache2.conf. By default, the install of Apache in Debian is doesn’t include that setting in apache2.conf. The main reason is because they don’t know what your server name will be.
To fix:
Open up /etc/apache2/apache2.conf
Add the following line:
ServerName MyServer.com
Replace “MyServer” with your server name. Restart Apache.
Note:
Its only looking for the setting inside apache2.conf. It ignores the “ServerName” within a Virtual Host configuration block (such as in /etc/apache2/sites-enabled/000-default)