Category Archive
for: ‘Tutorials’

Embedding QRCode Barcodes in Intuit QuickBase

Added by on July 27th, 2010, filed under API, QuickBase, Tutorials

Title: Embedding QRCode Barcodes in Intuit QuickBase This post will describe how you can use the Google Charts API to embed to dynamically create QRCodes for contacts in a QuickBase online database application. QR Codes are a 2D barcode that can store a bit more data than standard barcodes, such as a complete person’s contact [...]

2 Comments ~ Add your thoughts | Continue Reading

How to Enable libcurl in WAMP

Added by on September 16th, 2008, filed under PHP, Tutorials, Web Development

Are you are getting “Fatal error: Call to undefined function: curl_init()” and you’re using WAMP, you’ve got to perform a few extra steps to get cURL working. Wamp comes with a lot of extensions, including cURL, it is just a matter of getting the extension loaded when wamp is started. And no, enabling php_curl from [...]

10 Comments ~ Add your thoughts | Continue Reading