Drupal: Quick Cron Diagnostic
January 23, 2012 – 8:25 am | No Comment

In this article I would tell you how  to find our the reasons of why cron hangs up and fix them. Read the solution options below.

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!

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

Drupal: How to Format Text of a Teaser
March 9, 2011 – 3:39 pm | No Comment
Drupal: How to Format Text of a Teaser

In this article, I would tell you how to format text of a teaser in a theme template (node.tpl.php). I propose you two different ways to do this. They are applicable for Drupal 5 and …

Drupal: Enable Displaying of PHP Alerts and Errors
March 2, 2011 – 11:16 am | No Comment
Drupal: Enable Displaying of PHP Alerts and Errors

This article would tell you how to show PHP alerts and errors.

Drupal: Disable Displaying of PHP Alerts on Site Pages
February 23, 2011 – 9:48 am | No Comment
Drupal: Disable Displaying of PHP Alerts on Site Pages

This article will tell you how to disable showing of PHP alerts on pages of your site. You can find all these notifications in Drupal logs. So you can disable them to show to your …