Commanding Chaos for Coworking, Open Source and Creative Communities

Error message

  • Deprecated function: session_set_save_handler(): Providing individual callbacks instead of an object implementing SessionHandlerInterface is deprecated in drupal_session_initialize() (line 245 of includes/session.inc).
  • Deprecated function: Creation of dynamic property alpha_theme_container::$delta is deprecated in alpha_theme_container->__construct() (line 25 of sites/all/themes/contrib/omega/alpha/includes/base.inc).

ajax

What is an isomorphic application? | Lullabot

Mon, 07/06/2015 - 21:31 -- rprice

I have fallen in love with this kind of architecture. In the past, we would use AJAX and a bit of server-side code to make certain interactions with the page dynamic, but this always involved duplicating logic across both PHP and JavaScript. The most common example of this is a pager, where a direct request to ?page=2 is processed differently than a click on a pager link that takes you to page 2.

javascript
server
ajax
drupaleasypodcast

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
Subscribe to RSS - ajax