Technical Blog

Zyxware default image2
| 2 min read
We have encountered a situation in one of our client sites running on Drupal where videos opened with Flowplayer will not work on Iphone and Android based devices even though it was working correctly on normal Desktop browsers. If you are facing the same issue with the Flowplayer in your Drupal site then read on to find out the solution. Follow the steps below to solve the issue.
Zyxware default image3
| 3 min read
MongoDB is a database that was developed to scale efficiently when compared databases like MySQL and many Drupal. users developers who wanted to utilize the advantages of MongoDB in their Drupal sites wanted to know how to configure Drupal to use MongoDB. If you are looking to use MongoDB with your Drupal site and looking to know how to configure Drupal to use MongoDB in your Drupal site then read on to find out more.
Zyxware default image3
| 2 min read
A number of Drupal users wanted to know how to control how Colorbox reduces overlay size to fit the available area as Colorbox sometimes occupies the whole browser window if the screen resolution is low. This makes Colorbox look aesthetically bad and the controls of the Colorbox are not fully visible. If you are facing the same issue with Colorbox in your Drupal site then read on to find out the solution.
Zyxware default image4
| 4 min read
One of our clients requested us to come up with a Drupal based web application to generate a PDF file from an HTML template. The client's site which runs on Drupal 7 allows users to create envelopes based on the custom designs submitted by the user through that Drupal website. The online envelope editor uses an HTML template during the edit phase of the envelope and generates a PDF file of the sample template when the edit process is completed. If you are looking to know how to generate a PDF file from an HTML template using dompdf then read on.