Skip Navigation LinksHome > Blog > 2006 > July

July, 2006

Bush massages Merkel, rubbing her the Wrong Way

George Bush gives German Chancellor Andrea Merkel a backrub in a "pre-emptive" strike to combat G8 stress.

Create Meta Tags Programmatically in ASP.NET 2.0

By Ashish Singhal April 07, 2006 In ASP.NET, we had an option to add head tags in HTML where we could define our Meta tags like keyword and description but in ASP.NET 2.0 if we use master page inheritated page then there is problem to add meta tags. This article explains how you can add meta tags in ASP.NET 2.0.The following code shows how to add meta tags to a page...

Enable Foreign Keys in a SQLite Database

The Problem As is ¤well documented, SQLite does not support foreign key constraints. So Theory did some research on how to add foreign key constraint functionality to SQLite databases. The Solution (There is an ¤online tool which automatically generates the triggers proposed below based on the input CREATE TABLE statement.) The trick to getting SQLite to enforce foreign key...

WMP11 WGA Workaround

Apparently, Microsoft performs a Windows Genuine Authentication check on your system before allowing you to install WMP 11. If you don’t have a genuine copy of Windows XP, no WMP 11. I don’t condone software piracy, but running a WGA check to allow the installation of a media player is just plain stupid in my book. Therefore, a work-around to bypass the WGA check, courtesy of...