Irakli:
If you think you have something as "basic" as PHP variables and reference rules all figured-out, you may have to think twice. Or at least that's what happened to me and following is an honest-to-heart story of it.
Posted 08/27/2009 - 20:14
// 5 comments
Irakli:
A short blog post that describes how to "create" post-state hooks if you have pre-state hook in Drupal. The specific example simulates a post-menu-item-save hook (which does not actually exist).
Posted 07/20/2009 - 17:45
// 3 comments
Frank:
Ever tear your hair out for hours trying to track down why something is not working, only to find out that it is the simplest thing? Well, after losing a large chunk of my life that is never to return, I am happy to say that it is solved.
Posted 08/14/2008 - 05:22
// 7 comments
Irakli:
Multi-part email format allows you to send both textual and HTML-formatted emails concurrently. These days, most web-systems should support this. In the following blog post, we discuss and show a quick example of how to send multi-part e-mails with Drupal
Posted 07/15/2008 - 13:47
// 6 comments
Frank:
As Irakli already discussed, the Alternative PHP Cache (APC) is an op-code pre-compiler and a cache system that can boost the performance of a PHP application up to 10 times. Op-code caches are very effective for a Drupal website, since Drupal deals with large number of source files and time spent in parsing them significantly affects performance. However, if you don’t have XAMPP and need to install it on CentOS, you can follow this guide to get around some of the problems that happen with the default server settings.
Posted 04/02/2008 - 21:21
// 6 comments
Irakli:
Alternative PHP Cache (APC) is an op-code pre-compiler and a cache system that can boost the performance of a PHP application up to 10 times. Op-code caches are very effective for a Drupal website, since Drupal deals with large number of source files and time spent in parsing them significantly affects performance. The following blog post explains how to install APC in a XAMPP environment.
Posted 03/13/2008 - 11:34
// 2 comments