[Rails-spinoffs] Re: scriptaculous and prototype compressed

2008-02-05 Thread Fabian Lange
the very latest packed versions: http://prototype-core.googlegroups.com/web/protopacked_v2.18.zip .: Fabian -Ursprüngliche Nachricht- Von: rubyonrails-spinoffs@googlegroups.com Gesendet: 05.02.08 20:34:33 An: Ruby on Rails: Spinoffs rubyonrails-spinoffs@googlegroups.com Betreff:

[Rails-spinoffs] resume periodical executer after PC standby?

2008-01-25 Thread Fabian Lange
Hi, I have a customer request, with which I feel unable to deal with. The Prototype+Scripty application I have does lots of its work via periodical executers. Now the customer wants that the application still does it job after standby of the computer. I am really lost where to start

[Rails-spinoffs] Re: resume periodical executer after PC standby?

2008-01-25 Thread Fabian Lange
(onUnload) and using those when the user logs back in. But there is no way to know if a pc went in standby or just powered off. Greetz, Wizz On Jan 25, 9:56 am, Fabian Lange [EMAIL PROTECTED] wrote: Hi, I have a customer request, with which I feel unable to deal with. The Prototype+Scripty

[Rails-spinoffs] Re: TakCHAT only for fix your problem

2008-01-17 Thread Fabian Lange
What about if I have a problem with a guy spamming on lists either with promoting his pages or with distributing illegal stuff? .: Fabian -Original Message- From: [EMAIL PROTECTED] om [mailto:[EMAIL PROTECTED] groups.com] On Behalf Of x-men Sent: Donnerstag, 17. Januar 2008 20:22 To:

[Rails-spinoffs] how to deal with inline defined event handlers

2007-12-22 Thread Fabian Lange
Hello dear Javascript Gurus, I have an issue with overriding event handlers. I know that Event.observe only adds event handlers. Lets say I have a form form onsubmit=alert('first') id=f1 And I do not have influence on that - this onsubmit handler inside the form API and cannot be

[Rails-spinoffs] Re: how to deal with inline defined event handlers

2007-12-22 Thread Fabian Lange
I feared that this message will come, but perhaps I needed to make it more explicit, that I do not have control over inline event handlers :-) .: Fabian -Original Message- From: [EMAIL PROTECTED] om [mailto:[EMAIL PROTECTED] groups.com] On Behalf Of kangax Sent: Samstag, 22. Dezember

[Rails-spinoffs] Re: The Deprecated section of http://prototypejs.org/assets/2007/10/16/prototype.js

2007-10-17 Thread Fabian Lange
Hi Richard, do not forget that deprecation is ONLY tagging. It means that this STILL works as before. What it could do is that it perhaps logs to firebug but that's it. And that's the issue will all protocols and languages that do not support deprecation well. Actually noone manages this good

[Rails-spinoffs] Re: problem with $$ function dot in id name makes it fail

2007-10-09 Thread Fabian Lange
Hi, the spec says: In CSS2, identifiers (including element names, classes, and IDs in selectors) can contain only the characters [A-Za-z0-9] and ISO 10646 characters 161 and higher, plus the hyphen (-); they cannot start with a hyphen or a digit. They can also contain escaped characters and

[Rails-spinoffs] Re: JS debugger for IE

2007-06-17 Thread Fabian Lange
Hello, depending on what you want to analyze the new IE Debug Toolbar might help already: http://www.microsoft.com/downloads/details.aspx?FamilyID=E59C3964-672D-4511- BB3E-2D5E1DB91038displaylang=en If you are really on JS only you should follow the guide here

[Rails-spinoffs] Re: Prototype ebook

2007-06-09 Thread Fabian Lange
Hello, Unfortunately it is. I e-mailed rapidshare and asked them to delete the file. The domain is hosted in Iran, so I fear that there will be small means to enforce him keeping the files down. But he does not host illegal copies of books. You can also download shrek 3 there (which similar as

[Rails-spinoffs] Re: Updater and PeriodicUpdater fighting with one another

2007-04-08 Thread Fabian Lange
Hi, As the page is titled progress.php, I assume that your serverside for both actions is php? And I assume further that you use session autostart? Then you are a bit in trouble because php is bad at what you want :) One request blocks all other threads accessing the same session. This can, to my

[Rails-spinoffs] Re: Trying to get drag and drop to revert when I want and stay at other times

2007-04-05 Thread Fabian Lange
Hi, you most likely are not updating the div with evalScripts = true, so the new draggable javascript coming in for that dropped piece is not executed .: Fabian -Original Message- From: [EMAIL PROTECTED] om [mailto:[EMAIL PROTECTED] groups.com] On Behalf Of bigyellow Sent: Donnerstag,

[Rails-spinoffs] Re: Image class?

2007-04-03 Thread Fabian Lange
That one here? http://www.huddletogether.com/projects/lightbox2/ .: Fabian -Original Message- From: [EMAIL PROTECTED] om [mailto:[EMAIL PROTECTED] groups.com] On Behalf Of Michael Schuerig Sent: Dienstag, 3. April 2007 22:45 To: rubyonrails-spinoffs@googlegroups.com Subject:

[Rails-spinoffs] Anybody knows of a Eclipse/NetBeans like UI Framework done with Scriptaculous?

2007-03-12 Thread Fabian Lange
Hi, I am thinking of options on how to implement a rich client like eclipse / netbeans with Scriptaculous. So basically you can define/create dynamically areas of your browser window where you then can attach components to. if there are multiple components attached to one of these areas they

[Rails-spinoffs] Re: Anybody knows of a Eclipse/NetBeans like UI Framework done with Scriptaculous?

2007-03-12 Thread Fabian Lange
Thanks Dave, You might want to have a look at qooxdoo (http://qooxdoo.org), which is an open source attempt at creating a desktop-app style of GUI toolkit inside a browser. nice demo. It seems i should have used eclipse as keyword. I just found something, which I also want to share:

[Rails-spinoffs] Anybody knows of a prototype/sau based chat solution

2007-02-03 Thread Fabian Lange
Hi, For our website we have implemented already ages ago a simple cross browser chat solution using an endless-loading php page. As we migrate the whole pages now we were looking for a basic ajax chat solution to build upon. Writing from scratch would be also fun but I think not reinventing the

[Rails-spinoffs] Re: Anybody knows of a prototype/sau based chat solution

2007-02-03 Thread Fabian Lange
Okay, this was much simpler than expected. SO ill share it :) I need two divs: one called chat. The other one called ts. Its holding a timestamp when the last update was made. script type=text/javascript //![CDATA[ new PeriodicalExecuter(function() { new Ajax.Request('/chat/get',

[Rails-spinoffs] Did i miss the ANN for Prototype 1.5?

2007-01-19 Thread Fabian Lange
Hi, just read on a german IT news site that prototype 1.5 was released (together wis renewed documentation at http://prototypejs.org/api ) I wonder if I missed posts about this on this list. I would also expect a new script.aculo.us soon, am I right Thomas? .: Fabian

[Rails-spinoffs] Javascript/CSS question

2007-01-08 Thread Fabian Lange
Hi, I know that my question doesnt aim 100% at this group, but at least here are people that care for cross browser behaviour. Is there a guaranteed behaviour for elements having multiple classes? div class=red bluehello world/div when div.red { background-color:red;} div.blue

[Rails-spinoffs] Re: Javascript/CSS question

2007-01-08 Thread Fabian Lange
sheet itself. best, thomas Am 08.01.2007 um 15:46 schrieb Fabian Lange: Hi, I know that my question doesnt aim 100% at this group, but at least here are people that care for cross browser behaviour. Is there a guaranteed behaviour for elements having multiple classes? div class=red

[Rails-spinoffs] Re: Effect.Highlight

2007-01-05 Thread Fabian Lange
Hi, basically this is a generic problem. What you want to do is to pass an enumeration of elements to the function: (document.getElementsByClassName('testlabel')).each(function(e){new Effect.Highlight(e, {startcolor:'#ff99ff', endcolor:'#99'})}) or nicer formatted :) var elements =

[Rails-spinoffs] Re: SAU/Prototype performance

2007-01-05 Thread Fabian Lange
Hi, If not removing it completely, I would go for a way (options, second version etc) to turn it off. Sometimes I even think of a global flag for that. Have been playing around with symfony now for a while. I guess Ruby includes it same way. Shouldn't in the framework case the framework escape

[Rails-spinoffs] prevent chain-loading of cssjavascript and make it parallel

2006-12-12 Thread Fabian Lange
Hi, just got the latest beta from firebug.. and well I was suprised. I had a look at my pages and also at http://script.aculo.us/ and was finding that my browser does not load cssjs in parallel. It seems not 100% reproducable, but in general it looks as if one js file is loaded after another.

[Rails-spinoffs] Anyone experience with Symfony framework?

2006-12-08 Thread Fabian Lange
Hi, I know it is bold to ask on a RoR hosted list about a PHP Framework ;) But I found Symfony http://www.symfony-project.com/ which uses prototype and scriptaculous as javascript+effect libs. I wonder if it is mature enough to build mid size applications on it. I know askeet.com and I am

[Rails-spinoffs] Re: 3 prototype/scriptaculous effects in order on one div

2006-12-03 Thread Fabian Lange
Terve, Actually this was the first post I made here. I solved it this way: snipp--- Effect.Updater = Class.create(); Object.extend(Object.extend(Effect.Updater.prototype, Effect.Base.prototype), { initialize: function(element) { this.element = $(element); var options =

[Rails-spinoffs] Re: Effect.Appear Safari issue

2006-08-22 Thread Fabian Lange
Hi, I am not 100% sure of that .9 thingy. I am not 100% sure if my problem relates to that but it helped in solving it. I have a div that fades and appears dozend times and never gets destroyed. With the scriptaculous I used it never get to full opacity back and went even more less visible.