Drupal

Zyxware default image1
| 1 min read
Simple Tags Simple Tags add some tools for taxonomies like Terms suggestion, Mass Edit Terms, Auto link Terms, Ajax Autocompletion, Click Terms, Auto terms, Advanced manage term In Drupal: By default Drupal taxonomies support tags with auto-complete option. Other features like tagcloud and manage tags can be done using the
Zyxware default image3
| 1 min read
NextGEN Gallery NextGEN Gallery Wordpress plugin is a fully integrated Image Gallery plugin for WordPress with a slideshow option. Before I started writing the plugin I studied all the existing image and gallery plugins for WordPress. Some of them are really good and well designed, but the gap I filled was a simple administration system at the back end which can also handle multiple galleries.
Zyxware default image1
| 1 min read
GTranslate GTranslate is a Wordpress plugin that provides an automatic translation service to translate your web page with Google power. With the ability to translate over 58 available languages your site will be available to more than 98% of Internet users. GTranslate for Drupal does the same thing in Drupal and has been coded by the same author.
Zyxware default image4
| 2 min read
Wordpress is a popular blogging platform and is popular among many bloggers as it was designed more or less for the end users. If you need to setup a good looking blog quickly and without going too deep into the technical stuff, then Wordpress should be the most likely choice for you. Like Wordpress, Drupal is also a Content Management System build around PHP and MySql with almost all the strengths of Wordpress. Nevertheless Drupal is more developer centric and customizable and robust when compared to Wordpress and is gaining popularity very rapidly. We have already done a post on how to upgrade a Drupal site. Due to its huge fanbase and ease of programming, Wordpress has numerous plugins at its disposal. There are Drupal equivalents for most of these. Here is our take on a few popular Wordpress plugins and their equivalents in Drupal.
Zyxware default image1
| 3 min read
By default, Drupal serves all its files publicly via http. This means that any unauthorized user can directly access all the files through a browser by entering its path. This is also true for files which have permissions for them. The solution provided by Drupal, which is to make the entire file system private is resource intensive and can bring down the server. However there is another less costly workaround to this issue. Read on to find out more.
Zyxware default image4
| 4 min read
Zyxware, in association with Vidya Academy of Science and Technology(VAST), is conducting a one day workshop on Drupal at VAST, Thrissur on March the 26th, 2011. The workshop will be conducted by Drupal developers, Smruthy Rajendran and Jijimol K. John of Zyxware Technologies. The workshop is targeted at beginners who wish to learn the basics of building a website using Drupal. Update:The workshop has been rescheduled from the 26th of February to the 26th of March, 2011. The request form remains the same.
Zyxware default image3
| 2 min read
We are looking for more Software Engineers to join our fast growing team of Drupal developers. Like earlier we are looking to hire people with 2+ years of experience in PHP/MySQL. Visit Zyxware Careers to get a general feel of the qualities we expect in prospective hires. As always we would love to hire Free Software contributors, so if you have creditable Free Software contributions do mention it in your resume. Confirmed Full Time Positions Open
Zyxware default image2
| 2 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
Zyxware default image3
| 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.