2008-11-25 14:12:02 -08:00
|
|
|
<html>
|
2010-06-15 06:04:18 -07:00
|
|
|
<head>
|
2008-12-02 12:26:21 -08:00
|
|
|
<title>About 1D barcodes</title>
|
2011-09-12 10:30:21 -07:00
|
|
|
<link rel="stylesheet" href="../style.css" type="text/css"/>
|
2010-06-15 06:04:18 -07:00
|
|
|
</head>
|
2008-11-25 14:12:02 -08:00
|
|
|
<body>
|
2008-12-02 12:26:21 -08:00
|
|
|
<p>Traditional barcodes, such as those printed on product packaging, are also known as <em>one
|
|
|
|
dimensional barcodes</em>. There are several types commonly used, including UPC and EAN. Most look
|
|
|
|
similar to this:</p>
|
2011-09-12 10:30:21 -07:00
|
|
|
<p style="text-align:center"><img src="../images/big-1d.png" alt="1D"></p>
|
2008-11-25 14:12:02 -08:00
|
|
|
<p>These 1D barcodes contain a unique code which typically describes a product, like a CD or a book.
|
|
|
|
You can look this code up on the internet to find prices, reviews, and more.</p>
|
|
|
|
<p>If you scan a book, you can also search the contents of the book for a word or phrase, and find
|
|
|
|
all the pages where it appears:</p>
|
2011-09-12 10:30:21 -07:00
|
|
|
<p style="text-align:center"><img src="../images/search-book-contents.jpg" alt="Search book contents"></p>
|
2008-11-25 14:12:02 -08:00
|
|
|
</body>
|
|
|
|
</html>
|