About
From being a junior developer all the way to Development Manager position, I was always interested in new technologies. Passionate speaker, IT junky, developer, architect, team lead, and development manager - many hats, one goal - making software better and closer to people’s needs. For the most part I am using my blog as a scratch pad, writing small articles on things which I came across, was asked about more then once, and which would otherwise require additional research again and again.

Testimonials
I've been using this [theme] since the start. It is by far the most attractive, feature packed and stable of...
Rhyull
I’m a huge fan of this theme. I’ve got more than 90,000 pictures in my gallery3 running on a Ubuntu...
Jklobo
First I’m new to G3. I was wanting to append my forum with a gallery and after doing a lot...
Setishock
http://www.animeappeal.comCategories
Tag Archives: delphi
Developing for Windows Vista
Two weeks ago we have discussed some of the implications and inconveniences developers and users faced when introduced to Windows Vista. What makes Vista so “unfriendly” for developers? As it had happened before, it is a new guidelines and requirements. It … Continue reading
Tip: Delphi on Vista to work in XP mode
During the CG’s chat session few days ago, small discussion happened – how to make Delphi to ignore Vista on Vista. No surprise, but it is very easy and feature was in Windows for a few versions already – it … Continue reading
Posted in Delphi, Technology
Tagged compatibility mode, delphi, run as xp, vista, xp mode
Leave a comment
CodeGear… Going Once, Going Twice,… Sold…
News of the day – CodeGear being finally and quietly sold… to Embarcadero Technologies… At Embarcadero Technologies we know databases, we understand the important role they play in every organization and we love meeting their challenges. It took two+ years … Continue reading
How to serialize Delphi object
It has been a very lean and easy option of .Net to able serialize/deserialize any serializable object instance. Only closest option in Delphi is to stream the component using WriteComponent/WriteComponentRes of TStream/TWriter (used for Form storage as DFM, for example). It can … Continue reading
Posted in Delphi
Tagged delphi, Serialization in Delphi, serialize object, VCL, VCL to XML, VCL2XML, xml, xml serialization, xml to vcl, XML2VCL
18 Comments