Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side. In this tutorial I will show you how to use Flot to create a graph which shows how many nodes have been created over a certain date range and how to seperate these by node type.
Following on from the tutorial of creating an album based gallery in Drupal 6. This tutorial will teach you how to create a basic grid of the images in the node.
This tutorial assumes you have a reasonable knowledge of Drupal such as being able to create a custom module. It also requires an understanding of PHP and jQuery.
This Chapter teaches its readers as to how JavaScript can be used within Drupal 6 .This chapter begins by exploring how Javascript is included in Drupal pages and then goes on to teach its readers how to create the first script for Drupal.