Easteregg.in – Simple Easter Eggs for Your Site

Perhaps some of you remember with fondness the Konami code from days spent gathered around the television and a video game console. I know that I certainly do. Easteregg.in is a tool that gives developers easy-to-use templates to implement their own Easter Eggs in web products. Simply choose between the different types of Easter Eggs and methods of activation and then throw it into your code! I thought it was a cool concept and decided to share it.
If you’re interested, here is Easteregg.in’s Github page.

Impressive HTML5/JavaScript Possibilities

Recently we’ve seen some really impressive HTML5 experiments around the web. We all know about classic HTML5 demos that show off cool techniques but they are not quite new. In this blog post, we will talk we about advanced projects using promising and powerful APIs. We’ll be looking at 3D games, sound codecs, ray tracing, and C++ libraries based on JavaScript.
Read more…
Online Resources for Developers

As a developer I sometimes find myself running into programming related issues. It turns out that most of these issues can be solved by simply looking at the right places. It is safe to say that someone, somewhere, has encountered the same problem than you do and asked about it online.
Read more…
Smarter Styling with CSS Preprocessors

In software development we always try to follow rules and best practices to produce better products by minimizing code. One of the most popular mantras is the D.R.Y (Don’t Repeat Yourself) principle and states the following:
Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.
Of course, it is not always easy to perfectly follow this principle. For example, this can become difficult in front-end development and, more precisely, when it comes to CSS.
Read more…
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…
[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…
[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…
Technology








