Category Archive
for: ‘API’

Create an Annotated Timeline with the Google Visualization API and QuickBase API

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

The Google Visualization API has a lot of really useful charts and graphs that, when combined with a web-based database like QuickBase, can really be powerful. Here’s a complete example of how to use the PHP SDK for QuickBase to get data from a QuickBase and use it side-by-side with the Google Visualization API to [...]

1 Comment ~ Add your thoughts | Continue Reading

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 [...]

3 Comments ~ Add your thoughts | Continue Reading

WebEX API PHP SDK

Added by on July 12th, 2010, filed under API, Open Source, PHP, Portfolio, Web Development, XML

WebEx PHP SDK

Are you a PHP developer looking to do WebEx API Integration for things like: Getting WebEx meeting information Retrieving a list of WebEx Event attendees Creating new Meeting and Event attendees Well, good news – there is now a WebEx PHP SDK (really – just a class with a set of wrapper methods) that makes [...]

2 Comments ~ Add your thoughts | Continue Reading

Intuit QuickBase Website

Added by on July 10th, 2010, filed under API, CSS, PHP, Portfolio, QuickBase, Web Development, WordPress, XHTML, XML, Zend Framework

Intuit QuickBase Hero

Since December of 2007, I have had the privilege of being the webmaster of the Intuit QuickBase web marketing website. What is QuickBase? Simply put, QuickBase is an online database that business users can use for building and running web-based applications. Uses for the types of applications QuickBase customers might create are for project management, [...]

No Comments ~ Add your thoughts | Continue Reading

QuickBase PHP API Examples

Added by on April 23rd, 2009, filed under API, PHP, QuickBase, Web Development, XML

i’ve had a few requests for examples of how to use the quickbase php api wrapper. so here goes: setup the quickbase object with login info include the library and setup the object by passing in username, password, true/false (xml/http), and dbID of the db/table you’ll be transacting with. 12include_once(’../includes/qb.php’); $quickbase = new QuickBase(’username’,'password’, true, [...]

51 Comments ~ Add your thoughts | Continue Reading

Arduino Sonar Buzzer PHP Twitter Thingy

Added by on March 26th, 2009, filed under API, Arduino, Open Source, PHP, Portfolio, Web Development, XML

Arduino

i haven’t posted in a while, but that doesn’t mean i haven’t been doing cool stuff in what little spare time i have. i thought i’d finally record one cool project i finished. i’m not sure what to call it other than “dynamic awareness”. in a nutshell, i interface a Maxbotix LV-EZ2 ultrasonic range-finder to [...]

20 Comments ~ Add your thoughts | Continue Reading

write your own im bot in 5 minutes

Added by on September 7th, 2008, filed under API, PHP, Web Development

this site shows how easy it is to use imified.com to create a bot that will automatically interact with whoever is messaging your bot.

No Comments ~ Add your thoughts | Continue Reading

PHP API Wrapper (SDK) for QuickBase

Added by on September 7th, 2008, filed under API, QuickBase, Web Development, Work

For the latest on the QuickBase PHP SDK, please see this post. The information below is not currently being maintained and may not present the latest news, information and code regarding the QuickBase PHP SDK. For anyone interested in using PHP with QuickBase, here is a PHP wrapper. It uses cURL to post XML and [...]

16 Comments ~ Add your thoughts | Continue Reading

quickbase api cookbook v3

Added by on August 26th, 2008, filed under API, QuickBase

quickbase api cookbook v3

No Comments ~ Add your thoughts | Continue Reading