Drupal core

Improving Node Forms With Vertical Tabs

Submitted by Bevan Rudge on December 8, 2008 - 5:23am

Vertical Tabs module by Dmitri Gaskin is a Drupal module-ification of prototype work I did for the usability of Drupal's node forms, and was inspired partly by ideas in the discussion and design process of Views 2 UI – which was all part of my Season of Usability project.

Vertical Tabs module in Drupal 6

Vote For DrupalCon Sessions

Unexpectedly, it appears I will probably be able to attend DrupalCon DC 2009. So I have been working frantically to get my session proposals in. Here they are;

Make sure you review other recent session proposals which don't get a lot of eyes or votes since they are on the last page.

AJAX pagers for Drupal 7

Submitted by nedjo on October 26, 2008 - 10:56am

One of the many great things about working at CivicActions is that we get a stipend for work we do for the community. This month I decided to use some of my stipend time to code up a proposed solution for Drupal core for dynamically loading paged content.

Why should paged content be loaded through AJAX? Well, take the example of comments. You're viewing a page with lots of comments. You click a link to bring up the next 30 comments. You wait while the whole page refreshes.