Recently I started testing how proportional scaling of bigger layouts would work in reality and if it makes any sense. It’s possible when using EM units and then changing body’s font-size when viewport’s height grows above certain point. Basically that means, that I have to change only one or two css properties between @media queries …
Three.js Tetris Tutorial
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
The Inverted Bike Shop
Couple of years ago I had a bike stolen and in the process of looking for a new bike I had some friends convince me that I should build a bike. They walked me through it online and I fell in love with the process, I fell in love with acquiring parts, researching parts. 718 …