Web Services Archive

Using the Countable Interface

PHP provides a number of predefined interfaces and classes that can really make your life as a developer easier but which are often overlooked. The functionality offered by the Standard PHP Library (SPL) and the predefined interfaces is extremely cool and very powerful but very underutilised. I've found myself reaching more and more...
Read More

Using SalesNet Web Services from PHP

I've been working on some projects recently where I've had to make heavy use of the SalesNet CRM API. I've written some code that makes basic access of the API easier and I thought I would write about it a little here. The SalesNet API is vast in scope (the...
Read More

Google Custom Search Engine

I recently published my first class on PHPClasses and thought I would write a brief post about it here. The class allows a developer to send a query to a Google Site Search custom search engine, using the XML API. Google Site Search Google Site Search can be used to create a...
Read More

Creating Professional Documents the Easy Way

Have you ever tried to create a professional quality document programmatically from within PHP? It's a real pain and surprisingly tricky to do. There are limited options for PHP developers to produce files in the formats most often used in business. There are libraries for producing PDF files in PHP...
Read More

Location Aware Webpages

I'm working on a site for a client at the moment who has around 35 store locations across Canada. The client was keen to have a 'your local store' feature on the home page where the store closest to the visitors location was featured. I thought I'd write briefly about...
Read More

Tracking Social Media Marketing

Many businesses are now using social media services such as Twitter for marketing. It can be a great tool for reaching a wide user base but I wonder how many businesses really know what is being said about them on social networks. It seems to me that if someone wants...
Read More