Drupal
Printing Blocks in Drupal Nodes & Theme Template Files
Today at work I was given a task to put a Simple News block into a totally different spot in a website, a node. This goes a bit out of the standard Drupal way, because technically speaking, blocks should only end up in their own regions. However Drupal's API has a very nice way of doing this and I will show you how I did it in the following post.
Drupal 6 - Installation
This is the first part of the series of tutorials that I am going to write on how to work with Drupal. I was going to write a series of tutorials of how to code a PHP website from scratch and then decided that this is much more useful for the general public as developing with Drupal is much quicker and the base of the website (the framework) is already set up for you. People who don't know PHP yet will be able to learn what they need to work with Drupal, which is more then enough to go out and build a custom website down the road if your really feel like it.
