Drupal: .htaccess Access Deny
August 21, 2014 – 7:59 am | No Comment

In this article I will tell how to forbid access to certain resources for some clients. The instructions will include descriptions of different directives.

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: How to Manage Your Site Through SSH
July 14, 2010 – 6:09 am | No Comment

This article would tell you how to manage your Drupal-based site on Unix-server through terminal (SSH).
Solution

Drupal: Traffic Compression
July 12, 2010 – 10:03 am | No Comment

 
This article tells how to speed-up CSS and JS files uploading by means of compression on server and passing compressed copy to browser.
Solutions

Automated compression by server
Create archive for every JS/CSS file and …

Drupal: How to Run Cron
July 5, 2010 – 7:32 am | No Comment

This article would tell you how to set cron launching.

Drupal: Making Regular Actions on Site
June 30, 2010 – 8:54 am | No Comment

For the correct functioning, some modules require regular technical maintenance. For example, watchdog module needs to remove old messages and search module needs to index site content.

Drupal: Quick Diagnostics of Cron Hanging Up
June 25, 2010 – 4:08 am | No Comment

Solution
Idexing
Decrease number of documents for indexing at one cron launching on the page of search settings. It’s better to run cron a few times a day.
Mailing
If you have simple news then it can …

Drupal: How to Create Subdomain for Every User
June 23, 2010 – 9:26 am | 2 Comments

So you should create subdomain for every user. For example,

http://mary.example.com 
http://kate.example.com 
http://jeff.example.com

How to Maintain Documentation Creating Drupal Site
June 21, 2010 – 11:37 am | No Comment
How to Maintain Documentation Creating Drupal Site

This article is about storing information about site development. You will be able easy find it and make your corrections. Besides, sometimes you should pass this info to other web-developer.

Drupal: How to Disable (Hide) Block
June 16, 2010 – 6:48 am | No Comment
Drupal: How to Disable (Hide) Block

This article will tell you how to disable (hide) block in a few methods: through block settings, PHP-snippet, SQL-snippet, etc.

Drupal: How to Run PHP-Code
June 11, 2010 – 8:01 am | 2 Comments

Attention: You should immediately delete unused code because this could be dangerously. Do not leave back door for hacker!
You can run the code (snippet) in the following ways:

In block
In Execute PHP block …

Drupal: Re-Save All Site Nodes
June 9, 2010 – 5:48 am | 3 Comments

This article is about re-saving all nodes on your Drupal-based site. You can wish to re-save nodes in the following cases: