Commanding Chaos for Coworking, Open Source and Creative Communities

modules

EntityFieldQuery: Let Drupal Do The Heavy Lifting (Pt 2)

Thu, 05/03/2012 - 07:35 -- rprice

wondering why I wouldn't just build this in Views. Indeed, this might look a bit masochistic if you're used to Views. However, there are a few things to consider:
EntityFieldQuery is core. If you are interested in keeping your installation as lean as possible, this is something to consider. Views is a contributed module, and so it automatically adds size and overhead to your Drupal install.

view_modes
views
arguments
tutorial
code
modules
entityfieldquery
drupaleasypodcast

Multistep | drupal.org

Thu, 01/19/2012 - 14:53 -- rprice

Multistep adds multiple-step functionality to content type editing forms. It does so by assigning a step number to each fieldgroup within the content type and hiding all the groups that do not belong to the current step. The user can then use different submitting buttons that will redirect to the previous, next, or current step.

ux
forms
modules
drupaleasypodcast

Adaptive Image | drupal.org

Thu, 01/12/2012 - 18:52 -- rprice

The Adaptive image module provides device-appropriate versions of images from your fields.
You can activate adaptive images by adding an adaptive effect to any of your image styles.

The used technique is derived from http://adaptive-images.com/ by Matt Wilcox.
The hard work is done by Drupal core no need for any additional rewrites.
If image styles work on your website, this module will too.

mobile
imagecache
image
responsive
drupaleasypodcast
modules

vCard | drupal.org

Thu, 01/12/2012 - 18:51 -- rprice

The vCard module adds a vCard download link to every users profile. This link makes it easy to add users on your Drupal site to your local address book. Since we love microformats, there is also a theme function (theme_vcard) for displaying user data in the hCard format.

drupaleasypodcast
vcard
modules
modu
microformats

Content administration | drupal.org

Fri, 12/30/2011 - 07:35 -- rprice

Hooks into the admin/content/node list
* Uses AHAH to show node previews and node edit forms within the existing page.
* Uses AJAX to perform searches, apply filters, and retrieve the results without reloading the entire page.
* Adds filters by author and text content (using Drupal's built-in search).
* Shows how many nodes exist within a given set of filters, and allows direct navigation to any page of results.

content
ajax
modules
administration
drupaleasypodcast

Timeline | drupal.org

Thu, 12/29/2011 - 05:58 -- rprice

Timeline is a DHTML-based AJAXy widget for visualizing temporal information.

This Drupal module is an integration for a JavaScript timeline widget developed by the SIMILE project.
It works in a similar way as Google Maps but for time-based events. The SIMILE Timeline (and Ajax) libraries can be used from the SIMILE server or can be downloaded and installed into your (local) Drupal installation.

calendar
mit
visualization
time
javascript
modules
drupaleasypodcast

Pages

Subscribe to RSS - modules