Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 14611 - 14640 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14611
Dear All, Anybody know about tutorial of Internet Protocol that provide on ColdFusion. I mean for talking about port ICMP, SNMP, instead of HTTP, FTP and...
Marulam Sinaga
marulam@...
Send Email
May 1, 2003
8:12 am
14612
Dear All I need to make sure the session.id is cleared when the user logs-out, i have created a logout page, but how do i clear session parameters?? Jason This...
Jason Congerton - Red...
congerton2001
Offline Send Email
May 1, 2003
8:54 am
14613
... have ... Just using StructClear(session) would be clearing all of your session....
Marulam Sinaga
marulam@...
Send Email
May 1, 2003
9:35 am
14614
We are trying to obtain a Content Editing Tool that can be used within our system... The problem here is that all the tools we have looked at are limited by...
lizarking0
Offline Send Email
May 1, 2003
9:49 am
14615
In your logout page: <cfset tmp = StructClear(Session)> Gilles ... From: Jason Congerton - RedHedNet To: coldfusion-howto@yahoogroups.com Sent: Thursday, May...
Gilles
cfgilles
Offline Send Email
May 1, 2003
12:04 pm
14616
I am using the CF_RAK_Xml_Parse custom tag from R.A.Khan via the MM download page. I have an xml file that I wish to parse, looks like this: <DATA_UPDATES> ...
Frank Wreath
fwreath@...
Send Email
May 1, 2003
1:57 pm
14617
I've recently become confused by some possible misinformation regarding application variables. I was always under the impression that the only place...
Bill Graham
WRGraham7718
Offline Send Email
May 1, 2003
4:01 pm
14618
Application variables are stored in server RAM. In addition, a CF server does NOT have to also be a db server. In fact, it probably shouldn't be. You are...
Roger Dahlstrom
rdahl
Online Now Send Email
May 1, 2003
4:03 pm
14619
Based on my "ColdFusion 5 Certified Developper" book, application vars are stored in the server memory. Gilles ... From: Bill Graham To:...
Gilles
cfgilles
Offline Send Email
May 1, 2003
4:08 pm
14620
... From: Frank Wreath Sent: Thursday, May 01, 2003 9:57 AM To: 'coldfusion-howto@yahoogroups.com' Subject: CF_RAK_Xml_Parse (any one know how to loop through...
Frank Wreath
fwreath@...
Send Email
May 1, 2003
4:10 pm
14621
Client variables are stored in either the db, registry or cookies mcg ... From: Roger Dahlstrom [mailto:rdahlstrom@...] Sent: Thursday, May 01, 2003...
Mary-Catherine Gerrey
mcgerrey
Offline Send Email
May 1, 2003
4:49 pm
14622
Does anyone have a copy of CF_JSelect? I've tried to download it from Macromedia's DevEx, but, it appears that Josh' website is down / unavailable. I've...
cid_matrix
Offline Send Email
May 1, 2003
4:58 pm
14623
There is also a CF_ThreeSelectsRelated. What "circumstances" would select a target item? I bet you could do this... ... From: cid_matrix...
Ball, Steve
sball992001
Offline Send Email
May 1, 2003
5:00 pm
14624
I'll have to try that ThreeSelects...thanks for letting me know. As far as the circumstances...picture this...a blank order form, salesman logs in, the salesid...
cid_matrix
Offline Send Email
May 1, 2003
5:15 pm
14625
With one line of code, I can get the HTML for any page "encrypted" by WebLock Pro. Just FYI. :) Kim Siever Website Development Office Faculty of Management ...
Kim Siever
kmsiever
Offline Send Email
May 1, 2003
5:15 pm
14626
... Sorry the javascript didn't work for you -- it worked on all the browsers I have at my immediate disposal so I thought it would mostly work for everyone. ...
Ben Curtis
wsi_ben
Offline Send Email
May 1, 2003
5:24 pm
14627
There is also a cf_ThreeSelectsRelated, or at least there was. I have an old copy of it somewhere (cf version 4.5/5.0). Not sure of the reliability of it. ... ...
Bill Graham
WRGraham7718
Offline Send Email
May 1, 2003
5:24 pm
14628
Hi I am inserting values in my table for a calendar that requires editing for different fields. I am stuck with the following. The date. Here is how I submit...
laritru
devondago
Offline Send Email
May 1, 2003
5:35 pm
14629
I was able to locate the ThreeSelects tag by going to Nate's website. Thanks everyone. While I was there, he did have an update on the TwoSelects which...
cid_matrix
Offline Send Email
May 1, 2003
7:21 pm
14630
Okay, I managed to put together this code below. When I first tested it though, I had a problem. I thought the LDAP field "uldispname" consists of the string...
Kim Siever
kmsiever
Offline Send Email
May 1, 2003
7:42 pm
14631
How do you calculate "Age" of the person with DOB? Please advise. Daniel...
Kang, Daniel
dancf2002
Offline Send Email
May 1, 2003
8:02 pm
14632
hi ben, and kim and all. this is an interesting topic: now, kim says weblockpro works, and ben showed us it doesn't. fundamentally, i have to believe that ben...
:. webspinner : encor...
surftrip
Offline Send Email
May 1, 2003
8:06 pm
14633
Use DateDiff, as: <cfset Birth = #CreateDate(1970, 11, 17)#> <cfset DOB = #DateDiff("yyyy", Birth, Now())#> <cfoutput>#DOB#</cfoutput> HTH Gilles Gilles...
Gilles
cfgilles
Offline Send Email
May 1, 2003
8:10 pm
14634
Hi Ben, Oh, I must be one of those people that his code "would" stop, because I have no clue how to get past it. LOL I think it would probably stop potential...
Pen Frey
penz_put2
Offline Send Email
May 1, 2003
8:11 pm
14635
What I said was that I was able to extract the HTML from any page "encrypted" by WebLock Pro. From my perspective, it does NOT work. From the perspective of a...
Kim Siever
kmsiever
Offline Send Email
May 1, 2003
8:11 pm
14636
doh! my bad. ...thanks for clearing it up. still an interesting topic however. what i find most interesting is that people are even trying to hide html code....
:. webspinner : encor...
surftrip
Offline Send Email
May 1, 2003
8:27 pm
14637
... DateDiff("yyyy", dob, Now()) -- Ben Curtis WebSciences International http://www.websciences.org/ v: 310 478 6648 f: 310 235 2067...
Ben Curtis
wsi_ben
Offline Send Email
May 1, 2003
8:28 pm
14638
... I think it is a good example of why this might be a good idea, although the examples given on the weblockpro website border on paranoid. Another way to...
Ben Curtis
wsi_ben
Offline Send Email
May 1, 2003
8:42 pm
14639
... I think Kim was saying she could break it too, with just a line of code. Pen was saying it worked as described -- which is true, it's just I don't think it...
Ben Curtis
wsi_ben
Offline Send Email
May 1, 2003
8:44 pm
14640
Actually I was saying "he could break it too, with just a line of code". ;) Kim Siever Website Development Office Faculty of Management University of...
Kim Siever
kmsiever
Offline Send Email
May 1, 2003
8:46 pm
Messages 14611 - 14640 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help