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...
Tuesday, August 08, 2006
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)
Nice scripting tutorial. There is an interesting way to compare dates:
c1 = Year(d1) * 10000 + Month(d1) * 100 + Day(d1)
Sunday, August 06, 2006
Saturday, August 05, 2006
SQL Server Express WebLog : FAQ: My data doesn't get saved in Visual Studio
SQL Server Express WebLog : FAQ: My data doesn't get saved in Visual Studio
Fortunately I've read this before. I just experienced a weird database issue so I hope reading this will help.
Heh, I want to use the same database while debugging and when running from Debug folder.
Fortunately I've read this before. I just experienced a weird database issue so I hope reading this will help.
Heh, I want to use the same database while debugging and when running from Debug folder.
ScottGu's Blog : Building a DAL using Strongly Typed TableAdapters and DataTables in VS 2005 and ASP.NET 2.0
ScottGu's Blog : Building a DAL using Strongly Typed TableAdapters and DataTables in VS 2005 and ASP.NET 2.0
Still haven't read this but the topic is exactly what I'm looking for.
Still haven't read this but the topic is exactly what I'm looking for.
Scott Hanselman's Computer Zen - Scott Hanselman's 2005 Ultimate Developer and Power Users Tool List
Scott Hanselman's Computer Zen - Scott Hanselman's 2005 Ultimate Developer and Power Users Tool List
I don't know if I posted this link before but it's useful nonetheless.
I don't know if I posted this link before but it's useful nonetheless.
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).
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.
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.
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.
Subscribe to:
Posts (Atom)