Posts tagged “browsers”
-
Now Read This IX
Apologies for not posting links last week…between the holiday on Monday and spending all of Tuesday without power, I got a little behind.
-
Now Read This VII
In this week’s link round-up, we bring you the reasoning behind Typekit’s font-loading strategy, two new CSS grid systems, a fantastic mashuip of Peanuts with Jaws, and the story of a woman ejected from a Houston bar for tweeting something the General Manager didn’t like. Happy reading!
-
Now read this VI
From rethinking grid layouts to an HIV test that fits in your wallet and costs less than $1, we discovered a lot of great links last week.
-
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?
-
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.