Drupal: .htaccess Access Deny
August 21, 2014 – 7:59 am | No Comment

In this article I will tell how to forbid access to certain resources for some clients. The instructions will include descriptions of different directives.

Read the full story »
CSS Templates

Contain reviews and news about CSS Templates.

Freebies

Contain freebies such as icons, graphics, headers and images for your websites.

Fun Stuff

Contains other fun stuff for entertainment or interesting site showcase.

How-To

Contain technical elaborations on some specific workarounds or common tweak.

Joomla Templates

Contains reviews and news about Joomla templates.

Home » Archive by Tags

Articles tagged with: drupal how to

Drupal: $node object description
October 3, 2011 – 1:30 pm | No Comment
Drupal: $node object description

In this article, we will study $node object which is available in node.tpl.php template to use it for adjusting of a node design.

Drupal: How to Improve MySQL Database Performance
September 29, 2011 – 4:36 pm | No Comment
Drupal: How to Improve MySQL Database Performance

In this article, we will check parameters and configurations of database to get know how to improve its performance. Read the solution below.

Drupal: variables of node.tpl.php
September 20, 2011 – 12:48 am | No Comment
Drupal: variables of node.tpl.php

Sometimes you need to work with template of a page in your site (node.tpl.php) file to adjust design of your site. In this article, I would tell you about node.tpl.php variables. I will tell about …

Drupal: How To Test Site Appearance In Different Browsers
September 6, 2011 – 4:52 am | No Comment
Drupal: How To Test Site Appearance In Different Browsers

There are a few ways to test your site appearance in different web-browsers. In this article I would tell you the most  simple one which requires local browsers installed on your PC.

Drupal: Theme Templates Order
August 16, 2011 – 8:54 am | No Comment
Drupal: Theme Templates Order

In this article we will figure out an order which is used for templates of your Drupal-based website. Read the full story to get know the details.

Drupal: How Does Your Site Appear In Different Browsers – Online Services For Test
July 26, 2011 – 8:55 am | No Comment
Drupal: How Does Your Site Appear In Different Browsers – Online Services For Test

How do you check the site appearance in different browsers? You can use special online services for the test purposes which show a screenshot of your site in different browsers, or you can use local …

Drupal: How to Hide PHP Notifications
July 19, 2011 – 8:30 am | One Comment
Drupal: How to Hide PHP Notifications

PHP notifications we’ll deal with are error notices and warnings which appear in a user’s browser. A user could see system paths in these messages. So I strongly recommend you to hide PHP notifications on …

Drupal: How to Show PHP Notifications
July 11, 2011 – 9:08 am | No Comment
Drupal: How to Show PHP Notifications

If you need to test your site, you may wish to view PHP notifications (error reporting) that include error notices and warnings in your browser. In this article, I would tell how you can do …

How To Generate Image With Drupal
June 20, 2011 – 8:25 am | One Comment
How To Generate Image With Drupal

This article will tell you how to generate an image on your site with the help of PHP-script. You will learn two different methods to do this.

Drupal: How to Highlight Code
June 13, 2011 – 8:31 am | No Comment
Drupal: How to Highlight Code

This is a short tutorial giving you an idea of how you can highlight a code in  site nodes.