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

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
Added by Joshua McGinnis on July 12th, 2010, filed under API, Open Source, PHP, Portfolio, Web Development, XML

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
Added by Joshua McGinnis on July 10th, 2010, filed under API, CSS, PHP, Portfolio, QuickBase, Web Development, WordPress, XHTML, XML, Zend Framework

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
Added by Joshua McGinnis 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
Added by Joshua McGinnis on March 26th, 2009, filed under API, Arduino, Open Source, PHP, Portfolio, Web Development, XML

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
Added by Joshua McGinnis 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
Get in touch!
Waltham, Massachusetts USA
Telephone: (310) 228-8264
Email: joshua@mcginn.is