Submitted by dgraves on Wed, 07/06/2011 - 21:21
Over the weekend I moved the majority of the photographs from my photo albums stored with my hosting provider to Picasa Web Albums. My original plan was to use Picasa's "paste HTML to embed in website" feature to link to the albums from my site, but a quick search of the internet turned up some simple JavaScript code demonstrating the ease with which Picasa Web Albums could be fully integrated with an external website. Read more about Embedding Picasa Web Albums with JavaScript
Submitted by dgraves on Mon, 06/27/2011 - 21:09
Submitted by dgraves on Sun, 06/19/2011 - 16:53
After watching Matt Richardson's AWESOME Button project video, where he embeds a microcontroller within a Staples Easy Button to create a special purpose keyboard, I was inspired to make a similar item to present as a gift to a user of the software that I develop professionally. This user had requested that we create an "Easy Mode" for our software to group all of the features commonly used by his organization into a simple and easy to use graphical user interface component. Since the "Easy Mode" concept was inspired by the Easy Button campaign from Staples, I thought an Easy Button would be perfect for launching the software in the "Easy Mode." Read more about The Making of an Easy Program Launcher Button
Submitted by dgraves on Fri, 06/17/2011 - 17:54
Submitted by dgraves on Wed, 12/01/2010 - 21:05
About a year ago I received a Flip UltraHD 2nd Generation camcorder (the one with the rechargeable battery) as a gift. I made little use of it at first, and it wasn't until I took it with me on a trip to New Zealand at the end of the summer that the battery fully discharged for the first time. I connected the camcorder to my laptop to allow it to recharge, but the display showed the "Connected" screen instead of the "Charging" screen and the red charge indicator light never came on. My Flip wasn't charging its battery. Read more about Fixing a Flip UltraHD that won't charge its battery
Submitted by dgraves on Sun, 11/28/2010 - 11:59
Submitted by dgraves on Fri, 09/24/2010 - 20:25
Early Wednesday morning I received three nearly identical e-mails. Each had the appearance of SPAM, but not your typical SPAM. In place of the usual advertisement composed of bad spelling and poor grammar was a well written message crafted to look like an invoice and accompanied by an HTML attachment. Inspecting the contents of the attachments revealed that each contained identical JavaScript code, which was clearly malicious. The JavaScript had an appearance similar to that of obfuscated shellcode, with a string of hex values being unescaped and written to the HTML document: Read more about You've got mail-ware!
Submitted by dgraves on Mon, 10/19/2009 - 22:17
Recently I described my effort to add GPS data recorded during a road trip and a canoe trip to Google Maps. I had written some JavaScript to import my data into a map, with a few options for customization, but felt that there was more that could be done with the data from the canoe trip. I had a number of photographs from the trip and a desire to map them, along with the GPS data, at the positions at which they were taken. Although the photographs did not contain any meta-data providing the GPS coordinates for the location at which they were taken, they did contain meta-data indicating the time at which they were taken. Since I had a GPX file full of time associated geographic positions, I decided to fuse the two together.
Read more about Bundling GPS Tracks and Geographically Located Photos in KML
Submitted by dgraves on Sat, 10/17/2009 - 16:15
After watching a recent episode of Hak5, which showcased Google Maps GPS Mashups, I was inspired to finally do something with some of my own GPS data. I had GPS data from a canoe trip taken last year and a road trip from a few years ago stored on my handheld GPS with which I had always planned to do something, but just hadn’t had the motivation until now. While a little simpler than the project described on the show, my initial goal was to draw the GPS track data in Google Maps annotated with waypoints drawn as map markers. The markers would be used to mark specific locations with descriptive text and images.
Read more about Putting GPS Tracks into Google Maps