When making these images about modules i use graphviz to render them. But just ran into http://drupal.org/project/hypergraph which looks great.
So I have to study this one!
Commands to render a .dot file are ie with non overlapping nodes
neato -Goverlap=false -o my.neato.png -T png my.dot
or for a top down graph.
dot -T png -o my.dot.png my.dot
The attached image is an installation with the jstools, cck, views, drush, og in order to get faster user experiences.
For interviewing or interogating people it is nice to have a prepared list of questions. What module to use?
I know of these modules.
- http://drupal.org/project/answer
- http://drupal.org/project/quiz
- http://drupal.org/project/webform
webform comes with a bunch of related modules.
- http://drupal.org/project/webform_own_results
- http://drupal.org/project/webform_annotate
- http://drupal.org/project/webform_report
I hope to find some with routing capabilities that is skipping questions.
What modules does one need to get faster user experience? This probably leads to using ajax.
One of my thought is some node/%/edit's one one page. Preferably on tabs too!
Just browsing the categories http://drupal.org/project/Modules/category/101 (javascript utilities) and content at http://drupal.org is still overwhelming.
Here is a listing with just some modules.
- http://drupal.org/project/ajaxtable
- http://drupal.org/project/autosave
- http://drupal.org/project/block_refresh
- http://drupal.org/project/compact_forms
- http://drupal.org/project/cck_fieldgroup_tabs
Using drush with a strict server design makes my drupal maintence much more relaxed. I have this tiny script as a runner for drush.
$ cat drush
Installing modules with drush is easy.
# drush pm install ubercart
My drush patch for a module manager makes it more easier to SEE what's installed.
listing# drush mm list
imagary# drush mm dot | dot -T png -o ~/graph.png
shows a module in error. (I deleted workflow_ng) scroll to the right for red
Just installed some modules. It eventually becomes overwhelming. So many modules.
This is an installation while building a callcenter website.
With a shop at hand one needs to get payed.
There are a lot of payment methods and payment gateways.
This page is not about completeness but about making notes about
Payment methods
I for now need Direct Payment within ubercart.
To grasp the shop one first has to now the contestants.
I hope this image will help.

This story is about the cool tools and modules drupal offer.
I will use drush as a command tool. This only works if you have shell access.
Steps taken
Now the fun part starts.
drush pm install token workflow_ng tapir ubrowser cck imagefield imagecache google_analytics ubercart
This site is the topdomain of a few demo sites and customer preparation sites.
Sites build
Sites under construction
Sites containing module demo's