This session will demonstrate some advanced but poorly-understood features of Views, such as grouping, "count" and "group by" queries, summary views, non-standard pagers and attached-views. This session will cover an architectural overview of Views 3's classes, and how to extend it's object-oriented code to present data in alternate formats ("Display" or "View" in MVC-speak), allow views to understand and filter data in a specific way ("Controller" in MVC-speak) and to access alternate data sources ("Model" in MVC-speak).
A presentation about Drupal Commerce at drupal camp austin 2011.
How to use the "aggregation" settings of views3 in drupal 7.It is about the advanced options in Views 3. The aggregation setting makes Views return aggregated values for advanced reporting. Views3 aggregation could be used for count the number of items baked into each row, or sum them up, or calculate their average, or count the number of unique items etc. You might need this to generate a source for graphical representation of your data.
Craig McEldowney (@craigmceldowney) of Exaltation of Larks (@LarksLA) talks about Apache Solr and custom facets for Drupal , http://groups.drupal.org/node/175834
The MediaElement module brings the MediaElement.js html5 player plugin to Drupal. MediaElement is a jQuery based JavaScript plugin that enables the video and audio tags using h.264 to work under browsers that do not support the tag or the codec and provides a consistent interface across all browsers. This free video tutorial/training is about how to configure and use this drupal module in your site.
This is an Aegir screencast to help you learn about how to use Aegir to make few Drupal site management task easy. Like how to backup and restore your drupal site, how to use the migrate feature to move your drupal site to another platform (or upgrade it) and quickly create a copy of your site for dev-stage-production .
A drupal tutorial video for using drupal app module. And conceptually you can build your own drupal app store.
This training video from node.se is about how to use Drupal relation module in your project and details about the module. This part shows you about the details of creating relations with Rules.
This training video from node.se is about how to use Drupal relation module in your project and details about the module. This part shows you about the details of using Relation with Rules.
This training video from node.se is about how to use Drupal relation module in your project and details about the module. This part shows you about the details of duplicate rows.