News archive
Software Development
December 2013
-
written by Stefaan Lesage on 02/12/2013
Delphi XE5 - First Impressions
Well, it's been quiet on this blog for a while now. Delphi XE3 and XE4 have seen the daylight and not even a single post has appeared here about those. With the launch…
November 2012
-
written by Stefaan Lesage on 23/11/2012
Be-Delphi 2.0 was even better than last year.
On the 22nd of november, Be-Delphi organised it's second delphi conference in Belgium. I was quite proud to be invited as a speaker again, together with some big names in the Delphi world…
November 2011
-
written by Stefaan Lesage on 18/11/2011
Introduction to LiveBindings in Delphi XE2
Yesterday at Be-Delphi I gave a session on using the new LiveBindings in Delphi XE2 ....
September
-
written by Stefaan Lesage on 29/09/2011
Configuring Delphi XE2 and your mac to develop, test and deploy iOS apps
Today we are back with another Delhi XE2 Video Tutorial ... this time I will be showing how to get ready to develop iOS applications using Delphi XE2 and FireMonkey...
-
written by Stefaan Lesage on 08/09/2011
Setting up Delphi XE2 and your Mac to run and debug cross-platform applications using Delphi
Today Embarcadero and Barnsten showed Delphi XE2 in action at the Delphi XE2 world tour in Brussels. Pawel Glowacki showed us that we can create Mac apps from using FireMonkey in Delphi...
December 2010
-
written by Stefaan Lesage on 08/12/2010
Making you code easier to maintain using Objective-C Categories
Well, as you all might know by now, I'm trying to take my first steps in iOS development. And if you read my previous post, you have already noticed that I was playing…
November
-
written by Stefaan Lesage on 30/11/2010
How to use a custom background image in your grouped UITableView
For those of you who didn't know it ... a few weeks ago I went to the iOS Bootcamp organized by the folks at Big Nerd Ranch Europe. The course was exactly what…
March
-
written by Stefaan Lesage on 30/03/2010
Simplify your Delphi Code using some basic rules, OO techniques and some refactoring (Part 4)
Part 4 in the series. Actually it's the rest of Part 3, since for some strange reason I couldn't get it into a single post...
-
written by Stefaan Lesage on
Simplify your Delphi Code using some basic rules, OO techniques and some refactoring (Part 3)
Now that we have a basic idea of what we want to achieve and how we could do it, it's time to write some code and create some classes...
-
written by Stefaan Lesage on 17/03/2010
Simplify your Delphi Code using some basic rules, OO techniques and some refactoring (Part 2)
In the First part of this series, we gave a brief overview of some general rules. Meanwhile we've had some time to think about what our code is supposed to do, so it's…