[ Content | View menu ]

Archive for 'Ajax'

Ruby on Rails, You Auto_Complete Me

September 16, 2008 by Kristopher Kelly
Filed in Ajax, Development, Documentation, Ruby on Rails, auto_complete

Why are the instructions always wrong?
In the middle of developing yet another internal application in Ruby on Rails for metadata entry, it became clear this week that I needed to be able to type a name into a search box and have a dynamic dropdown generate with matches on that name. There’s a plugin called [...]

Post or View Comments (3)

Fun with jQuery

April 16, 2008 by Greg Kallenberg
Filed in Ajax, Code, Development

Am experimenting with the jQuery library for fun effects on the calendar application. I’m going to be replacing the “show/hide” function with a jQuery.slideToggle() and the AJAX calls for the calendar widget with jQuery.load().
This will help to reduce the amount of code developers will have to write in order to achieve the same effects. Instead [...]

Post or View Comments (0)

Careful with that Ajax, Eugene…

February 21, 2008 by Kristopher Kelly
Filed in Ajax, Content, interfaces

In the Ruby on Rails framework, Ajax is easy. Pathetically easy. Combine one part what you have already, one part ‘_remote’, and one part ‘:update’ (that is, those are the code pieces you need to change), and presto — you have one slick application, capable of performing actions without a single page refresh. Add into [...]

Post or View Comments (3)

Func-y Calendar Reprised

January 25, 2008 by Greg Kallenberg
Filed in Ajax, Content, interfaces

The new calendar interface has been published and is ready for your enjoyment. Features include an AJAX mini calendar widget that allows you to limit results by individual day. By selecting the “>>” or “<

Post or View Comments (4)

Search LEO Automatically from Amazon!

September 28, 2007 by Greg Kallenberg
Filed in Ajax, Browsers, Firefox

If you want to have some fun with Firefox, you can load in the Greasemonkey extension and then load in the script I re-purposed for linking Amazon to our LEO Catalog:

LEO Lookup – Search Amazon and at the title screen level you will be notified if NYPL owns a copy of that title [...]

Post or View Comments (5)

More on Interface Development

September 27, 2007 by Kristopher Kelly
Filed in Ajax, Design, Internal interface, Ruby on Rails

One week later, and we have some code and some documentation that is already getting revised. What started as a simple form has started to bloom into a far larger project. The work request system as it was previously understood (see documentation on the Labs wiki) has overlapped significantly with the Dashboard cataloging interface that [...]

Post or View Comments (0)