SharePoint 2010 on the iPad, fixing one finger scrolling
We’ve been working on an mobile version of a SharePoint 2010 implementation for a customer recently, specifically generating an iPad version of elements of their intranet. It’s been very interesting getting used to developing for the various touch events and also coding to cope with the way the iPad copes with scrollable divs. As part [...]
Masking Internet Explorers aliasing on fade problems
One of the problems we came across recently while building the front end for Content and Code’s new web site, specifically the home page news slider, was the way text aliasing is lost when fading things in and out in Internet Explorer. As the text begins to fade the aliasing appears to get turned off, and [...]
about this site
Progressive enhancement has become a buzzword of late in front end web development, and is about taking a set of web pages, and first making them work for everybody, right down to web crawlers, then adding pieces on top using css and javascript to enhance the user experience.