Topic view

Using Menu Attributes in Drupal 7

By neerav.mehta Mon, 12/09/2013 - 19:41 0 Comments

This article demonstrates how to use Menu Attributes.

Menu Attributes is primarily used to specify additional attributes for menu items. The introduction of this module has benefited developers to a great extent. Earlier, they had to alter the php code and write hooks to even add a single class to a menu item. Menu Attributes features a UI that can easily be used to add additional attributes.

Using views filter in Drupal 7

By neerav.mehta Mon, 12/09/2013 - 19:40 0 Comments

This article demonstrates how to use the views filter in Drupal 7 by creating a Job search functionality.

Since Filters are used to specify selection criteria to select records from a table, it helps provide accurate information. In Drupal 6, all filters are ANDed together. On the other hand, in Drupal 7, you can either use AND or OR as filter criteria.

How to create custom item list in Drupal 7

By neerav.mehta Mon, 12/09/2013 - 19:38 0 Comments

This article demonstrates how to create a custom item list in Drupal 7. Drupal deploys a particular format to display lists through the site. This article shows you how to build your own list by using the Drupal function theme_item_list. Use the code provided in this article to achieve this. theme_item_list can be overridden in your template.php file to remove/alter the item-list class.

SASS - Syntactically Awesome Stylesheets

By neerav.mehta Mon, 12/09/2013 - 19:37 0 Comments

Sass or Syntactically Awesome Stylesheets is the most mature, stable and powerful CSS extension language. This article showcases mixins, selector inheritance and other details you should be aware of while working with Sass. The article also highlights the steps to generate CSS from SASS using a command-line tool.

Apache solr Installation and database indexing

By neerav.mehta Mon, 12/09/2013 - 19:36 0 Comments

This article has everything you need to know about Apache solr installation. In order to perform the steps mentioned in this article, you will have to download and install Apache solr. After Apache has been installed, it is important that you test the application. This article then showcases database integration of Apache solr with MySQL.

 
Ready to get started?REQUEST A QUOTE