Saturday, October 10, 2009

11 Soft Synths to Add to Your Rack

Synthesizers are amazing instruments. I used to love watching videos of Vangelis, Rick Wakeman, Keith Emerson and Jean Michel Jarre play their racks of synths in the 70s and 80s. Their arms would jump from keyboard to keyboard with practiced precision, their fingers hitting buttons, moving sliders and changing patches between phrases. What...

Friday, October 9, 2009

The Search for an Awesome Candidate

Once upon a time, hiring decisions were made by an elite few at a company. But in today’s team-based corporate world, more and more people are being included in the hiring process to read resumes and interview candidates. When you get pulled into this world, it can either be a fun break from your work that results in getting a great teammate...

HTML Color Codes: An Exhibit On Digital Color

The HTML Color Codes exhibition features a selection of internet based artwork that address the topic of digital color. The central question that the exhibition poses is whether or not artists working with the internet are in fact limited to a “ready-made” color palette, a premise that many artists working with film, photography, and...

How to distribute elements horizontally using CSS

In this post I want to reply to a frequently asked question that I receive from my readers about how to distribute horizontally a certain number of elements within a main container using CSS. This problem is not particularly complex and can be solved simply using the CSS selector :first-child. Before to proceed I suggest you to download...

8 Unique RSS Readers for Mac

Having a home delivery newspaper subscription is great. Every morning, we acquire our daily dose of news from all around the world right in front of our door step (well, most of the time). However, at the end of the year, we end up with a plethora of piles of newspapers (and it isn’t cheap!)/ With RSS, you can receive an infinite number...

Getting Started with Google Wave – An Early Look

A lot of fuss has been made about the fact that email was originally designed 40 year ago, that it no longer works in our fast paced world, and that we need a change. It’s funny — go back just a couple hundred years ago and most people would have considered a 40 year old technology to be very modern. But the twentieth century obliterated...

Creating a Reusable Flash Uploader with ActionScript 3.0 and PHP

In this tutorial I'll show you how to build a Flash uploader for uploading files from the user's computer. The result will be ideal for large file sizes as it will display a progress bar and the percentage left to upload. We'll even show the user the number of bytes uploaded per second. ...