Drupal

Zyxware default image4
| 1 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.
Zyxware default image3
| 2 min read
If you use drupal as a blogging platform you would want to auto tweet your new posts on to twitter. Twitter and Shorten module provides you with the basic framework required to do this and all you will need to get it working is to configure these modules. There is also a small patch that has to be applied to the twitter module (until the patch goes into the CVS) to allow the use of shortened URLs in the tweet.
Zyxware default image4
| 3 min read
Feed API provides a powerful means of importing feeds from other sites directly into your Drupal site. What if you want to export your feed as an XML file to a content distributor who wants it on his FTP site? There is of course the traditional approach of using curl to read your feed URL and dump the text as files on to the ftp site. There is not much control that you have over this process. However doing this via Drupal Views will give you fine grained control over the process
Zyxware default image2
| 3 min read
SEO requires you to have descriptive titles and URLs matching the title. But when you want to publish your URL some place where the length of the URL is an issue you definitely want short URLs. One solution to the problem is to use URL shortening services like tr.im to shorten the long URLs to short and sweet 9 character urls. But the URL will lose your sites identity. Don't worry there is the drupal way to solve this problem.
Zyxware default image2
| 4 min read
We have been working with Drupal for the last 3 years now and we just love Drupal. Every day we work with it, we get more and more reasons to love it even more. As a token of our respect for this system, we have become official paid members of Drupal association. We can now proudly flaunt the association badges on our site.
Zyxware default image1
| 5 min read
The dream of every person starting out to build websites is to reach out to as many people as possible. Not very many actually make it to more than a few hundred visitors per month on a regular basis. But with the profusion of social bookmarking sites, there is a chance for some of these low traffic sites to get bursts of very high traffic once in a while, for ex: when they get slashdotted. The question is how to outlive such spikes in traffic, without burning large holes in your pocket
Zyxware default image1
| 5 min read
When you upgrade from Drupal 5 to Drupal 6 you might run into the following error if the upgrade was not properly done Warning: Unknown column 'serialized' in 'field list' query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in [drupal 6 "/includes/database.mysqli.inc" file] on line 128 There could be several reasons why the error happened but there is a simple solution to solving this problem.
Zyxware default image4
| 2 min read
When things don't work the way you want it to and all it takes is a hack in the core, people sometimes hack the core. You might get the feature working the way you wanted it to but by doing that you would effectively be crippling your drupal installation. There are three main reasons why you should not hack core in Drupal.
Zyxware default image1
| 2 min read
Drupal is one of the most popular(if not the most), stable and beautifully architectured Free Software content management solutions out there in the market. One of the biggest problems associated with Drupal is the shortage of commercial themes like Joomla or Wordpress does. But that is going to be history. We have for sale over 170 different Drupal themes that are professionally designed and ready to use in your Drupal installation. Check out our Drupal themes and buy. Priced between 50$ and 80$ these themes are a bargain. So make most of this opportunity and buy a beautiful theme for your favorite CMS - Drupal. Also do check out other Open Source Software Themes
Zyxware default image3
| 2 min read
One of the most important aspects of any website is its look and feel. If you create a website that does its job well but does not look good, it is bound to become a failure. On the other hand if you create a exceptionally good looking website which too does its job it is more likely to succeed. Every web application project requires you to design the website. Why spend too much time and effort in doing this when you can go ahead and buy a readily available design. This is what our new website - OSS Themes - offers you.
Zyxware default image3
| 2 min read
Drupal is one of the most popular, stable and beautifully architectured Free Software content management solutions out there in the market. But one of the biggest problems associated with Drupal is in its shortage of beautiful themes like Joomla or Wordpress does. But that is all going to be over. We have for sale around 150 different Drupal themes that are professionally designed and ready to use in your Drupal installation. Check out our Drupal themes and buy. Priced between 50$ and 80$ these themes are a bargain. So make most of this opportunity and buy a beautiful theme for your favorite CMS
Zyxware default image1
| 5 min read
We have recently completed the development of a Drupal based College Website System. We have also successfully implemented this for one of the prestigious educational institutions in the city. Now we are ready to implement this for any other college/university who wants to have a highly scalable and flexible system at very affordable rates. If you would like us to build your school/college/university website/portal Contact Us
Zyxware default image1
| 5 min read
We are happy to announce the release of yet another Drupal module. This time it is the "Comment Subscribe" module that will allow anonymous as well as registered users on a drupal site to subscribe to replies to their comments. The module will send notifications to the subscribed users about the replies to their comments or replies to their comment's children.
Zyxware default image4
| 2 min read
Attachment Size slashdotit.tar.gz (173.55 KB) 173.55 KB Similar to the StumbleThis module that we had created earlier we have created another bookmarking module for Drupal - SlashdotIt module. Unlike the other social bookmarking sites Slashdot is very selective in terms of the articles that get approved from the submission queue also known as the Slashdot firehose. Use this module on your site only if you are sure that you have slashdot worthy content.
Zyxware default image2
| 3 min read
Most webmasters do not realize this, but a lot of the content on lot of websites can be accessed from multiple URLs. A simple example would be where www.example.com and example.com leads to the same page. This is a fatal mistake in Search Engine Optimization and search engines penalize you for duplicate content. The correct configuration would be where the above two urls will lead you to the same page but example.com will redirect you to www.example.com with a 301 (Moved permanently) status which will not result in search engines penalizing the page. It is very easy to configure 301 redirects using Apache .htaccess file and the process is the same for a Drupal installation also.
Zyxware default image1
| 4 min read
We have volunteered to take up the maintenance of a very useful Drupal module - Search404. As of today we are the official maintainers of this very useful Drupal module. We know that this is going to be a challenge for us, being a young company and with a young team. But we do feel that it is our responsibility to give back to the Drupal community at least some part of what it has given us.