RE: [Rails-spinoffs] Completely off-topic, so flame me

2006-08-15 Thread Fabian Lange
Hi >- shift-click stuff shouldn't break things >(probably doesn't do what the user wants either, but...) Exactly that is also my problem. Oky not mine but also a customer of mine wants the shift click. Statement: Shift click does the same as click but opens in new window" Problem: I have some fun

RE: [Rails-spinoffs] Passing Variables to Insert.Top

2006-07-25 Thread Fabian Lange
Hi, Your way of doing this is not the web.2 way ;) You request the whole content on beforehand, even when you don’t need it. Also you risk that single quotes inside news and article break the code. If you do it like that then the only thing you could do is to put the include stuff in the

[Rails-spinoffs] Script.aculo.us 1.6.1 Effect.Opacity bug in Firefox?

2006-07-18 Thread Fabian Lange
Hi, my last mail tonight, I promise :-) Trac is down for a while so I will ask here if it is a bug. The opacity based filters will not work stable in my Firefox 1.5. The first few times they work on the same element they still look good, but after a while they get choppy and flicker When I comme

RE: [Rails-spinoffs] script.aculo.us effect to update elements

2006-07-18 Thread Fabian Lange
update elements here's an idea!.. instead of programming as if it were BASIC... dothis1 dothis2 dothis3 why don't you make it fade, then run the updater, then put the appear effect on the onSuccess event of the updater.. seems quite logical to me. -Jaimz -Original message----- Fro

[Rails-spinoffs] script.aculo.us effect to update elements

2006-07-18 Thread Fabian Lange
Hi, perhaps I am overseeing this but it seems that there is no easy way to set up a queue with two effects (fade and appear) and in between exchange the content. So I have an application with static layout and just want to animate the exchange of the content from the main div. So I wrote my own ef

[Rails-spinoffs] Prototype Ajax.Updater querstion/suggestion

2006-07-16 Thread Fabian Lange
Hi, finally I found this mailing list to put my question or suggestion. I am starting to migrate all my Javascript applications to use prototype, and it is really nice. I can remove so much self programmed code. Nicely done. One thing still left a problem with the AJAX methods. I have an applicati