Sections on this page...
Delphi software
Delphi is my programming language of choice. Period. I simply cant say enough good things about it - its fast, easy to use,
very easy to extend, promotes code reuse, and finally, it's now cross platform and potentially free. (Its only free if
your programs are themselves free and open source, which I think is a reasonable approach from a software company.)
Delphi related reading material
Libraries of components and Portals
Useful stuff which doesn't fit into any category
-
DelFor - Source Code Formatter
-
http://www.dow.wau.nl/aew/DelForExp.html
DelForExp is a FREEWARE Delphi source code formatter that really works. It improves the indentation, spacing, capitalization and use of blank lines in Delphi source code.
-
DelphiWebScript
-
http://www.dwscript.com/
DelphiWebScript is a scripting language for use in Borland Delphi(tm) projects. The programming language is similar to Delphi. Its HTML features are optimal for web applications and report modules.
-
Apache Shared Modules
-
http://www.thedelphimagazine.com/samples/1222/1222.htm
This article first appeared in The Delphi Magazine Issue 69 (May 2001): One of the potentially exciting things about Kylix is being able to write Apache web server shared modules. However, it can be frustrating, so my goal in this article is to explain what you need to do to write shared modules and to get them to work with Apache. I should warn you that it may be more complicated and involved than you might expect.
-
Writing Clean and Safe Interbase UDFs In Delphi
-
http://www.ibphoenix.com/main.nfs?a=ibphoenixApp&l=;IBPHOENIXAPP.PA...
Excellent (and very in depth) article on using Delphi to write User Defined Functions (UDFs) for an Interbase database server. Recommended reading for anyone writing thread-safe DLLs for any environment.
-
Using XML and XSLT with Delphi 5 and WebBroker
-
http://www.vsoft-tech.com.au/xslcomp/xsltarticle.html
This article is aimed at Delphi developers who wish to make use of XML/XSLT in their WebBroker applications. I'll present some WebBroker extensions/components which make it easier to create XSLT based WebBroker applications. These components are available for download from Code Central
-
FreeVCS, the free Version Control System.
-
http://www.freevcs.de/index.htm
FreeVCS is a freeware source version control and project management system, realized in a scalable, TCP/IP based Client/Server architecture. It is based on Francois Piette's Midware application framework, FreeVCS can be used in local, LAN, WAN, Internet or mixed environments.
-
Innerfuse
-
http://carlokok.weyert.com/projects.php?projectname=pascalscript
Innerfuse is the home of the pascal Script engine for Delphi. Highly recommended.
-
Delphi pages at Google
-
http://directory.google.com/Top/Computers/Programming/Languages/Delphi
Googles list of Delphi sites
-
EggCentric
-
http://www.eggcentric.com/index.htm
Short collection of useful Delphi things that the author thinks others can benefit from it. (and I agree with him/her - the Delphi stuff is at the bottom)
-
Inno Setup Preprocessor
-
http://www16.brinkster.com/yackimoff/ispp/
A pre-processor to Inno Setup (and an excellent site to copy.)