Chrome webfont bug fix

I ran across the Chrome 33 webfont bug twice in one day, but thankfully I’m not the only one having issues. Apparently it’s a known bug in the past few versions of Chrome where third-party webfonts won’t load on a page without a re-draw. Commenter AceYnyswen re-worked another comment and posted a work-around (read: hack).… More

Detecting DOM changes

Don’t overthink it. The Situation While using a third-party plugin to upload multiple files in a form, I noticed that the plugin wasn’t behaving as expected. I bypassed the failing plugin option and wrote my own script to add certain attributes to a file picker form input. This worked for the static file picker on… More