DelphiShowcase

Magnificent Fitting Program Software Is Made In Delphi

FittingKVdm is an easy-to-use iterative curve fitting program with a uniquely improved algorithm: ‘multidirectional regression analysis’. The software teaches students an understanding of why the Body Mass Index was always defined wrongly as m/h² instead of m/h³. The software includes real life educational examples. You can download the software and try it free for 25 day by…
Read more
CodeDelphiRAD Studio

Add STOMP to your apps for lightweight real-time streaming

STOMP is a publish/subscribe messaging protocol that allows for very lightweight communications between almost any mixture of programming languages, operating system platforms, and “message brokers”.  This article goes into detail about what STOMP is, why you would want to use it, some quick-start hints to get you up and running, and a fully working example of using STOMP in your IDE Software…
Read more
DelphiShowcase

Football Playview Is An Outstanding Mobile Delphi App

With Football Playview coaches and players can view animated plays, drills and practice plans on their phone or tablet. Football plays, drills and practice plans can be created with the companion desktop Football Playbook program from Jes-soft, which is free to try and available at http://www.jes-soft.com/football/index.html. The playbook program is compatible with Windows all recent versions of…
Read more
DatabaseDelphiNews

Connecting Databases with FireDAC through SSH

A customer recently inquired whether FireDAC could be used to connect to a database via an SSH tunnel. Of course, the short answer is yes. But first, let’s define an SSH tunnel and how it can be easily accomplished with Delphi and FireDAC. SSH Tunnels Secure Shell (ssh) is a standard tool that comes with most “network” operating systems, such as Windows. Linux, UNIX, macOS, and…
Read more