graphviz or hypergraph

Dependency graph
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. View the full image

Questions, Quizes and Answers

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

In search of modules for faster user experience

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

My drush usage

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

Payment Methods

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.

Understanding the shop

To grasp the shop one first has to now the contestants. I hope this image will help.

Installing ubercart.

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
  1. Install drupal.
  2. Install drush module
  3. Install update_status module
Now the fun part starts.
  1. configure drush
  2. run drush ...
    drush pm install token workflow_ng tapir ubrowser cck imagefield imagecache google_analytics ubercart