Wednesday, May 5, 2004

Perhaps it is time for a second look at Firebird, an open source relational database based on the Interbase source code. Firebird was born when the Interbase source code was released in July 2000 by... Read More

Lazy PHP: Part 3

By | | PHP

9
Following on from the last blog on Laziness in PHP, some more Lazy Initialization, this time applied to class loading. In most programming languages, objects are “expensive” in terms of... Read More
Take a closer look at the inner workings of an ASP.NET page in Chapter 2 of SitePoint's latest title. Understand page structure, view state, namespaces and directives before exploring the two... Read More