Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-10 Thread David Mintz
On Tue, Dec 9, 2008 at 5:22 PM, Felix Shnir <[EMAIL PROTECTED]> wrote: > Then look no further than this: http://prototype-ui.com/ > > Are you using this in production? Seems they recommend that we don't. -- David Mintz http://davidmintz.org/ The subtle source is clear and bright The tributary s

Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread Greg Rundlett
On Tuesday 09 December 2008 17:38:22 David Mintz wrote: > On Tue, Dec 9, 2008 at 5:37 PM, David Mintz <[EMAIL PROTECTED]> wrote: > > On Tue, Dec 9, 2008 at 5:22 PM, Felix Shnir <[EMAIL PROTECTED]> wrote: > >> Then look no further than this: http://prototype-ui.com/ > >> > >> On Tue, Dec 9, 2008 at

Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread David Mintz
On Tue, Dec 9, 2008 at 5:37 PM, David Mintz <[EMAIL PROTECTED]> wrote: > > > On Tue, Dec 9, 2008 at 5:22 PM, Felix Shnir <[EMAIL PROTECTED]> wrote: > >> Then look no further than this: http://prototype-ui.com/ >> >> >> On Tue, Dec 9, 2008 at 5:19 PM, David Mintz <[EMAIL PROTECTED]> wrote: >> >>> M

Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread David Mintz
On Tue, Dec 9, 2008 at 5:22 PM, Felix Shnir <[EMAIL PROTECTED]> wrote: > Then look no further than this: http://prototype-ui.com/ > > > On Tue, Dec 9, 2008 at 5:19 PM, David Mintz <[EMAIL PROTECTED]> wrote: > >> My thanks to everybody. Modal div sounds like a nice idea. I am already >> using Proto

Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread Felix Shnir
Then look no further than this: http://prototype-ui.com/ On Tue, Dec 9, 2008 at 5:19 PM, David Mintz <[EMAIL PROTECTED]> wrote: > My thanks to everybody. Modal div sounds like a nice idea. I am already > using Prototype so I think I will look for an implementation based on it > rather than JQuer

Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread David Mintz
My thanks to everybody. Modal div sounds like a nice idea. I am already using Prototype so I think I will look for an implementation based on it rather than JQuery. On Tue, Dec 9, 2008 at 4:34 PM, Corey H Maass - gelform.com < [EMAIL PROTECTED]> wrote: > As a Front End guy, another vote for this.

Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread Corey H Maass - gelform.com
As a Front End guy, another vote for this. And a general nudge for using thickbox. http://jquery.com/demo/thickbox/ We use it all the time. I consider it the best implementation of the modal window. On Tue, 9 Dec 2008 16:27:47 -0500, "John Campbell" <[EMAIL PROTECTED]> said: > I would use a modal

Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread Steve Manes
David Mintz wrote: Just wondering how you folks approach this not-uncommon problem in the age of Web 2.0 A client had a similar requirement so so I built him something like this: https://www.directv.com/DTVAPP/listing/dodMovies.jsp?category=All My stuff runs on a protected server but you get

Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread John Campbell
I would use a modal dialog or append the content below the record and slide down the new content. -John C. ___ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php

Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread Tim Lieberman
Display the record in a (possibly modal) float-div-type window. Most of the major javascript libraries do this out-of-the-box or with some kind of UI plug-in. Or it might make more sense to do some kind of border-layout with three panes. A Search Form pane, a search results pane, and a det

Re: [nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread Joseph Crawford
I have always liked the way that ebay motors allows you to search, it uses a sidebar and then allows you to remove items by clicking an X Another method may be that of how politics.com does the login screen using a modal div that greys out the background page. Joseph Crawford On Dec 9, 200

[nyphp-talk] Ajax UI, where to display a detailed view of a record

2008-12-09 Thread David Mintz
Working on a page that gives the user the ability to do some sophisticated searching of a database. I do an Ajax request, display the query resullts in a table and add an event handler to the 'click' event on each row so that a tooltip/context menu pops up for the user to do various actions with th