Tuesday, October 18, 2005

Free e-learning courses from microsoft

I came across these when I was browsing sql developer center yesterday. There are some great e-learning courses for free for the next 6 months on microsoft learning.

For SQL 2005 click here

For Visual studio 2005 & .net 2.0 click here

Currently I am going through SQL 2005 course. It's alright so far. Give it a go.
Good luck coding.

Monday, October 03, 2005

BrowserCaps and other Browser Testing/Detection Resources

BrowserCaps for ASP.NET machine.config / web.config

Over the last few weeks I have been looking around the net, to find someway, to modify the useragent of IE 7 beta. It would just crash on asp.net application sighting a error converting 7.0b of the user-agent.
Finally today's search lead me to the above site which looks promising.. I will modify the web.config and add new browsers to browscap section.. hopefully it will work.