Tag Archives: javascript

Javascript tip: hints for better minification

Delivery of Javascript assets can be pretty expensive across the wire. A common way to combat the delivery cost is to minify your script before delivery. This technique is about as close as the web has come to compiling. However, … Continue reading

Posted in javascript, programming, web | Tagged , , | Leave a comment

WAI-ARIA dynamic attributes?

I’ve got a question for the WAI-ARIA folks out there: can I add the attributes dynamically? I’m sure the best case is to set the attributes on the server, but let’s say I’ve got a JSP tag library that isn’t … Continue reading

Posted in best-practices, javascript, programming, technology, web | Tagged , , , | Leave a comment