In addition to generating a string with random characters, it is also possible to generate a word-like string that you can use in word game or for authentication keys.
Continue reading “Generate random word-like string in Delphi”Create responsive apps by using screen orientations in Delphi apps
In today world, media contents (like apps, websites, etc.) must have a responsive layout that can be adapted and adjusted quickly to fit in the orientation and the size of the platform’s screen on which they are runned.
Continue reading “Create responsive apps by using screen orientations in Delphi apps”Generate random string in Delphi
Generating a string with random characters is a good feature that can be used for making authentication codes, hash salts, etc.
Continue reading “Generate random string in Delphi”Delphi 11.1 is released
Embarcadero has just released the new version 11.1 of Delphi.
Continue reading “Delphi 11.1 is released”Create PHP script for getting date/time
A minimal script that returns date/time can be a good example for starting with PHP. But if you add other stuffs like format settings and requests handling, you will get an advanced time server to include in your workflow.
Continue reading “Create PHP script for getting date/time”Remove accents and diacritical marks from letters in Delphi
When working on datasets in multiple languages or in a language other than English, you can encounter string values with accented letters (like : à, é, è, ï, …).
If your database controls have unicode support with no settings to tolerate accents, then filtering records can be kind complicated to find records containing diacritics and accented letters, as most users won’t pay attention when writing the filter pattern.
Continue reading “Remove accents and diacritical marks from letters in Delphi”