How To

Zyxware default image4
| 6 min read
Deleting a content type in Drupal 7 is very simple. We just go to admin/structure/types and click delete button of the content type which we need to delete. But in the case of Ubercart, there is no delete link in product content type (admin/structure/types). So how we can delete this?
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
| 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
| 3 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 image4
| 2 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 image4
| 1 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.
Zyxware default image2
| 3 min read
Customer needs are highly variable and complex on an individual level. Present-day customers are maturing at an aggregate level with greater expectations for high customer service standards. Customer service that exceeds customer expectations for increased loyalty and satisfaction is the single most important driver for any business.