All Blogs

News, guides, and how-tos; all related to development and frameworks.

Read more about the article Building a Chrome Extension to Track Visitors Impression on Web Pages
Chrome extension for visitor impressions

Building a Chrome Extension to Track Visitors Impression on Web Pages

Google Chrome extensions are being used to enhance UI experience by many folds. You can download various types of extensions from Chrome Web Store. This article will take you through the course of building a Chrome extension that tracks the amount of time visitors spend on web pages. Basic Structure Each extension entails the following files....

  • Post author:
  • Post published:June 1, 2016
Read more about the article Migrating CakePHP Sites to PHP7
Migrating-Cakephp-sites-to-php7

Migrating CakePHP Sites to PHP7

Rapid developments in CakePHP framework enable the e-commerce websites to work in a structured and rapid manner. For a much smoother transition, migration of CakePHP7 to PHP7 became a necessity. Thus, after a series of incompatible versions, one official support came out in CakePHP 2.8 version that showed full consistency with the PHP7. This article is going....

  • Post author:
  • Post published:May 13, 2016
Read more about the article Migrating Magento Websites to PHP7
Magento-to-PHP7

Migrating Magento Websites to PHP7

Magento is one of the biggest and most popular e-commerce platforms written in PHP. However, migrating Magento sites to PHP 7 can prove to be a tedious task. While most of the Magento code is still valid in PHP 7, a few situations can arise where there are incompatibilities. This article will take you through these incompatibilities step by step....

  • Post author:
  • Post published:April 15, 2016
Read more about the article Building and Deploying a PHP Application using TeamCity
Building and Deploying a PHP Application using TeamCity

Building and Deploying a PHP Application using TeamCity

Recently, vteams encountered a scenario where we had to deploy a PHP application on multiple web staging servers. Our first thought was going with the usual approach - checking out the files on both servers and manually pulling on each whenever needed. At first it worked out fine but when some server specific configuration changes were made they....

  • Post author:
  • Post published:March 4, 2016
Read more about the article PHP and MATLAB Interfacing
PHP and MATLAB Interfacing

PHP and MATLAB Interfacing

In a project, the interfacing of PHP and MATLAB was required as client wanted the calculation of calories and quantity from a provided food image. Pre-requisites for this project were to have MATLAB installed on either Windows or Linux machine along with the Web server set up on the same machine. Before working on the actual project, we created a working demo....

  • Post author:
  • Post published:February 23, 2016
Read more about the article Video Conferencing Setup using OpenTok
Video Conferencing Setup using OpenTok

Video Conferencing Setup using OpenTok

Opentok is a video conferencing solution which supports upto 20 users in a video conference call at a time. OpenTok supports video archiving and text chat can also be implemented using OpenTok. Integration of OpenTok with website required following browser specs: Google Chrome (latest release version) Firefox (latest release version) Internet....

How to resolve XML-RPC Message Format Error

A medical web portal developed using Drupal version 6 had to communicate with a desktop application developed in .NET framework to get a record list of locations. For this, a custom API (web service) was written in XML-RPC protocol. The web service used for the communication was working fine in Drupal 6 version of web application. Another small....

Build Powerful Multi-Tenant Application using Laravel 4 and 5

Nowadays, Multi-Tenant or SaaS based applications are all over the web. Concept behind multi-tenancy is to use single code base to serve multiple clients with same functionality. Recently, we interacted with a client who was managing several schools. He wanted to keep every school separate from one another on different sub-domains with separate databases....

  • Post author:
  • Post published:November 16, 2015

Android Application for an Inquiry Management System

vteam #334 was hired to work on the SmartSIS application system. It is an inquiry management solution that manages the inquiries coming from variety of sources, including website inquiry form, external marketing websites and inquiry providers. It was designed and developed for Living Arts College as they offer creative and medical courses to graduate....

  • Post author:
  • Post published:October 18, 2015

Multi-Tenancy Application using Laravel 5.1 & AngularJS

vteam #448 was formed to create a secure application for multiple clients having their own private portals and users for a booking software. Previously the architecture of this booking software was built in custom PHP. But now client wanted us to revamp its architecture completely. The framework required for that was Laravel 5.1 and AngularJS. Website features....

  • Post author:
  • Post published:September 30, 2015

Ruby framework Volt for Real-time Web Applications

Volt being a Reactive web framework can be an ideal choice to run your Ruby Code on the server as well as on the client side. The DOM shows the Prompt response on automated basis whenever a user interaction with the page takes place. It is systematically efficient in a way that it only updates the nodes which require change. Data can be stored conveniently on....

  • Post author:
  • Post published:September 28, 2015

Use of Traits in PHP version 5.4

PHP Traits is basically the method of code reuse implemented by PHP as of PHP 5.4.0. It is an exciting phenomenon which enhances the functional capabilities of PHP. Group functionality in PHP is driven by PHP Traits in a highly sophisticated manner. You cannot trigger a trait independently. It works in a grouped way according to the traditional inheritance system. It....

  • Post author:
  • Post published:September 22, 2015