New Arabic Lazarus Free Pascal Firebird book

After the first book now translated to English : Start programming using Object Pascal Language
I’ve released my second book about FreePascal/Lazarus/Object Pascal.
Book title is Second step with object pascal. In Arabic “الخطوة الثانية مع أوبجكت باسكال”

You can download this book from here http://code.sd/secondstep
The book also contains a lot of sample applications written in Lazarus.

Chapters:

1. Memory
2. Files management
3. Relational Databases : Firebird SQL
4. Web Applications
5. Socket programming

Firebird Embedded on MacOSX

Based on a document written by Fulvio, a while ago, I finally spent time writing a make file that will automatically create an embedded version of Firebird that will run on MacOSX as a bundle. All you do is make a normal build of Firebird Classic and then use this make file to create the Firebird.app folder which is set up in a way that allows you to access a database via isql for example without the need for a full framework. The make file detailed below was written for Firebird 2.5.x

1 12 13 14 15 16 78