Search

8/30/2013

An Unexpected Ass Kicking | Impossible HQ

An Unexpected Ass Kicking | Impossible HQ

That’s the problem with a lot of people”, he continued, “they don’t try to do stuff that’s never been done before, so they never do anything, but if they try to do it, they find out there’s lots of things they can do that have never been done before.” “I guess, I’ve always believed that nothing is withheld from us what we have conceived to do. Most people think the opposite – that all things are withheld from them which they have conceived to do and they end up doing nothing. As I sat there thinking: two things he said reverberated in the back of my mind: Nothing is withheld from us which we have conceived to do. Do things that have never been done. The first meaning: if you’ve conceived something in your mind, decide to do it, and are willing to put in the work – nothing can stop you. The second is fairly self-explanatory but carries the extra weight of it coming from the guy who invented the very thing that’s letting me type these words out on the internet.

8/29/2013

Identicons!

Identicons!

Our Identicons are simple 5x5 "pixel" sprites that are generated using a hash of the user's ID. The algorithm walks through the hash and turns pixels on or off depending on even or odd values. These generated patterns, combined with hash-determined color values, ensures a huge number of unique Identicons. Using a Gravatar but want to see what your identicon would be? Use this URL and replace my GitHub login with yours:

Tridiv | CSS 3D Editor

Tridiv | CSS 3D Editor

Tridiv is a web-based editor for creating 3D shapes in CSS.

Even better image preloading with CSS2 | The CSS Ninja - All things CSS, JavaScript & HTML

Even better image preloading with CSS2 | The CSS Ninja - All things CSS, JavaScript & HTML

body:after
{
content: url(img01.jpg) url(img02.jpg) url(img03.jpg);
display: none;
}
IE8+ FF2+ Safari 3+ Chrome 1+ Opera 9.62+

8/22/2013

facebook embedded post

Introducing Embedded Posts- Facebook Developers

8/16/2013

ADB Plugin for remote debugging Chrome on Android

ADB Plugin for remote debugging Chrome on Android

ADB Plugin for remote debugging Chrome on Android ADB Plugin is a Chrome Extension that runs ADB daemon and enables remote debugging for mobile. With it, you do not need to download the Android SDK or run ADB yourself from the command line. Full remote debugging guide: developers.google.com/chrome-developer-tools/docs/remote-debugging Chrome on Android 24+ is required. Confirm that Play has no additional updates for you.