This project contains a bunch of Delphi language tips.
Some of the tips are published online at tips.delphidabbler.com.
Health Warning! All the tips are very old now. Very few have been tested, and those that have were tested quite some time back on an old version of Delphi. Consider yourself warned!
The project has the following folders:
dbContains a single SQL file - tips-v2.sql - that provides meta data about the tips. The file can be used to create a database.
Such a database would need to be used in conjunction with the files in the docs/_tips folder, and some suitable CSS and HTML templates, to generate complete web pages for each tip.
demosContains Delphi Pascal demo projects associated with some of the tips in the docs/_tips directory.
Each demo has its own sub-directory whose name is the number of the associated tip. Where there is more than one demo for a single tip there are further sub-directories for each demo.
Note:
.htmlfiles indocs/_tipslink to this directory. Should the directory, or any of its sub-directories, be renamed or moved then links in the affected.htmlfiles must be updated accordingly.
docsThis folder contains the source code of the Delphi Tips website.
The site is developed and deployed using Jekyll. Builds are published via GitHub Pages.
Warning: The
CNAMEfile in this directory should not be changed or removed: it ensure the micro-site is served as thetipssub-domain of delphidabbler.com.
extraThere are two open document format files in this directory.
Some tips that appear in the docs/_tips directory may have been sourced, and sometimes deleted, from these files.