Technical Blog

Zyxware default image4
| 1 min read
In my previous article "How to create a php script to add a new set of category by using existing taxonomy term as reference id in Drupal 6 ?" I have explained upto replacing taxonomy term using term id. In this article replacing taxonomy term using term name and also how to create a crone job for executing the script in regular intervals.
Zyxware default image2
| 1 min read
We are all aware about the search engines like Google, Yahoo, Yantex, Bing, etc. will blacklist the sites (In case of websites), if duplicate content has been identified. While we are establishing the business to world, we may require to implement country specific domains and multilingual support in the websites. Nobody will take care of how the search engines consider all those pages.
Zyxware default image3
| 3 min read
First of all, Why we need to choose Drupal for implementing multilingual sites?. Drupal 7 is having the flexibility and scalabilty, compared to any other content management systems, online tools and desktop programs. So its very easy to maintain a multilingual site, which is essential for corporate sites.
audit3
| 4 min read
As time goes by, demand for anything and everything varies. For some, demand increases were as for others it degrades. Drupal is a platform that varies in reams. Drupal always endeavoured its best to be the one without any match. Thanks to those millions of hands behind the success. Because We Demand It! The latest version of Drupal to see the limelight was 9 Time as well as Drupal urges us to make use of its efforts at best. Let's move on to work with 9.
Zyxware default image4
| 3 min read
Strongarm is a developer and site builder tool which provides an API and a limited UI. The strongarm module allows Drupal persistant variables to be exported and imported via Features modules. In Drupal database,the Variables table stores the configurations and settings a lot of the core modules and contributed modules.The strongarm module is used to store those datas into code.
Zyxware default image4
| 4 min read
Google AdWords offers a tracking code that allows you to keep track of how well your ads are performing - if someone clicks an ad and ends up at the conversion code, the ad was technically a success. Actually, the AdWords conversion code needs to only go on certain pages not on every page on the website.
Zyxware default image1
| 5 min read
I had a chance to work on the Drupal-8 environment with its development version only released. I could able to design a simple site using the same and got stuck with some issues on the flow.The following are some release issue i faced during the design of the same.
Zyxware default image1
| 3 min read
This article is for those who are new to Drupal Bootstrap and responsive design. Drupal Bootsrap is a responsive theme you can download it from Drupal.org. It is one of the best responsive theme and created using boostrap framework. Creating a sub theme of Bootstrap is explained in another article of mine. This article mainly concentrated about How to use LESS to style bootstrap theme Drupal.
Zyxware default image2
| 4 min read
SugarCRM is a model for managing a company’s interactions with customers. Sugar on Drupal module can be used for integrating SugarCRM with Drupal. SugarCRM stores the customer information in modular format. Before passing customer details to SugarCRM, if you want to check whether the entry already exists in sugarCRM then read on .