Archive for September, 2009

Diving Log 5.0 – Main Window

Friday, September 18th, 2009

As I’ve wrote in my last post, I was working on the main program window in the last time and I want to show you 3 screenshots. Please be aware that these are early screenshots and icons and other UI may change until the final release.

Main Window - Blue Style

Main Window - Blue Style

The most noticable change is the new sidebar which is similar to the one you find in Outlook 2007. The statistic region from version 4.0 has been renamed to “Home” and contains beside the statistic links and the logbook info box also the downloaders, importers and exporters you use regulary. If you want to access the other downloaders, importers and exporters you can click the tabs at the bottom.

In the (not yet completed) preferences window in the screenshot above, you can see that the language can be changed dynamically. This means that there is only one executable in future which can use all available languages, which means that updates in future will be available immediatly for all languages. This makes deploying of new versions for me also a lot easier and faster.

The sidebar can be resized and collapsed like in Outlook to give more room on small Netbook displays. The non resizable dialogs can be moved additionally over the main window GUI, which makes it possible to display them above maximized windows (e.g. table editor) and is usefull on small displays.

Main Window - Silver Style

Main Window - Silver Style

Main Window - Black Style

Main Window - Black Style

Well, there are still a few things to do until I can release an alpha version, but it’s coming along!

Diving Log 5.0 – current state and 3 new importers

Tuesday, September 15th, 2009

I’ve converted the last 3 missing importers to .NET (Delta P ProDive/ProLink, ReefNet Sensus Manager and Citizen Aqualand) and included them in the beta download in this blog post. So if you use one of them you can download the zip file and test them. Now all importers are converted and we are a large step further with Diving Log 5.0.

In the past two weeks I’ve also worked hard on the main window of Diving Log 5.0 and it is almost done.  This is also the time where I start merging all parts of Diving Log 5.0 together, which is currently split into several small projects. Well, we are getting closer to the first beta test :-)

Online Dive Logs

Monday, September 7th, 2009

Today I want to show you 2 amazing open source online dive logs which have emerged from the MySQL export function included in Diving Log. The MySQL export allows you to either export a MySQL dump text file from your Diving Log logbook file, which you can import with phpMyAdmin, for example. Or you can upload directly to your MySQL database when your provider allows external access (not every hoster does allow it). With this export/upload and one (or both) of the php logbooks you can host your logbook online on your webserver.

The 1st project phpDivingLog was started by Olaf van Zandwijk, improved by Lloyd Borrett and is now developed by Rob Lensen (logbook). There is also a thread in the Diving Log support forum.

phpDivingLog dive list

phpDivingLog dive list

phpDivingLog dive profile

phpDivingLog dive profile

The 2nd project is Diving Log Online which was just released by Vasco NL (website). It has currently 3 templates (themes), but you can create also your own.

Diving Log Online blue theme

Diving Log Online blue theme

Diving Log Online black theme

Diving Log Online black theme

Diving Log Online cave theme

Diving Log Online cave theme

Both projects can be used together on the same server (in different directories) and use the same data from the database. You need a web server (shared or self hosted), PHP and a MySQL database. External access to the database enables the direct upload from Diving Log, otherwise you must export to the dump file. This is a great way to get your dives online!