Stampede Blog

Articles / Tag / php

  • Conversations

  • Field Notes

  • Inside Stampede

  • Perspectives

Close

Field Notes

Generating Simple 1D Barcodes with PHP

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. Shaiful shares a simple tool for starters exploring about barcode generation in PHP applications, the cool way he knows how. Keep Reading

Field Notes

Quickly Fetch Web Feeds with SimplePie

Let's say we have a university website running on a CMS and a couple of student blogs running on a blogging tool like WPMU. Then on the university website homepage we need to pull several latest blog teasers from the student blogs. We can accomplish this quite easily with a free PHP class called SimplePie. What the library does is it fetches the blog RSS or Atom feed that we provide and parses it into an easy to use formatted data. Keep Reading