Standards
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 […]
SharePoint 2010 System Requirements and Browser Support
The Microsoft SharePoint team has announced on their official blog the following amazing statement (emphasis added): “To ensure the best possible experience across multiple browsers we’re focusing our SharePoint 2010 engineering efforts on targeting standards based browsers (XHTML 1.0 compliant) including Internet Explorer 7, Internet Explorer 8 and Firefox 3.x. running on Windows Operating Systems. In […]
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 […]
Form Layouts With CSS
Laying out forms with Cascading Style Sheets (CSS) is a complex topic. In light of many developers doing their first overall CSS layouts they often bail when it comes to laying out forms with CSS and avoiding both tables and line breaks. The code example shows the following: Well-formed, semantic markup CSS for layout and […]