Posts Tagged ‘web development’
A new removeClasses utility for MooTools
Posted Saturday, March 13th, 2010.
Filed under JavaScript, web design with the tags JavaScript, jquery, mootools, web design, web development
MooTools’ removeClass utility will only work if the classes you want to remove are listed in the same order as the target element’s className property. Here’s a new removeClasses utility that fixes this shortcoming. A framework-neutral version is also provided.
CustomInput Class: Accessible, Custom-Styled Checkboxes and Radio Buttons
Posted Thursday, March 11th, 2010.
Filed under JavaScript, web design with the tags accessibility, CSS, interface design, JavaScript, jquery, mootools, web design, web development
I’m currently working on a new quiz system at work, and decided I’d incorporate Filament’s wonderful stylized checkboxes and radio buttons into my project, which meant it was time to roll up my sleeves and code me some Moo.
Viewing PDFs in a Browser on a Mac
Posted Saturday, February 20th, 2010.
Filed under General with the tags Adobe Reader, firefox, PDF, pdfobject, safari, web development
As a Mac user, one of the more annoying issues I frequently encounter is funky PDF handling in Firefox and Safari. Here are some things you can do to get PDFs working in your browser(s).