Articles by Aleksey VV
A template lover. Do send me all your fantastic templates, I would love to review them!
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 …

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.

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.

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).
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.

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 …

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 …
In this article, I would tell you in short how to regularly create a back up copy of the whole site.
Solution:

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.

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.