This is a Three.js 3D Tetris tutorial. I thought of it as an alternative way of learning Three.js and as a source of HTML5 game development tips. The game itself is not so great, but it’s quite good for the first project. Three.js Tetris Tutorial → Play Three.js Tetris →
Tag Archives: link
JavaScript Design Patterns – An Updated Free Book For Developers
Over the past year or so I’ve been actively trying to encourage more developers to invest time in learning about the benefits of design patterns and how they can be applied to JavaScript. To help with this, I wrote a book on the topic which I released for free. Learning JavaScript Design Patterns → Learning …
Continue reading “JavaScript Design Patterns – An Updated Free Book For Developers”
The case against localStorage
Christian Heilmann on localStorage: We have to stop advocating localStorage as a great opportunity for storing data as it performs badly. Sadly enough the alternatives are not nearly as supported or simple to implement. There is no simple solution for local storage → Related: Web Storage Introduction →
ResponsiveSlides.js
Windows Desktop UI Concept
Mari0 Released!
Mari0, the game that cleverly mixes Super Mario Bros. and Portal, has been released over the weekend. Available for Mac, Windows & Linux. Source included (written in LÖVE) Download Mari0 → UPDATE The 1.1 download seems broken on OS X. Can be fixed by viewing the package contents and deleting mari0_1.0.love from the Resources Package …
PHP 5.4.0 Released
The PHP development team is proud to announce the immediate release of PHP 5.4.0. This release is a major improvement in the 5.x series, which includes a large number of new features and bug fixes. Support for traits has been added. Short array syntax has been added, e.g. $a = [1, 2, 3, 4]; or …
SQL Fiddle
jQuery Anystretch
Anystretch is a jQuery plugin that allows you to add a dynamically-resized background image to any page or block level element. The image will stretch to fit the page/element, and will automatically resize as the window size changes. Handy when having a fluid layout/responsive design. Anystretch Demo → Anystretch (GitHub) → UPDATE: Reader Oemebamo pointed …