Latest Resources
Cartoony Look in Photoshop
Quite a few people have requested some more information on how to achieve the following effect in your photos. Well, here it is. I should note though, that this doesn't work on all photos (or at least it doesn't look as good as it could). Also the values of radii I have used in this tutorial entirely depend on the size of the image and on the effect you wish to achieve. Less talk, more action... Read more
Chaining PHP Methods
Many frameworks these days allow for elegant 'chaining' of methods. This typically looks similar to $this->db->get()->users(); Want to know how to do this? we will show you! Read more
Formatting Filesize With PHP
A common task you might face when creating a web application is devising a simple, elegant method for formatting filesize. This tutorial will show you how. Read more