Archive for the 'Drupal' Category
02-04-2009
Drupal 6 Theming Cheat Sheet
Now that Drupal 6 has been out for almost a year, I finally got around to updating my Drupal Theme Developer’s Cheat Sheet accordingly. Since it borrows from the Drupal Handbooks and API documentation, it’s available under the same Creative Commons Attribution-Share Alike 2.0 license.
Please contact me if you’re interested in translating the cheat sheet into another language and would like a copy of the Microsoft Word document used to create it. Also, let me know if you have any corrections or additions that you would like to see included in future revisions.
Posted by Matt in Drupal, cc, learning, tech | 9 Comments »
12-18-2007
Drupal Theme Developer’s Cheat Sheet
UPDATE: I’ve now posted an updated Drupal 6 Theming Cheat Sheet.
The Drupal Handbooks are an exhaustive resource for learning all things Drupal. Unfortunately, sometimes finding just the information you need can be difficult. The Theme Developer’s Guide alone includes 14 sections, most made up of additional sub-sections.
With that in mind, I put together a Drupal Theme Developer’s Cheat Sheet that includes some of the most handy reference information for themers. The cheat sheet is specific to PHPTemplate, the most common theme engine for Drupal. The two page cheat sheet includes information on available variables, file naming conventions, sample code, and more.
If you have any corrections or suggestions for improving the cheat sheet, please leave a comment.
Download the PDF: Drupal Theme Developer’s Cheat Sheet
UPDATE: Horacio Salazar has translated the cheat sheet and posted a Spanish language version on his DrupalMex site.
Posted by Matt in Drupal, learning, tech | 20 Comments »
11-01-2007
45 Screencasts to Get You Kicking Ass with Drupal
I’ve been working a lot with Drupal lately. Drupal is a content management platform that can be difficult to learn, partially because it is so flexible and modular. Though the Drupal learning curve can be steep, the Drupal project founder and leader, Dries Buytaert posted a useful road map for getting you past the “I Kick Ass” threshold with Drupal.
Even with the road map, there’s still the matter of how to learn it all. There are Drupal books, Drupal podcasts, Drupal documentation, Drupal forums, Drupal IRC channels, Drupal groups, Drupal blogs, Drupal mailing lists, and more.
I’ve spent the last year or so developing a variety of Drupal sites both at work and in my off-time. I’m not an expert, but I have learned a lot during that time. For me, the various Drupal screencasts have proven to be one of the easiest ways of picking up Drupal concepts quickly.
Luckily, there are Drupal screencasts for practically every step along the Drupal learning curve, which I’ve collected below. One caveat: because the screencasts are free and produced by a variety of individuals, the quality can vary and some will definitely overlap in what they cover:
Installation and configuration of Drupal core
Node system
Block system
Users, roles and permissions
Installing contributed themes and modules
Upgrading, patching, (security) monitoring
Navigation, menus, taxonomy
Locale and internationalization
- Drupal Internationalization Screencast #1: Translating the Interface
- Drupal Internationalization Screencast #2: Translating Content
Drastically customize front page
Theme and template modifications
Contributing documentation and support
- How to Contribute to Drupal (slideshow, not a screencast)
Custom content types and views
- Drupal Basics, FormAPI, and CCK
- Let CCK, Views and Panels Kickstart your site!
- Drupal CCK and Views Tutorial
- Custom Content Types (CCK+Imagefield+Contemplate)
- ScreenCast Using CCK with drupal 5
- ScreenCast Using Views
- Custom CCK fields
Actions and workflows
Theme and module development
- PSD into a Drupal Theme
- Theming like a pro
- Hook_form_alter breakdown
- Using the Drupal Development Tools
- Work with your db the Drupal way
jQuery, FormAPI, security audits, performance tuning
Contributing code, designs and patches back to Drupal
More to Come
There are some gaps. For anyone who is interested in creating screencasts, the following topics from Dries’ list could use some more up-to-date coverage: drastically customizing the front page, security monitoring, security audits, performance tuning, locale and internationalization. If you find or create any screencasts covering these or other related Drupal topics, please leave a comment with a link.
This is my first of probably many Drupal-related blog posts. Subscribe to the RSS feed, if you’d like to keep up to date.
Posted by Matt in Drupal, learning, tech | 16 Comments »
