What Drupal Tutorial Do You Need?
I will be proposing some sessions/talks for DrupalCon SF in April, 2010, and want to find out what Drupal users/developers want to learn about. It can be at the beginner, intermediate or advanced level. What Drupal tutorial would you like to see?
I gave a Drupal SEO (search engine optimization) talk at the Berkeley 2009 Drupal Camp and that was popular. I will be giving a talk on building image galleries using the Dynamic Display Block module at the Stanford Drupal Camp next weekend. I'm not sure how popular that will be as it's a bit more intermediate level.
If you have something you'd like to learn about Drupal and would benefit from seeing a tutorial presentation about that at DrupalCon, please leave a comment below or contact me directly.
I will add some of my own ideas below in the comments for feedback.
Thanks!
Kristen
- kristen's blog
- 30679 reads
This is a featured content block that has been configured to show blog nodes with terms SEO or Drupal SEO by the author kristen. It shows random list of 20 results in the block and 30 results on the more page.
- Drupal Nofollow Link Sculpting
- Drupal SEO Reviews
- Drupal Has Multiple h1 Tags
- Drupal Meta Tags (nodewords) Module for SEO
- Kristen
- BADCamp Drupal SEO Presentation 2009
- 503 HTTP Status Code when Site Down
- Fix Duplicate Content with Global Redirect Module
- Free SEO Tools
- Drupal Pathauto URL Aliases Settings
- Drupal Node Teaser SEO
- Make Drupal SEO Friendly
- Drupal Pathauto Module
- HTML Validation: Free HTML Validator Tools
- Basic SEO Top 10
- Free Google Keyword Research Tool
- Drupal SEO Modules
Comments
A tutorial to increase the speed of drupal
I installed drupal on my site but it was too slow because of the MySQL Database from my provider. Is there any possibility to speed it up by editing the MySQL Database settings or changing some php code?
Drupal Performance Tutorials
Here are some Drupal performance tutorials:
http://www.kristen.org/content/high-performance-drupal-steps
http://open-craft.com/blog/drupal-performance-optimization-part-1
https://2bits.com/articles/presentation-drupal-backend-performance-optim...
https://2bits.com/articles/8020-rule-drupal-web-site-optimization-little...
Also, if you run devel and turn on the query log, you can see which queries are slow and/or run multiple times. If you have written your own code, this is useful to know if the queries should be rewritten or optimized. You can use the mysql "explain" with the query in order to figure out if any indexes should be added to the database to make the queries faster.
And, use "static" where it makes sense (if you see that a query is run multiple times). Here's an article about caching in Drupal to make things faster:
https://www.lullabot.com/articles/a_beginners_guide_to_caching_data
Good luck,
Kristen
re: Berkeley 2009 Drupal Camp
Kristen,
Did anyone do a video for your Drupal SEO talk?
No Video
No, they didn't videotape it. There will likely be several SEO-related talks at DrupalCon SF in April. I've signed up to do some other (non-SEO) talks for that, but my co-presenter (Jen Lampton) from the Berkeley one might be giving an SEO one at DrupalCon.
Kristen
CCK
I've been trying to read about how CCK (Content Creation Kit) data is mapped to the database. But docs and tutorials are vague on details. What exactly are the capabilities and constraints? How could I script definition of a module and import data into it, outside of the Drupal interface? It kind of sounds like the architecture changes from one major release of Drupal to the next. I've been trying to researching CCK to figure out if it's an instance of an SQL Antipattern like EAV.
Context
The context module, that was developed by development seed.
The use of context i think takes websites to a all new level. contexts allow you to display information on a site according to what you want to be displayed. forget the day when you were reading a website a bout dog food and next to it there was an ad about, Valentines.
context gives you the power to display ads according to what is being read e.t.c. Most people do not realise the robustiness of the context module and i am Proposing some tutorial about Context.
By the Thanks for the Featured Content Module it is great. i was also wondering if Featured Content Module can work with the context module?
thanks again for the Good work you are doing on Drupal....
Tutorial
That would be an awesome talk, but I'm not the one to give it yet because I've only played around with the Context module and haven't used it yet for a site. Maybe you should present!! :)
I will look into making the Featured Content module play nice with the Context and the Features modules. If there are others you can think of, please let me know.
Thanks!
Kristen
Organic Groups
Idea #3 - organic groups - example is an education/university site
I have already added the AHAH talk and multi-language site talks:
https://sf2010.drupal.org/conference/sessions/creating-drupal-sites-diff...
https://sf2010.drupal.org/conference/sessions/creating-ahah-forms-form-api
I *may* add one more so I'm still open for input.
I second that - Organic
I second that - Organic Groups lack tutorials. Usually it's about users creating groups - this mean they need to be Drupal users and understand what they do. Another approach is the admin creates gropus with common functionality (same menu for all, similar to LinkedIn, and paths with the group id.
Translations
Multi-language site implementation.
Thanks! I was thinking about
Thanks! I was thinking about that one too... I have done several multi-lingual sites so that would be up my alley.
Kristen
New look
Your site got a new look! I thought I had landed in the wrong place.
I would be very interested in learning more about forms API.
J.P.
Thanks!
Thanks J.P.!
It was long overdue... I liked this simple/clean look from the painted theme. https://www.drupal.org/project/painted
Whatever I end up doing, maybe I'll do a practice run at the April Santa Cruz Drupal user group meeting to see how it goes ;)
Drupal Hooks
Idea #2 - Go through some of the most common drupal hooks like hook_user, hook_nodeapi, hook_menu, etc. and give examples of how to use each.
AHAH Forms and the Form API
Idea #1 - utilizing the forms API and the AHAH helper module to build simple ahah/ajax-style forms (meaning that the page does not reload in order for the form to change).