If you are an organization trying to set up a new website or if you are planning to upgrade your static website to a dynamic website here are some key reasons why Drupal is a good solution for you to bank on.
Maintaining a Drupal site is not just about managing the content on the site and administering users and the configuration. An important part of maintaining a Drupal site is in keeping the site updated with the latest security updates released for Drupal core and also for the contributed modules used on the site.
The technical content posted on Zyxware.com is being managed and reviewed by a team called the Tech Content Team (TCT) and all the content that gets published goes through a TCT review process. Please find below the TCT publishing review checklist that is used for the final check on articles before they go live on the site.
The technical content posted on Zyxware.com is being managed and reviewed by a team called the Tech Content Team (TCT) and all the content that gets published goes through a TCT review process. Please find below the TCT content quality checklist that is used for the final check on articles before they go live on the site.
The technical content posted on Zyxware.com is being managed and reviewed by a team called the Tech Content Team (TCT) and all the content that gets published goes through a TCT review process. Please find below the TCT technical review checklist that is used for the final check on articles before they go live on the site.
Global Redirect is a functional module which ensures the correct redirection of users to the alias of a given drupal path, thus avoiding duplicated content from multiple URLs. This is very important for SEO because otherwise search engines will see the same content at the Drupal path as well as at its alias causing it to believe that the site is duplicating content at two different URLs
The methodology which follows quick and well coordinated movement is Agile methodology. Agile refers something which will do very quickly. As soon as the developer completed coding, testing will start and report all the bugs. Rather than testing, a tester can pointed out his ideas also. Quality of the deliverable is emphasized which will avoid the defects coming from the end user.
How to programitcally call a view using exposed filter was discussed earlier. But if you want to pass a date field to the view's exposed filter form, you have to change your code a little bit. If you want to know how, you may read on.
Blocks in Drupal can be assigned to regions in specified pages. Two options which are already in Drupal 7's block configuration page are:
All pages except those listed
Only the listed pages
And if you have enabled the PHP filter module, you may find another option:
Pages on which this PHP code returns TRUE (experts only)
In this article,I am going to explain to you, how you can display a block on pages based on the value returned by PHP code.
Coupons are used to redeem discounts while purchasing products from a store. They are mainly used for sales promotion. Here we are considering a coupon to be set for our products in our Drupal / Ubercart store so as to enable us to provide rebate or financial discounts for our products. Coupons can be set for products as a product feature. These coupons will be emailed to the user after the checkout.
There wouldn't be any Drupal site that doesn't have forms on it - Drupal being a CMS, forms have always been an integral part of every Drupal version from start. Forms provide an easy interface to the website users to input information to the site.
Nowadays we can easily access internet in different devices such as mobile, tablet etc. So its necessary to make a website compatible with popular devices like iPhone, iPad etc. In Drupal, we have a simple method to make a website adapt to different devices. In this method we can convert a normal theme to responsive theme easily. To get this we have to modify the .info file and add the media query stylesheets in .info file. We will also have to add the responsive style rules to the separate media query stylesheets
As a drupal developer, there were times when I was stuck at some point. At these times, 'devel' module came to my rescue. There are many debugging functions provided by devel. Those are dpm, dpr, dvm, dvr etc. Here, I am going to explain 'dpr()' provided by devel module.
Just as for File Upload fields, Image Upload fields are equally prone to hack attempts. They also have additional functionality to do post-upload, such as passing the image through various image processing filters / presets. While testing Image Upload Fields, you have to take into consideration all these points. Here are some test cases to help you test image upload fields on a Drupal site:
Drupal 8 will be released probably by Dec 2013 or so and when that happens maintenance of Durpal 6 will be stopped. Contributed modules for Drupal will probably take a while more before they have Drupal 8 versions. Until popular contributed modules have stable Drupal 8 versions it would probably be safer to start small projects using Drupal 7.
One of our Drupal clients had reported that the emails from the Google Apps mail accounts on their Drupal site were going into the spam folder of the recipients inbox. When we analyzed the situation we noticed that the SPF records for the domain were not set correctly. Read on to know how to add a SPF record through WHM to prevent mails from of your domain from going to the spam folder.
We were requested by a client to post the published content automatically on Facebook wall. For publishing a content from our Drupal site to Facebook wall, need to create a Facebook app .If you want to know how to post a published content to Facebook wall in Drupal 7 then continue reading.