Wednesday, March 14, 2012

Setting up a Apache multi-site SOLR on Tomcat & Windows (localhost)

In the Drupal world, it is very common to find SOLR deployments on Ubuntu or Debian. I have also seen comments that SOLR needs only one of the above Operating Systems for deployment.

Monday, March 5, 2012

D7 Modules - Login Modules & related use cases....

As a newbie, part of the challenge is to know the use cases and the modules that are provide them. Modules that are not buggy, are regularly maintained and have stable releases. 

Below are a bunch on User Login related modules and their use cases that may be applicable in many scenarios. Most of these appear to be stable. This blog only summarizes them at one place. The same info is also available on  the www.drupal.org/project/<module> pages.  You may also find additional screenshots for easier understanding or links to related screencasts if you are lucky.

Sunday, January 22, 2012

Best Sources of learning all about using DRUSH in Drupal

Slowly but surely I have come to a stage and after a lot of struggle where I think I am ready for DRUSH now... part of the challenge has been knowing that very good documentation exists everywhere on the internet that is yet unexplored... and then knowing where it is... and then to filter out the better sources of newbie learning from the could-be-better ones... So here is the list of my favourite sources of learning about DRUSH for a newbie...

Thursday, December 22, 2011

Feeds Module - Compilation of learning resources on the web...

This is a little departure from the Blogging approach per se` as I will refer to the great resources on the web that I discovered while learning about topics... In the article, I will cover the feeds module in Drupal 7. Topics covered here are mentioned in the beginning. I will also try and mention some of the key things I noted along the learning path.

Monday, December 5, 2011

Drupal Commerce Entities, Fields and References

One of the key things a Drupal newbie realizes very late in the cycle is the fact that when you add any module or feature to your site, it comes with it's own Entities, Fields and probably Reference. Drupal Commerce is no different.

It is extremely important to understand what the various pieces of Drupal Commerce are, before trying to figure out how it all works. So this article covers the various entities, fields and references there are in Drupal Commerce.

Wednesday, November 30, 2011

Understanding Product Display in Drupal Commerce

Everything you do with the products with respect to configuring the Product and the Product Type starts with how you want your Product to display on your website. There are basically two things you need to think about the Product Display,

Tuesday, November 29, 2011

The Drupal Commerce Glitch....

It is important to note a small glitch in the Navigation and URL naming convention in Drupal Commerce for creating Product types

Taking the plunge - The Drupal Newbie

As a Drupal newbie, one goes through the so called a long and a painful drupal learning phase. The period is long because of various reasons.

Friday, November 25, 2011

Sources of learning Drupal Commerce in D7

As a newbie, I have struggled finding sources of learning Drupal Commerce or even Drupal 7 as such. I have since discovered some sources of learning about Drupal Commerce and would like to share these with you.

Wednesday, November 23, 2011

Understanding the Product and the Product Type in Commerce (Part-1 of 2)

Welcome back... the coverage on this blog will include:
  1. Prerequisites for understanding of the Drupal Commerce Product and Product Type.
  2. Drupal Commerce URL paths for the Product and the Product Type.
  3. Setting up / Defining of the Product Type.
  4. One example and a case Study (Part - 2/2).

Sunday, November 20, 2011

Setting up a Categories based Product Catalog ( Drupal Commerce) - the first approach


Setting up a Drupal Commerce Catalog based on Categories is one of the most important things in learning about Drupal Commerce. There are basically two methods or approaches of doing it. In this blog we will discuss the first method. In this method, there are basically three steps to it.