A post listing 100 Incredible Open Courses for the Ultimate Tech Geek has just been posted on the onlinecourses.org blog.
There is a huge variety of courses here from the very basic to advanced algorithms, all are free and a lot come from MIT.
A selection of MVC .NET cheat sheets
[More]
Scott Gu has just blogged about improvements made to the add reference dialog in VS 2010. This has always been really slow and a major pain. It seems the VS 2010 team have listened to everyone’s gripes and now by default the dialog opens on the “Projects Tab” and when using the &ld...
[More]
Smashing Magazine has posted a great article on CSS support between the different versions of IE.
The article is very in depth (I learned some new CSS Properties) and well worth a read. The only noticeable ommission I found was the IE6 double margin bug which catches me out on a regular basi...
[More]
I just wanted to run an assembly from a network drive and this assembly was failing because network drives are untrusted because of CAS (Code Access Security).
If you are in a similar permission and want to give a network drive full trust you can use the caspol.exe tool located in the .NET F...
[More]
I'm commonly searching on the internet for the solution to the IE 6 double margin bug so I thought I would finally get round to committing it to the blog.
In IE 6 When you are floating a div you may get double the margin you expect.
The solution to this is to use: display: inline; o...
[More]