Another fine example of “off-canvas” navigation. I think we all know to not use :hover on mobile, but Thomas does a nice job of adding the why, which might be useful for discussions with clients, as well as a few … Continue reading
Category Archives: ie
Finding the Scroll Position in IE10
It’s been so long since I had to deal with IE that I had forgotten about this, but IE does not support window.scrollX/window.scrollY; you have to use something like: var top = typeof window.scrollY === “undefined” ? window.pageYOffset : window.scrollY; … Continue reading
Today’s Readings
Me too… hilarious! Somehow thought Isaac Asimov would sound cooler, but I guess sounding this nerdy is actually better… Great @media support page, using nothing more than the tests it claims to detect… Can’t wait for this shit: Shadow DOM … Continue reading
Today’s Readings
Been hearing a lot about Sublime Text 2 lately, but haven’t brought myself to really “dive in”; anyone? And one of the bits mentioned in the above article is TextExpander, which, on the surface sounds awesome, but also means I need … Continue reading
Today’s Readings
Really beautiful cloud reproduction using CSS & JS. I especially love that it can go full-screen, but I do wish I could “disconnect” my mouse movements from the cloud orientation. Oh, and the Michael Bay Preset is a nice touch too… … Continue reading
Today’s Readings
With my recent move to Germany, I’m passively looking for work. You have to love the honesty in a job postings like this: “Creative and professional website at low cost”… Hey, sounds like a great opportunity, eh! Finally! A website … Continue reading
Today’s Readings
Let’s start this one off without a bang… As in, no explosion, no combustion, just air, powering a car… Not perfect, but a darned-site better than the puffs of exhaust coming out of cars, vans and trucks currently! For some … Continue reading
Today’s Readings
It has been a seriously long time since my last post, and with Hurricane Irene having forced me indoors for nearly 48 hours, and having retained both power and Internet throughout, I thought, hey, why not catch-up on some reading? … Continue reading
Practical CSS3 Update
Beyond the introduction of color, Practical CSS3 has been upgrading with several new bits and pieces. Included in the updates are: Addition of new WebKit gradient (while preserving the old, for older puppies). Removal of all references to -ms-filter (cause … Continue reading
Today’s Readings
Catching up on a LOT of backed-up readings after finally getting a couple large projects out the door, so, let’s dive right in! Not a totally new idea, but a great use of CSS none-the-less (scroll down to see the … Continue reading