Login to participate
  
Register   Lost ID/password?

Louis Kessler’s Behold Blog

Creating a Photo Gallery - Thu, 31 Jan 2008

With Photoshop Elements, I expected it would be able to create a photo gallery from the 300 pictures and 15 videos I took from my Nashville trip that I could put on my website to share with my relatives. It can, but only as a Flash-based gallery. I didn’t want that, but I wanted a gallery that my relatives could download the pictures and videos from via right-clicking. PE didn’t seem to provide that. I know there are online photo gallery sites, where you can put them up. But I really didn’t think it would be difficult to set up my own.

After a bit of searching, I thought I found a wonderful tool. JAlbum is a free program to create your own photo album written in Java that has “endless customization”. That sounded just like what I wanted, since I like to customize things and I’m quite particular.

The basic setup was quite easy, and it has lots of different “skins” you can choose from. I looked through many of them, finally settling on one of their most popular and most customizable called BluPlusPlus. But like the rest, I found it very bloated with too many features. I turned many off and was still left with a few things I wanted to get rid of, such as an unnecessary middle gallery layer, that couldn’t be removed by the options. The only way was to change the Java programs themselves.

Now JAlbum supplies the Java code. I’ve never worked with Java before. Looking at the code, I would have to say the language is uggggg-ly! Java compilers for Windows are free, but I had no desire to get into that just now.

So I did the next best thing. I built the gallery using what I had customized so far. Then I manually edited the HTML produced to get rid of that middle layer and make other changes that I couldn’t in the program. This worked out pretty well.

… until I discovered a few things that needed changing. I could no longer rebuild the files with JAlbum, or I would lose the manual edits I made. So now it became tedious. I wanted to remove 2 pages, which entailed manually changing the links on the previous and following pages, changing the count of pages in that section in the index, and changing every page in the section from “7 of 64″ to “6 of 63″, “8 of 64″ to “7 of 63″ … well, you get the idea.

Finally I was done, until I discovered to my horror that the dates and times for every picture were off by one hour. My camera was on daylight saving time. In Photoshop Elements, I can easily change the time stamps. If I could have then used JAlbum to regenerate the pages, it would have been easy. Fortunately, the dates were in the format “Fri 18 Jan 2008 10:32:39 AM” so I could change all “2008 1:” to “2008 0:”, “2008 2:” to “2008 1:” … up to “2008 12:” to “2008 11:” and then the “2008 0:” to “2008 12:”. Finally I’d check all the “2008 11:” to change the AM to PM and PM to AM and possibly change the date. Lot’s of fun - NOT!

So here it is, a week later, and I got the album up, and it looks great (sorry it has private photos, so I can’t link you to it). But it did zap a week out of me, after I thought a few hours would be all that would be needed. Another case of this programmer’s extreme optimism.

Oh well. Now I’d better finish the Behold site customization, get the new site up, and get an interim release of Behold out. Beta is pushed back maybe until March, unfortunately.

Two Things Learned - Wed, 23 Jan 2008

3 great days in Nashville. 2 lousy days in airports. But it was a great getaway.

After taking the listing I had of that side of the family, I realized a couple of things:

(1) The research I have done and questioning of older ancestors many years ago was quite comprehensive. There was not much our relatives were able to add to that. I guess that’s both good and bad.

(2) It is hard in the Behold listing to easily find siblings in the same generation when they are far from each other because of their descendants intervening. There is not much indentation for generation levels, and there’s nothing on the paper that can help you find the next sibling.

That latter point is something I have thought about for awhile. My original concept was to draw lines on the left margin to connect parents with their children. But implementing that was non-trivial, especially when I wanted it to appear the same when printed and when exported to HTML or RTF. But I think I will want to try to implement that before beta if I can.

Going to a Family Event - Wed, 16 Jan 2008

My wife and I are leaving for Nashville Tennessee for the weekend. My wife’s first cousin’s youngest daughter is getting married. We’re really looking forward to this little getaway, and a bit of a break from our -20 C temperatures.

Of course, family events are always great for adding a bit more to the family tree. What I like to do is take all the relevent family information with me. Being old fashioned, I still like a printed copy.

I haven’t updated my genealogy data in about 10 years. It’s waiting version 2.0 of Behold before I do that. But that still doesn’t stop me from using what I’ve got. I want the data printed, and for me Behold is the perfect tool to do that.

I open up my GEDCOM with Behold and quickly find my wife’s cousin. (Using Find and their name is the easiest way.) Then I right click and select Instant Organize on my wife’s cousin. The resulting view is exactly what I want for this. It generates families in sequence, starting with my wife’s cousin, then with her parents, then with her grandparents, etc, and anyone not related to her is by default, not included. Each level gives people one level more removed. That is perfect for this, because she’s likely to invite the people in the nearest groupings. I can concentrate on her most immediate relatives and still have everyone else related to them listed further down where they’re out of the way.

Behold then prints its nice Index of Names, Places and Sources following all the data which makes it easy to find anything in the printed copy. In this case, the whole report came into a nice 20 page listing. I printed it on both sides of the paper and that was 10 sheets, which I stapled together into a nice compact package.

I’ll keep this in my coat pocket and be able to write everything new I find out directly onto the sheets. That at least is my technique. It works very well for me. Try it next time you go to a family event. And be sure to also note who told you what to document your source with it.

So I’ll write again when I get back.