The genius part of it is that it’s just the actual Steam Client running in fullscreen mode. No extra set-top box required, just attach your existing pc onto the big screen. Big Picture →
Category Archives: Elsewhere
Where good ideas come from
here.net
Client Feedback
Kill the Password: Why a String of Characters Can’t Protect Us Anymore
Mat Honan, who’s digital life was destroyed this summer, on passwords The age of the password has come to an end; we just haven’t realized it yet. And no one has figured out what will take its place. What we can say for sure is this: Access to our data can no longer hinge on …
Continue reading “Kill the Password: Why a String of Characters Can’t Protect Us Anymore”
Remote Preview
Remote preview is a tiny JavaScript based tool which I built for our test lab. It allows you to preview any URL on large number of mobile devices simultaneously. Just enter a URL, hit Cmd+S, and new URL gets automatically loaded on each device. Remote preview works on platforms like Android, Blackberry, iOS, Maemo, Meego, …
Responsive CSS3 Slider
With clever use of the general sibling selector: #slide1:checked ~ #slides .inner { margin-left:0; } #slide2:checked ~ #slides .inner { margin-left:-100%; } #slide3:checked ~ #slides .inner { margin-left:-200%; } #slide4:checked ~ #slides .inner { margin-left:-300%; } #slide5:checked ~ #slides .inner { margin-left:-400%; } Responsive CSS3 Slider →