Blog

  • Delphi XE3 support

    today I updated all archives for VCL components with XE3 support.
    The new trials are available for download from site.

    The registered users can download the same reg.link and logon which they used
    before.

  • зацвели каштаны

    Сейчас после легких заморозков опять потеплело и пару дней назад на Львовской площади видел цветущие каштаны. Жаль не сообразил сфотографировать…

  • Delphi tips

    I changed the online web pages for Delphi tips.

    Now there is the category treelist in left pane, pages for categories and minor changes in visual design (h1-tags, standard fonts etc)

    So the Delphi Tips generator rewritten to support these features in macros. Now I must add the tips for .NET and Java and generator will create the web pages from database automatically.

  • Yandex Money

    Registered in Yandex Money. Now we can collect the payments to our account: 410011525266920

    Also I added the web page (in Russian language) for Yandex payments with embedded form for automatical money transfer:
    http://www.scalabium.com/yandexmoney.htm

    This page is available from standard order page

  • запрет курения

    Насколько я понимаю,  у нас сейчас курить запрещено во всех общественных местах. А вот возник вопрос – это касается только сигарет? Могу я курить трубку? Или более интересно – могу курить электронную сигарету?

  • 14 лет

    1 июля 1998 года я начал работать в киевском филиале Softlab.

    С учетом того, что рекомендуется каждые 7 лет менять работу, получается за это время я должен был уже дважды поменять компанию на что-то другое.
    Причем чем больше работаю тут, тем больше понимаю, что правило 7 лет правильное:-(

  • +1

    У Марины и Миши в 14:20 родилась вторая доченька – Лия, 3800

  • one class per file

    When you need declare a lot of small classes (enums, for example), I do not like the idea to declare the one class per file only. I do not want to have a lot of small files. I prefer to declare some kind of common file with basic classes but not possible in Java

  • SizeOf

    Java again. The class instance have no SizeOf method and/or no good method to get the size of instance in bytes:-(

  • DataInput class

    Very ugly – the DataInput class have no Position property to get the current position in stream and have no Seek method to change the current position.

    On every java forum you’ll get the stupid answer – you may count the position yourself. In 2012 you need count after every byte read…