Posts tagged “(x)HTML” 
-
I (Finally) Wrote a Book
Over the last five years, one of the most frequent questions I’ve gotten has been “When are you going to write a book?” Well, I did. Are you happy now?
-
HTML5 & CSS3 on the Appalachian Trail
We’re very excited to announce that our flagship training series, Retreats 4 Geeks, is returning in 2011! We’ll be kicking things off April 8th with 3 days of HTML5 and CSS3 with Eric Meyer and our own Aaron Gustafson.
-
The Challenges and Freedoms of Creating a Chrome App
As Aaron mention last week, we recently developed a Chrome App for wikiHow.com; in reality though we built a modern web app that leveraged many features of HTML5 and CSS3.
-
We Built a Chrome App
Yesterday saw the launch of the Chrome App Store and, along with it, an app we created called the wikiHow Survival Kit.
-
Dr. StrangeWeb or: How I Learned to Stop Worrying and Love HTML5 and CSS3
Tell me if this sounds familiar: “HTML5 and CSS3 do not have enough browser support to start using them today.” Or, how about this one: “We still have to support IE6, so using advanced CSS techniques would be a wasted effort.”
-
Be a good localStorage neighbor
While working on the client-side caching mechanism in eCSStender, I realized the dangers of
localStorage.clear()and worked to come up with a solution. -
Audio Spectrum Analysis in JSON
I thought I would post the source for the the Spectrum Analysis tool I created for anyone wanting a quick way to get some data from their favorite tune and perhaps figure out a way to use it in a optimized fashion.
-
A Twitter Search Visualizer in Processing.js
I jumped over from Raphael back to Processing again today and built a visualizer for Twitter data.
-
Canvas, Audio, Raphael & Twitter
Last week I worked up an audio visualizer in Flash for a friend that yielded some nice results; doing the same thing with
canvasand JavaScript requires a more roundabout method that is less accurate but more gratifying from a coding perspective. -
HTML Canvas & Processing.js
I have been experimenting with the new HTML5
canvaselement and trying to get up to speed on the syntax.