Category: Technology

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…

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…

Broken SQL objects: Views, functions, stored procedures, triggers

Designing a perfect entity relationship diagram for our database together with a marvellous table structure…

Mozilla Firefox 3

With the third version, Firefox is gaining speed to claw at bigger and bigger user…

Update Query on MS Access

Microsoft programmers are always very particular on their way of approaching problems. Since they are…

PHP5: Autoloading your magic!

__autoload() function can be very useful to optimize your code esp. when you have so…

MS SQL Server: Anomalies 2

We had a database in MS SQL 2000 server. The server/database was configured NOT to…