Thanks Jamesand my heads clearer today...I can see the light!! ;-)
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
~
The CF will perform its job when the page is created, thus providing
the initial state of the page. The JS will take over from that point.
I've blended the two as per your example in the past with no problems.
On 12/15/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> Hey James,
>
> I've had a cha
Hey James,
I've had a chance to checkout your CFAJAX examples and have a quick question on
a specific technical issue I was hoping you could answer before I climb on the
AJAX wagon ;-)
THE SCENARIO:
I use this in my data driven select box options:
selected>#recDisplayValue#
THE POSSIBLE ISSUE
quot;CF-Talk"
Sent: Monday, November 28, 2005 8:59 AM
Subject: RE: GIF Pipes/AJAX/async gateway
> Bryan,
>
> You might want to check out the Taconite project:
> http://taconite.sourceforge.net/
>
> One thing I do really like about this AJAX implementation is that you
> co
Bryan,
You might want to check out the Taconite project:
http://taconite.sourceforge.net/
One thing I do really like about this AJAX implementation is that you
continue to work with what you already know--HTML (well, technically XHTML.)
What makes this library a little different from most AJAX l
No problem. :)
> -Original Message-
> From: Andy Matthews [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 28, 2005 7:19 AM
> To: CF-Talk
> Subject: RE: GIF Pipes/AJAX/async gateway
>
> Jacob...
>
> I've never seen your cfQuickDocs site, but
Jacob...
I've never seen your cfQuickDocs site, but it is now bookmarked! Thanks!
-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED]
Sent: Saturday, November 26, 2005 2:35 PM
To: CF-Talk
Subject: RE: GIF Pipes/AJAX/async gateway
Have you looked at cfajax?
> -Original Message-
> From: James Holmes [mailto:[EMAIL PROTECTED]
> Sent: Saturday, November 26, 2005 8:47 PM
> To: CF-Talk
> Subject: Re: GIF Pipes/AJAX/async gateway
>
> One could also use YODEL as a transport by sending and returning a
> YODEL string via CFAJA
One could also use YODEL as a transport by sending and returning a
YODEL string via CFAJAX, if you wanted to move complex variables
around. This would save re-writing the xmlhttprequest calls etc.
On 11/27/05, Jim Davis <[EMAIL PROTECTED]> wrote:
> CFAjax can do that, I believe with very little ot
CFAjax can do that, I believe with very little other coding. If you want
some more control I also suggest checking out YODEL (which I wrote, so don't
expectanything unbiased):
http://www.depressedpress.com/Content/Development/YODEL/Index.cfm
There's a JavaScript and a (soon to be updated) CF imp
Have you looked at cfajax? http://www.indiankey.com/cfajax/ That's
what I'm using for cfQuickDocs (http://www.techfeed.net/cfQuickDocs).
It has some of the things you mentioned.
> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 25, 2005 4:26
Oops, that should be http://www.indiankey.com/cfajax/
On 11/26/05, James Holmes <[EMAIL PROTECTED]> wrote:
> This is the sort of thing I do all the time with CFAJAX now. It will
> do exactly what you are after, with a little JavaScript coding on your
> part. Let me know if you want more details.
>
This is the sort of thing I do all the time with CFAJAX now. It will
do exactly what you are after, with a little JavaScript coding on your
part. Let me know if you want more details.
http://www.indiankey.com/
On 11/26/05, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
> Hey All,
>
> Looking for opin
Yup, it's back up.
Ade
-Original Message-
From: Jim Davis [mailto:[EMAIL PROTECTED]]
Sent: 22 November 2002 00:47
To: CF-Talk
Subject: RE: Gif Pipes
> -Original Message-
> From: Adrian Lynch [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 20, 2002 10:13 AM
> -Original Message-
> From: Adrian Lynch [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 20, 2002 10:13 AM
> To: CF-Talk
> Subject: RE: Gif Pipes
>
>
> www.depressedpress.com used to have something but the site
> isn't working for some reason.
And, you can load external source files into a in nutscrape. I have
some code that loads external source files and is cross-browser compatible.
If you want it, let me know.
-Brook
At 10:41 PM 11/20/02 -0500, you wrote:
>iframes were added in NS 6 ... and I believe are part of the html 4
>stand
iframes were added in NS 6 ... and I believe are part of the html 4
standard...
> It's also worth mentioning that another trick (instead of
> GIF pipe) is to
> use a 0x0 pixel iframe and JavaScript to make your .cfm
> call. I've used a
> hidden iframe to validate zip codes myself. This only
> wo
eset. For example
top frame 100% bottom frame *.
-Novak
- Original Message -
From: "Lofback, Chris" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 20, 2002 10:59 AM
Subject: RE: Gif Pipes
> The way I learned to use a GIF pipe
1623
> w w w . p t s 1 . c o m
> -Original Message-
> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 20, 2002 10:41 AM
> To: CF-Talk
> Subject: RE: Gif Pipes
> The image as a data pipe trick is a means of accomplishing
> a request f
Subject: RE: Gif Pipes
The image as a data pipe trick is a means of accomplishing a request from
the server without reloading the page, usually using javascript to change
the src attribute of the image. As just one example:
A billing form with a credit card number field might have an image data
> I would agree that 99% of the time you don't want to extend sessions.
> I have a Forum app that pops up "new message" images and I like to leave
> my
> browser on that page so that it always knows when there are new messages.
> That page I don't want to timeout every 20 minutes.
I like using a
ver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
> - Original Message -
> From: "Joseph Thompson" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, November 20, 2002 11:28 AM
> Subject: R
I would agree that 99% of the time you don't want to extend sessions.
I have a Forum app that pops up "new message" images and I like to leave my
browser on that page so that it always knows when there are new messages.
That page I don't want to timeout every 20 minutes.
> Ummm...isn't the point
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 20, 2002 1:38 PM
> To: CF-Talk
> Subject: Re: Gif Pipes
>
>
> well isn't wasn't more than 16 hours ago that I could have used this. I
> think I will implement.
>
> Eric
>
> From: &q
TED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re: Gif Pipes
Date: Wed, 20 Nov 2002 11:31:51 -0800
Ummm...isn't the point of timing out sessions to actually timeout the
session?? ;-)
Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 2
well isn't wasn't more than 16 hours ago that I could have used this. I
think I will implement.
Eric
From: "Joseph Thompson" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Subject: Re: Gif Pipes
Date: Wed, 20 Nov 2002 11:28:0
ot; <[EMAIL PROTECTED]>
Sent: Wednesday, November 20, 2002 11:28 AM
Subject: Re: Gif Pipes
> They are also useful to extend sessions. Add a function to reload the
image
> and that users session will exist until they close thier browser.
>
> (this custom tag reloads a gif)
> http
They are also useful to extend sessions. Add a function to reload the image
and that users session will exist until they close thier browser.
(this custom tag reloads a gif)
http://cfhub.com/forum//index.cfm?FuseAction=Thread&TopicID=2445
> The way I learned to use a GIF pipe was that you send
Message-
> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 20, 2002 1:41 PM
> To: CF-Talk
> Subject: RE: Gif Pipes
>
>
> The image as a data pipe trick is a means of accomplishing a
> request from
> the server without reloading the page, us
ent: Wednesday, November 20, 2002 7:24 AM
> To: CF-Talk
> Subject: Re: Gif Pipes
> At 10:12 AM 20/11/02 -0500, Tipton Josh (orl1jdt) wrote:
>>Can someone please point me in the direction on information for creating,
>>implementing, and using gif pipes.
> It's f
, 2002 7:24 AM
To: CF-Talk
Subject: Re: Gif Pipes
At 10:12 AM 20/11/02 -0500, Tipton Josh (orl1jdt) wrote:
>Can someone please point me in the direction on information for creating,
>implementing, and using gif pipes.
It's fairly simple. You create a link like this:
http://www
Jochem van Dieten wrote:
> Adrian Lynch wrote:
>
>
>>www.depressedpress.com used to have something but the site isn't
>>working for some reason.
another way to do this that is becoming more common is like this
document.write('');
j.cfm then returns javascript which gets added to the body of t
At 10:12 AM 20/11/02 -0500, Tipton Josh (orl1jdt) wrote:
>Can someone please point me in the direction on information for creating,
>implementing, and using gif pipes.
It's fairly simple. You create a link like this:
http://www.mysite.com/mypage.cfm";>
Then you create the file mypage.cfm with w
Adrian Lynch wrote:
> www.depressedpress.com used to have something but the site isn't
> working for some reason.
There is always the Wayback Machine:
http://web.archive.org/web/20011005175052/http://www.depressedpress.com/DepressedPress/Content/ColdFusion/Essays/GIFAsPipe/Index.cfm
Jochem
~~~
www.depressedpress.com used to have something but the site isn't working for
some reason.
Ade
-Original Message-
From: Tipton Josh (orl1jdt) [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2002 15:12
To: CF-Talk
Subject: Gif Pipes
Can someone please point me in the direction on information
35 matches
Mail list logo