Year: 2009

Setting up a web application on CentOS 5.3

Ingredients for our web application are Apache HTTP Server 2.2, PHP 5.2, Firebird 2.1and Oracle…

Have you not LinkedIn yet?

Think off a website: Monster.com + Facebook.com = LinkedIn.com They explain themselves: LinkedIn is an…

PHP Stock Profiler: Improvements

I've been planning to improve this application by adding a SQLite database, updating itself say…

MS SQL Server: Temporary Tables

Just a way of using temporary tables in Microsoft SQL Server, if you want to…

PHP Associative Arrays for C# .NET

I always loved the ease of use of arrays in PHP. Simple, dynamic arrays; arrays…

MS Access Reports: Sums from distinct group headers

The problem: When we use formulas on textboxes in the report footers of MS Access…

PHP: magic methods

Regarding __toString class my_tag_A{ public $id=''; public $href=''; public $target=''; public $class=''; public $label=''; function…