Tag Archives: libraries
My Slides from HTML5DevConf, Now with 100% More Browsing (and Photos)
My slides from HTML5DevConf are now up for viewing on Github pages, so you don’t even need to type node web-server.js to view them. There’s one hitch where svgz files aren’t rendering, but I’m not going to worry about that … Continue reading
Reuse and Recycle: SVG
SVG has had a long and strange journey to the world of ‘emerging technologies” SVG was actually defined in 1999, so it’s not exactly the new kid on the block. Still, it took a while to catch on, so in … Continue reading
Bits and Bobs (Book Updates, the H5BP Ant Build Script, CanvasJS and My First Six Months at Sapient)
Time to share some random updates. Mobile Web App in Practice My Manning book has shifted tracks slightly. It was originally going to be a cookbook. It’s now part of Manning’s In Practice series so the title has changed to … Continue reading
My Latest IBM Article is Live: “An introduction to Ajax”
An introduction to Ajax. Get a technical introduction to Ajax programming, and discover the core JavaScript code and popular library implementations. This article presents a brief history of the technology, then outlines the technical basics of Ajax interactions using core … Continue reading
Check Out My IBM DeveloperWorks Article on Sandboxed Natives, Fusebox, and FuseJS
Summary: The concept of sandboxed natives, which are native JavaScript objects safely enhanced outside of the global namespace, has been circulating for several years. With Fusebox, we have a new, elegant approach to sandboxed natives—one that serves as the foundation … Continue reading
My Intro to HTML5 Boilerplate @ IBM developerWorks + Another Wrinkle on Customizing
I wrote an article about getting started with HTML5 Boilerplate. It’s live at IBM. Check it out: Kick-start your web development with HTML5 Boilerplate. I’ve got some more content coming up on IBM over the next few months on some … Continue reading
Performance Tip: When Linking to JavaScript on the Google Ajax Library CDN, Use a Specific Version Number
I’ve seen this a few times over the past few months: <script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”></script> What that basically says to Google is “give me the latest 1.* branch version of jQuery and make sure it’s minified.”
Starter Assets
I just wanted to point folks to the small project I started on Google code- Starter Assets. It’s based on some work I did at Cramer to standardize the development process there. The idea was to provide a standard set … Continue reading
HTML5 + WordPress Resource Links From my WordCamp Boston Presentation
Owing to the contrast on the A/V system, my last slide was illegible, so here are all the links that folks couldn’t see. The presentation itself: HTML5 + WordPress And the resource links: The working group http://www.whatwg.org/ Mark Pilgrim’s HTML5 … Continue reading
Recent Reading (JavaScript Library CDNs, User-Agent Strings, Hacks, Hacks and Hacks)
Should You Use JavaScript Library CDNs? Interesting reading. Here’s the salient bit: Or, more simply: If we use Google’s JavaScript Library CDN, we are asking the majority of our website visitors (who don’t have jQuery already cached) to take a … Continue reading