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 Author

Articles by Aleksey VV

A template lover. Do send me all your fantastic templates, I would love to review them!

How to Analyze Search Requests for Site
May 30, 2011 – 6:43 am | No Comment

When visitors use on-site search, they say to you that they couldn’t find the required info with the navigation!..
Your next step should be to analyze search requests. This will help you to improve navigation or …

Drupal: How to Remove Node Statistics Counter
May 26, 2011 – 8:03 am | One Comment
Drupal: How to Remove Node Statistics Counter

If Statistics module is enabled on your site, a number of views is shown for every node. In this article we will study how to hide this information.

Drupal: How to Find and Download Theme
May 23, 2011 – 6:11 am | No Comment
Drupal: How to Find and Download Theme

If you need to choose a theme for your Drupal-based site, this article is for you! I’ll offer you three ways to get a theme.

Drupal: Display List of The Newest Node Titles
May 17, 2011 – 4:34 am | No Comment
Drupal: Display List of The Newest Node Titles

In this article, I would tell you how to show a list of the newest nodes titles. The list will be sorted by creation date (the newest are on the top).

How to Run cron.php From the Command Line
April 27, 2011 – 5:10 am | One Comment

It is strongly recommended to run cron.php from the command line because by default cron is launched through the web-server which creates additional connections.

How to compress JS and CSS pages to a server with no gzip and deflate
April 19, 2011 – 10:13 am | No Comment
How to compress JS and CSS pages to a server with no gzip and deflate

We will do our best to compress the pages.
The required conditions:

hoster didn’t enable gzip and deflate compression
you should have access to .htaccess file
php should support gzencode (PHP 4+) function
Clear URLs should be enabled

Compress pages
Open index.php …

Drupal: Shell-Script for Creating Full Backup Copy
April 12, 2011 – 9:21 pm | One Comment
Drupal: Shell-Script for Creating Full Backup Copy

In this article I’ll tell you something about Shell-script. You can use it to create a full backup copy of your site. It can be used as in Unix-systems as well in Windows with using …

How to Create Back Up Copy of Your Site Regularly
April 7, 2011 – 4:40 pm | No Comment

In this article, I would tell you in short how to regularly create a back up copy of the whole site.
Solution:

Drupal: Variables of node.tpl.php file
March 21, 2011 – 9:30 pm | No Comment
Drupal: Variables of node.tpl.php file

In this article I propose you to clarify the variables of a page template (page.tpl.php). This is necessary to create a website design according your needs.

Drupal: Description of $node object
March 15, 2011 – 10:18 am | No Comment
Drupal: Description of $node object

In this article, we will study $node object that is available in node.tpl.php template. When we are done, we can use the object to adjust the node design.