General

Zyxware default image4
| 2 min read
Amazon S3 provides API for multipart upload of large files. Multipart upload allows you to upload a large object as a set of small parts/portion of the object's data. You can upload these small object parts independently. If transmission of any part does not succeed, you can retransmit it without affecting other parts. Amazon S3 combines all the parts and make a single object after all the parts are uploaded.
Zyxware default image2
| 4 min read
OpenMeeting is an open-source project from Apache. It is a web application suitable for video conferencing, instant messaging, whiteboard, collaborative document editing, etc. The main requirement of an open meeting is Oracle Java. OpenMeeting uses a Red5 streaming server for remoting and streaming. The open meeting is an open-source solution for institutions/organizations that want to keep the conferences private and within their parameter.
Zyxware default image2
| 4 min read
New Relic is a web application performance service designed to work with live webapp. Using this tool, a developer can analyze and increase a site's performance. New Relic works with web development languages like PHP, Python, Ruby, Java etc. Your system should meet New Relic's PHP compatibility and requirements. Note that New Relic supports only the PHP 5.4.x or 5.5.x series.  
Zyxware default image2
| 5 min read
The client has a large volume of content namely stock market news for different companies. The client site is integrated with multiple third-party systems where real-time news articles are aggregated via custom API integrations. The information thus received is sent as the content of the bulk subscription emails for the different users real-time, daily, and weekly. The issue or the problem was with the emails sent to users who are subscribed to a watch-list. A watch-list is a set of companies that the user is interested in so that emails will be sent in constant intervals (daily or weekly) with the news of these companies. These watch-list emails could contain hundreds of content titles and other data. But the issue was Gmail clip’s emails that have size in excess of 102 Kb.
Zyxware default image3
| 1 min read
Youtube does not allow audio files to be uploaded. However, you can easily convert any audio file into a video file using the given audio file and a fixed image as a background. The following works on Ubuntu and any variants of GNU/Linux. For converting a single mp3 file you can use the following. ffmpeg -v quiet -i "picture.jpg" -i input.mp3 -shortest -acodec copy output.mp4; done For converting a batch of files in a folder you can use the following
Zyxware default image1
| 4 min read
Just a week away from today Vienna, Austria is to play host to DrupalCon 2017, one of the major power-packed events of the Drupal Community. The DrupalCon to be held from September 26-29, 2017 will be at the Messe Wien Exhibition & Congress Centre in Vienna, Austria.
Zyxware default image3
| 7 min read
Zyxware bags the First Prize for the Pookkalam (Floral Carpet) Competition during the Aarpoo Irroo Onam celebrations in Technopark on August 17th, 2017. Thirty organizations participated in the competition with a spirit of team camaraderie and fun-filled rivalry. The Zyxware team made an elaborate floral carpet embedding a farmer ploughing in a setting Sun background signifying a farmer’s contribution to the prosperity of harvest season which heralds the Onam celebrations in Kerala.
Zyxware default image2
| 2 min read
Drupal is a scalable and secure content management framework which help organizations build their digital platforms. In this article I am presenting a situation where Drupal helped implement a feature for one of our client, without affecting the site's scalability and secure nature. The client’s site went down to maintenance mode for some users unexpectedly. This happens very rarely and there was no immediate visible reason that could point to the cause of it. So it was imperative that we log when the site goes offline in order to debug the issue.
Zyxware default image4
| 3 min read
Drush is a command-line shell for Drupal that enables you to perform many website maintenance tasks and administrative tasks from the terminal instead of using the Drupal administrative interface. Drush aliases allow you to run Drush commands on your local server but actually, the command executes on a remote server. This is a real-time saver while working locally and you want to do something on the remote server.
Zyxware default image2
| 4 min read
Customers experience (CX) have become a top priority for business. In order to provide the customers with the best possible experience, we need to frame an effective customer experience strategy. Providing valuable CX at each touchpoint will help to create a good relationship between the company and their customers. Advancement in technology helps to track customer behavior, identify customers
Zyxware default image4
| 4 min read
The article Introduction to iContact API describes a small introduction for iContact. Actually the data passed to iContact is in JSON format or in XML format. Mainly contact information and emails are passed to iContact. Data are passed to iContact in the following format.