Le Kevin dot com

photographic-poetic-musical horizon

Browsing Posts published in May, 2010

I happen to own this racket, read below for more references… In 1980 Ultra Graphite was Wilson’s first graphite tennis racket and one of the first (braided) graphite racquets. Just like a wood racket it had standard head size and similar weight and balance with a constant taper from handle to head. It came with [...]

MS Internet Explorer 8 improves a lot in most aspects, but View Source option is always pain to work with for many web developers; it takes forever to load the code. Here is a workaround, instead of using view code in the IE default debugger, we load them to a different application such as native [...]

NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.5, is the sixth major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example [...]

In 1909 the millionaire French banker and philanthropist Albert Kahn embarked on an ambitious project to create a colour photographic record of, and for, the peoples of the world. As an idealist and an internationalist, Kahn believed that he could use the new autochrome process, the world’s first user-friendly, true-colour photographic system, to promote cross-cultural [...]

It backs up with an expiration of 30 days, but a year for anything on the first of the month. Emails if it fails… (assume that you have sql email profile already setup) CREATE PROCEDURE spBackupAllDatabases AS BEGIN SET NOCOUNT ON; declare @db varchar(50) declare @d varchar(100) declare @n varchar(100) declare @rd int set @rd=case [...]