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 - 16: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 - 13: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 - 13: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 - 15: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 - 11:53 // 1 comment