Pages

Friday, August 18, 2006

Wednesday, August 09, 2006

Sushila Patel's Weblog : How To: Get the foldername in which the file resides

Sushila Patel's Weblog : How To: Get the foldername in which the file resides

WebLog of Ken Cox : Sumatra PDF Viewer for .NET?

WebLog of Ken Cox : Sumatra PDF Viewer for .NET?
and some libs for working with PDF. Someone asked me the other day if I had some PDF tools so I might need them sometimes again.

Coding4Fun: Flickr-ing about with .NET

Coding4Fun: Flickr-ing about with .NET: "ow photos they have permission to see that others may not, such as private photos or their friends' and family's photos that have been marked for their eyes only. You will also be able to modify their photos, and upload new photos into their account."

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.