views:

72

answers:

4

What are the best tuts sites for advanced learning on Drupal i.e hooks, modules, API?

A: 

The Drupal site!

These links should be more than enough to help you get started.

http://drupal.org/handbook http://drupal.org/support http://drupal.org/forum

Parker
Is there any easier site to learn drupal?
Loveleen Kaur
The Drupal docs have tons of information, but good luck finding what you're looking for.
derekerdmann
A: 

Perhaps the single best resource for getting started with Drupal module development is the book, Pro Drupal Development by John VanDyk & Matt Westgate. Almost everyone seems to recommend it and for good reason: it provides a thorough overview of module development and definitely helped me when I first started Drupal development.

Once you get the basics down (especially the hook system), the it really comes down to reading code from modules that sorta do what you want to see how they did it, and living within the Drupal API site.

Mark Trapp
yep.. Any online resource other than the books and the Drupal site? I have seen lullabot and lynda series.. but I was looking for sites which post tuts on advanced Drupal topics. Is there any such site?
Loveleen Kaur
Not really: at that point, people generally sell those services as consulting. You might find some interesting stuff in the blogs featured at [Planet Drupal](http://drupal.org/planet), though.
Mark Trapp
A: 

Mark Trapp mentions some good resources. Those are not tutorials, but great tools to learn how to work with Drupal.

If you aren't familiar with programming/PHP or want guides, some good resources are:

  • Lullabot.com They make training videos, free and paid, and also have a lot of tutorials in the form of blog posts. These people make a living by training/helping others use Drupal. They are some of the best there is. A lot of the guys working there, also maintain modules and help improve Drupal itself.
  • DrupaLove also has a lot of videos slides etc on different subjects.

There are more of such sites, but if you want a tutorial on a specific subject, you might find it easier to google that, instead of browsing these sites.

googletorp
A: 

Here are some online resources that cover basic & advanced topics :

And of course :

wimvds
Thanks.. I was looking for online Drupal resources..and this is it..
Loveleen Kaur

related questions