1.
Create MySQL configuration file (my.cnf) on MAMP | Drupal coder
If you ever find yourself in need to adjust some MySQL settings and you're running a MAMP server on Mac OS X, you can always create a my.cnf ...
2.
Create MySQL configuration file (my.cnf) on MAMP | Drupal coder
If you ever find yourself in need to adjust some MySQL settings and you're running a MAMP server on Mac OS X, you can always create a my.cnf ...
3.
Drupal 6 time field element | Drupal coder
The following snippet of code generates a Drupal 6 time element for you which you can use in all your forms. It consists of 3 select fields representing ...
4.
jQuery, Drupal and Navigation | Drupal coder
jQuery, Drupal and Navigation. Tue, 02/05/2008 - 20:09 — Davy Van Den Bremt. Website. http://www.cascadingstyle.net/blog/2008/02/04/jquery-drupal-and- ...
5.
Compose tips | Drupal coder
<a href="http://www.drupalcoder.com">Drupal coder</a>, Drupal coder. Emphasized, <em>Emphasized</em>, Emphasized. Strong, <strong>Strong</strong>, Strong ...
6.
Moving a Drupal site with page caching enabled | Drupal coder
If you move your site to a new url, don't forget to flush your cache_page table after moving the site since Drupal uses the full url (including the domain ...
7.
Create MySQL configuration file (my.cnf) on MAMP | Drupal coder
If you ever find yourself in need to adjust some MySQL settings and you're running a MAMP server on Mac OS X, you can always create a my.cnf ...
8.
Drupal coder | A blog on all things Drupal in specific and LAMP on ...
This sucks, because Drupal administration is done on pages with a /admin url. So we need to find a way to rewrite all of the urls to something like /config ...
9.
error reporting | Drupal coder
By default, Drupal error logging happens to the log database (the watchdog table) and the screen. This is something I had overlooked for quite a while ...
10.
Display login form for anymous users when 'access denied' | Drupal ...
When a user requests a page he's not allowed to see, he gets an 'Access denied' page with the message 'You are not authorized to access this ...