Blog

Zyxware default image4
| 4 min read
The Commerce Card on File module provides an API with a user interface for storing and reusing credit card data on subsequent orders. This module didn't hold full card numbers locally. Instead of this it stores the remote ID of the full card data from the payment gateway that is used to validate and process your credit card transactions.
Zyxware default image3
| 3 min read
Drupal has been used and adapted by millions of websites across the world and not without reason. This top open source CMS is extremely flexible and robust and has found favour amongst the developer community due to the various qualities it possesses. Across the world, many renowned websites such as virgin.com, weather.com, theeconomist.com and london.gov.uk have applauded its versatility and flexibility, and used the Drupal development framework to their benefit.
Zyxware default image1
| 2 min read
Quickbooks is a book keeping software. It combines a variety of accounting processes into a user-friendly system. The main function of this software is to reduce the use of tracking sheets, multiple tables and spreadsheets that are necessary to document and maintain accounting tasks of a company. Also the accounting figures are easily reconciled using Quickbooks for tax purpose. This software was developed by Intuit and it can be customized based on the needs of our business.
Zyxware default image1
| 2 min read
Virtual host setup in Ubuntu is very simple, we can do this in few steps. The following commands will help you to download the latest version of all software from its repositories(that is updation) and then install 'apache2', if you have no apache2 software. Otherwise ignore the following commands and go through the main steps for VirtualHost setup.
Zyxware default image2
| 1 min read
Developer tool is an add-on of Mozilla which helps to debug the elements in a web page. You can get the tool from Add-ons (go to Add-ons and install web developer Tools (Add-ons > install web developer tools). On complete installing the Add-on, you can see a menu bar with items like disable, cookies, images, miscellaneous etc. You can use these items to measure, re-size, disable images, view source code, responsive view etc.
Zyxware default image2
| 3 min read
The last release of Drupal was about three years back and Drupal lovers - site builders, developers and administrators - are more than excited to get their hands on the hottest addition to the Drupal Web Development family, Drupal 8. With over 1700 contributors working diligently at building the latest version of Drupal, it comes as no surprise that Drupal 8 has exceeded the expectations of its loyal users and arrived with a bang.
Zyxware default image1
| 5 min read
User Interface testing comes under Non Functional Testing type. In UI testing, our intention is to validate user interface which is designed professionally or not. Here is the basic check list for UI testing :
Zyxware default image3
| 3 min read
Drupal has grown to be recognized as the most powerful and practical modular framework used by numerous website developers and business owners. The CMS community has adapted to the versatile and extremely functional structure of Drupal very quickly and Drupal modules have risen high on the must-have charts of web developers.
Zyxware default image2
| 3 min read
Firebug, an extension of Mozilla browser is a very helpful tool to find the spacing between elements, padding, border and margin, font, font size and color of the text and many other things in a webpage. This article talks about the basic things we can perform using firebug in a tester's point of view.
Zyxware default image3
| 1 min read
iContact provides email marketing for small to middle sized businesses and also the non-profits. iContact supports easy creation of email newsletters, surveys, auto responders, a wide range of features for professional marketers so that they can collect and analyze data, send emails using a single service.
GIT SCM
| 3 min read
Git is a free software and distributed version control system. We can maintain and track our project files in a git repository. It is a modern version control system that replaces the legacy centralized systems like CVS, Subversion etc. We can call Git a 'social network' for programmers or developers, which gives speed and efficiency in development. Different commands are used to handle the operations in git.