Recently I ran into a problem where by I had to give out RSS of the Forum only from a DRUPAL 5 site, as the website was forum centered but it had blogs also. So when I first used the default rss.xml like (http://somesite.com/rss.xml) it gave out all the update not only the updated of the Forum that I wanted. I even tried another RSS source http://somesite.com/forum/rss.xml but it also had the same output. So problem is: giving out RSS of Forum only, how to do that?
Blog Posts
I write about software engineering technical articles around programming, best practises and trending tech stacks. Subscribe to my newsletter to make sure you don't miss anything.
Drupal How to downloaded 1000+ Times (My 50th Post)
I'm very a happy to announce that "Drupal How to For Beginners" has been downloaded more than 1000 times. Thanks to all the people who downloaded it and read it. Thanks to people who gave feedback and even a review.
DrupalModules.com must for every Drupal user

Two days back surfing through drupalsites.net I stumbled upon DrupalModules.com. Using Drupal for past 1 year + I was consistently in search of a website that reviewed Drupal modules except of the information given in the download page or the module’s page at Drupal.org. To my happy surprise after finding http://themegarden.org/drupal50/ (A site to test Drupal themes in live environment with content), I clicked through this astounding website. It is owned and operated by John Forsythe and designed by Blamcast.
Drupal Experience Sharing at Prime College

Getting multiple values from a single selection of a form.
Have you ever tried to get multiple values from a single - selection/list box. It allows multiple selection with a simple attribute of multiple="multiple" but it does not work. The trick to make it work is use an array. How See below:
More posts can be found in the archive.
Latest Posts
How to deploy a container image to Amazon Elastic Container Service (ECS) with Fargate: a beginner’s tutorial [Part 2] How to create an Amazon Elastic Container Registry (ECR) and push a docker image to it [Part 1] How to use Ollama and Open WebUI with Docker Compose [Part 4] Using Ollama APIs to generate responses and much more [Part 3] Ollama commands: How to use Ollama in the command line [Part 2]