Posts tagged “JavaScript”
-
Now Read This V
Last week the U.S. teetered on the brink of economic collapse, but there were lots of goodies to think about and share too.
-
Experimenting with Grids Using eCSStender
In preparation for the launch of 10K Apart (Responsive Edition) from Mix Online and An Event Apart, I’ve been feverishly working on a modest implementation of the proposed CSS3 Grid Alignment module using eCSStender.
-
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?
-
Face It: You Can’t Rely on JavaScript
I've been cautioning folks against over-reliance on JavaScript for the better part of a decade. Apparently Gawker didn't get the memo.
-
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.
-
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. -
Give a hoot
As any competent JavaScript knows, it’s not cool to litter the global namespace with variables, functions, and the like. Occasionally, however, even closures won't help you trap a given variable.
-
Template-based Asset Munging in ExpressionEngine
ExpressionEngine’s mechanism for embedding one template in another can be used to speed up your site by munging your CSS and JavaScript files.
-
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.