Posts Tagged ‘performance’
HTML 5 Form Validation with Yepnope Fallback
Thursday, August 4th, 2011
In my last post about creating a proper fallback when using the new HTML 5 form validation I mentioned using modernizr to detect for support, then creating an if statement to call the jQuery validate plugin. One of the commentors mentioned using yepnope for this instead of loading the jQuery validation plugin by default. Since [...]
Tags: forms, html5, javascript, jquery, performance
Posted in Web Development | 5 Comments »
CSS Performance and OOCSS
Monday, April 18th, 2011
I’m in the process right now of signing on for my first speaking gig in since I moved to Boston (thanks to @joedevon) and it got me thinking about performance in CSS; a topic I really haven’t address in years since I started using my single-line CSS formatting style. Tip: use spaces rather than tabbing [...]
Tags: CSS, javascript, performance
Posted in Web Design, Web Development | Comments Off