CSS
SharePoint 2010 and XHTML Validation
I’m writing this and another post about doing development on the SharePoint user interface and the overall user experiences to display some of my disappointment with issues I thought would’ve been resolved in this upcoming version. Microsoft has said on record they are supporting browsers that are XHTML 1.0 compliant, and they haven’t said officially […]
The Pains of Altering the SharePoint UI
I was recently tagged to “brand” a SharePoint installation for Hirsch Pipe & Supply Co. I knew it would be an interesting challenge, but I had no idea how bad it truly would be. SharePoint is built on ASP.NET 2.0 which I had worked with in my previous job. I found ASP.NET very powerful and flexible. […]
IE 8 Compatibility Mode and SharePoint
Recently, the Internet Explorer team released IE 8 beta 2. It’s a monumental leap forward for not only web designers but also the Internet. However, it is not without controversy, but first it needs a little background. A Little Background Internet Explorer has for a long time been the bane of web developers. Every since […]
CSS Browser Reset
A trendy topic amongst CSS’ers is the CSS reset. The idea is that you intercept the default browser stylesheet (that is used first in the cascade), reset, and then apply generic styles including margin/padding. I read many articles by many gurus, but I eventually came out with what I have below. For differing implementations check out […]