Drupal: The Problem with FeedBurner

Most of us bloggers use FeedBurner to track the behavior of our feed subscribers. However, we are often not able to track ALL of our feed subscribers, because only a portion of them actually click on our FeedBurner icon to subscribe — the rest subscribes via an RSS reader, which does not go through FeedBurner.
The [...]

Migrating to WordPress or Drupal?

Currently, this blog is powered and hosted by WordPress.com. The cost of being free is that CSS customization and a bunch of other things are not under our control. Because lately I’ve been putting my notes on the Drupal book up on the blog, which involves showing pieces of PHP codes, I begin to see [...]

Drupal: Working With Users

This short notes corresponds to “Chapter 6: Working With Users” of the book Pro Drupal Development by John K. Vandyk and Matt Westgate. See “Drupal: Working With Databases” for my notes on Chapter 5.
The $user Object
To log in, the user must have cookies enabled; otherwise, the user is treated as an anonymous user.
The user is [...]