search for: 5tc4txwwylm

Displaying 20 results from an estimated 25 matches for "5tc4txwwylm".

2005 Mar 09
8
How to set ''Return-Path'' in ActionMailer to avoid SPF failure?
...af022a2d0 Delivered-To: jdeneut-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Received: by 10.38.12.43 with SMTP id 43cs8575rnl; Tue, 8 Mar 2005 22:51:57 -0800 (PST) Received: by 10.38.82.76 with SMTP id f76mr547559rnb; Tue, 08 Mar 2005 22:51:57 -0800 (PST) Return-Path: <do-not-reply-5tc4TXWwyLM@public.gmane.org> Received: from omta16.mta.everyone.net (sitemail2.everyone.net [216.200.145.36]) by mx.gmail.com with ESMTP id 71si394734rna.2005.03.08.22.51.56; Tue, 08 Mar 2005 22:51:56 -0800 (PST) Received-SPF: fail (gmail.com: domain of do-not-reply-5tc4TXWwyLM@public.gm...
2006 Apr 06
4
function onComplete how to overload?
Hi all. I my apps I need to use Ajax.Request Object. One of the object options is onComplete fuction which looks like this: funcion onComplete (originalResponse) { ..some operations } I need pass to function one more parameter, how to do it? is is possible? I can''t use AJAX Updater because result of Ajax Call is uploaded to the div that I defined earlier, and in my situations I
2006 Feb 28
0
Question abour Draggables & Droppables - my code example
..., and back again when it stops, maybe. I don''t know whether > this will work, because I use handles myself. > > Chris > > > ------------------------------ > > Message: 2 > Date: Mon, 27 Feb 2006 14:59:15 +0100 > From: "Grzesiek Slusarek" <gregtech-5tc4TXWwyLM@public.gmane.org> > Subject: [Rails-spinoffs] status = 200 something wrong??? > To: rails-spinoffs <rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > Message-ID: <440305b4031e1-5tc4TXWwyLM@public.gmane.org> > Content-Type: text/plain; charset=iso-8859-2...
2006 May 22
2
using Singleton with Prototype
Hello all. I''m writing my own object using prototype and I wonder how you write and call only one instance of class. Can anyone share his idea of singleton? thanks Gregor ---------------------------------------------------- Gdy nadchodzi przełomowy moment w historii, musisz zdecydować, po czyjej stronie będziesz. "X-Men: Ostatni bastion" - w kinach od 26 maja.
2006 Feb 21
2
Ajax reqest and http status
Hi all. I ''m using Ajax request on my site and i need to show some message wneh AJAX call is running, (sometimes it happen so slow). I find that object AJAX.RESPOND is very usefull here, but sometimes when i need to do AJAX CALL my ajax call is redirect and i want to when it happen, is there way to find status of ajax call? i don''t know where I can find this property in
2006 May 08
2
inPlaceEditor and onClick Event
Hi all. I have specific situation that I want to made element to be edited in place (i mean I want to wrapped that element Ajax.InPlaceElenment) but i want that inplaceeditor be triggered not clicked in that element but in the other element. e.g. there are two divs and first I want to be inplaced editor but this inplaced editor should be trigerred when i clicked in second divs. How to do it nice?
2006 May 16
1
Ajax.Responders and onComplete
Hi all. I''m writing some kind of filter that i want passby my all AJAX request, and I stuck. I create object and pass him to Ajax Responders like this: var myGlobalHandlers = { onCreate: function(){ Element.show(''loading''); }, onComplete: function(request) { alert(request.responseText); } };
2006 May 18
1
sending Form with fieldtype FILE by AJAX
Hi all. Is it possible to send a form with a FILE type field by ajax? I try to capture value of that field by $F and append it to param and send call by it look like it failed. Maybe some change on header on something? What do you think about that? really thanks for any help Gregor ---------------------------------------------------- Dwór Artusa PKO BP 2006 Puchar Świata we Florecie kobiet w
2006 May 23
0
after Ajax.Call
Hi all. I have situation that I sent AJAX.call and after getting answer i execute javascript code from that answer. The problem is that code has calls to variables from global namespace (library that I inlude in my header of my page -e.g. prototype, scriptaculo.us) and this made wrong, on FF i see that variable does''n exist - name error. e.g javascript code from Ajax Call
2006 Apr 25
1
asynchronous False and Ajax.Responders object (bug)
Hi all. In my apps I''m using Ajax Call synchronous, (both Ajax Request and Ajax Updater). There is bug in prototype (discused in mailing - list: here http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2006-April/003488.html and here http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2006-April/003497.html). trying to put data from server to my html properly, I need call
2006 Apr 30
1
Draggable - how start action on start dragging and end action on droppping
Hi all. I have got situation that I made element draggable - and when element is dragged I want to start some action (e.g. shown AJAX indicator, and change one of CSS class in dragging element). What is the best way to achieve this? I search source code of the Draggable and I saw that there is 2 method: Draggable.initDrag and Draggable.endDrag so it looks like in initDrag method i should
2006 Feb 14
0
# sign and Ajax Updater
Hi all. I''m using Ajax Updater to filling and update forms on my site. I notice that when I use "#" sign in field form the Ajax Call is wrong. I try to use javascript escape function on forms fields value but it doesn''t change everything. The serwer shows like he only get a part of call, only to the sign "#", everything after that is like cut,just gone. Does
2006 Feb 27
0
status = 200 something wrong???
Hello everyone. I have 2 methods on server: first is the redirect method that redirect http request on second method and returnig code 302 and that second method -> that returning data. I use AJAX to call first method, then Ajax request is redirect to second method and the second method return data which i can use. And afterall I get status 200 from xmlHttpResponse object. Is it right?
2006 Jan 18
0
using InPlaceEditor - with divx
Hi all! i want to use InPlaceEditor in div container like that: <div id="container"> <div id="tobeEdited"> <div id="tobeEdited2"> <div> <div> </div> the css style for container is like this: margin: 0px auto; height: 21px; width: 98%; border-bottom: 0px solid #337bcd; The problem is that that I have a row
2006 Jan 19
0
inPlaceEditor -how to capture values just before it is edited
Hi All. I have problem i''m using inplaceEditor in my webb apps and i have situation like that: Iwanna send to serwer not only changed value by inplaceEditor but also the old value that i just change how to do it. I must do it because i just need to know what values i have to change in database. Grzesiek ---------------------------------------------------- Wybierz Książkę Roku, wygraj
2006 Jan 29
2
How to fire event listener after site update by Ajax Updater?
Hi all. I have site that is updated by Ajax updater. After site is update i want to use some javascript code and I don''t want use javascript onClick. I try to use some event listener but I don''t know how to fire them. What is the event when some part of site is update by ajax? Thanks for any help Gregor ---------------------------------------------------- Chuck nie musi dzwonić
2006 Jan 29
0
BUG in PROTOTYPE when set evalScripts: true - Firefox crashes
Hi all. I''m using Ajax Updater with evalScripts set to true and there must be a bug in prototype because when I call function firefox crashes and exit. I can''t even see Firefox javascript console. So I try it under Opera and Opera javascript Console show me this: http://localhost:8090/mysite/processSearch?pQuery=a Timeout thread: delay 10 ms Error: name: EvalError message:
2005 Nov 04
0
Highlight of the droppable zone
Hello everyone. I have interesting problem I want to Highlight the droppable zone, the simplest solution is: give the droppable area a hover class. But there is a problem, in this case the droppable arrea is the png image and I don''t want to cover image by hover class. The best way will be transparent or half transparent hover class, but i don''t know is it possible? Is it
2005 Nov 09
0
dropping element and pop-up from overlib
Hi everyone. I hava situation that i have drag and drop on my site, and I wonder is it possible to connect this to very good pop-up javascript library, i mean: at the moment when I drag element over the dropping area that area is highlited (using hoverclass: Css_class) but i want to add pop-up effect on the droppable area. Does anyone know how to do it? It must work like this: When the dragged
2005 Nov 09
0
droppable and pop-up effect from overlib library
Hi everyone. I hava situation that i have drag and drop on my site, and I wonder is it possible to connect this to very good pop-up javascript library, i mean: at the moment when I drag element over the dropping area that area is highlited (using hoverclass: Css_class) but i want to add pop-up effect on the droppable area. Does anyone know how to do it? It must work like this: When the dragged