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

This article will tell you how to change the standard date output in templates files (*.tpl.php) of a theme.
Some modules work incorrectly with PHP 5.3. Many hosters have PHP 5.2 and you need to use environment similar to the server’s environment for the development works. So you need to dpwngrade php package and …

Solution
Attention: the text should use utf-8 encoding
Open update.php file (in site root)
Replace update_access_denied_page() function:
Drupal 5 (line 575)
Drupal 6 (line 385)
with this code:

In the previous article, I told you how to create My SQL database backup using a special software (mysqldump). And here, I would like to tell you how to automate MySQL database backup.

If you are working on a web-project that uses MySQL, you might need the following tips. Every project supposes that you will create a backup copy. This is standard method. It is very simple to …

This article will guide you through migration from Joomla! to Drupal . Before you do migration you must understand some differences between both to make sure your migration to be successful:

There is a perfect Firefox add-on letting you search used CSS selectors: Dust-Me Selectors. In this article I would like to tell you about this.

I would tell you how to disable the ability to add/change content on your site. This is temporary solution! This could help you when you change NS-servers and move data to other server; when you …

When you finish execution of technical works on your site (updating Drupal core, modules etc.) you should return your site to online mode to allow visitors working with it. Below you can read how to …

I would like to tell you about logging in to the site that has been turned off. You may often need this for execution of technical works.