Archive for the ‘Projects’ Category

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:

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…)

Project checkout

Thursday, January 10th, 2008

In the case that you want to try our log viewer then you can make a checkout with a svn client. With the guest account you have only the rights to read the data, but you cannot commit modified files.

We are happy about any bug reports.

HowTo checkout:

  • Create a dir “logsviewer”
  • Go into the new dir
  • svn co –username=guest https://avetter.ch/svn/logsviewer .

Data:

  • username: guest
  • password: guest