Early on I learned Turbo Pascal, which was a huge step up from the Basic and Batch File programming I cut my whitening on. When Delphi...
Jim McKeeth
Thought Controlled Drone in Tokyo
While I was in Tokyo for the Tokyo launch I worked with the Embarcadero office there to make a new BCI demo video. This is using the Emotiv EPOC...
Getting Technical with Cary Jensen and FireDAC (Episode 74)
In this episode of the Podcast @ Delphi.org we talk with Cary Jensen about his new book Delphi in Depth: FireDAC and the upcoming Delphi...
Connecting to Chrome OS via ADB
This is part of my series on developing with Chrome OS You need to put your Chromebook in Developer Mode First. Enabling ADB Debugging...
Enabling Developer Mode on Chrome OS
This is part of my series on developing with Chrome OS Chromebook Developer Mode You need to put your Chromebook in Developer mode, which wipes the...
Targeting Chrome OS with Delphi via Android and Linux
Google's Chrome OS is based on their Chrome Browser and runs on Chromebooks, which are halfway between a tablet and a laptop. They are designed...
May Cool App Winner: Ofertas do Dia
The cool app Winner for May comes from Brazil. It is Ofertas do Dia, or "Daily Offers" for us English speakers. This cool mobile app...
35 Free Delphi Examples for Windows and Android from WinSoft
The following is a list of free Delphi libraries, utilities and examples with full source code available from WinSoft. Many are Windows...
Webinar Replay: UX Excellence: Cross Platform Design Patterns
Proper User Interface paradigms makes for the best user experience with your applications. Learn how to apply design patterns your cross platform...
Delphi on Raspberry Pi
[Part 1] [Part 2] Part 1 The Raspberry Pi is an example of a single board computer. These low-cost hobby or project computers are a prime staple of...
Webinar Replay: Building a Microservices Architecture with RAD Server
Microservices represent the latest in multitier architecture. Decoupling services result in increased flexibility, greater scalability and a more...
Keep Threading in Mind
In my interview with Martin he talked a lot about the importance of performance, which is one of the reasons he uses Delphi for his real-time...
Webinar Replay: Migrating to RAD Server
Moving existing Delphi VCL "Fat Client" database applications to scalable client/server architectures with RAD Server. Five distinct...
The Niagara Falls Lighting Episode
This episode is extra special in that it include a case study of the software behind the lights for Niagara Falls. Nick and I spoke...
MVVM-MVC-RAD Architectures with ColumbusEgg4Delphi
Loosely coupled is good. We don’t want our business logic and data access all mixed together, that makes our code harder to maintain. But we all...
Dependency Injection with Spring4D
Nick Hodges wrote the book on Dependency Injection in Delphi. Join the director of R&D for this webinar on using the Spring4D Framework for...
With Delphi the Whole World is Under Control
Hamburg, Germany has the largest model railway in the world - The Miniatur Wunderland. Miniature Wunderland is Hamburg's #1 tourist...
CodeRage XI Replays – Productivity, Platforms and Performance
Productivity, Platforms and Performance is the theme for this year’s CodeRage conference. This was our 11th conference. We’ve had 3 jam-packed days...
FireMonkey vs. VCL
Frequently when I am talking about the VCL or FireMonkey I get some of these common questions: Is VCL deprecated? Which is better FMX or VCL? If I...
Delphi Boot Camp Day 3 – Building Effective User Interfaces with FireMonkey
www.youtube.com/watch This page contains resources and the replay for day 3 (September 7th, 2016) of the Delphi Boot...
Install Delphi and C++Builder Starter Side-by-Side
If you already installed C++Builder Starter, and want to install Delphi Starter (available at an 100% discount for a limited time) you can do that....
C++ Boot Camp Complete Replay
The complete replays for the C++ Boot Camp are available online, including downloads, slides and the Q&A log. A wealth of information for...
New Delphi Seattle MongoDB Sample
I created some more Delphi 10 Seattle samples to show off MongoDB and FireDAC functionality: LocalSQL, Indexing & Geospatial. The first one...
CORS on DataSnap REST Server
Cross-origin resource sharing (CORS) is a mechanism that enables resources to be shared across domains. Typically this isn’t allowed to...