How to customise the ‘EDIT IMAGE PROPERTIES’ in SharePoint 2007 to ensure accessibility

Situation: We need to ensure that the code produced by the Sharepoint ‘Edit Image’ control ensures that the code generated is XHTML 1.0 compliant and in line with W3C accessibility conditions. In particulare we need to ensure that an ALT text is provided and style controls are disabled. Complication: Standard sharePoint web parts contains Layout … Continue reading How to customise the ‘EDIT IMAGE PROPERTIES’ in SharePoint 2007 to ensure accessibility

Firebug – Great tool to debug CSS, Javascript, XHTML

The Firebug extension for firefox is a great extension which allows you to inspect the CSS, Javascript and XHTML of a web page. The tool is a very powerful addition for any front end development and debugging work. In particular the ability to inspect and highlight areas and their relevant CSS is very powerful. Live … Continue reading Firebug – Great tool to debug CSS, Javascript, XHTML