Latest Comments Feed in Drupal using Views
Drupal does not ship with an RSS feed that will show you the latest comments posted on the site. There is a module called Comment RSS that does the same thing, but I have had some issues with it and did not want the overhead of using another module for something as simple as that. Instead, you can use the Views module to generate the RSS feed. I am posting here the one that I am using. Just import it into your feed and use it.
Between a rock and a hard place: My experiences with Drupal & Wordpress
A while ago, I moved this blog and the other site that I help to run, on to Drupal. After going through various nightmares (the other site had first moved from Blogger to Wordpress.com to Drupal 6 to Drupal 5 to finally settling down with Wordpress 2.5), this is where things stand: This site currently runs Drupal 6 on my own server, while the other one is on Wordpress, on a different host.
The simple and important conclusion for both products is as simple as this: if you intend to make a living running sites that are powered by either software, ensure that you have the patience/tenacity to understand how the software works or find someone to do it for you. Publishing, on a professional scale, is still far from being "push button publishing." Below are some of my observations:
Ease of Install: The out-of-the-box (OOTB) experience for both Wordpress and Drupal is excellent. The only requirement for both is for you to know the database-specific details, once you unzip/untar and upload the files into a directory. While Wordpress, being MySQL-only, gives you only that option, Drupal's installer detects available database support for PHP on your host and it is up to you to select which one you would want to go with. Click through a few screens on both and you'll eventually land up with an admin user and a password in the case of Wordpress and a password set by the user in the case of Drupal.
Configuration: Wordpress supports clean URLs OOTB, provided your host allows you directory level .htaccess. Drupal follows a similar pattern, but I have had trouble getting it to behave with Nginx in anything other than domain/sub-domain root. For descriptive URLs you will have to use the "pathauto" module in Drupal, the "clean URL" module will only display the URLs without any cruft.
