I re-generated the tips and uploaded to site. The new template with category tree and some new tips for C#/.NET
Later I’ll add a few new tips for Java
Also created the index page for faq-directory:
http://www.scalabium.com/faq/
I re-generated the tips and uploaded to site. The new template with category tree and some new tips for C#/.NET
Later I’ll add a few new tips for Java
Also created the index page for faq-directory:
http://www.scalabium.com/faq/
Today I uploaded the new version for all our db-viewers:
The short list of new features:
Also I created the bundle with discount.
Today I fixed the issue with QuattroPro spreadsheets (.wkq) and now the cells with row#>256 loaded correctly
Also the description for last BIFF-record (EOF) added in visual list.
Paid for next 2 years for hosting (hostrocket server).
Today I got the mail from Jake Carter (findmysoft.com)
Their editor wrote the short review and small video:
http://showpassword.findmysoft.com
Thanks!
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.
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.
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
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
Java again. The class instance have no SizeOf method and/or no good method to get the size of instance in bytes:-(