HI All,
I have just joined the forum. I am totally new to Drupal, but would very much like to learn how to use and implement it. So I wondered whether anyone could recommend any tutorials/YouTube Entries/Books to learn and get tup to speed on it? Iam in Scotland, and see their aren't any usergroups up here, does anyone know of any?
Cheers
Andy
Getting to know Drupal
Hi Andy,
I think it all depends on how deep you wish to get involved with Drupal. Do you wish to produce websites using just built in themes, or actually manipulate themes and modules to produce bespoke content management systems?
When any new developer joins Explosive Designs, his or her first task is to read through this great book:
http://www.amazon.co.uk/Pro-Drupal-Development-John-VanDyk/dp/1430209895...
If you need a newbies book then this might be worth a look at:
http://www.amazon.co.uk/Teach-Yourself-Drupal-Hours-Yourself/dp/06723312...
Hope this helps!
James
Explosive Designs - http://www.explosivedesigns.co.uk
Getting to know Drupal
Pro Drupal Development is a great book if you want to get into the nuts and bolts and tinker with PHP code. If you're not wanting to be that geeky about it, just wanting to set up a web site with Drupal and add features to solve various kinds of needs, 'Using Drupal' is a good book.
Or you could just wait a few months for Drupal 7 to come out, when it will sit up on its hind legs, initiate a Vulcan mind meld with you and create the site of your dreams effortlessly. Hey, that's what I'm hoping for!
I agree Pro Drupal Dev is a
I agree Pro Drupal Dev is a great book, and definitely a good place to start if you want to learn Drupal module development... my only criticism would be that it seems to result in people creating custom modules for all kinds of things that could be achieved using existing contrib modules. It also doesn't cover security issues as much as it should, which is important if you are adding your own code.
If you're new to drupal...
...then I'd say get to know it thoroughly through the admin interface.
Learn how to install modules and themes. Learn how to construct your own node types using cck. Learn how to query and display nodes using views. Learn a bit about the most common contributed modules available from drupal.org and what they do - then when you want your site to behave in some strange way that core modules don't cater for, you might just have come across a module that will provide the functionality you need.
There's a good lullabot podcast outlining 40 popular drupal modules. An interesting listen for people like you and me who are new to drupal. They've recorded about 80 of these - starting in 2006 I think. It sounds like drupal has changed a lot since then. I listened to podcast number 2 yesterday and Jeff Robbins said something like, 'Has anyone out there tried a new module called views? I had a little play around with it and it seemed pretty useful.'
I also find screencasts good for beginner learning. Here's a link to some screencast links:
http://www.minezone.org/blog/2007/11/01/45-screencasts-to-get-you-kickin...
It was only after learning the basics that I began to wish for functionality that I thought couldn't be found in any of the modules. This was when I first turned to Pro Drupal Development - which I must say is not easy going. But it is the book to read if you want to become a drupal expert. My advice is to first get yourself situated, then read the book.
Mark