Posts Tagged "Module"

Implementing LESS in Drupal 7 with Omega theme

Well with so much reading on CSS, LESS and DRY I guess this article was on the cards, isn't it. My last two micro blogs on DRY and LESS, it was time to implement them on a Drupal installation and try out with Omega theme. And a little bit of Google and finally it worked.

Tags:

Using drupal features: example of a custom blog module

Drupal features is a module which allows you to create your own modules where you can include your own views, content types and many other features. With features you don't have to go through the pain of making same views and features for some common type of features on your site like blogs, forums etc.Drupal feature is a module which can make life easy for people who are making websites based on Drupal day in day out. One of the biggest advantages of feature which I personally feel is re usability.

Install drupal with clean URL and imagecache

This tutorial is to show how to install a drupal installation with clean URL and image cache on a wamp server. Software and their versions: Wamp: WampServer2.1e-x32 Drupal: drupal 6.20 (you can use any other version also and it will work)