Serkan Şahinoğlu started programming in 1995. He submitted his ForPrompt Studio showcase entry at the Delphi 26th Showcase Challenge and we interviewed him to get more insight into his experiences with Delphi. Head over to the ForPrompt Studio website for the product and how to use it.
When did you start using RAD Studio Delphi and how long have you been using it?
Since 1995, I have been…
High-Performance Integration For Humanitas
June 10, 2021
When your users are trying to access things like their health-plan information, the responsiveness of your apps can often be key. There is nothing more frustrating than clicking on a button in a mobile app and then waiting for what seems like a lifetime to get some sort of…
Are you familiar with the concept of OCR? Wouldn’t it be nice to be able to easily convert images of typed, handwritten or printed text into machine-encoded text? Take a look at the two images below, with just a few lines of code we will make our Windows, Mac, Android…
Ronald Krause has been using Pascal Delphi ever since Turbo Pascal 3.0. His showcase entry VitaMonitoring was a fantastic addition to the Delphi 26th Showcase Challenge and we got to interview him regarding his Delphi experiences.
When did you start using RAD Studio Delphi and have long have you been using it?
I started with Turbo Pascal 3.0 and have been using Delphi ever since. There were…
Made In Delphi: An Astonishing Solar System Catalog
June 8, 2021
There is something quite wonderful about gazing up at the night sky. I recommend doing it often, although not while driving or operating heavy machinery (or light machinery, or sword juggling).
When I was very young we were lucky enough to visit the London Planetarium.
Native thumbnail and preview functionality for your software: ShellBrowser Delphi Components
June 8, 2021
The pain of finding the right file
Let’s be honest: Searching for files in the file explorer or on your desktop can be very annoying. Especially if you are looking for a certain picture of – let’s say – your last holiday trip to Italy. Luckily, previews are a…
Are You Using The Secret Alternative To SQLite?
June 7, 2021
I know the best way to traumatize a software developer who has been using Windows Tools for Developers for some time. You just show them this image:
The BDE Administration Manager. So many ‘happy’ hours trying to resolve “PDOXUSERS.NET is in use” messages and learning all about the purpose of arcane settings like SharedDir and NETDIR. Shudder. If you wanted to store a database…
LearnCPlusPlus.org :: How Do I Program Fun Games?
June 6, 2021
Hello Everyone, C++ Builder Developers, and Delphi Developers,
Last week, we started to release the “Introduction to C++” series on our LearnCPlusPlus.org website; we will continue to release the basics of C++ in the next few weeks. If you are a beginner…
Alexandr Anicimov launched his first Delphi application in 2005. His application (Laser Flash Method) was a showcase entry at the Delphi 26th Showcase Challenge and we interviewed him for an insight of his programming adventure. Go over at the Laser Flash Method website to…
LearnCPlusPLus.org :: Give Me Your Inheritance!
June 6, 2021
Hello C++ Developers,.
It’s another milestone at LearnCPlusPlus.org, we started to add posts about the basics of Artificial Intelligence Technologies. Last week had a lot of great subjects again! This week here we answer these questions,
What is Inheritance in C++?What is a Base Class? What is a Derived Class?What are Multilevel Classes?How can we create Hierarchical Inheritance?What is…