I'm pretty sure the need for the jrunserver.store file got depreciated
with one of the JRun Updaters, maybe 3 (which is what CFMX 7.0 uses).
Andy
On 22/04/06, Matt Levine <[EMAIL PROTECTED]> wrote:
> Thanks for the info. However I'm still can't figure out what is going on. I
> noticed that the j
Thanks.
Basically I want to set a cookie on 1 site ... but then read the same cookie
on a different site. Maybe its not exactly 3rd party by def.
- Original Message -
From: "Rick Root" <[EMAIL PROTECTED]>
To: "CF-Talk"
Sent: Saturday, April 22, 2006 7:47 PM
Subject: Re: 3rd Party Cookie
joe velez wrote:
>
> I would like to be able to have a script run using an embed tag or iframe,
> etc that can read cookies from another site.
>
> Lets say SITE_A sets a cookie "test" with value "thevalue".
> From SITE_B I would like to read the cookie 'test' and know that the value is
> "thev
> -Original Message-
> From: joe velez [mailto:[EMAIL PROTECTED]
> Sent: Saturday, April 22, 2006 10:26 PM
> To: CF-Talk
> Subject: 3rd Party Cookie Reading
>
> Hi -
>
> I would like to be able to have a script run using an embed tag or iframe,
> etc that can read cookies from another sit
Hi -
I would like to be able to have a script run using an embed tag or iframe, etc
that can read cookies from another site.
Lets say SITE_A sets a cookie "test" with value "thevalue".
>From SITE_B I would like to read the cookie 'test' and know that the value is
>"thevalue".
How can this be
Thanks, Dave...explains it perfectly.
It was thinking of the remainder as a decimal or fraction
that was throwing me off...
Rick
-Original Message-
From: Dave Francis [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 22, 2006 7:14 PM
To: CF-Talk
Subject: RE: next and previous buttons for s
Think of MOD as an integer operation which returns the remainder of a whole
number division rather than going to decimal places.
Thus 4 MOD 10 returns 4. And 14 MOD 10 also returns 4. Remember, it's just
the remainder.
Using MOD, the range of your returned numbers will, in this case, be zero to
9
Thanks for the info. However I'm still can't figure out what is going on. I
noticed that the jrun connector's jrunserver.store proxyserver is empty. So
I added in the appropriate info
Example:
Proxyservers=0.0.0.0:54001;0.0.0.1:54001
However when I restart IIS it clears it out back to
Proxyserv
Thanks for the explanation.
Let's say that currentSlide is 4, totalSlides is 10...
So, cfset nextSlide = (4 MOD 10) + 1>
What resutl does the calculation 4 MOD 10 return?
It must be 4...but how? What does the MOD do?
I read in the maual where it returns the remainder
of two numbers, e.g. MOD
currentSlide is a URL param - needed on first entry and passed in the hrefs
therafter. Here's a quick-and-dirty working demo. You'll need to call it
"t11.cfm" or change the href's.
NEXT:#nextSlide#
CURR:#currentSlide#
PREV:#prevSlide#
Could someone please explain how I call
Massimo's CFC tmt_file_io in a cfm page
I am trying to list c:\inetpub\whatever and the directories
and files underneath.
Terry
~|
Message: http://www.houseoffusion.com/lists.cfm/link=i
I've been following this thread because the method
of "next / previous" is better than what I currently use...so...
I was looking over the code below and I have a few questions...
How is the variable "currentSlide" being defined? In assumed
previous code?
Also, would you put some hard numbers i
Well, I have a totally different setup (BEA Weblogic clustered on Solaris
servers), so I probably can't help much more. The only other thing I've had to
do is create a weblogic.xml file under the WEB-INF directory that specifies in
memory session replication to make it work. Maybe IIS has a comp
manar droubi wrote:
> useUnicode=ture&characterEncoding=UTF-8
and the above should be
useUnicode=true&characterEncoding=UTF-8
~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238471
Archives: http://www.houseoffusion.
This should work:
-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Friday, April 21, 2006 4:45 PM
To: CF-Talk
Subject: RE: next and previous buttons for slideshow
Okay. I just condensed it into a CFC. now I don't have to look at that
I should get into that habbit, I am still stuck with things like InsertedBy
and UpdatedBy yet for other things I'd do other table name then ID after
that. All my PKs tend to just be named ID but that is because the bulk of
my work is done at a place using an old RAD tool that assumes they use that
manar droubi wrote:
>
> i'm using Apache, MySql 4.0.24-nt, Coldfusion MX 6.1, on Windows XP Pro sp2
You should use MySQL 4.1 or newer when you work with Unicode.
> i used
> and
> and
>
> i have aslo added the following string to my DSN name in Coldfusion
> administrtor:
> useUnicode=ture&ch
Sean Corfiled has a good post on his blog:
http://corfield.org/blog/index.cfm/do/blog.entry/entry/Notes_on_MVC
On 22/04/06, Paul Hastings <[EMAIL PROTECTED]> wrote:
>
> Duncan wrote:
> > Can anyone point me to a tutorial that has a good explanation of MVC
> > for a complete novice? Even better if
i have a problem with inserting Arabic data into my database
i'm using Apache, MySql 4.0.24-nt, Coldfusion MX 6.1, on Windows XP Pro sp2
i did everything to enforce my application to use the UTF-8 charset
i used
and
and
i have aslo added the following string to my DSN name in Coldfusion
ad
Duncan wrote:
> Can anyone point me to a tutorial that has a good explanation of MVC
> for a complete novice? Even better if its in a CF context.
an oldy but a goody;
http://www.benorama.com/coldfusion/index.htm
~|
Message: http
Can anyone point me to a tutorial that has a good explanation of MVC
for a complete novice? Even better if its in a CF context.
Thanks
--
Duncan I Loxton
[EMAIL PROTECTED]
~|
Message: http://www.houseoffusion.com/lists.cfm/link=
I had thought it might be "trappable", but from what I gathered the only
thing you
can do is set the missing template handler in the cf admin.
On 4/19/06, Mike Garner <[EMAIL PROTECTED]> wrote:
>
> Anyone know if it's possible to catch this exception (when a CFM page is
> called that doesn't exist
On 4/21/06, Bryan Stevenson <[EMAIL PROTECTED]> wrote:
>
> Hey All,
>
> Anyone know how to setup CFEclipse so it auto-indents ona new line like
> Homesite +/CF Studio?
Sounds like you've got it set to do what you want. You can try turning off
smart indenting maybe, see what happens...
Are
Cool! I went to bed after posting my reply, glad you got it sorted.
I'm sure there's a nicer way to do it though, having the sub string code
twice is a bit ugly. Can anyone think of a better way?
Adrian
-Original Message-
From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED
24 matches
Mail list logo