Author: murat

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…

Which one is worse China or Turkey?

Censorship on the net! Turkish court bans Blogger! Turkish Daily News http://www.turkishdailynews.com.tr/article.php?enewsid=118536 The Inquisitr http://www.inquisitr.com/6318/turkey-bans-blogger-due-to-a-handful-of-blogs-linking-to-pirated-football-games/…

Free Online Courses from Stanford University and Youtube

It's simply incredible! :) while loads of businesses are trying to convert their knowledge to…

MS SQL Anomalies 3

For those who are still using ancient data types such as CHAR be careful if…

British International Motor Show 2008

Car Lovers' Rule #1: If you want to enjoy a motor show, do not take…

Deceiving MS SQL Server: UPDATE Command

First version: UPDATE [MOVEMENT] SET [VAL] = [QTY] * ABS(MR.VAL / MR.QTY) FROM [MOVEMENT] MR…

Faster lookup using VBA Collections

Problem: Reading records from the database and instead of using DLookup or querying the database…