Why you need to pass php variables to javascript in drupal 7? In some of your D7 applications you may need to access certain variables in JavaScript globally. For example we need the Base URL (stored in PHP) to be available to javascript. In Core PHP we will do as follows <?php $base_url = “http://yoursitename.com”; ?> …

When I was working in one of my Drupal projects I faced a few issues with Drush commands like Site install, to resolve this you have to upgrade Drush version. I faced the issue with command not executed and ended up with some errors. I searched in Google for trouble shooting this issue but after spending hours in Google I

How to add captcha in Magento ? ReCaptcha is one of the popular plugins to add captcha in Magento customer registration form to protect our SITE from Spam registrations. Latest Versions of magento has a native captcha support, however for older versions there are some captcha modules available but their scope is limited to contact

What is Drush ? Drush is a command line utility tool for Drupal. It is a Drupal Shell which allows us to manage our site remotely through command line. Why do we need Drush ? It Saves Lots of Time by doing many Drupal operations in a faster and efficient way. Although Drupal is Awesome there

Why and Where we need custom override ? Drupal 7 has its own core functionality for Login, Register & Forgot-Password module. In some project cases there will be need of changing the functionality of these core modules. In that case we should not over write the core modules to achieve the functionality instead we should override the

What is CSS float ? CSS float is one of the trickier CSS concept to understand. Once grasped we can build awesome websites with float based layout. Before diving into the concept, lets understand common usage of float property. Where it will be used? CSS float plays a major role in building website layouts. It

Responsive Design : This is the hot topic of current web. As we all know the importance of responsive design with smart phones, tablet, desktop & laptop we made this 2013 Mydons site in more responsive way. Floating Sidebar : More intuitive explorer for topics in a floating manner. All the topics are grouped and




