Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good beginners material/advice on Drupal

Tags:

drupal

I'm learning Drupal and whould like to ask you about some good material for a beginner on this subject. Any book, website or article is welcome.

I whould like to hear to any good advice for someone like me, which is just starting to know Drupal and CMSs in general.

Currently, I'm using as my basic source the official website of the project.

like image 546
Kico Lobo Avatar asked Nov 24 '09 16:11

Kico Lobo


2 Answers

You can use Drupal for a lot of things and in a lot of ways, so it's hard to say which is the best for you.

If your aim is to use Drupal as a developer, I would say that you should use/get:

  1. Pro Drupal Development, this was probably the single biggest help for me to learn how to develop with Drupal.
  2. The Drupal API, to become a good developer, you must learn how to use the API. Drupal has a good online resource, where you can look up functions, view their source, see comments from other developers and more.

If you want to learn how to make Drupal look pretty, what we call to theme drupal you should:

  1. Learn how to use starter themes a good place to start is the zen theme
  2. Front End Drupal is an excellent book, and from it you can learn quite a bit about Drupal theming.
  3. The theme guide on drupal.org is the official drupal resource for themers.

If you just want to learn how to use the CMS as an administration:

  1. Using Drupal by the lullabot team is a great place to start. It will take you through the most basic things, and show what you can do with drupal without coding.
  2. Lullabot.com is a good place for any drupal resource really, but they focus mostly on teaching stuff on different techniques for the most known modules.
like image 93
googletorp Avatar answered Oct 05 '22 23:10

googletorp


To Learn Drupal, videos will prove to be your best friend. Its have been quite a time since I am using Drupal for site building, I find these videos very useful. Here is the list of some websites, which you should add to Favorites Bar.

  1. http://www.lullabot.com/
  2. http://gotdrupal.com/
  3. http://mydrupal.com/drupal-beginner-videos-basics
  4. http://usingdrupal.com/
  5. www.drupaltutorials.org

If you use Twitter, You can contact these people for your drupal Queries.

Happy Drupaling :)

like image 42
Vaibhav Jain Avatar answered Oct 05 '22 23:10

Vaibhav Jain