All Blogs

Read more about the article Essential PHP Tools and their Efficacy
Essential PHP Tools and their Efficacy

Essential PHP Tools and their Efficacy

Are you a developer and looking to master the PHP language? You’re in for a treat as we know some PHP tools that can totally up your game when it comes to PHP development. When it comes to server-side scripting…

  • Post author:
  • Post published:November 13, 2020
Read more about the article FASTER, BETTER, CHEAPER: Pick all 3 with PHP 7.4
FASTER, BETTER, CHEAPER: Pick all 3 with PHP 7.4

FASTER, BETTER, CHEAPER: Pick all 3 with PHP 7.4

With the official proclamation of PHP 7.4; the update has brought some startling new features and developments that you have been asking for a long. We say that the PHP 7.4 features & improvements have done a whole 180 and the whole thing…

  • Post author:
  • Post published:November 13, 2020
Read more about the article 5 Diverse PHP Project Ideas
5 Diverse PHP Project Ideas

5 Diverse PHP Project Ideas

Are you looking for some PHP project ideas? End your search right now and check out the list below! It’s been 26 years since the release of PHP as a programming language and since then its reputation hasn’t seen a…

  • Post author:
  • Post published:November 3, 2020
Read more about the article Is PHP dead? Python vs PHP
Is PHP dead? Python vs PHP

Is PHP dead? Python vs PHP

It is very crucial to select a programming language for your project, tougher than choosing a life partner. Yes, and it gets more challenging when the competition is close enough, between Python vs PHP. To make the right choice, you…

  • Post author:
  • Post published:September 24, 2020
Read more about the article Key Skills to know before you Hire PHP Developers
Key Skills to know before you Hire PHP Developers

Key Skills to know before you Hire PHP Developers

It is a very important decision when you have to hire PHP developers and hiring developers in general. You have to hire the right developer or a dedicated team of developers, as it can be assessed with the top core…

  • Post author:
  • Post published:September 2, 2020
Read more about the article Top interview questions to ask while Hiring PHP Developers
Top interview questions to ask while Hiring PHP Developers

Top interview questions to ask while Hiring PHP Developers

So you're looking to hire a PHP developer? First off, how familiar are you with the technical aspects of PHP? Because regardless of your experience level, it is vital to have a systematic set of screening questions to assess interviewees'…

  • Post author:
  • Post published:July 7, 2020
Read more about the article Using CircleCI with your PHP Application
Using CircleCI with your PHP Application

Using CircleCI with your PHP Application

CircleCI is a tool which provides us with the functionality to merge, test and deploy code automatically on the server. This helps in minimizing testing and deployment time with no errors. CircleCI is integrated with GitHub using webhook and performs all the functionality on its end. When you push ‘commit to GitHub’, CircleCI starts an action to pull down....

  • Post author:
  • Post published:June 10, 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 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....