• Technology
  • Jul18

    2 Comments

    After seeing a post online recently about creating a pie chart for of one’s ancestry, I thought it might be fun to create a spreadsheet that could calculate someone’s ancestry percentages by country and create a set of pie charts that mimics a standard ancestor chart.

    I’ve created an Excel 2007 spreadsheet that does just that. It may still need some tweaking, but I like the cleaner look of my latest version better than the previous one. (I found that including names above all of the charts made it too congested and hard to read.)

    Ancestry Pie: Excel sheet capture
    All one has to to in this spreadsheet is enter a their family’s names, an applicable list of ancestral countries and then the ancestry percentages for each GG-Grandparent. (An example is at left.)

    After entering the GG-Grandparent’s ancestry, everyone else’s is calculated from those and a group of pie charts is created on a separate sheet.

    Ancestry Pie: Charts
    I welcome any ideas and suggestions for improvement – I can’t promise any support, especially if it is used with versions of Excel older than 2007, but I’ll do my best to take a look.

    Also included in the spreadsheet is a separate worksheet with additional notes and some slightly more detailed info on how to enter your data. (If anyone knows how to get Excel NOT to put data labels for 0.00% data without actually deleting the label, please tell me!)

    It can be downloaded from my Downloads page, or directly via this link.

    Ancestry Pie: Parent & Child Sheet
    Note: I updated the Excel spreadsheet on 11 Oct 2011 to with the following:

    • An additional country column for families with up to 10 different ancestral countries
    • Added a 3rd sheet that shows just the pie charts for Parents and Child, all with percentage labels
    • Cleaned up some more formatting
  • Jun16

    No Comments

    Google has added a new Search By Image function to their standard images search that looks like it will give good old Tineye Reverse Image Search a run for their money.

  • May16

    No Comments

    In an article on Ancestry.com entitled Preparing for Disaster, Maureen Taylor wrote a nice informative article on some preparedness tips for photos and family treasures.

    I noticed one comment on that article that I thought could use some elaboration:

    I keep a thumbdrive containing scanned photos and documents, along with data from my genealogy software program, in a safe deposit box. However, these storage devices are not guaranteed to last forever. They should be replaced at least every 10 years.

    As someone involved in information technology, security and and disaster recovery for many years, I like to see people mention how they have things locked away in alternate locations.

    However – don’t lock yourself into the idea that technology has a finite or even solidly estimable time to failure. That will only cause you some sort of loss in the long run. Having a thumb drive in a safe deposit box is terrific and way ahead of most people’s plans, I’d guess. Read More | Comments

  • May4

    No Comments

    This is by no means a genealogy specific item, but as someone who works in information systems and security I am amazed at the breadth of permissions some convenience apps ask for online.

    DO: Weigh the benefit you receive for the app in question. While it is nice to have an automatic connection from the Flickr to the Facebook, is it really worth access to ALL of my profile and my friends’ information? Or access to my chat?

    DON’T: Deny all apps – some are quite useful. Common sense rules the day here.

    # Yahoo to Facebook Request for Permission

    You do realize this permission graphic is a joke I made, right?

     

  • Apr5

    No Comments

    I was writing up a quick tip to point out some neat Javascript one can use in Google Maps to get the longitude and latitude of a point on the map. Then, I was Googling around and found a site that does it for you in a nice neat interface.

    So, here’s two tips – take your pick!

    Google Map Example

    Without going into the reason for needing the longitude and latitude points, I found I was in need of them for some locations I was working on. First, find the location in question on the Google Maps.

    Once there, copy the double-secret Javascript code below into the address bar of your browser and hit the Enter key on your keyboard:

    javascript:void(prompt(”,gApplication.getMap().getCenter()));

    Read More | Comments