Mehigh
  • Home
  • About

Javascript

Home» Javascript

Enhance reCaptcha accessibility with disabled images

Posted on November 26, 2010 by mehigh in Javascript No Comments

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 Post Accessibility

Internet Explorer & Elements with an ID get a matching global variable in JS

Posted on November 26, 2010 by mehigh in Javascript No Comments

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 Post

jQuery Easy Slideshow Plugin

Posted on July 21, 2010 by mehigh in Javascript No Comments

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 Post

Font resize detection

Posted on June 8, 2010 by mehigh in Javascript No Comments

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

Categories

  • CSS
  • Ergonomics
  • Javascript
  • Rails
  • Status
  • Wordpress

(c) 2012 Mehigh