General

Zyxware default image1
| 2 min read
We have released a new Drupal module to fight spam - Spam Blackhole. This is a simple module to fight automated spam submissions on Drupal sites by bots that are not manually supervised. The module requires that Javascript is enabled on the site that is running the module. The module works by replacing the form action with a dummy URL while the form is generated from Drupal and then replacing the dummy URL with the actual URL when the user clicks the form submit button.
Zyxware default image4
| 3 min read
Employees, especially freshers are usually concerned about the salary they get in hand and not really keen on deductions for ESI and PF as they do not promise immediate returns. Employers are usually not keen on providing them either as it requires time, effort and money to enforce it coupled with the fact that the employees are not keen on it in the first place. However after having implemented such a policy in Zyxware for the past two years we have come to understand its significance and the reasoning that gave birth to them which has led us to write about it.
Zyxware default image1
| 3 min read
This is an article which describes how to resize the content of a page (images, texts etc) automatically after changing the window size (especially a pop-up window). There are some third party tools which will let us do the same thing but we will be looking at how this can be done using only jQuery. Read on to know how to resize the content of a page automatically after resizing the browser window using jQuery.
Zyxware default image3
| 3 min read
When we try to theme a drupal website certain case we need to create particular region in the drupal website. Adding region for a drupal website is not a hard task, even a developer first creating a drupal website can create a region. In order to add regions inside a drupal website we only need to add a few lines extra for that. Below there are three version of drupal for the drupal 6 and 7 version creating the region is same but for the drupal 5 version it is slightly different. Adding regions to drupal 7.x and drupal 6.x versions
Zyxware default image4
| 3 min read
I was trying to get a list of MIDI files play in banshee 2.0 in an old computer. The system had Ubuntu 11.04 and banshee was able to play MIDI files except that it was not able to detect the end of each track and continued playing the same track with silence as the only output and infinitely playing the same track. So whenever there was a long silence I had to manually change to the next track. I did that a few times but then decided to write a small script to solve the problem.
Zyxware default image4
| 6 min read
In any business, the relationship between clients and the service provider is subjected to the stress of disputes often. Businesses that deliver true value to their clients over a sustained period of time have mechanisms to resolve these disputes. Often they rely on certain thumb rules also. One such thumb rule is the adage 'Customer is the king.' At Zyxware, we believe that it is a thumb rule that can, in contexts of disputes, lead to sub-optimal results for the relationship and the parties involved from the point of view of effectiveness and more importantly fairness.
Zyxware default image3
| 6 min read
Google drawing is a tool specifically designed to make image, drawing, editing and sharing easy. With this tool, you will be able to create drawings or upload drawings and edit them or let other people edit your drawing. You can even chat, comment or share views with multiple people who are editing your drawings. So in short multiple people can at a time work on a single document to make things easy. In the following article I will be giving you some basic introduction into the world of google drawing. How to Create google drawing?
Zyxware default image4
| 3 min read
As you have configured the apt-cacher-ng server, Now you have to change the directory where the packages will be downloaded. This is to ensure that you will provide a directory which has large space to store files or packages. To change the current directory to a new directory you have to the following steps. To change the path you have to edit the following configuration file
Zyxware default image4
| 3 min read
This article will be explaining how to create custom block and how to add the custom block in to quick tabs, programmatically. If you want to display the block inside a node you can refer our artilce How to print a block inside a node on a Drupal 6 website. First lets create a custom block using hook_block. In this block what I want to display is when we provide a url, need to display corresponding alexa graph for the particular site.
Zyxware default image4
| 3 min read
One of our Drupal clients requested us for a feature in a mobile version of their Drupal website in which, a user accessing the mobile version of their website, should be able to automatically initiate a call on clicking the telephone number appearing in the website. If you want to know "How to start a call when a user clicks on a number in a mobile version of a Drupal website, then continue reading.
Zyxware default image3
| 2 min read
In Drupal, while viewing a content type it will display the content type view with a comment form. If we want to remove the comment form from the view node page we can disable/unset it using hook_node_view function. But what we have to do if we want the comment form in a separate tab. There is a module called Talk. This module removes the comment form from a node view page and display it on a separate tab.
Zyxware default image4
| 2 min read
Your success as a Software Tester is dependent on how well you test the applications. You can improve your testing performance by following these basic guidelines. These guidelines are not ultimate but advance your testing skill and career. Improve your overall quality by learning and implementing proper process that fits your organizational needs.
Zyxware default image1
| 2 min read
In a recent project, one of the client requirements was to remove the link of the cart-image which appears in shopping cart page. In drupal, when a node is added to cart, it will be automatically linked to the corresponding node page. He wanted to hide it because, we were not using the default node page for the products. If you want to know, how we removed the link from the cart-image, you may follow the stepss below.