Category Archives: js

Today’s Readings

This is a cool feature (one made popular by Facebook I think). If you’re on an A-Grade device. Doesn’t work so well on older Android devices, as noted by the author. A couple nice videos about tracking performance in Chrome’s Web Inspector. … Continue reading

Today’s Readings

Okay, this is cool! Navigate via hand-gestures, using your web cam… Great basic intro post from Stoyan regarding how to set-up, download, and extract data from the HTTP Archives database. Begin fascinating data building, now! I’ll bet most of you … Continue reading

Today’s Readings

Let’s start this issue off correctly, with a tour of the ISS! I think if I’m going to live in zero-gravity, I’d cut my hair first… ;-) And soon you’ll be able to enjoy the view from up there, in … Continue reading

Today’s Readings

I swear, each Chris Coyier article that I read makes me love what he does, and how he does it, even more! And this article about his presentation from the In Control conference in Hawaii does nothing to change that! … Continue reading

Today’s Readings

One-Div: 64 icons, each using nothing but CSS and one <div>… My first computer had no hard-drive, just two 5.25″ floppy drives, one for the OS and one for applications and storing files. My first hard-drive was 1MB and was … Continue reading

Today’s Readings

Over the past couple of months, I have noticed a considerable slowing of this site; anyone else notice it? I don’t think I’ve done anything to cause this, so maybe it’s GoDaddy (I know, I know, but I’ve been there … Continue reading

Today’s Readings

Absolutely brilliant! A thought-controlled helicopter. Not sure to be super impressed, or super scared… The author makes a good case for using this bind method, especially the ability to remove bound listeners and an improvement in efficiency! Not quite ready … Continue reading

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

I wrote some time ago about the Tractor Beam and the Tricorder both slowly moving from Star Trek to reality. Now we’re talking about the Universal Translator. “But we already have Google Translate and Siri,” you say? Well watch this … 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