HTML5 Boilerplate: A Rock-Solid Default for HTML5 Awesome
HTML5 Boilerplate was developed by Paul Irish and Divya Manian. This project took almost three years to be completed having first been announced on August 10th, 2010.
Read more…
Tech Tutorial: Cropping and Resizing Images in PHP

PHP is a great script language that has many applications when it comes to web development. It is a particularly useful tool when working with images. You can create and manipulate images files in variety of different formats (JPEG, PNG, GIF). If you are interested in manipulating animated GIFs, my coworker made a great tutorial about that. Today we’ll look at cropping and resizing images in PHP.
Read more…
Notable Interactive Awards – A Short List

It’s important to stay in the know about work that is being recognized in your industry. We compiled this resource list to show what interactive awards are out there and what works are being honored for excellence.
Read more…
Tech Tutorial: HTML5 Canvas and IE
When you want to develop rich and highly interactive web applications, using HTML5 features coupled with some JavaScript might sound like a great idea at first. But at one point, you will have to face one of the most challenging issues for a web developer: Cross platform compatibility and browser version support. This issue becomes especially problematic when you have to take in consideration previous versions of Internet Explorer, such as IE7 and IE8, which don’t support the HTML5 canvas tag at all. Luckily, some simple tools and features are available to overcome this annoying compatibility issue. Read more…
TechnologyTech Tutorial: Fixing CSS Float Issues
During the creation of a website, you will sometimes want to add the “float” CSS property to some of your containers to handle alignment within a container.
This CSS property specifies whether or not a box within an element should float.
Read more…






