Category: Technology

Why “bing”?

...when we can "ask" or "google" or "yahoo!" Today, I thought let me check an…

Another clumsy application from Microsoft: cisvc.exe

Also known as content indexing service, this process is part of Windows operating system, and…

Tape backup on CentOS

On this occasion, we have a PHP/Firebird application. We had to backup the database and…

Paging records in MS SQL Server 2005

After years of torturing their SQL Server users, Microsoft provided a "better" way of paging…

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…

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…