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]

   |    Kick It on DotNetKicks.com    |    Delicious Delicious |    |    E-mail

IE6, IE7 and IE8 CSS Support

Published 15 October 2009 10:24 by Ross in CSS | Design | IE
Tags: , , ,
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]

   |    Kick It on DotNetKicks.com    |    Delicious Delicious |    |    E-mail
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]

   |    Kick It on DotNetKicks.com    |    Delicious Delicious |    |    E-mail

IE 6 Double Margin Bug

Published 1 October 2009 12:17 by Ross in CSS | IE
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]

   |    Kick It on DotNetKicks.com    |    Delicious Delicious |    |    E-mail

ResolveUrl() Alternative

Published 17 September 2009 16:23 by Ross in .NET
It is common knowledge amond .NET developers that the control class has a handy method called ResolveUrl() which resolves a path containing the tilde (~) charachter to an application specific absolute path. I often want to use this facility when I am working in code not in a class that inher... [More]

   |    Kick It on DotNetKicks.com    |    Delicious Delicious |    |    E-mail
I have just read about another great new feature coming in Visual Studio 2010 on Scott Guthrie's blog. Over time the web.config files associated with .NET web projects have got larger and larger this is because version 3.0 and 3.5 of the .NET framework share the same machine.config file meani... [More]

   |    Kick It on DotNetKicks.com    |    Delicious Delicious |    |    E-mail
Scott Guthrie has recently been creating a few blog posts about Visual Studio 2010. This post on multiple monitor support really caught my attention. I simply can't wait for this feature. Something tells me that this is going to be something once you have used once you simply won't be able... [More]

   |    Kick It on DotNetKicks.com    |    Delicious Delicious |    |    E-mail

Loading Icon Generator

Published 1 August 2009 13:03 by Ross in CSS | Design | Internet | Intranet | Javascript
I just came across an excelent site for creating gif loading images really quickly.   Check it out at http://ajaxload.info/.

   |    Kick It on DotNetKicks.com    |    Delicious Delicious |    |    E-mail

Partial Requests in MVC

Published 8 July 2009 20:00 by Ross in .NET | MVC
I have just started looking at ASP.NET MVC once again  One of the first things that I noticed when trying to create a real project using ASP.Net MVC is that the very clear seperation of concearns that helps to make testing easier also makes it difficult to compose feature rich pages made wher... [More]

   |    Kick It on DotNetKicks.com    |    Delicious Delicious |    |    E-mail
I just came accross this great concise list of CSS 3 Elements. Its well worth checking out to see what is possible with CSS3. Personally I can't wait to stop supporting the old IE browsers that are not very standards compliant and am looking forward to a point in time when all browsers will... [More]

   |    Kick It on DotNetKicks.com    |    Delicious Delicious |    |    E-mail

Ross's Blog

Ross Mason is a software devloper who lives and works in Sheffield, UK.