Author: Saša Branković
Code Review, Five Style
Code review. That dreaded moment when a team gathers around for a series of soul-crushing criticism,…
Javascript Debugging for Dummies
Debugging Javascript used to be tedious task, but due to advances in browser technology (thanks Google) things have improved for poor Javascript developers. Browsers nowadays come fully equiped with tools allowing you to easily test & debug your code.
Targeting High Screen Densities with CSS Media Queries
The future is here – more and more handhelds are being built with high definition screens. The iPhone ships the Retina display, while on the Android HDPI accounts for more than 50% devices. To web developers, there is clearly a need to build high density compatible web sites.
Building cross platform mobile apps
If you’re doing any kind of mobile development, chances are you’re targeting a specific platform –…