Archive for March, 2009
Wednesday, March 18th, 2009
On the coat tails of our web services API release we released VuzitPHP. This tool makes it such that PHP programmers can automatically upload, load, and delete documents using the Vuzit Platform. Below is an example of how to upload a document:
[sourcecode language="php"]
include_once "VuzitPHP/lib/vuzit.php";
Vuzit_Service::$PublicKey = 'YOUR_PUBLIC_API_KEY';
Vuzit_Service::$PrivateKey = 'YOUR_PRIVATE_API_KEY';
$doc ...
Posted in Announcements, Development | 2 Comments »
Monday, March 9th, 2009
We have made a number of significant updates this weekend which includes new product line updates, and improvements to our Developer APIs.
Premium+ Product Launched
We have released our new Premium+ offering which is a complete solution for integrating Vuzit into your product or service. This is a completely customizable version of ...
Posted in Announcements, Development, Press | 1 Comment »
Tuesday, March 3rd, 2009
We recently announced a partnership with Open IT Online where the Vuzit service is available in their extremely popular Firefox plugin. We are very excited to announce that we have expanded our partnership with Open IT Online Lite for Internet Explorer 6, 7, and 8. Open IT Online now has ...
Posted in Announcements, Press | 1 Comment »