[Proto-Scripty] Re: error showing for prototype.js

2009-12-29 Thread Al C
If you're using both prototype and scriptaculous, you might want to look at protoaculous... it's a minified single .js file that contains both prototype and scriptaculous. I stumbled across it myself a few weeks ago and easily adding it to my projects (otherwise I am not affiliated with the 'tool'

[Proto-Scripty] Re: Prototype UI Carousel

2009-12-29 Thread Chris
Hi, as stated in the official documentation, there is a method you can use, see http://docs.prototype-ui.com/rc0/Carousel?anchor=UI.Carousel.scrollTo (should be something like yourcarouselinstance.scrollTo(2) for the second container). Hope this helps. Greetings from Germany, Chris On 23 Dez.,

[Proto-Scripty] Basic Authentication

2009-12-29 Thread JoJo
I'm using the Twitter API. It needs the user's username and password send though the Basic Authentication protocol before that user's Twitter account can be modified. I've searched for how to do Basic Authentication on the JS side (I don't want to use curl because of server load), but I've only f