How to hack css files for Microsoft IE? ( Part One )

First of all, we should be familiar with the following terms.

  • quirks mode and strict mode: quirks mode and strict mode are the two modes that the modern browsers can use to interpret your CSS. more...
  • conditional comments in IEs : conditional comments only work in IEs, and are thus excellently suited to give special instructions meant only for IEs. more...

Configure Durpal and FCKEditor to Support "pre" tag

Code snippet is wrapped by 'pre' tag usually when published on the web. Then how to configure your drupal site with fckeditor to support pre tag?

Missing $closure variable in page.tpl.php leads to unusable fckeditor

I'm building a drupal site for a client, one of the node types has a simple page layout according to the requirements.

Customized page layout according to node type

This article is based on Drupal 6 series, and php template is used! How to layout your site according to node type?

Easy!! Do it as following steps:

About 5idrupal

The pronunciation of "5idrupal" in  Chinese has the meaning similar to "i love drupal" in English,  this is just where "5idrupal" comes from.
So this site is used to record my story about the usage and the development of Drupal CMS.

Configure FCKEditor In Drupal Environment

My personal blog site, 5idrupal.com, is online today, which is powered by Drupal CMS.

Drupal is hard for beginners, but has more power than other cms systems in documents for developers.

This blog will show how to configure WYSIWYG editor, FCKEditor, for Drupal.