Pages

Tuesday, August 08, 2006

Infinities Loop : Join the Dark Side of Visual Studio

Infinities Loop : Join the Dark Side of Visual Studio
I'm on the Dark Side as well and people actually love it. :)
The above link leads to an article debating that it is easier to concentrate on the light colors than on the dark colors. Hence, why to we keep the rudimentary approach of black letters on white (paper)? In the digital age it is easier to have dark background with light letters on the screen.
Try it out. Backup your original Visual Studio settings, import the settings (VS2008, VS2005) and join the Dark Side...

Monday, August 07, 2006

Windows Scripting Host Tutorial

Windows Scripting Host Tutorial
Nice scripting tutorial. There is an interesting way to compare dates:
c1 = Year(d1) * 10000 + Month(d1) * 100 + Day(d1)

Thursday, August 03, 2006

ASP.NET 2.0: Use VB.NET and C# within the App_Code folder

ASP.NET 2.0: Use VB.NET and C# within the App_Code folder
All code goes to App_Code folder (from other folders).

How to Become As Rich As Bill Gates

How to Become As Rich As Bill Gates
I keep telling people about this. It is good to have good advisors. Read how you can become as rich as Bill.

Wednesday, August 02, 2006

Matt's Blog : Share your Outlook (Express) contacts with Thunderbird

Matt's Blog : Share your Outlook (Express) contacts with Thunderbird
Second try. Quotes are different.

user_pref("ldap_2.servers.Outlook.description", "Outlook");
user_pref("ldap_2.servers.Outlook.dirType", 3);
user_pref("ldap_2.servers.Outlook.uri", "moz-aboutlookdirectory://op/");

Edit:
This is the same as the previous try. And it still does not work.