Threes is tiny puzzle that grows on you. Combine 1 and 2 to get a 3. From then on, combine two of the same numbers to get a new number until the grid is locked. Don’t let the simplicity of the game fool you: it took quite some time to create it. Threes (iTunes Store) …
Tag Archives: link
Web Theremin
The weight of rain
When I’m looking at data, I’m looking for little “Aha!” moments that I can point to, and say “Look here, something happened,” and then try to explain. Often those small moments can help lead a reader into the graphic, or help to explain the whole. And then he switches over to Mars Rover and Kepler …
Facebook’s Paper photo tilt feature in HTML5
Possible thanks to the Device Orientation Events. Facebook’s Paper photo tilt feature in HTML5 →photoTilt Demo →photoTilt Source (GitHub) → Did you know that this doesn’t work on a Retina MacBook Pro, but does on the previous MacBook Pro model? It’s the Sudden Motion Sensor which affords orientation detection, yet one cannot find that sensor …
Continue reading “Facebook’s Paper photo tilt feature in HTML5”
Storehouse, Visual Storytelling for iPad
You might not need jQuery
If you’re developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency. Maybe you can include a few lines of utility code, and forgo the requirement. If you’re only targeting more modern browsers, you might not need anything more than what the browser ships …
PHP Augmented Types
/** * @param int $a * @return float[] */ function foo ($a) { echo “You passed in the integer $a”; return [$a * 1.0, $a * 2.718]; } Augmented Types simply provides a way of enforcing argument and return types on function calls in PHP. It parses a given function’s type information from phpDoc-style type …
Grunt vs Gulp – Beyond the Numbers
Speed comparison between Grunt and the aforementioned Gulp All Gulp plugins are just duplex streams that read in data and output data. Everything can be processed in memory, with the output of one stream piped as input to another. Much like Unix pipes. This gives Gulp a huge speed advantage over Grunt, because I/O is …
How In-app Purchases Have Destroyed The Industry
The modern-day Dungeon Keeper is not even a game. It’s just a socially engineered scam. And since people don’t remember what real gaming was like in the 90s, they are giving it the highest rating in the app store. Just compare the video above to the original, reviewed by the same author. It’s a worrying …
Continue reading “How In-app Purchases Have Destroyed The Industry”
Last.fm and Spotify partnering up
We’ve teamed up with Spotify to bring their entire catalogue, on demand, to the world’s leading music recommendation service. Whether it be your own profile page, artist pages or album pages – if Spotify has it, you can play it and control it on Last.fm via the Spotify playbar at the bottom of the screen. …