Bob Swart
My first iPhone app (the “Game of Memory” written with Delphi XE2 and FireMonkey) is now available in the AppStore (for free), see http://itunes.apple.com/us/app/game-of-memory/id489076335?ls=1&mt=8 It was quite a journey from “start” to actual AppSto… … Read more
13 years ago in Delphi0
Bob Swart
My first iPhone app (the “Game of Memory” written with Delphi XE2 and FireMonkey) is now available in the AppStore (for free), see http://itunes.apple.com/us/app/game-of-memory/id489076335?ls=1&mt=8 It was quite a journey from “start” to actual AppSto… … Read more
13 years ago in Delphi0
Yanniel
In this post I am implementing the Delphi way to request the Google Toolbar’s PageRank (PR). As an example, if I want to look up the PR of my blog (http://www.yanniel.info/), I will have to… … Read more
13 years ago in Delphi, Delphi Programming, google, PageRank0
Yanniel
If you work as an IT professional in North America, you should probably find very useful the 2012 Technology Salary Guide published by Robert Half Technology.This guide exposes the compensation trends (salary trends) for pretty… … Read more
13 years ago in Delphi, Delphi Programming, Object Pascal Programming0
Yanniel
If you want to make your Delphi application general enough to address multiple locales, then you need to internationalize it. There are three common aspects that I want to emphasize (no necessarily in that order):… … Read more
13 years ago in Delphi, Delphi Programming, Object Pascal Programming, programming0
Bob Swart
Delphi XE2 has introduced a DFM-breaking change in some (4) of the values of mrXXX constants that are used as ModalResult values for buttons and dialogs, among others. In this blog post I provide a… … Read more
14 years ago in Delphi0
Bob Swart
If you haven’t purchased the XE2 edition of Delphi, C++Builder or RAD Studio, then this may be a good time to consider it. … Read more
14 years ago in Delphi0
Unknown
I would like to have support for ordering content of a constant array at compile time. I would like to have optimized lookup function for such an ordered constant array (binary search, hash index, etc,… … Read more
14 years ago in compiler, Delphi, optimize, wishful0