I’ve encountered an accessibility problem these days… default reCaptcha isn’t properly accessible when the images are disabled. A solution is to detect the availability of images, and if they are disabled to manually adjust the styling of the problematic elements. Basically doing this: Now to share how that was accomplished. 1. Uploaded 2 files: blank.gif [...]
View PostInternet Explorer & Elements with an ID get a matching global variable in JS
Object doesn’t support this property or method If you’re getting an odd behavior on your scripts in Internet Explorer, try adjusting their name (for example by adjusting their names with a unique prefix) just to make sure that there isn’t any element in the page you’re working on with the same ID as your variable [...]
View PostjQuery Easy Slideshow Plugin
There exists no other JS sideshow plug-in for me…. just Cycler: http://jquery.malsup.com/cycle/ Why bother using complicated alternatives… when you can do it in just one line? $(‘.slider’).cycle({fx: ‘fade’});
View PostFont resize detection
We all crashed into the problem where a website’s layout gets ruined when zooming in or out the font-size in the browser… You can read a really good article from ALA giving a nice insight with regards to what approach should you take in the early development phases towards avoiding various zooming problems: http://www.alistapart.com/articles/fontresizing/ Most [...]
View Post Accessibility