Displaying 9 results from an estimated 9 matches for "netvibes".
Did you mean:
netribe
2006 Feb 13
8
Netvibes.com / Scriptaculous
Hi list,
Is it possible to create a "dashboard" type application, like
Netvibes.com, w/ script.aculo.us?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2007 Jul 29
2
How to make Draggable Widgets with Placeholders
Hello. I''m trying to do some drag-droppable widgets like
Netvibes.com ...
I''m completely looking for a code like Netvibes. How can I do that
with Prototype or Script.aculo.us?
I want to make them droppable on placeholders like netvibes.
Any ideas or links? Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because...
2007 Jun 06
2
sharing my netvibes tab about rspec
...rect link is
http://21croissants.blogspot.com/2007/06/rspec-changes-log-rss.html
I should definitely switch from blogger to mephisto ...
Hi,
As I am not a big fan of mailing list, I have created a Yahoo!Pipes to
generate a RSS from the user & developpers mailing list and integrated it
into a netvibes tab. I have also put a few blogs from the rspec authors.
More information and screenshots (worth 1000 words!) in
http://21croissants.blogspot.com/2007/06/rspec-changes-log-rss.html
Cheers,
Jean-Michel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforg...
2007 Jun 05
0
netvibes tab about rspec
Hi,
As I am not a big fan of mailing list, I have created a Yahoo!Pipes to
generate a RSS from the user & developpers mailing list and integrated it
into a netvibes tab. I have also put a few blogs from the rspec authors.
More information and screenshots (worth 1000 words!) in
http://21croissants.blogspot.com/2007/05/rspec-changes-log-rss.html
Cheers,
Jean-Michel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforg...
2006 May 19
2
system of tab
Hello, I would like to create a system of tab by means of Ajax (like
in netvibes). Somebody would have a track(runway). A library to be
used....
Thank you in advance.
2006 Feb 25
1
Re: Strange behaviour with sortable
Hi,
I''m having strange problem with Sortable.
I''m trying to do something like google homepage, netvibes and others with 3
sortable lists, just to prouve someone it''s really easy with scriptaculous.
But maybe it''s not so easy :)
I''ve attached what I did, the code looks good to me but when I drag the
upper left widget to another column, the widget under it disapear.
Does an...
2013 Jan 26
2
different legends in lattice panels
...BO/CNRS/IFREMER)
Tél. : +33 2 98 49 86 35
Mob. : +33 6 37 67 21 40
Courriel-1 : Luis.Tito-de-Morais@ird.fr
Courriel-2 : Luis.Titodemorais@univ-brest.fr
Pages web :
Lab. : http://www-iuem.univ-brest.fr/UMR6539/recherche/equipe-5
Pers. : http://ird.academia.edu/LuisTitodeMorais
Reshal : http://www.netvibes.com/reshal#Accueil
Biblio. : http://www.citeulike.org/user/ltitodem
[[alternative HTML version deleted]]
2007 Nov 09
0
iframe is reloading during each sortable drag/drop point
...uses the ui to
shutter and become unusable.
I have narrowed the issue down the onEmptyHover where
dropon.insertBefore is called. Is there a way to stop the iframe from
reloading or is there a better way for Sortables to handle drag and
drop? This reloading of iframes does not occur on igoogle or netvibes
- it only occurs on the drop which is acceptable...does anyone know
how they are getting around the reloading during the drag?
Thanks in advance,
Brian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on R...
2005 Nov 03
0
sortables w/ hoverclass
...ss option is specified with
Sortable.create ? (assuming hoverclass is set to some visually
distinctive class)
What I want is my drop area to indicate that it will accept the item
being dragged over it, similar to how it works with normal draggables
and droppables. More specifically- the way that netvibes.com and
google.com/ig display the outline of where the item will stick to when
dropped.
I sort of assumed a sortable with a hoverclass set provides that
behaviour but I haven't been able to get it to work so I don't really
know.. it'd be extremely helpful to me if someone either knows...