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

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.

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.

If you ever thought about how to change the standard Drupal icon to a custom one, this article is for you. The available solutions are:
Specify an alternative icon in theme settings
Replace favicon.ico file in current …

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 …

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 …

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 …

In this article we will try to understand what was changed in working of theme() function in Drupal 6.

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.

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

In contrast to Drupal 6, Drupal 5 has no protection from multiple form processing. If a user clicks "Submit" button a few times, duplicated posts will appear.