View allAll Photos Tagged Drupal
Further from the last screenshot, this latest demo now loads the entries via Drupal's XMLRPC.
The user can choose a blog entry from the grid at the top and it will appear in the text below. The "Save" and "Delete" buttons are currently just for show.
This was the same page after implementing the drupal_static function appropriately. drupal_static allows php to statically cache the output if it is determined to be the same. This reduced the number of CIS callbacks from 5 to 3 (3 were identical in what they were requesting from different parts of the drupal module layer).