Smashing Magazine ~ we smash you with the information that will make your life easier. really.
Smashing Magazine we smash you with the information that will make your life easier. really.

Drupal Developer’s Toolbox

September 24th, 2008 in Developer's Toolbox | 101 Comments

Advertisement

After publishing the recent WordPress Developer’s Toolbox, there were several Drupal developers calling out for equal coverage. In this post you will find a thorough collection of all kinds of resources that will aid designers and developers working with Drupal-powered websites. This collection is intended to simplify your tasks and save you time when working with Drupal.

This post covers essential resources related to Drupal — the basics, modules, Drupal design inspiration, Drupal themes, tutorials, starter themes, blog editors and Drupal-projects.

1. The Basics

Just getting started with Drupal? Looking for some general resources to have bookmarked for when you need them? These resources will help you cover the basics of Drupal and provide documentation for much of your future work with the platform.

Drupal.org
The Drupal home page and location for downloading the latest version.

Screenshot

Drupal Handbooks
If you’re new to Drupal or just looking to learn something new, this is a collection of helpful handbooks to keep at your side. A good place to start if you’re new to Drupal (written for Drupal 5).

Theme Developer’s Cheat Sheet (for Drupal 5)
A helpful PDF that you may want to refer to from time to time.

Screenshot

Drupal API Reference
Get everything you need concerning the API from the official API reference.

Screenshot

Drupal Taxonomy, Drupal Nodes and Other Terms - What Do They Mean?
Confused by some of the terms you’re reading about Drupal development? This post may clear some of that up.

Drupal Code Search
A helpful resource for developers. You’ll be able to search the source code of thousands of Drupal modules and themes.

Screenshot

Drupal Whitepapers, Cheat Sheets and Free Books
This post is a collection of other useful resources that may interest you. Some of them are written for older versions of Drupal.

Screenshot

WordPress vs. Drupal
When should you use WordPress and when should you use Drupal?

Screenshot

2. Modules

Drupal developers and users alike need to be familiar with modules (plug-ins). There are countless modules available for a wide variety of purposes. The collection here includes some basic resources for working with modules, and also some links to various popular and useful modules.

Drupal Modules
The main page for finding available modules, according to category.

Screenshot

Core Modules
Get the documentation on the modules that ship with Drupal core.

DrupalModules.com
A community-powered rating and review service dedicated to helping you find the best Drupal modules for your project.

Drupal e-Commerce
An open-source package of modules to help you set up an e-commerce website with Drupal.

Screenshot

Top 10 Drupal Modules
One user’s choice of favorite modules.

Nice Menus
If you’re looking for an easy way to create drop-down or expandable menus, try Nice Menus.


Screenshot

TinyMCE
This module integrates Moxiecode’s popular TinyMCE WYSIWYG editor into a Drupal website for editing advanced website content.

Front Page
This module makes it possible for users to show a different front page or splash page to visitors.

Clean URLs
If you’re creating Drupal websites, you’ll want to be able to create friendly URLs. This module can help.

FlashVideo
FlashVideo will expand the upload module to accommodate video uploads, plus it will automatically convert it to Flash format.

Content Construction Kit (CCK)
CCK allows you to add custom fields to nodes using a Web browser.

Global Redirect
Help your website’s SEO with Global Redirect, which makes some subtle, but important, redirects.

Webform
Easily create contact forms, questionnaires, registration forms, surveys and polls with Webforms.

Module Developer’s Guide
If you plan on developing modules, this is a must-read resource that will get you started.

3. Drupal Design Inspiration

When working on a Drupal-powered website, you may find it helpful and inspiring to see what others are doing with Drupal. Fortunately, there are some great resources for showing off the work of other designers.

DrupalSites.net
The best source of Drupal design inspiration, with over 2,000 websites being showcased.

Screenshot

DrupalSN
A social network to showcase Drupal-powered websites.

Screenshot

Dries Buytaert
The blog of Dries Buytaert includes a number of inspirational Drupal websites.

Screenshot

31 Remarkable Drupal Powered Websites
Earlier this year, Six Revisions published a mini-gallery of inspirational Drupal websites.

Screenshot

4. Themes

Whether you’re looking for free themes to customize, premium themes to take your projects to the next level or places to distribute your own themes, the Drupal community has several options available.

Themes at Drupal.org
Drupal.org includes a gallery of free themes that are available for download.

Screenshot

OSSKINS
A marketplace of Drupal and WordPress themes, both free and premium.

Screenshot

All Drupal Themes
Nine free themes to choose from.

Screenshot

Top Notch Themes
Sells themes for Drupal 5 and 6.

Screenshot

20 Great 2-Column Drupal Themes
A nice collection put together by Mashable.

Screenshot

20 Great 3-Column Drupal Themes
If three-column themes are what you’re after, Mashable has another collection for you.

Screenshot

5. Tutorials

The Drupal community provides plenty of tutorials to teach you just about anything you want to learn about development with Drupal. Here is a categorized list of some excellent tutorials.

5.1 Developing Themes

How to Make a Drupal Theme
This tutorial will explain the basic files that make up a Drupal theme and will help you code your first theme.

Screenshot

Drupal Theming for Designers
This is another tutorial that looks at the basics of building a Drupal theme and the files that are involved.

Screenshot

Create a Killer Band Site with Drupal: A Six-Part Tutorial Series
An awesome, in-depth tutorial from GoMediaZine that takes you the whole way through by building an example website for a band.

Screenshot

Drupal Theming
A standards-based approach to custom Drupal theme creation.

Screenshot

From HTML Mockup to a Full Drupal Site: A Tutorial - Part I: Introduction and Installation
This is the first of a three-part series on taking a design from mock-up to fully-functional Drupal theme. Also see Part II: Site Setup, Content and Modules, Part III: Template Theming, Integration and Finishing Touches

Screenshot

5.2 Modules

How to Install/Enable Drupal Modules
If you’re a Drupal developer, chances are you’re familiar with installing modules. If you’re a new Drupal developer, here is a basic tutorial.

Screenshot

Drupal’s Forum Module
A look at how you can avoid duplicate content when using the forum module.

Screenshot

Turn a Plain Jane HTML Template into a Drupal Theme with the Theme Generator Module
Instructions for using the theme generator module, which may save you a lot of time in development.

Screenshot

5.3 Performance

Scaling Drupal - An Open-Source Infrastructure for High-Traffic Drupal Sites
For those developing larger websites, scaling will often be a concern. This tutorial goes through some of the things you can do to help Drupal’s performance under pressure.

Screenshot

Improving Drupal’s Page Loading Performance
Looking to speed up a Drupal website? Try following these steps.

Screenshot

5.4 Taxonomy

Taxonomy: A Way to Organize Content
Learn how to better organize your content and use vocabularies, terms, menus and more.

Screenshot

Drupal Taxonomy Tutorial
An introduction on how to use Drupal’s taxonomy system.

Screenshot

5.5 SEO

Basic Drupal SEO: On-Site Optimization
SEO should be a consideration for any developer, and this post takes a look at how it applies specifically to Drupal-powered websites.

Screenshot

Drupal SEO: How Duplicate Content Hurts Drupal Sites
Learn about a few potential areas of duplicate content and how you can solve the problem.

Screenshot

Drupal and Robots.txt
A look at some customizations that can be made to the standard Drupal robots.txt file.

Screenshot

5.6 Forums and Wikis

Private forums in Drupal: Forum Access vs. Taxonomy Access vs. Taxonomy Access Control Lite
If you want to take Drupal a bit further and use it to power a forum, read this tutorial.

Screenshot

How to Create a Wiki with Drupal
This post takes you through the basic steps of setting up your own wiki.

Screenshot

5.7 Galleries

How to Make a Photo Gallery with Thumbnails in Drupal
A 10-step process for setting up a simple photo gallery.

Screenshot

How to Build Flickr in Drupal
This tutorial will show you how to build a Flickr clone powered by Drupal. (Note: this tutorial is 2 years old, but still interesting.)

Screenshot

Building a Better Drupal Photo Gallery
A gallery that is built to be used by clients who need to create new galleries and upload images.

Screenshot

5.8 Navigation

Tutorial on Basic Nav, Hierarchy Nav, Blogroll, Separate Blocks for Nav for Newbies
Effective navigation is key to any website. Here are some Drupal-specific tips for improved navigation.

Screenshot

Theming Drupal Primary Links with Child Sub-Menus
A simple tutorial for improving the navigation on your website.

Screenshot

5.9 General Tips

50 Drupal Tips and Tricks
A nice, big collection of quick tips on theming, development, JavaScript and more.

Screenshot

45 Screencasts to Get You Kicking Ass with Drupal
This post contains links to screencasts on a variety of subjects on working with Drupal.

Screenshot

Take Control of Your Drupal Theme
Learn how to use a custom front page, a stand-alone log-in page and more.

Screenshot

5.10 Other Tutorials

Customising the User Profile Layout
A useful tutorial if you want to use Drupal to build an online community.

Creating a Custom Homepage in Drupal Using Views
On many projects, you may want to use a custom home page. This tutorial takes a look at a solution.

6. Drupal Starter Themes

Starter themes can save you a lot of time in development by eliminating some of the common tasks that you do with each new theme you create. If you’re always starting from scratch or customizing an existing theme, give a starter theme a shot and see if it improves your workflow and productivity.

Zen

Screenshot

Blueprint
Blueprint is a starter Drupal theme meant to make development of custom themes faster; alternative: Zengine Starter Blueprint Grid Theme

7. Blog Editors

ScribeFire
A Firefox extension that will give you a blog editor within your browser.

Screenshot

BlogJet
BlogJet is a Windows blog client for managing multiple blogs. The cost is £29.95.

Screenshot

BlogDesk
A popular free offline editor that supports a number of blogging platforms, including Drupal.

Ecto
Ecto is a feature-rich desktop blogging client for Mac OS X. The price is $17.95, but there is a 21-day trial version.

8. Projects Related to Drupal

Ubercart
If you’re building an e-commerce website, Ubercart is an open-source solution that fully integrates your online store with Drupal.

Screenshot

Acquia
Acquia is dedicated to making Drupal more useful for developers by providing value-added software products and services. One of their projects, Carbon, focuses on social publishing applications and making it easier to develop community-oriented websites.

Screenshot

About the Author

Steven Snell is a Web designer and blogger. He actively maintains his own blog at Vandelay Design, where he publishes frequent articles about design, collections of resources and inspirational galleries. (al)

Delicious button Stumbleupon

Advertisement
  1. 1.

    Beer is my poison (September 24th, 2008, 1:12 pm)

    Very nice roundup! Thanks!

  2. 2.

    Faisal Khan (September 24th, 2008, 1:12 pm)

    Yayy ! First ! :P

    Great Article ! Keep it coming guys!

    EDIT:- OH SHIT! This Beer guy came first!

    anyhow I saw it FIRST !! yayyy! :P

  3. 3.

    pavs (September 24th, 2008, 1:19 pm)

    Great resource as always. I am looking for some more “original” resources like you did about google pagerank. That was a blast!

    Dugg the story. Link [digg.com]

  4. 4.

    brandon (September 24th, 2008, 1:28 pm)

    thanks for the very thorough roundup! i’ll be sure to read it when i decide i need drupal :)

  5. 5.

    Dave Redfern (September 24th, 2008, 1:37 pm)

    Fantastic post, I have been a long time fan of drupal and this backs that up.

    definitely bookmarking it…

  6. 6.

    Icepick (September 24th, 2008, 1:56 pm)

    Really a great article. Thanks for all these great ressources !

  7. 7.

    MikeWhoBikes (September 24th, 2008, 1:58 pm)

    Wow, there goes my afternoon…

  8. 8.

    yaph (September 24th, 2008, 2:12 pm)

    It’s remarkable that the Views module is not listed in the Modules section, since it’s one of the most popular, powerful and widely used Drupal modules.

  9. 9.

    Sean (September 24th, 2008, 2:18 pm)

    I digg the Drupal love and great roundup of important Drupal resources.

    I’d like to see a follow up post put together by a Drupal expert that points to the best of Drupal 6 theming resources. Also, a post on how to blog, or multi-author blog with Drupal.

    Great stuff. Thx Smashing and Steven.

  10. 10.

    Alessandro (September 24th, 2008, 2:18 pm)

    Great post. Thanks

  11. 11.

    Tom (September 24th, 2008, 2:20 pm)

    this now comes very handy, I’ve to say .. :)

  12. 12.

    Chris (September 24th, 2008, 2:25 pm)

    This is so great , thx for this

  13. 13.

    robnelp (September 24th, 2008, 3:04 pm)

    Thanks for this post, it could not have come at a better time for me as I am about to use drupal for a new community site.

  14. 14.

    Navdeep (September 24th, 2008, 3:06 pm)

    Amazing… this is the kind of roll up I am looking for.

  15. 15.

    ulf (September 24th, 2008, 3:22 pm)

    Thanks for featuring Drupal! Should’ve thrown this at a Drupaller though, I’m sure it could’ve been prettied up some. Right now its a massive, overwhelming-ness of Drupal (bit like Drupal itself).

  16. 16.

    Jo (September 24th, 2008, 3:45 pm)

    Thanks heaps guys!
    I’ve just been begged by a friend to update her website which was originally made with Drupal, and knowing absolutely nothing about it this is awesome :)

  17. 17.

    Rails Fan (September 24th, 2008, 3:46 pm)

    Drupal is horrible! Long live Ruby on Rails!!!

  18. 18.

    tommyk (September 24th, 2008, 4:03 pm)

    very nice… thank you!

  19. 19.

    Gelay (September 24th, 2008, 4:46 pm)

    Developer’s Toolbox for Joomla???

  20. 20.

    Manon (September 24th, 2008, 4:47 pm)

    Cool! And now for the Joomla Developer’s Toolbox…

  21. 21.

    Gabe Diaz (September 24th, 2008, 5:07 pm)

    Great Drupal resource/round-up!!

  22. 22.

    jake (September 24th, 2008, 6:49 pm)

    there is a new but nice drupal sites gallery here Link [drupalbased.com]

  23. 23.

    Conan (September 24th, 2008, 7:45 pm)

    kool, been waiting for a drupal related post. Keep it coming. Thanks much :)

  24. 24.

    kuldip (September 24th, 2008, 8:01 pm)

    Great… All About Drupal At One Place..
    Thanks,

  25. 25.

    Gaurav (September 24th, 2008, 8:36 pm)

    Here is one another website that we made in Drupal:-

    Link [www.lacare.org]

    This website pushed Drupal capabilities to the max.

    Gaurav

  26. 26.

    Everton (September 24th, 2008, 8:41 pm)

    nice, but, what is drupal?
    you miss this

  27. 27.

    FOSSLover (September 24th, 2008, 8:44 pm)

    Great list. There is lot of appreciation of Drupal as much as there is lot of rant about its founder and his company Acquia trying to create a fork of Drupal. Drupal Community may split if Carbon doesn’t merge with Drupal. Differences are widening between core group and contributors.

  28. 28.

    gaurav_m (September 24th, 2008, 9:09 pm)

    thanks i am very much in drupal GREAT HELP

  29. 29.

    Thomas (September 24th, 2008, 9:37 pm)

    THANKS A LOT!
    best article ever for me on SM ;)

  30. 30.

    Ash (September 24th, 2008, 10:54 pm)

    Wordpress is very present on the site, that’s a pity you talk about it so much.

  31. 31.

    Geshan (September 24th, 2008, 11:07 pm)

    Great great, amazing compilation of links and resources.
    I blog about Drupal Link [geshan.blogspot.com]. Have a look. Link [geshan.blogspot.com] is a beginners Drupal How to written by Link [www.yipl.com.np] grab it as well.

  32. 32.

    Nikkel (September 24th, 2008, 11:16 pm)

    Woooooow….. This post is making my day !
    Drupal, my favorite CMS fully dedicated on my favourite blog…

    You guys rocks !

  33. 33.

    Michael (September 24th, 2008, 11:42 pm)

    ERROR!
    Home page news post links WordPress developers toolkit to Drupal one. :)
    Great post on Drupal - cheers!

  34. 34.

    blaszta (September 24th, 2008, 11:54 pm)

    Whoa! Perfect timing article! I’m about to start a project to a client and it will use Drupal.. You guys must install a script to read your readers mind… (frantically press Ctrl + U)

  35. 35.

    dajozan (September 25th, 2008, 12:21 am)

    Stunning article, thanks! Next article is Joomla Developer’s Toolbox… ;)

  36. 36.

    Jure (September 25th, 2008, 12:27 am)

    I’m a Drupal developer for 4 years now. Drupal is more than recommended WEB CMS system to use for web communities.

    I’m happy that smashingmagazine published this roundup.

    Thank you Steven Snell.

  37. 37.

    Benjamin Melançon (September 25th, 2008, 12:29 am)

    Alleged FOSSLover, cite some source for your claims and identify yourself, or please keep your FUD in certain of your body cavities where it belongs.

    Those of us in the Drupal community gladly disagree and argue about everything, but you have made the first mention of a fork that I’ve heard about since Drupy (Drupal on Python instead of PHP, heh).

    Drupal is fairly unique in open source projects in being far, far larger than any one group or company – Drupal’s founder Dries Buyteart did not co-found the company Acquia until eight years after starting the project – and that isn’t changing.

    Oh, and thanks SmashingMagazine for the nice roundup!

    benjamin, Link [AgaricDesign.com]

  38. 38.

    ATGP (September 25th, 2008, 12:32 am)

    Great roundup, but some important modules are not listed:

    Views - 90% of all sites definitely need this great piece of code.
    Panels - helps you to easily layout your content area.
    Pathauto - or type every url alias by hand

    BTW: Clean URL is a core feature, not a module…

  39. 39.

    Andris (September 25th, 2008, 12:32 am)

    Maybe I should give it a try. You don’t always have to use wordpress.

  40. 40.

    Anna (September 25th, 2008, 12:33 am)

    very usefull and in very proper time for me - I’m starting my first project on Drupal.
    So great! Thank you very much!!!!

  41. 41.

    elv (September 25th, 2008, 12:37 am)

    FOSSLover said: “There is lot of appreciation of Drupal as much as there is lot of rant about its founder and his company Acquia trying to create a fork of Drupal.”

    Acquia does not fork Drupal. I’d describe their product as the standard unmodified Drupal core with some added modules and themes. Oh and it’s GPL’ed.
    They also keep on working and contributing to Drupal core in the traditional way with the community.

  42. 42.

    web (September 25th, 2008, 12:48 am)

    Wow, this is quite the resource! I’m just getting into Drupal and while it was really easy to install it’s very feature rich and extendable. Thankfully there is a large community around to help out.

  43. 43.

    mike (September 25th, 2008, 12:50 am)

    Pretty much sums up why I gave up on Drupal. Two of the first three links relate to Drupal 5 even though Drupal 6 was released in February. Finding modules that are compatible with the latest version is a nightmare and up to date documentation is sketchy to say the least!

  44. 44.

    Connie (September 25th, 2008, 1:08 am)

    no Joomla!-toolbox, please!

    This monster has enough hype, maybe an article “why Joomla is stupid, standard-messy, a deep deep security hole with a lot of amateur-module-developers, without quality standards and without logic for the users and especially for the developers…” could be helpful (at least for our minds…)

    this article could as well try to find out why Joomla has such hype at all… brain wash? Is it Microsoft???

    I tried to work with Drupal, but the mess of versions made it dfficult and also a certain lack of documentation for beginners..

    the listed tutorials and how-tows might help ;=)

  45. 45.

    Craig (September 25th, 2008, 1:13 am)

    Great article. Drupal is fantastic to work with, and heavily customisable. We used it to power one of our projects, a free business listing site called Bizwiki (Link [www.bizwiki.co.uk]) that anyone can register for and edit. Most of the functionality we needed already existed, either in the core or in plugins, but for the rest of it, it was really easy to build what we needed, and customise everything. Two thumbs up for Drupal, use it!

  46. 46.

    Jens Rantil (September 25th, 2008, 1:53 am)

    Wonderful! Great! I will point all beginners of Drupal to this page - it’s great!

  47. 47.

    Scanna (September 25th, 2008, 2:52 am)

    +1 for ATGP’s comment, particularly regarding the excellent views module.

    ATGP said:

    Great roundup, but some important modules are not listed:

    Views - 90% of all sites definitely need this great piece of code.
    Panels - helps you to easily layout your content area.
    Pathauto - or type every url alias by hand

    BTW: Clean URL is a core feature, not a module…

  48. 48.

    Madjick (September 25th, 2008, 3:03 am)

    First I’d like to thank the for a very good roundup of usefull Drupal resources - definetely a must have.

    Second I’d like to ask for similar article regarding Joomla! and other popular CMS systems (ExpresionEngine, etc.).

    @Connie - I disagree with your opinion. After a year of working with Joomla I’m pretty satisfied with the results, I get what I want pretty quick without problems, the community is big and there plenty of quality modules. I can also say that ALL CMS systems I know ARE NOT beginner firendly (all of them require the user to have some php, mysql, html, css savvyness) and not everybody can deal with them. So theres still place for something new that even my mom will be able to use.

  49. 49.

    Kid Tech Guru (September 25th, 2008, 3:07 am)

    Great article…thumbs up for this post!

  50. 50.

    Roger (September 25th, 2008, 3:41 am)

    great collection on my favorite cms. thank you sm!

  51. 51.

    Anthony Bruno (September 25th, 2008, 4:10 am)

    Hey Thanks a bunch Smashing! Ive been waiting for some decent Drupal coverage!

  52. 52.

    Eric (September 25th, 2008, 4:15 am)

    A gallery not just of Drupal sites, but nice Drupal sites: Link [www.drupalmuseum.com]

  53. 53.

    bruno byington (September 25th, 2008, 6:01 am)

    love the article

  54. 54.

    Roshan Shah (September 25th, 2008, 6:11 am)

    Great post for someone looking to get handle on Drupal.

    mike : Beauty of Open Source is that you can always upgrade modules and contribute them back or even better is to become co-maintainer or write new modules for new features and keep them up to date.

    FOSSLover : Carbon is much awaited and I’m sure its release will take Drupal to new heights and Dries has time and again stated that he would see Drupal’s interest first. So you don’t need to worry about it.

    Roshan
    Link [www.gloscon.com]

  55. 55.

    Trevor Lee (September 25th, 2008, 6:24 am)

    awesome…

    nice to see Drupal getting some recognition here!

    I’d love to see some Smashing Drupal themes like the WP ones that’ve been released next!

  56. 56.

    YourGeekGuy (September 25th, 2008, 6:40 am)

    WOW! Thanks for the resource. This is outstanding. I’m a Drupal fanatic and had no idea all of this was out there.

    I will now be utilizing much more of this in my future development.

    Link [www.YourGeekGuy.com]

  57. 57.

    Gonzalo (September 25th, 2008, 6:41 am)

    Great! Drupal is a excellent CMS… but, the next article must be JOOMLA DEVELOPER`S TOOLBOX, my favorite CMS

  58. 58.

    anjhero (September 25th, 2008, 7:33 am)

    hey this post is truly a gr8 one!! I m a drupal user. And i jus love using Drupal while building wbsites. Its more than just a CMS!! Thanx a lot for this post!

  59. 59.

    John Forsythe (September 25th, 2008, 9:05 am)

    Hey, that’s my theme “A3 Atlantis” in the first screenshot for #4 :)

    The download is available from here: Link [drupal.org]

  60. 60.

    Garrett Albright (September 25th, 2008, 10:11 am)

    Here’s one to add to the toolbox; Link [drupal.org]. With Pathologic, all those bajillion images in this post won’t appear as broken when viewed at Link [drupal.org] (or in feed readers).

    With regards to Übercart, it doesn’t integrate a pre-existing cart solution with Drupal; it is a cart solution, just like Drupal e-commerce. There’s some back and forth on which is better; popular opinion seems to side with Übercart at the moment.

  61. 61.

    Gozno (September 25th, 2008, 10:47 am)

    I do really prefer drupal to wordpress in fact it is more safe and I have an access to more themes than WP. Link [www.mapownia.pl]

  62. 62.

    Sidharth (September 25th, 2008, 11:56 am)

    Thanks! Loved this article!

  63. 63.

    Roshan (September 25th, 2008, 2:02 pm)

    Thanks for the resources.
    I like few of examples though.

    Link [www.instantshift.com]

  64. 64.

    clo75 (September 25th, 2008, 11:51 pm)

    Smashing Magazine is defintively the best graphics and tools for excellent web sources. And one more time you prove it by this excellent compilation of links about the excellent Drupal Open source framework (yes that makes a lot of excellent). I hope that a lot of designers here will take a look on Drupal as - even it’s a wonderful development tool -, there still remains a lot to do in term of graphics image and usability (global look and feel, back office design, templates design, and so on…)
    If you want to join the redesign bandwagon there is a special group on Drupal.org (this is an non official call - I’m not member of the lead team)
    Link [groups.drupal.org]

    Once again thank you Smashing Magazine to give us such very good overall links !!

  65. 65.

    crypta (September 26th, 2008, 12:34 am)

    It would be nice to write some of Joomla! develepor toolbox??

  66. 66.

    Harv (September 26th, 2008, 6:18 am)

    Great Resources!
    Just to add to the hype - I’d love to see a Joomla! Developer’s Toolbox!

  67. 67.

    W David (September 26th, 2008, 6:49 am)

    Thank you so much for doing this. I’m just starting out in Drupal, I this is an excellent resource all in itself.

  68. 68.

    Marko (September 26th, 2008, 11:48 am)

    Great list of resources. Thank you. :)
    I would also like to see a Joomla! Developer’s Toolbox. :)

  69. 69.

    zunaeid (September 26th, 2008, 10:31 pm)

    Nice article! like this article!
    Thank you so much for doing tihs article.

  70. 70.

    Benedikt (September 27th, 2008, 12:11 am)

    Very interesting article. Good introduction for beginners.

  71. 71.

    digumo (September 27th, 2008, 12:55 am)

    I’m surprised there’s no mention of any videos or podcasts for developers? It’s mostly all articles.

    What about the Lullabots? They rock! They’ve got a tone of developer related podcasts, articles and videos Link [www.lullabot.com]. The Web site Link [gotdrupal.com] is turning out to be helpful too.

    And you can’t forget the listing of videos on drupal.org
    Link [drupal.org]

    The videos on these sites have helped me more than I can remember

  72. 72.

    Steven Snell (September 27th, 2008, 5:25 am)

    Thanks everyone for the feedback and especially for those who have mentioned modules and other items that could have been included. I apologize if something was unfairly left out.

  73. 73.

    Jesse Skeens (September 28th, 2008, 7:29 am)

    Great article, lots of good stuff here, thanks.

  74. 74.

    Jason (September 28th, 2008, 10:32 am)

    Good stuff. I used to use drupal all the time. But have since gone strictly wordpress.

    Link [www.pulsr.com]

  75. 75.

    a skewed machine (September 29th, 2008, 12:13 pm)

    Very useful… article added to bookmarks for quick reference.

    Link [www.askewedmachine.com]

  76. 76.

    Mike L. (October 1st, 2008, 12:15 pm)

    Sugar Inc. just came out with a new blogging platform powered by Drupal. Definitely worth a look.
    Link [www.onsugar.com]

  77. 77.

    k;l (October 4th, 2008, 3:00 am)

    Link [www.iwasp.net]

  78. 78.

    TJ (October 5th, 2008, 7:10 am)

    Looking forward to the Joomla Developer’s Toolbox !

    Thanks

  79. 79.

    Jonathan Lambert (October 5th, 2008, 10:51 pm)

    This is great guys - about time you started getting on the Drupal bandwagon again!

    Jonathan Lambert
    Link [www.workhabit.com]
    Managed Drupal Cloud Hosting

  80. 80.

    diaz (October 6th, 2008, 9:21 pm)

    great article! very useful indeed
    next: joomla developer’s toolbox :)

  81. 81.

    JeffLongthegreat (October 8th, 2008, 9:18 pm)

    Amazing!!!
    Is there a way where I could vote you for president?!
    I almost cried even on the first part 1. The basics
    Thank you very much for these.

  82. 82.

    Blues (October 8th, 2008, 11:42 pm)

    Link [teknodergi.org] for the other locale drupal community sites in turkish.

  83. 83.

    John Deszell (October 16th, 2008, 6:50 am)

    Great resource, I’ve been looking into adding Drupal to my arsenal, I need to find a site to test it out on first.

  84. 84.

    Raymond (November 10th, 2008, 10:30 am)

    Nice can we have some joomla stuff too?

    RJ
    Link [www.2gbhosting.com]

  85. 85.

    Druplix (November 17th, 2008, 3:05 am)

    Nice collection, thanks.

    For theming, one may also found helpful Link [themegarden.org] - live preview of contributed drupal themes.

  86. 86.

    Robert Eckert (November 20th, 2008, 1:06 pm)

    Thanks for informing me about the various ecommerce shopping carts out there.It has been very helpful to my research and here is what,I came up with over the past few days.

    There are different types of ecommerce shopping cart available in the market for small as well as large businesses. Whatever business you are running, you must pick a top slot ecommerce shopping cart to boost up your online sale transactions.

    The top ecommerce shopping cart for your online shop should be such that it is easily customized with your website. It must incorporate attractive design and shape to your webpages displaying the product range.

    Ecommerce shopping cart provides complete business solution to all your online business websites. The main features of the top shopping carts include complete user control.

    When a web designer or developer starts working on a website, he requires complete control over the whole process. So the whole process has to be user friendly. The software must be such that it is able to manage your site completely. The software must not give unnecessary problems to the user.

    The software must be designed to be compatible to the changes. The designer must be able to include new innovations to his web pages. The layout design must be compatible to the site and the software must provide for these provisions. There should be a provision for products’ image uploads, change in prices, and inclusion of descriptive texts and many other things.

    The most vital element that all top ecommerce shopping cart software should take note of is the security. When an online buyer wants to buy a product, he enters all his financial details in to the website. The softwares should be so designed that they provide complete protection to the buyers. The customer’s personal details should remain a secret at all times.

    No third party should be able to access it.In this age and time of advanced technology, many changes are being incorporated into these ecommerce shopping carts. This helps in attracting more and more buyers to your website. Many sites are coming up with the well designed schemes to sell their shopping cart software.

  87. 87.

    Santosh (November 20th, 2008, 3:07 pm)

    Thank you. I really like the way u guys work on each posts, its absolutely amazing. You guys ROCK! Keep up the good work.

Leave a Reply

Allowed Tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="">
Advertisement