Archive for January, 2008

ImageChanger

Sunday, January 20th, 2008


In the last view month my girlfriend wanted to upload a lot of new images of nice models. However she had to resize and tag (add a logo) them manually and this work takes a long time. Because of that i decided to write a easy java application that should do this work for her.

After looking through the java image api i started to do the first version of this small program and it works very well.

Feel free to improve the program.

You can take a look at the perfect images @ http://jbfotografie.ch.

Downloads:

First sailing trip

Sunday, January 13th, 2008


The start point of our first sailing trip was a small harbor close to Marmaris. The harbor was part of a hotel and a the nature was lovely. However in this post I don’t want to write a lot, I just want to give you chance to see the pretty of a sailing trip.

In the following section you will only see some pictures…
(more…)

Use SVN Repo offline

Friday, January 11th, 2008

If you want to use your repository offline so that you can make some changes and commits in your hollidays then you can install svk. With svk you can mirror an existing svn repos to your local harddisk and it allows you to commit changes, to move files, to add new files and to delete files from the repository. After the hollidays you can push the changed data to the online repository to share the changes with other users.

First of all you have to check whether svk is already installed on your system or whether you have to install it.

(more…)