Posted by Shaiful Borhan on May 26, 2011
Shaiful shares a simple tool for starters exploring about barcode generation in PHP applications. Shaiful Borhan is the Web Analyst and Developer at Stampede.
In web applications like an online-ticketing system, encoding the purchase reference number as barcodes on the ticket print or voucher can be quite useful in helping over-the-counter staff to quickly handle processes such as guest check-in using a barcode scanner.
There are many kinds of barcode formats out there to cater the types or amount of data you are trying to encode. However if you are just starting out for a bit of familiarization, generating 1D barcodes with PHP couldn’t be simpler with the free (for non-commercial use) PHP Barcode Generator class.
Extract the ZIP and use the following line to generate a barcode in a Code 39 barcode format encoding the string A1B2C3D3.
<div> <img src="html/image.php?code=code39&o=1&dpi=72&t=80&r=1&rot=0&text=A1B2C3D3&f1=Arial.ttf&f2=10&a1=&a2=&a3=" alt="Barcode" /> </div>

The resulting barcode
Some key parameters:
For a more detailed explanation of each parameters and configurations, please refer to the barcode generator GUI tool bundled in the ZIP archive.
Have a nice day.
Posted in Code Add Comment »
Posted by Shaza Hakim on May 24, 2011
In her spare time, Shaza Hakim plays video game and collects, rather compulsively, tiny bits and pieces of internet that makes inspiring work looks easy. Shaza is the Creative Lead at Stampede.
# Mark Zuckerberg stationery
# Mike Dempsey
# Urban Improv
# 8-Bit Fashion Show
# Saul Bass
# Innovation
# Jessica Hische
# Somebody make this print stat!
Posted in Inspiration, Roundups Add Comment »
Posted by Shaza Hakim on May 22, 2011
So for this age, for your time, I want you to just think about this: Think about NOT waiting your turn.
Don’t wait. Scour and scramble instead to get to your starting point. Then scramble some more. Shaza is the Creative Lead at Stampede.
Posted in Giving Back, Inspiration Add Comment »