Articles tagged with: drupal tutorials

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.

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

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 …