
Drupal Technical
| 1
min read
We have ported and contributed yet another drupal theme. This time it is jQ, ported from one of the most popular wordpress themes of the same name. You can see the Drupal jQ theme here.

News
| 1
min read
One of the more cried about limitations of Drupal has been the seeming lack of quality themes. Wordpress, another popular CMS framework, has a vibrant design community and therefor has some breathtaking themes. Additionally all themes published on Wordpress.org are GPLed. We have taken one of the recently created wordpress themes - icandy - and have ported this to Drupal and have contributed it to the community. You can see the Drupal icandy theme here

Technical Solution
| 3
min read
A new breed of USB wireless modems with inbuilt flash storage containing the driver to install the wireless modem have been invading the Wireless Connectivity marketplace. A typical example is the Reliance Netconnect 1.x. The USB Modem gets detected as a cdrom when you plug it into your laptop. However a GNU/Linux user does not have anything to cheer about the driver in the flash storage, as these drivers are all Windows drivers (so far). Here is how to install the Reliance Netconnect in Debian Lenny. The instructions should work for debian variants like Ubuntu, Mint etc.

Drupal Technical
| 3
min read
What do you do when you want to delete multiple nodes from a drupal site? You go to admin » content and then delete nodes one by one? No. You go to PhpMyadmin and delete the nodes from the node table?. Absolutely not (don't even think about it). There are a few solutions. There is the Views Bulk Operations module. But there is an easy hack to do this or for that matter bulk node operations.

Drupal Technical
| 2
min read
Drupal is an extremely versatile platform when it comes to the ease of integration with other services or APIs. So we did not have a second thought when a client of ours came up with a request to create a website to provide Free SMS Service. We decided to integrate the SMS Gateway API with Drupal and create the site.

Drupal Technical
| 2
min read
If you have ever hosted a reasonably good site on a shared hosting service then you would definitely have come across the dreaded "exceeded the email limit per hour" warning. If you use Drupal then you don't have to worry about this any more. If you are using Drupal then all you have to do is to install the MailQ module to queue all your mails.

Drupal Technical
| 2
min read
Adding to the growing list of community contributions we have taken up the support for yet another Drupal Module - MailQ. Zyxware Drupal Profile now boasts commit rights for 6 different modules. A few more modules are in the queue and should be out there soon.

Technical Solution
| 1
min read
When you you wish to run multiple services bound to different IPs possibly under different subnets from a single machine the simple way is to create multiple virtual adapters tied to a single physical card. The following instructions are for CentOS but should also work for RedHat and Fedora.
You will require su/sudo access for the following steps

Application Development
| 2
min read
While designing fixed width layouts it is advantageous to use percentage based width for inner containers in the layout to make it easy for easy scaling up of the layout for other widths. When doing so you should be very careful about setting the actual percentage values. The percentage based width should result in a whole integer as the width. If not, you will end up with fractions as widths of containers leaving the rounding off to the browsers.