Posts from April 2009

The qTranslate plugin

April 30th, 2009

As you can see (or not, it depends), a couple days ago took place some change on the site. Truly, I was trying to do that a long time ago, namely I wanted to allow the reader to browse the site in two languages: English and Polish. You know... not everyone knows Polish :-P .

You can easily make your site multilingual by qTranslate plugin for WordPress. This plugin allows you to write a couple versions of each page without any complications. You can also use the special tags for translating, for example: titles of widgets.

At this time, I only translated main page. Other pages probably I'll leave in polish (mainly articles, if some program is written in English it also will get its English page). But every new entry on blog's site will be published in two languages. Of course the default language is English.

If you need other language on your blog I think  you should really try out this plugin, there are some useful links:

Enjoy!

One comment...» Categories: Blog, Other stuff.

New version of FTP-Link

April 25th, 2009

Some time ago when I was using the old version (the newest at all...)  of the program I noticed a couple of seriously bugs. For example: division by zero error, which shows up when something goes wrong during uploading any file, the program doesn't throw even exceptions. There's one word to describe it: shame!

First thing what I was thinking about was write new version. Unfortunately, last version was released almost 2 years ago, in those days I knew only Delphi IDE and Pascal programming language (fortunately I evolved). So I had to start writing from beginning (in Java of course), but Java's portability convinced me completly. I found also a great libraries for Java: Apache Commons which support FTP connection in Java. At this moment I am proud of myself, whole program looks quite nice ;-) .

The program will be released in English language under a new name: Uplo4der - 1.3 (as continuation of FTP-Link 1.2)

More... »

Categories: Java, Software.