Latest Articles

Zyxware recently conducted a session on GIMP for dentists. The workshop was conducted on the 17th of December, 2012. This was as part of a workshop organised by Indian Dental Association for their members on photography and photo editing. Zyxware conducted a 4 hour session on photo editing using GIMP, a Free Software Tool. Photography and photo editing are important skills for the modern day dentist given the requirements of documentation and research and communication with patients. Recognising the need for training for dentists in these areas, the IDA has taken an important step by organising this workshop. That they have chosen Free Software Tools like GIMP is commendable.

Continue reading

The function of the script is to rename a specific-directory present under all sub-directories of a specified parent folder. Consider, you have a particular folder under all sub-directories of a folder and you want to rename all of those occurrences. Doing it manually would take much time. Here is a script to make it easy for you.

Continue reading
  • By tintu.manuel on December 31, 2012 - 16:38
  • CSS
0

Many Drupal users have wished to know how to use customized fonts in Drupal themes. If you are facing the same question when creating or modifying or editing a Drupal theme and want to know how to use customized fonts in a Drupal theme then continue reading.

Continue reading
1

The following is the list of holidays at Zyxware for the year 2013.

Continue reading
  • By meera.l on December 29, 2012 - 14:04
  • Drupal
0

If you are a beginner in Drupal your might be wondering what a node is. The concept of a node is very simple. All you have to understand is that each and every content in Drupal is treated as a node. A page is a node, an article is also a node. If you want to add custom styles and formatting to the nodes of a specific content type then you have to theme a node. Read on to know how to theme a node in a Drupal 7 website.

Continue reading
  • By meera.l on December 29, 2012 - 09:29
  • Drupal
0

One of our Drupal sites we had worked on required us to implement region based content filtering and it was to be done through a value stored in a session. The Drupal site was also using Boost to enable static page caching. Boost stores pages as HTML files inside a cache folder and each page is served from the cache for anonymous users.

Continue reading

We were requested by a client to create and integrate a Facebook Application on their Drupal site which would post the published content automatically on Facebook. For publishing a content from our Drupal site to Facebook Wall, we need to create a Facebook App. If you want to know how to create a Facebook App for posting published content on a Drupal site on Facebook Wall, then continue reading.

Continue reading

The criteria required to 'stop testing' is determined by many factors. When a test plan is created it is critical to define the exit criteria. Following are some of the decisions we take to explicitly stop testing during the testing phase.

Continue reading

On one of the Drupal projects we had recently worked on, the client wanted us track the last active tab. We had used the Drupal Quicktab module to create the tabs. However we noticed that the quicktab cookie used to track the last active tab is not persisting after closing and reopening the browser. If you are facing the same scenario in your Drupal site and want to know the solution then continue reading.

Continue reading

Suppose we have a Drupal website which uses Ubercart module and Ubercart recurring fees functionality for handling payments and the website has two subscription products one which renews on a monthly basis and another which renews annually. We have to ensure that these two products will be renewed when the next billing date occurs. The following test cases will help you test this.

Continue reading