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 Category

Articles in How-To

Drupal: How To Create A Rotating Banner
December 13, 2011 – 9:54 am | One Comment
Drupal: How To Create A Rotating Banner

In this article, I would tell you how to create and add a rotating banner to your site. You can use a special module or use blocks for that.

Drupal: How To Restore Database
December 6, 2011 – 8:25 am | No Comment
Drupal: How To Restore Database

If you have a backup copy of your database, you can easy use this copy to restore your site workability. In this article I would tell you a few solutions of how to do that.

Drupal: How To Automate Creating Database Backups
November 30, 2011 – 11:30 am | No Comment
Drupal: How To Automate Creating Database Backups

In this article I would tell you how to automate the process of making database backup copies.

Drupal: How To Create A Backup Copy Of Your Site Files
November 21, 2011 – 6:31 am | No Comment
Drupal: How To Create A Backup Copy Of Your Site Files

As it follows from the title of this article, I would tell you how to create a backup copy of files of your Drupal-based site. I will tell three different methods to do that.

Drupal: How To Create PDF Pages On A Site
November 8, 2011 – 10:07 am | No Comment
Drupal: How To Create PDF Pages On A Site

In this article I would tell you how to create PDF-file of a page on your Drupal-based site. I propose you two solutions to do that below.

Drupal: How To Manage Links to Images On Your Site
October 17, 2011 – 11:11 am | No Comment
Drupal: How To Manage Links to Images On Your Site

You may need to show pictures like this one 23458934z5689.jpeg as mountain.jpeg in src attribute. But pathauto module does nothing with picture synonyms. In this article, I would tell you how to fix this shortly.

Drupal: Variables of page.tpl.php
October 12, 2011 – 9:51 am | One Comment
Drupal: Variables of page.tpl.php

In this article, we will make clear of page template variables (page.tpl.php) to properly adjust design of your Drupal-based site.

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 …