Re: [Proto-Scripty] Re: Future of Prototyp.js

2012-12-31 Thread Jason Westbrook
I was able to dig this one out of archive.org and I rewrote it a bit -
added a jsfiddle so that people can play with it etc


https://github.com/jwestbrook/Prototype.3DImageReflection


Just look at all of my github repos - they are all PrototypeJS libraries



Jason Westbrook | T: 313-799-3770 | jwestbr...@gmail.com


On Sun, Dec 30, 2012 at 4:22 PM, Phil Petree phil.pet...@gmail.com wrote:

 Amen... that would definately be a good move!  There are a number of
 things on scripteka that are dead and gone (broken links)


 On Sun, Dec 30, 2012 at 5:37 PM, Victor vkhomyac...@gmail.com wrote:


 I'm actually planning on taking whatever is still available on scripteka
 and rehosting it on github so that others can find it, see examples of it
 working, post issues and comment on the scripts

 Good idea! Do you have something to show already? Examples and issue
 tracking sounds good.

 --
 You received this message because you are subscribed to the Google Groups
 Prototype  script.aculo.us group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/prototype-scriptaculous/-/OvY44Z4adecJ.
 To post to this group, send email to
 prototype-scriptaculous@googlegroups.com.
 To unsubscribe from this group, send email to
 prototype-scriptaculous+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/prototype-scriptaculous?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Prototype  script.aculo.us group.
 To post to this group, send email to
 prototype-scriptaculous@googlegroups.com.
 To unsubscribe from this group, send email to
 prototype-scriptaculous+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/prototype-scriptaculous?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



Re: [Proto-Scripty] Re: AJAX Tabs Widget

2012-12-31 Thread Phil Petree
Victor,

Thanks for the links... I'd already seen control.tabs and it doesn't appear
to support ajax (if it does its not documented and the api makes no
reference to it).

The one on sourceforge appears to be a fork of the control.tabs and also I
do see references to ajax in the source, it has no documentation or
examples and I'm afraid its beyond my abilities to decipher it.

The tabs.js I was using was working well but I hit a snag in it in that it
has no callback after the ajax onSuccess so I have no ability to trigger
other events... not sure what the workaround is... the author has an
afterOpen: callback but it doesn't get called on new tabs with an ajax load.

Not sure where I will go from here... may switch the entire project to
jq... may have to in order to meet the lauch date (2/1/2013) this seems
to be the sticking point however as all the other functionality is stubbed
in.



On Sun, Dec 30, 2012 at 4:49 PM, Victor vkhomyac...@gmail.com wrote:



 I'm now looking for/at tab controls that support ajax calls.  The few
 that I've found are pretty static in that you can assign tab A to a
 specific AJAX request but you have no ability to dynamically create/destroy
 tabs.


 LivePipe Control.Tabs: http://livepipe.net/control/tabs + somewhere on
 github is extended AJAXified version

 or (based on LivePipe, added possibility to load content into tab via AJAX
 request)

 http://javascripts.svn.sourceforge.net/viewvc/javascripts/javascripts/js.ui/js/ui/control.tabs.js?revision=322view=markup
 (it isn't self-sufficient, it requires CSS and other JS files from the
 same project - ask me for details if you want)

  --
 You received this message because you are subscribed to the Google Groups
 Prototype  script.aculo.us group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/prototype-scriptaculous/-/e6ESu2NmfY4J.
 To post to this group, send email to
 prototype-scriptaculous@googlegroups.com.
 To unsubscribe from this group, send email to
 prototype-scriptaculous+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/prototype-scriptaculous?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.