History of the Internet from PICOL on Vimeo This is a brief presentation of how modern Internet was born…
Apache Protected Folder – How to
In normal Windows Installation Path to your Apache Folder (C:\apache\ ) Path to your Apache Config Folder ( C:\apache\conf )…
YouTube – Better Quality
when you want to watch a videoclip just add “&fmt=18” in the url to hear it in better sound quality.…
Werfault.exe Process
WerFault.exe is part of the Windows Error Reporting Service. To remove that process from your memory simple disable the Windows…
Restore Database with Microsoft Management Studio
When you try to restore a database there are some very tricky stuff you need to know.
T-SQL Settings Explained
A list of widely used SQL settings Explained ANSI NULLS QUOTED_IDENTIFIER ARITHMABORT ANSI_DEFAULTS ANSI_WARNINGS DATEFIRST DATEFORMAT NOCOUNT NOEXEC IDENTITY_INSERT IMPLICITY_TRANSACTIONS…
ADD IDENTITY TO COLUMN
TraceMonkey and Javascript Engines Compared
One of the most impressive features in Google’s open source Chrome web browser is V8, a high-performance JavaScript virtual machine…
Sql Server 2008 – New Features
If you work with SQL Server on a regular basis, either writing custom queries, designing databases, or optimizing queries, this…
Powerfull Paging with Stored Procedure
Lets consider a simple table called employee( emp_id, name, salary). Now, suppose that we need to create a gridview with…