Css trick make style rule only apply in ie6 - solve padding issue in ie6
Should be used on every site containing the webform module.
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.
If you've enabled voting for anonymous users. You should disable the page cache for pages containing a poll node.
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.
This post provides the code to import a basic node into drupal and the method for using cck fields.
This post provides the code to create a user programmatically in drupal 5 (simple version without profile fields)
List of country codes and names in php array (key = code and value = name in english)
We're providing a code to put in your template.php and add new regions.
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().