Invention of the Bar Code

Google’s new logo is a barcode which, as far as we can tell, says “Google.” Today is the 57th anniversary of the first patent on the bar code. Inventors Norman Woodland and Bernard Silver filed the patent on October 1949, and it was granted, No. 2,612,994, on October 7, 1952. The original patent was for a system that would encode data in circles (a bulls eye pattern), so that it could be scanned in any direction.

The barcode on the Google homepage is Code 128 encoded, which is a standard way of encoding ASCII character strings (ie. A-Z, a-z, 0-9, etc.) into a barcode. It would be safe to assume that Google used their own open source barcode project, ZXing, to generate the barcode. The same library is used in Android for barcode recognition.
http://www.google.com/logos/barcode09.gif
A barcode is an optical machine-readable representation of data, which shows certain data on certain products. Originally, barcodes represented data in the widths (lines) and the spacings of parallel lines, and may be referred to as linear or 1D (1 dimensional) barcodes or symbologies. They also come in patterns of squares, dots, hexagons and other geometric patterns within images termed 2D (2 dimensional) matrix codes or symbologies. Although 2D systems use symbols other than bars, they are generally referred to as barcodes as well. Barcodes can be read by optical scanners called barcode readers, or scanned from an image by special software.

The first use of barcodes was to label railroad cars, but they were not commercially successful until they were used to automate supermarket checkout systems, a task in which they have become almost universal. Their use has spread to many other roles as well, tasks that are generically referred to as Auto ID Data Capture (AIDC). Other systems are attempting to make inroads in the AIDC market, but the simplicity, universality and low cost of barcodes has limited the role of these other systems. It costs 0.5¢ (U.S.) to implement a barcode, while passive RFID still costs about 7¢ to 30¢ per tag. [Read more on Wikipedia]