Blogs

 

Developing with drupal

Univate has recently been involved in a video project. We were impressed with the Kaltura (www.kaltura.org) tools for managing, hosting and streaming video content and were also keen to use it has it had an existing drupal module ready to go. Being that it promotes itself as an open source project that is always a plus.

Unfortunately what it came time to develop the features for the specific site the drupal module did not live up to its promises and required a massive cleanup.

 

What is an API?

As a development company, we are often asked to extends existing systems by adding features or interact with remote systems. In both of these cases the first thing we look for is a API (Application Programmable Interface), this is a set of functions or interfaces that allow developers to talk to the existing system and add new features or just get data in and out of a remote system.

 

Ubercart Recurring Payments and Subscriptions

At Univate we have been involved in a number of membership/subscription projects. To achieve we use Ubercart Recurring Payments and Subscriptions (uc_recurring), which is a module that adds recurring payments support to the ubercart ecommerce modules for Drupal. Univate has been involved in actively development of the latest 2.x branch of this module.