General

Zyxware default image3
| 2 min read
If you are a Drupal developer and not a stranger to themes and its behaviors, let us see how to create a subtheme in Drupal. A sub theme is quite similar to a theme. When we create a sub theme, it has an independent folder structure as any theme. The only difference is that it inherits everything from parent theme. There are no limits in creating subtheme for a subtheme and so on.
Zyxware default image1
| 3 min read
As part of Drupal development project, we always use drush commands. Drush or Drupal shell refers to a command-line shell and scripting interface for Drupal. Drush enables developers to effectively manage and maintain their Drupal websites from the server command line. A few frequently used commands are listed below.
Zyxware default image3
| 2 min read
Zyxware is honoured to be part of DrupalCamp Bangalore 2015, the first and biggest Drupal Camp in Bangalore, held on 25th and 26th of July at the CMR Institute of Technology (CMRIT). Zyxware was also one among the silver sponsors for the event. A team under the leadership of Mr.Vimal Joseph, Technical Architect, Zyxware Technologies, represented the company at the event.
Zyxware default image1
| 3 min read
There are several mail systems in the online market; among them the best ones are YMLP and MailChimp. I did a study on both the mail services and made a comparison. Budget has a pivotal role in every project. The first thing is the price. MailChimp has a lot to offer to a free account holder, where as YMLP does not have many.
Zyxware default image1
| 3 min read
The one thing that all bloggers want is to boost traffic to their blog. However, everyone does not have the appropriate online writing strategies. Blogging can be a really tough job. It requires a lot of time, money, and considerable experience to create a business blog that people like to read and follow. Moreover, you have to deal with a lot of competition.
Zyxware default image1
| 3 min read
Drupal webforms are used to create custom forms in site, mainly for the surveys functionality. We can take the submissions results and analyse the averages of the submissions. Here we got a client requirement that he had to give a set of questions to the users to his users and he wants graphical representation of the submission results.