Category Archive
for: ‘XML’

Vtrenz (EngageB2B) SOAP API PHP Library

Added by on August 31st, 2010, filed under PHP, Portfolio, Web Development, XML

Silverpop EngageB2B PHP SDK

Below you will find a class for using the Vtrenz Web Services API with PHP. This class abstracts a few of the individual methods available via the soap-based api and takes care of writing all of the XML in your request for you (ala SimpleXML). Here are the supported methods: insertCampaignParticipant sendOneOffEmail insertContact getEmailMessageStatus getContactData [...]

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

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

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

19 Comments ~ Add your thoughts | Continue Reading

The Meaning Behind XMLNS

Added by on January 25th, 2009, filed under Web Development, XML

Ever wonder what xmlns such as the one used often in XHTML doctype (see below) means? 1<html xmlns="http://www.w3.org/1999/xhtml"> xmlns is short for XML namespace and this specifies a unique url to represent the namespace for any custom tags used in the document. The one in the example is the standard namespace. Good to note that [...]

No Comments ~ Add your thoughts | Continue Reading