Hi all, I''m looking for a library that''s capable of doing something similar to Google''s "popup cloud" effect on Google RSS Reader. Here''s a screenshot I took with the effect taking place: http://stevefink.net/popup.png I know there is lightbox out there, however the overall affect doesn''t render how I see fit. Is it possible to do something similar with prototype or script.aculo.us? Perhaps another library if someone more experienced doesn''t mind chiming in on? I ultimately want to allow a user to input data into a form directly in this popup, and then I''ll use server-side calls for further processing. Thank you kindly for any insight. Cheers! - sf --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
this was posted a while back. I''ll c/p it here - this was not by me, I am not affiliated with the following nor am I trying to take credit for it. staaky <nickstakenburg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> to Ruby I made a simple Effect.Tooltip for scriptaculous the other day. Showed it to madrobby and came to the conclusion that something like this might be better as a seperate class, instead of using the Effects framework. I''ll just toss in the Effect for now. Maybe it can help to build that class one day. http://www.illustate.com/playground/scriptaculous/tooltip/ - staaky On 7/11/07, Steve Finkelstein <sf-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org> wrote:> > > Hi all, > > I''m looking for a library that''s capable of doing something similar to > Google''s "popup cloud" effect on Google RSS Reader. Here''s a > screenshot I took with the effect taking place: > http://stevefink.net/popup.png > > I know there is lightbox out there, however the overall affect doesn''t > render how I see fit. Is it possible to do something similar with > prototype or script.aculo.us? Perhaps another library if someone more > experienced doesn''t mind chiming in on? I ultimately want to allow a > user to input data into a form directly in this popup, and then I''ll > use server-side calls for further processing. > > Thank you kindly for any insight. > > Cheers! > > - sf > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Brian - Thank you for the reply. I should have been more clear. I need to be able to throw a form into this "popup". So the tooltip won''t work as it''s content that''s not interactive with the user. The idea behind this is so a user can click a forgot password/username anchor and have a low-overhead inline popup appear with a form for input. Thanks again! - sf Brian Williams wrote:> this was posted a while back. I''ll c/p it here - this was not by me, I > am not affiliated with the following nor am I trying to take credit for it. > > staaky <nickstakenburg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <mailto:nickstakenburg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > to Ruby > > > > > > I made a simple Effect.Tooltip for scriptaculous the other day. > > Showed it to madrobby and came to the conclusion that something like > this might > be better as a seperate class, instead of using the Effects > framework. > > I''ll just toss in the Effect for now. Maybe it can help to build that > class one day. > http://www.illustate.com/playground/scriptaculous/tooltip/ > <http://www.illustate.com/playground/scriptaculous/tooltip/> > > - staaky > > > > On 7/11/07, * Steve Finkelstein* <sf-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org > <mailto:sf-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org>> wrote: > > > Hi all, > > I''m looking for a library that''s capable of doing something similar to > Google''s "popup cloud" effect on Google RSS Reader. Here''s a > screenshot I took with the effect taking place: > http://stevefink.net/popup.png > > I know there is lightbox out there, however the overall affect doesn''t > render how I see fit. Is it possible to do something similar with > prototype or script.aculo.us <http://script.aculo.us>? Perhaps > another library if someone more > experienced doesn''t mind chiming in on? I ultimately want to allow a > user to input data into a form directly in this popup, and then I''ll > use server-side calls for further processing. > > Thank you kindly for any insight. > > Cheers! > > - sf > > > > > > !DSPAM:1020,46953cfd118147253314415!--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
That''s not a "cloud" though, just a tooltip box. Good lib though. On 7/11/07, Brian Williams <brianw1975-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > this was posted a while back. I''ll c/p it here - this was not by me, I am > not affiliated with the following nor am I trying to take credit for it. > > staaky <nickstakenburg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> to Ruby > > > > I made a simple Effect.Tooltip for scriptaculous the other day. > > Showed it to madrobby and came to the conclusion that something like > this might > be better as a seperate class, instead of using the Effects > framework. > > I''ll just toss in the Effect for now. Maybe it can help to build that > class one day. > http://www.illustate.com/playground/scriptaculous/tooltip/ > > - staaky > > > On 7/11/07, Steve Finkelstein <sf-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org> wrote: > > > > > > Hi all, > > > > I''m looking for a library that''s capable of doing something similar to > > Google''s "popup cloud" effect on Google RSS Reader. Here''s a > > screenshot I took with the effect taking place: > > http://stevefink.net/popup.png > > > > I know there is lightbox out there, however the overall affect doesn''t > > render how I see fit. Is it possible to do something similar with > > prototype or script.aculo.us? Perhaps another library if someone more > > experienced doesn''t mind chiming in on? I ultimately want to allow a > > user to input data into a form directly in this popup, and then I''ll > > use server-side calls for further processing. > > > > Thank you kindly for any insight. > > > > Cheers! > > > > - sf > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
sorry, but i''ve not seen anything like what you want. There is something like http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm but no framework. I''d be interested in one too. On 7/11/07, Andrew Kaspick <akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > That''s not a "cloud" though, just a tooltip box. Good lib though. > > On 7/11/07, Brian Williams <brianw1975-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > this was posted a while back. I''ll c/p it here - this was not by me, I > > am not affiliated with the following nor am I trying to take credit for it. > > > > staaky <nickstakenburg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> to Ruby > > > > > > > > I made a simple Effect.Tooltip for scriptaculous the other day. > > > > Showed it to madrobby and came to the conclusion that something like > > this might > > be better as a seperate class, instead of using the Effects > > framework. > > > > I''ll just toss in the Effect for now. Maybe it can help to build that > > class one day. > > http://www.illustate.com/playground/scriptaculous/tooltip/ > > > > - staaky > > > > > > On 7/11/07, Steve Finkelstein <sf-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org> wrote: > > > > > > > > > Hi all, > > > > > > I''m looking for a library that''s capable of doing something similar to > > > Google''s "popup cloud" effect on Google RSS Reader. Here''s a > > > screenshot I took with the effect taking place: > > > http://stevefink.net/popup.png > > > > > > I know there is lightbox out there, however the overall affect doesn''t > > > > > > render how I see fit. Is it possible to do something similar with > > > prototype or script.aculo.us? Perhaps another library if someone more > > > experienced doesn''t mind chiming in on? I ultimately want to allow a > > > user to input data into a form directly in this popup, and then I''ll > > > use server-side calls for further processing. > > > > > > Thank you kindly for any insight. > > > > > > Cheers! > > > > > > - sf > > > > > > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
You could use the xilinus prototype windows library and build a custom theme. You can find it at http://prototype-window.xilinus.com/. You can put virtually anything in a window...the only things that I''ve found that don''t work are webpages with frame-busting code. If anything, you might find that this library is overkill for what you are trying to do. I use it on my home page (http://bgok.net) to show images, other webpages and video in a javascript window. I use a standard theme, but building themes isn''t difficult if you have a good graphics/image program like photoshop, fireworks or gimp. Regards, Ken On Jul 11, 12:58 pm, Steve Finkelstein <s...-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org> wrote:> Hi all, > > I''m looking for a library that''s capable of doing something similar to > Google''s "popup cloud" effect on Google RSS Reader. Here''s a > screenshot I took with the effect taking place:http://stevefink.net/popup.png > > I know there is lightbox out there, however the overall affect doesn''t > render how I see fit. Is it possible to do something similar with > prototype or script.aculo.us? Perhaps another library if someone more > experienced doesn''t mind chiming in on? I ultimately want to allow a > user to input data into a form directly in this popup, and then I''ll > use server-side calls for further processing. > > Thank you kindly for any insight. > > Cheers! > > - sf--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
I''m pretty sure I remember someone on this list creating a bubble tooltip widget some time ago - and I believe (as all good tooltips should) it allowed plopping any arbitrary HTML inside (e.g. the form you''re looking for). I''ll post a link here if I find it. I could be imagining it - but I almost can swear I''ve seen one here. On 7/11/07, Brian Williams <brianw1975-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > sorry, but i''ve not seen anything like what you want. > > There is something like http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm > > > but no framework. I''d be interested in one too. > > > > On 7/11/07, Andrew Kaspick <akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > That''s not a "cloud" though, just a tooltip box. Good lib though. > > > > On 7/11/07, Brian Williams < brianw1975-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > > this was posted a while back. I''ll c/p it here - this was not by me, > > > I am not affiliated with the following nor am I trying to take credit for > > > it. > > > > > > staaky <nickstakenburg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> to Ruby > > > > > > > > > > > > I made a simple Effect.Tooltip for scriptaculous the other day. > > > > > > Showed it to madrobby and came to the conclusion that something like > > > this might > > > be better as a seperate class, instead of using the Effects > > > framework. > > > > > > I''ll just toss in the Effect for now. Maybe it can help to build that > > > class one day. > > > http://www.illustate.com/playground/scriptaculous/tooltip/ > > > > > > - staaky > > > > > > > > > On 7/11/07, Steve Finkelstein <sf-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org> wrote: > > > > > > > > > > > > Hi all, > > > > > > > > I''m looking for a library that''s capable of doing something similar > > > > to > > > > Google''s "popup cloud" effect on Google RSS Reader. Here''s a > > > > screenshot I took with the effect taking place: > > > > http://stevefink.net/popup.png > > > > > > > > I know there is lightbox out there, however the overall affect > > > > doesn''t > > > > render how I see fit. Is it possible to do something similar with > > > > prototype or script.aculo.us? Perhaps another library if someone > > > > more > > > > experienced doesn''t mind chiming in on? I ultimately want to allow a > > > > > > > > user to input data into a form directly in this popup, and then I''ll > > > > > > > > use server-side calls for further processing. > > > > > > > > Thank you kindly for any insight. > > > > > > > > Cheers! > > > > > > > > - sf > > > > > > > > > > > > > > > > > > > > > > > > > >-- Ryan Gahl Manager, Senior Software Engineer Nth Penguin, LLC http://www.nthpenguin.com -- Architect WebWidgetry.com / MashupStudio.com Future Home of the World''s First Complete Web Platform -- Inquire: 1-262-951-6727 Blog: http://www.someElement.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
For pure tool tips check out the title attribute. For "Fancier" tooltips you should check out this site, http://web-graphics.com/mtarchive/001717.php Cheers, Matt On Jul 11, 5:05 pm, "Ryan Gahl" <ryan.g...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m pretty sure I remember someone on this list creating a bubble tooltip > widget some time ago - and I believe (as all good tooltips should) it > allowed plopping any arbitrary HTML inside (e.g. the form you''re looking > for). > > I''ll post a link here if I find it. I could be imagining it - but I almost > can swear I''ve seen one here. > > On 7/11/07, Brian Williams <brianw1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > sorry, but i''ve not seen anything like what you want. > > > There is something likehttp://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm > > > but no framework. I''d be interested in one too. > > > On 7/11/07, Andrew Kaspick <akasp...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > That''s not a "cloud" though, just a tooltip box. Good lib though. > > > > On 7/11/07, Brian Williams < brianw1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > wrote: > > > > > this was posted a while back. I''ll c/p it here - this was not by me, > > > > I am not affiliated with the following nor am I trying to take credit for > > > > it. > > > > > staaky <nickstakenb...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> to Ruby > > > > > I made a simple Effect.Tooltip for scriptaculous the other day. > > > > > Showed it to madrobby and came to the conclusion that something like > > > > this might > > > > be better as a seperate class, instead of using the Effects > > > > framework. > > > > > I''ll just toss in the Effect for now. Maybe it can help to build that > > > > class one day. > > > >http://www.illustate.com/playground/scriptaculous/tooltip/ > > > > > - staaky > > > > > On 7/11/07, Steve Finkelstein <s...-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org> wrote: > > > > > > Hi all, > > > > > > I''m looking for a library that''s capable of doing something similar > > > > > to > > > > > Google''s "popup cloud" effect on Google RSS Reader. Here''s a > > > > > screenshot I took with the effect taking place: > > > > >http://stevefink.net/popup.png > > > > > > I know there is lightbox out there, however the overall affect > > > > > doesn''t > > > > > render how I see fit. Is it possible to do something similar with > > > > > prototype or script.aculo.us? Perhaps another library if someone > > > > > more > > > > > experienced doesn''t mind chiming in on? I ultimately want to allow a > > > > > > user to input data into a form directly in this popup, and then I''ll > > > > > > use server-side calls for further processing. > > > > > > Thank you kindly for any insight. > > > > > > Cheers! > > > > > > - sf > > -- > Ryan Gahl > Manager, Senior Software Engineer > Nth Penguin, LLChttp://www.nthpenguin.com > -- > Architect > WebWidgetry.com / MashupStudio.com > Future Home of the World''s First Complete Web Platform > -- > Inquire: 1-262-951-6727 > Blog:http://www.someElement.com--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks Ryan, looking forward to hearing back. BTW, something similar to http://www.netlobo.com/div_hiding.html would be great. If you mouseOver some anchor tags in that particular document, it has the same exact effect I''m looking for. - sf Ryan Gahl wrote:> I''m pretty sure I remember someone on this list creating a bubble > tooltip widget some time ago - and I believe (as all good tooltips > should) it allowed plopping any arbitrary HTML inside (e.g. the form > you''re looking for). > > I''ll post a link here if I find it. I could be imagining it - but I > almost can swear I''ve seen one here. > > On 7/11/07, *Brian Williams* < brianw1975-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > <mailto:brianw1975-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> wrote: > > sorry, but i''ve not seen anything like what you want. > > There is something like > http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm > <http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm> > > but no framework. I''d be interested in one too. > > > > > On 7/11/07, *Andrew Kaspick* < akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > <mailto:akaspick-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> wrote: > > That''s not a "cloud" though, just a tooltip box. Good lib though. > > > On 7/11/07, *Brian Williams* < brianw1975-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > <mailto:brianw1975-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> wrote: > > this was posted a while back. I''ll c/p it here - this was > not by me, I am not affiliated with the following nor am I > trying to take credit for it. > > staaky <nickstakenburg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > <mailto:nickstakenburg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > to Ruby > > > > > > I made a simple Effect.Tooltip for scriptaculous the other day. > > Showed it to madrobby and came to the conclusion that > something like > this might > be better as a seperate class, instead of using the Effects > framework. > > I''ll just toss in the Effect for now. Maybe it can help to > build that > class one day. > http://www.illustate.com/playground/scriptaculous/tooltip/ > <http://www.illustate.com/playground/scriptaculous/tooltip/> > > - staaky > > > > On 7/11/07, * Steve Finkelstein* <sf-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org > <mailto:sf-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org>> wrote: > > > Hi all, > > I''m looking for a library that''s capable of doing > something similar to > Google''s "popup cloud" effect on Google RSS Reader. Here''s a > screenshot I took with the effect taking place: > http://stevefink.net/popup.png > > I know there is lightbox out there, however the overall > affect doesn''t > render how I see fit. Is it possible to do something > similar with > prototype or script.aculo.us <http://script.aculo.us>? > Perhaps another library if someone more > experienced doesn''t mind chiming in on? I ultimately > want to allow a > user to input data into a form directly in this popup, > and then I''ll > use server-side calls for further processing. > > Thank you kindly for any insight. > > Cheers! > > - sf > > > > > > > > > > > > > -- > Ryan Gahl > Manager, Senior Software Engineer > Nth Penguin, LLC > http://www.nthpenguin.com > -- > Architect > WebWidgetry.com / MashupStudio.com > Future Home of the World''s First Complete Web Platform > -- > Inquire: 1-262-951-6727 > Blog: http://www.someElement.com > > > !DSPAM:1020,469548b2125008221135878!--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Andrew Kaspick wrote:> That''s not a "cloud" though, just a tooltip box. Good lib though.Google for how Google Maps does the location pop -- with cloud effects, a directed tail, multiple sizes, and a shadow. They do it all inside a translucent PNG, apparently with the tail and shadow painted on. That all alpha-channel blends into the map, providing all the visual cues. In a day or two, the shadow will deform correctly with the underlying topology... (-; -- Phlip http://www.oreilly.com/catalog/9780596510657/ "Test Driven Ajax (on Rails)" assert_xpath, assert_javascript, & assert_ajax --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi You can do it with PWC ( http://prototype-window.xilinus.com/. ) there is a tooltip add-on to do it. Tooltip content can be filled by ajax or url, so if you want to check if you user is logged in, it''s pretty easy. And Mila76 has done a theme that looks like the PNG you sent (http:// mila76.it/js.html, move your mouse on "Ajax Tooltip") but you can do your own. Seb On Jul 11, 2007, at 11:01 PM, K. Heutmaker wrote:> > You could use the xilinus prototype windows library and build a custom > theme. You can find it at http://prototype-window.xilinus.com/. You > can put virtually anything in a window...the only things that I''ve > found that don''t work are webpages with frame-busting code. If > anything, you might find that this library is overkill for what you > are trying to do. > > I use it on my home page (http://bgok.net) to show images, other > webpages and video in a javascript window. I use a standard theme, but > building themes isn''t difficult if you have a good graphics/image > program like photoshop, fireworks or gimp. > > Regards, > Ken > > On Jul 11, 12:58 pm, Steve Finkelstein <s...-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org> wrote: >> Hi all, >> >> I''m looking for a library that''s capable of doing something >> similar to >> Google''s "popup cloud" effect on Google RSS Reader. Here''s a >> screenshot I took with the effect taking place:http:// >> stevefink.net/popup.png >> >> I know there is lightbox out there, however the overall affect >> doesn''t >> render how I see fit. Is it possible to do something similar with >> prototype or script.aculo.us? Perhaps another library if someone more >> experienced doesn''t mind chiming in on? I ultimately want to allow a >> user to input data into a form directly in this popup, and then I''ll >> use server-side calls for further processing. >> >> Thank you kindly for any insight. >> >> Cheers! >> >> - sf > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
That theme Mila did looks great. I''ve e-mailed him asking him for permission on using it. Not sure if he''s allowing others to, but certainly can''t hurt to ask. Thanks for pointing out the URL Sebastien! - sf Sébastien Gruhier wrote:> Hi > > You can do it with PWC ( http://prototype-window.xilinus.com/. ) there > is a tooltip add-on to do it. > Tooltip content can be filled by ajax or url, so if you want to check if > you user is logged in, it''s pretty easy. > And Mila76 has done a theme that looks like the PNG you sent > (http://mila76.it/js.html, move your mouse on "Ajax Tooltip") but you > can do your own. > > Seb > On Jul 11, 2007, at 11:01 PM, K. Heutmaker wrote: > >> >> You could use the xilinus prototype windows library and build a custom >> theme. You can find it at http://prototype-window.xilinus.com/. You >> can put virtually anything in a window...the only things that I''ve >> found that don''t work are webpages with frame-busting code. If >> anything, you might find that this library is overkill for what you >> are trying to do. >> >> I use it on my home page (http://bgok.net) to show images, other >> webpages and video in a javascript window. I use a standard theme, but >> building themes isn''t difficult if you have a good graphics/image >> program like photoshop, fireworks or gimp. >> >> Regards, >> Ken >> >> On Jul 11, 12:58 pm, Steve Finkelstein <s...-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org> wrote: >>> Hi all, >>> >>> I''m looking for a library that''s capable of doing something similar to >>> Google''s "popup cloud" effect on Google RSS Reader. Here''s a >>> screenshot I took with the effect taking >>> place:http://stevefink.net/popup.png >>> >>> I know there is lightbox out there, however the overall affect doesn''t >>> render how I see fit. Is it possible to do something similar with >>> prototype or script.aculo.us? Perhaps another library if someone more >>> experienced doesn''t mind chiming in on? I ultimately want to allow a >>> user to input data into a form directly in this popup, and then I''ll >>> use server-side calls for further processing. >>> >>> Thank you kindly for any insight. >>> >>> Cheers! >>> >>> - sf >> >> >> > > > > !DSPAM:1020,4695cae4177612707013554!--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
I know him and you can use it , np On Jul 12, 2007, at 5:00 PM, Steve Finkelstein wrote:> > That theme Mila did looks great. I''ve e-mailed him asking him for > permission on using it. Not sure if he''s allowing others to, but > certainly can''t hurt to ask. > > Thanks for pointing out the URL Sebastien! > > - sf > > Sébastien Gruhier wrote: >> Hi >> >> You can do it with PWC ( http://prototype-window.xilinus.com/. ) >> there >> is a tooltip add-on to do it. >> Tooltip content can be filled by ajax or url, so if you want to >> check if >> you user is logged in, it''s pretty easy. >> And Mila76 has done a theme that looks like the PNG you sent >> (http://mila76.it/js.html, move your mouse on "Ajax Tooltip") but you >> can do your own. >> >> Seb >> On Jul 11, 2007, at 11:01 PM, K. Heutmaker wrote: >> >>> >>> You could use the xilinus prototype windows library and build a >>> custom >>> theme. You can find it at http://prototype-window.xilinus.com/. You >>> can put virtually anything in a window...the only things that I''ve >>> found that don''t work are webpages with frame-busting code. If >>> anything, you might find that this library is overkill for what you >>> are trying to do. >>> >>> I use it on my home page (http://bgok.net) to show images, other >>> webpages and video in a javascript window. I use a standard >>> theme, but >>> building themes isn''t difficult if you have a good graphics/image >>> program like photoshop, fireworks or gimp. >>> >>> Regards, >>> Ken >>> >>> On Jul 11, 12:58 pm, Steve Finkelstein <s...-C0mP0LgZqWJbRRN4PJnoQQ@public.gmane.org> wrote: >>>> Hi all, >>>> >>>> I''m looking for a library that''s capable of doing something >>>> similar to >>>> Google''s "popup cloud" effect on Google RSS Reader. Here''s a >>>> screenshot I took with the effect taking >>>> place:http://stevefink.net/popup.png >>>> >>>> I know there is lightbox out there, however the overall affect >>>> doesn''t >>>> render how I see fit. Is it possible to do something similar with >>>> prototype or script.aculo.us? Perhaps another library if someone >>>> more >>>> experienced doesn''t mind chiming in on? I ultimately want to >>>> allow a >>>> user to input data into a form directly in this popup, and then >>>> I''ll >>>> use server-side calls for further processing. >>>> >>>> Thank you kindly for any insight. >>>> >>>> Cheers! >>>> >>>> - sf >>> >>> >>> >> >> >>> !DSPAM:1020,4695cae4177612707013554! > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---