Detecting whether flash player is installed

I was asked how to detect if the flash plugin is installed. I found some pretty good info adobe puts out on this.

There are several useful articles here

http://www.adobe.com/support/flash/detection.html

This one is particularly applicable to detecting if the flash player is installed.

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14526

I’m glad they have this information because although most browsers do have flash installed developers should still play nice with those who don’t and they should espicially make sure that the user has the correct version for any newer features of flash that they are using.

Verizon selling blackberry modem capability

Verizon called me to try to sell me the modem capability on my blackberry. They made it sound like it was free at first but then after I asked it turns out it is another $15/mo. Why the extra charge? The fee they are charging is already exorbant. Verizon should try to include more for the fee but instead they want to try to get every penny out of their customers that they can.

build.properties file is important with maven

I was having trouble with maven today and trying to figure out what was going on because none of the error messages I was getting made any sense. After troubleshooting I finally figured out I somehow didn’t have a build.properties file. This was causing everything to behave differently than what I expected. I’m still not sure how this file ever got deleted in the first place. Luckily I was able to recreate it quickly.
So the moral of the story is to make sure you have a build.properties file in your home directory if you start having trouble with maven.