Blog

Posted by: 
Dominique De Cooman

Css trick make style rule only apply in ie6 - solve padding issue in ie6

Posted by: 
Dominique De Cooman

Should be used on every site containing the webform module.

Posted by: 
Dominique De Cooman

A solution is suggested on http://drupal.org/node/61728
In case it doesn't work, I explain a different method in this post that worked for me.

Posted by: 
Dominique De Cooman

If you've enabled voting for anonymous users. You should disable the page cache for pages containing a poll node.

Posted by: 
Dominique De Cooman

If you have php5 you should use simplexml: http://be.php.net/manual/en/book.simplexml.php
If you're on php4 you can use the class simplexml44 which is a backport of the php5 simple xml class http://prdownloads.sourceforge.net/ister4framework/simplexml44-0_4_4.tar...

Why use this?
It has all the functionality you ll need build in. So no need to try create your own parser.

Posted by: 
Dominique De Cooman

This post provides the code to import a basic node into drupal and the method for using cck fields.

Posted by: 
Dominique De Cooman

This post provides the code to create a user programmatically in drupal 5 (simple version without profile fields)

Posted by: 
Dominique De Cooman

List of country codes and names in php array (key = code and value = name in english)

Posted by: 
Dominique De Cooman

We're providing a code to put in your template.php and add new regions.

Posted by: 
Dominique De Cooman

Comparing date in YY-MM-DDThh:mm:ss format to Unix timestamp or even a date from the same format can be done by using the mysql function UNIX_TIMESTAMP().

Pages

Subscribe to Blog