Hello,
I am new to Scriptaculous, and was recently brought into a
project using it to create an email Newsletter builder. The idea is that
the user will have lists of elements that he can add to the email page by
dragging the element he wants to add from an “available sections”
contain
On 6/29/06, Gregory Hill <[EMAIL PROTECTED]> wrote:
> You certainly could do as you suggest and it was part of my
> prototyping. It may produce satisfactory user experience in some
> situations. The most important part is preserving the native browser
> events and avoiding looping.
Well, what ma
> You certainly could do as you suggest and it was part of my
> prototyping. It may produce satisfactory user experience in some
> situations. The most important part is preserving the native browser
> events and avoiding looping.
Well, what made you decide against it?
Greg
__
On 6/29/06, Gregory Hill <[EMAIL PROTECTED]> wrote:
http://peter.michaux.ca/articles/2006/06/16/donut-dragdrop
Interesting approach. While reading your article, an idea occurred to
me. Why not simply offset the dragged item to be a few pixels below the
cursor as soon as the drag begins. Then
Seems like I got my answer:
http://developer.apple.com/internet/safari/uamatrix.html
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Maninder, Singh
Sent: Thursday, June 29, 2006 10:17 PM
To: rails-spinoffs@lists.rubyonrails.org
Subject: [Rails-spinoffs] Java
Does anyone know how to accurately check for Safari version number?
navigator.appVersion doesn't work fine - it's giving me funny results.
I want to be able to tell a Safari 1.0 from a Safari 1.3 for my application.
___
Rails-spinoffs mailing list
Rails
> I've been working on new ideas for a JavaScript drag and drop library.
> I haven't found a drag and drop library flexible enough for my needs
> and I think I have come up with something that is generally
> worthwhile. I use the DOM and Event utilities from Yahoo! UI and no
> Prototype.js. I'm int
Hi,
I've been working on new ideas for a JavaScript drag and drop library.
I haven't found a drag and drop library flexible enough for my needs
and I think I have come up with something that is generally
worthwhile. I use the DOM and Event utilities from Yahoo! UI and no
Prototype.js. I'm interes
so the only question i have about sending the NULL byte is how the Ajax.Request knows that it shouldnt enter the onComplete function when it receives the NULL byte... how do you make sure that it still waits for the processing servlet to respond to it?
On 6/29/06, Michael Peters <[EMAIL PROTECTE
Brian Dinsmore wrote:
> so i forgot one detail... while the "cancel-able" process is running,
> the user can navigate around and do whatever else they want, except
> kicking off an additional "cancel-able" process. thus, since they could
> be kicking off various other servlets, i dont want to st
so i forgot one detail... while the "cancel-able" process is running, the user can navigate around and do whatever else they want, except kicking off an additional "cancel-able" process. thus, since they could be kicking off various other servlets, i dont want to stop any of that processing. the
Brian Dinsmore wrote:
> my issue is that the process on the server normally
> completes by writing the results of it processing to the user's session
> which is ultimately used to drive what is seen on the page when they hit
> our custom "refresh" button...
It doesn't matter that the you put the
alrighty, that totally makes sense that the client cant really kill a server process... my issue is that the process on the server normally completes by writing the results of it processing to the user's session which is ultimately used to drive what is seen on the page when they hit our custom "re
Brian Dinsmore wrote:
> im using an Ajax.Request to hit a java servlet and do some processing.
> during this time, if the user feels the process is taking too long,
> he/she can hit a cancel button to kill the request...by calling the
> * abort* function off of the transport, will that kill t
Title: Message
Good
point. I had stayed away from this thread, but I was wondering why this
alternative wasn't considered:
Add an
HTML comment to the responseText (the content), e.g.,
(It
could even be the first line)
Any
condition (string, numeric or both) could tell the client-
I don’t mean to hijack the thread. I might
possibly be misunderstanding Il Neofita’s intentions with positive/negative
feedback. Just for clarifications here are the two meanings I can see:
1) The Ajax operation was being used
to send data to the server, the server would return a
Title: Message
im using an Ajax.Request to hit a java servlet and do some processing.
during this time, if the user feels the process is taking too long, he/she can
hit a cancel button to kill the request... by calling
the abort function off of the transport,
will that kill the processin
im using an Ajax.Request to hit a java servlet and do some processing. during this time, if the user feels the process is taking too long, he/she can hit a cancel button to kill the request... by calling the
abort function off of the transport, will that kill the processing that my server is do
I probably formulated myself badly, I wanted to be able to add stuff,
to something that you can do each() with :)
For instance, the lovely $$()
push worked just as advertised, sorry I didn't try it out myself
sooner. *slightly ashamed*
Andreas
On Jun 28, 2006, at 16:48 , Martin Ström wrote
IntelliJ has accepted my Project for their opensource program and it
totally rocks. It does support anonymous functions and classes without
any problems. I can only recommend this editor. It comes with wonderful
code completion (even xml) and alot more aiming to get stuff done fast.
Thanks for
IntelliJ does have CVS, SVN and via plugin also FTP support.. there are numerous plugins availble who are able to do all kind of things.I haven't figured it all out but from my knowledge this IDE can do that.
If i remeber correctly JEdit can do FTP stuff do but CVS.regards, kjellOn 6/29/06, Sam <[E
Hello Everyone,
I would like to get some suggestions on a problem I am trying to address.
- I send a request to a 3rd party server (for ads) and a response is received
from them.
- Currently, I display it inline on the page and things work fine but page
loading is slow and the 3rd party respons
Just a quick heads up that Sylvain Zimmer has posted a performance
upgrade for Prototype's $$ selector, making the function up to 20 times
faster.
This could be just the thing I've been looking for recently as a site
I'm currently developing makes heavy usage of that $$ selector and I
have no
Thank you, now everything is clear.On 6/29/06, Thomas Fuchs <[EMAIL PROTECTED]> wrote:
A HTTP server returns a HTTP status code with every answer. The Ajax.Request object knowsabout this, and will execute the onSuccess function only if a non-error status code was returned(normally "200 OK"). You ca
Hi,
I have an ajax auto completer for a text field in a form. All's good.
Unfortunately, I also want the form to be submitted when the user hits
'return' in the text field.
This combination of circumstances means that if the user is typing his
entry and then hits return to submit it is possible
Title: Message
Do any
of these IDE environments have built-in FTP which will move "modified" files to
the remote site?
Sam
___
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-sp
A HTTP server returns a HTTP status code with every answer. The Ajax.Request object knowsabout this, and will execute the onSuccess function only if a non-error status code was returned(normally "200 OK"). You can also fine-tune this by using the various methods described onthe Wiki page Martin men
In php you could have a script:
See http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html for a list
of available error codes. Prototype will set a response as "success"
if the status code is between 200 and 300.
Another solution:
and just use the onSuccess handler, like
new Ajax.Request(
28 matches
Mail list logo