Final Days to Vote for DrupalCon Denver Sessions!

Betsy:

With the official close to the DrupalCon Denver session process on Monday, we have entered the final days of voting. Now, I believe the final tally for proposed was 565, and our team was happy to be a part of that. So take a moment this weekend and peruse the fine selection of submissions (by track) from the team here at Phase2.

Posted 11/11/2011 - 10:54

Select list for inline editing with Ruby on Rails

Jed:

It's pretty simple to create a select list for inline edits similar to the text field provided by the Rails plugin InPlaceMacrosHelper.in_place_editor().

Posted 03/19/2009 - 15:21

JQuery event trigger result in WebWork 2.2.x and Struts2, Part 2

Jed:

Making use of the code from Part One

Posted 10/20/2008 - 12:16 // 3 comments

JQuery event trigger result in WebWork 2.2.x and Struts2

Jed:

It is pretty easy construct a JQuery-based event trigger result analogous to the dojo stuff that comes with Struts2 /WebWork 2.2.x

Posted 10/06/2008 - 12:10

AJAX as an adjective?

Mike:

Did you know AJAX can be used as an adjective? I do, because I hear it a lot. Here are some typical comments from my clients and associates.

Posted 05/14/2008 - 14:16

Paging blocks with AJAX Views

Frank:

Drupal Views are a fairly wonderful creation. They allow all kinds of usable, well….VIEWS, of your data in a Drupal site. They allow you to view your data either as a page or a block (or an RSS feed, etc), however one thing was was lacking was the ability to page content within a view block. The default view blocks provide you simply with a “more” link that will take you to the full blown page view. That was not working for us, or one of our clients and something has to give.

Posted 01/16/2008 - 10:53 // 1 comment