Follow Script & Style on Twitter!
I know you all love Twitter. I also know you all love Script & Style. Now you can have the best of both worlds by receiving S&S post updates when you follow Script & Style on Twitter: @scriptandstyle!
Enjoy!
I know you all love Twitter. I also know you all love Script & Style. Now you can have the best of both worlds by receiving S&S post updates when you follow Script & Style on Twitter: @scriptandstyle!
Enjoy!
While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready? Promises are becoming a big part of the JavaScript world...
For maximum performance, we all know we must put our assets on CDN (another domain). Along with those assets are custom web fonts. Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...
Thomas Fuchs, creator of script2 (scriptaculous' second iteration) and Zepto.js (mobile JavaScript framework), creates outstanding animated elements with JavaScript. He's a legend in his own right, and for good reason: his work has helped to inspire developers everywhere to drop Flash and opt...
Regardless of our position on vendor prefixes, we have to live with them and occasionally use them to make things work. These prefixes can be used in two formats: the CSS format (-moz-, as in -moz-element) and the JS format (navigator.mozApps). The awesome X-Tag project has...


