Skip to content
May 12 10

New media queries in CSS 3

by Mike Połtyn

UPDATE: I found this amazing media queries boilerplate. Have a look to get started with them easily!

Video available:

In this tutorial I’m going to show you how to use the media queries that CSS3 provides to enhance users’ experience with your web application.
read more…

May 2 10

Resize all kinds of images with Imagemagick with fallback to GD in PHP

by Mike Połtyn

While developing a new project, we often have to find a way to resize different kinds of images, whether these are JPEGs, that need to preserve quality, animated GIFs or transparent PNGs. In this tutorial I’ll show you how to use ImageMagick to do all that as simple as possible.

ImageMagick is able to resize huge JPEGs, animated GIFs, transparent PNGs, and over 100 other formats. Here we will focus on the first three mentioned, since they are mostly used on the web. read more…