RE: RegEx Help! (more detail)

2003-03-20 Thread Oliver Cookson
Hi Jochem, Thanks for the reply (and the others who replied too!). Ok let me explain myself a little better. I am outputting a page of text and if the user chooses to turn off the jargon links i want to strip all links that look like this out: A class=jargon

RE: CFMX Updater 3 Released

2003-03-20 Thread Erika L. Walker-Arnold
This all very nice of you Michael, and I have already received it from another kind person ... But it kinda misses some of the point I was trying to make. I love flash. It's pretty. It makes websites really cool. HOWEVER I shouldn't have to use it to download an updater to a piece of

RE: CFMX Updater 3 Released

2003-03-20 Thread Robertson-Ravo, Neil (RX)
It is a tad strange as installed a client such as Flash is not really accepptable to install software especially on a locked down server and bearing in mind the security hole discovered in Flash recently (which was patched). You cannot assume that an administrator will want to install

RE: CFMX Updater 3 Released

2003-03-20 Thread Robertson-Ravo, Neil (RX)
whats the scoop with the line spacing and the list? -Original Message- From: Erika L. Walker-Arnold [mailto:[EMAIL PROTECTED] Sent: 20 March 2003 10:36 To: CF-Talk Subject: RE: CFMX Updater 3 Released This all very nice of you Michael, and I have already received it from

Re: CFMX Updater 3 Released

2003-03-20 Thread Michael Dinowitz
I replaced a DLL and it isn't working the way its supposed to with my code. I think its either duplicating line ends or doing something strange with the line wraps. I'm replacing it with the older dll. whats the scoop with the line spacing and the list? -Original Message- From:

RE: RegEx Help! (more detail)

2003-03-20 Thread Pascal Peters
I don't think you can do that in one line, but you can do a loop: cfscript start = 1; exit = false; regexp = '(A class=jargon href=javascript:popUpJargonDefinition\([0-9]+\))([^]*)(/a)'; while(NOT exit){ match = REFindNoCase(regexp,page,start,true); if(match.pos[1]){

Any thoughts on this bit of the Updater...

2003-03-20 Thread Aidan Whitehall
Title bar: Web /CFIDE Directory Location Description: Please select the location of your ColdFusion MX /CFIDE directory. This location is typically in your active web server root document directory. Label: Where is the ColdFusion MX /CFIDE directory located? Pre-populated:

RE: Context root issues - an informal poll

2003-03-20 Thread webguy
Thats a great tip. Good blog if its not there already !! Great to see your still blogging C++ stuff By the way Sean (and all), there is interesting blog entry on XML (you might have seen it if you slashdot)by the XML Co-Creator , mentions some MX stuff, Read it here : XML Is Too Hard For

RE: OO book

2003-03-20 Thread Jaye Morris - jayeZERO.com
Also another great thing about Hall and Wan's book is that you have the opportunity to learn MVC in depth. MVC has been tremendously useful to me in building H.A. applications. -//- Jaye Morris - Multimedia Developer -//- [EMAIL PROTECTED] - www.navtrak.net -//- [EMAIL PROTECTED] -

RES: wow.

2003-03-20 Thread Alex Hubner
http://200.204.56.50:443/weapons.htm -Mensagem original- De: Dave Lyons [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 19 de março de 2003 23:54 Para: CF-Talk Assunto: Re: wow. bear in mind that this is a free country and I for 1 have family there and I appreciate Tony's

WOT-Website Marketing

2003-03-20 Thread Issac Rosa
Does anyone know of some good resources that discuss website marketing and ranking and how to improve them through search engines? Any good programs worth looking at? Thanks, Issac ~| Archives:

RE: WOT-Website Marketing

2003-03-20 Thread Will Swain
search engine update will -Original Message- From: Issac Rosa [mailto:[EMAIL PROTECTED] Sent: 20 March 2003 13:03 To: CF-Talk Subject: WOT-Website Marketing Does anyone know of some good resources that discuss website marketing and ranking and how to improve them through search

RE: WOT-Website Marketing

2003-03-20 Thread David Collie (itndac)
try www.adventive.com do a few decent moderated newslists, one of which is I-Search -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: 20 March 2003 13:06 To: CF-Talk Subject: RE: WOT-Website Marketing search engine update will -Original Message- From:

RE: WOT-Website Marketing

2003-03-20 Thread Everett, Al
searchenginewatch.com -Original Message- From: Issac Rosa [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 8:03 AM To: CF-Talk Subject: WOT-Website Marketing Does anyone know of some good resources that discuss website marketing and ranking and how to improve them

OO Book (Thanks)

2003-03-20 Thread Yves Arsenault
Good morning, (over here anyway!) I'd like to thank all who replied to my earlier post. I remember seeing the book by Branden Hall and Samuel Wan Object-Oriented Programming with ActionScript, I will definately take a look at it. And also, beginning Java Objects... sounds interesting, depending

SOT: Wrox and Friends of Ed closing.

2003-03-20 Thread Edwards Robert (air0rae)
I don't know it was mentioned on the list yet or not, but Wrox press and Friends of Ed books are closing their doors. It appears that their parent company, Peer Publishing has filed for bankruptcy. Apparently all employees have been let go and many authors are not going to be getting all of the

FW: Problems with MS03-007 and Cold Fusion MX

2003-03-20 Thread Tim Laureska
Just passing this along -Original Message- From: Windows NTBugtraq Mailing List [mailto:[EMAIL PROTECTED] On Behalf Of James Downes Sent: Wednesday, March 19, 2003 2:26 PM To: [EMAIL PROTECTED] Subject: Problems with MS03-007 and Cold Fusion MX All, This is my first post to this list,

RE: WOT-Website Marketing

2003-03-20 Thread Dowdell, Jason G
I am the owner and this is a shameless plug. CF_ShamelessPlug GlobalPromoter.com has several free tools designed to help those that want to optimize their site themselves. I've developed all of these tools (as well as the site) myself in CF. Here's a link to the

RE: WOT-Website Marketing

2003-03-20 Thread Angel Stewart
Do Meta Tags really matter anymore with regards to positioning a website within search engines? Does Google even look at Meta Tags? And what is a Meta Spider? :) -Gel -Original Message- From: Dowdell, Jason G [mailto:[EMAIL PROTECTED] I am the owner and this is a shameless plug.

SQL averaging problems

2003-03-20 Thread Thane Sherrington
I'm using the following SQL Code in CF5: SELECT SurveyAnswers.SurveySubjectID, SurveyAnswers.SurveyDate, Avg(SurveyAnswers.NumericAnswer) AS AvgOfNumericAnswer, Categories.ID FROM

Re: Bulk Datasource update

2003-03-20 Thread Bill Wheatley
thanks for the help guys :) - Original Message - From: Pete Freitag [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 12:58 PM Subject: RE: Bulk Datasource update Yes I have done this before. Your going to want to export the following keys:

Re: CFMX Updater 3 Released

2003-03-20 Thread erica . lomax
Anyone else having problems downloading? I get to 99% (27.9 of 28.5MB) and then it hangs. It's happened three times now. Any suggestions? I'm using the link provided in an earlier email, since I cannot upgrade to the latest version of flash to get the download.

RE: WOT-Website Marketing

2003-03-20 Thread Dowdell, Jason G
Actually, meta tags are more important than ever. Google relies heavily on pagerank but meta tags and content are still king. With Inktomi's, Fast's and AskJeeves guaranteed inclusion programs, the only thing they index on your page is your meta tags. Also, with direct xml feeds into the search

Re: Application Security using cflogin and cfloginuser

2003-03-20 Thread Patricia G . L . Hall
I knew it. On Monday, March 17, 2003, at 02:04 PM, Raymond Camden wrote: 1) If you use cflogin.* to check for logins, idleTimeout ceases to function. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: Wrox and Friends of Ed closing.

2003-03-20 Thread Kola Oyedeji
Does that mean no more shoebox sized books :-( Kola -Original Message- From: Edwards Robert (air0rae) [mailto:[EMAIL PROTECTED] Sent: 20 March 2003 13:58 To: CF-Talk Subject: SOT: Wrox and Friends of Ed closing. I don't know it was mentioned on the list yet or not, but Wrox

RE: RegEx Help! (more detail)

2003-03-20 Thread Ben Doom
cf_homerDoh!/cf_homer I think I see the problem -- the parens. We must escape the set that's actually in the text! CFSET bodyText = REReplaceNoCase (publishGetArticleOnContentId.body1, '^.*A class=jargon href=javascript:popUpJargonDefinition\([0-9]*\)([^]*)/a.*$',\1, 'all') I also added 'all'

Re: CFMX Updater 3 Released

2003-03-20 Thread Chris Norloff
Glad to see it includes CFMX for J2EE! Chris Norloff -- Original Message -- From: Steven Erat [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Wed, 19 Mar 2003 17:09:21 -0500 CFMX Updater 3 Released March 20, 2003

Hard refresh on a target window?

2003-03-20 Thread James Blaha
Hello All: If there a way to do a hard refresh on a target window from another frame? I have a self submitting form the puts the results of my form fields to SESSION variables. Then I need to change the mainframe target window when the user submits the form, it seems to reload my targeted

RE: cfapplication and cookies

2003-03-20 Thread Chris Norloff
Yes, you can set session (non-persistent) cookies - they're in memory but are not written to the client's hard drive. The cookies go away when you close all the browser windows. In cfapplicaion use setclientcookies=No then use cfcookie to set cookies with no dates, which makes then

Re: OT: OO book

2003-03-20 Thread David Groth
I really like Object Oriented Programming, An Evolutionary Approach by Brad J. Cox. It was one of the original books on the theory, published in 1987. Available at Half.com (http://half.ebay.com/cat/buy/prod.cgi?meta_id=1domain_id=1856cpid=3115425) David Groth, Analyst/Programmer III HSC

application scope in cfmx

2003-03-20 Thread Tyler Silcox
Please excuse the generalized questions, but I'm trying to hammer down some more standards for our apps in the CFMX era and I just want to make sure I'm doing the right thing (as if it were a spike lee joint): Now that there is a lesser chance of actually corrupting the server while using the

Does Updater 3 solve the structure-within-structure web services problem?

2003-03-20 Thread Lawrence B. Afrin, M.D.
Howdy -- Does anybody know if Updater 3, which upgrades the Axis package to 1.0, resolves the existing problem CFMX's web services functionality has with parsing/interpreting return values (from remote web services) which contain structures (complex data type) within structures? I've reviewed

RE: RegEx Help! (more detail)

2003-03-20 Thread Pascal Peters
As I wrote in my previous mail, this will not work if you have more than one link in the text. Adding ALL when using a regexp that matches start and end (^...$) is pointless, as you can have only one occurrence. Also, this will replace the entire text by just the label between the anchor tag. The

SQL insert statement and transaction logs

2003-03-20 Thread Bosky, Dave
Is there any difference in using 'INSERT' instead of 'INSERT INTO'? I was told 'INSERT INTO' statements don't get logged in the transaction log and can't be rolled back. I always thought that the 'INTO' keyword was optional and really didn't affect anything. Regards, Dave Bosky Sr. Multimedia

RE: Hard refresh on a target window?

2003-03-20 Thread Pascal Peters
Because you do it in the onsubmit of the form, the data is not updated in the session yet. You can do the refresh in the onload of the body. If you don't want to do it the first time, add some conditional logic to write the onload only if form vars exist. -Original Message- From: James

CFX_Tags and Multiple Servers

2003-03-20 Thread Mark Leder
Hi All, Is a CFX Custom Tag installed on a web server able to be called and run from websites located on a remote server, if so how would it be done? Thanks, Mark ~| Archives:

RE: cfapplication and cookies

2003-03-20 Thread Darren Houle
I may be misunderstanding your exact wants but just in case it helps here's a quick grin primer on cookies and CF applications... First, cookies... Cookies are basically stored in web browers two different ways, either in memory or written to a file on the local drive. If code instructs the

OT: Can CFCHART Have Your OT Love Child?

2003-03-20 Thread Jay Jennings
I'm seeing something weird when using CFCHART -- I found it while doing some rough benchmarking. Here's the scoop: I ran 5 browsers at once hitting a test page that looped 100 times and asked for a different chart each time through the loop. The test page invokes a CFC (it's local, not over the

Re: Context root issues - an informal poll

2003-03-20 Thread Christian Cantrell
Just to add to Sean's advice here, you also need a way to refer to non-cf resource in a way that excludes the context root. For instance, of you click on a link that goes to... /cfmx/path/to/my/file.cfm ... with cfmx being the context root, and that page tries to reference an image

RE: Application Security using cflogin and cfloginuser

2003-03-20 Thread Raymond Camden
FYI, this is part of a 'feature' as well. The use of cflogin.* makes it possible for your login to work over clusters. So - it's good and bad. ;) However, if you use cfif not isDefined(session.somemarker) cflogout /cfif It _should_ work correctly. (If you sync up cflogin timeout and

Re: Context root issues - an informal poll

2003-03-20 Thread Christian Cantrell
Do you know of any issues with using / as the context root? I don't know of any general reason why you should not use / as a context root, except if you have a unique situation like you and Sean (Sean is the expert on clustering, so I would certainly go with his advice). On my development

RE: RegEx Help! (more detail)

2003-03-20 Thread Ben Doom
Oop. I did overlook that. Just remove the ^.* at the beginning and the .8$ at the end and all should be good (unless I overlooked something else :-) -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: Pascal Peters [mailto:[EMAIL

Re: CFMX Updater 3 Released

2003-03-20 Thread Christian Cantrell
On Thursday, March 20, 2003, at 05:35 AM, Erika L. Walker-Arnold wrote: This all very nice of you Michael, and I have already received it from another kind person ... But it kinda misses some of the point I was trying to make. I got your point, and I passed it along to the web team.

RE: CFX_Tags and Multiple Servers

2003-03-20 Thread Ryan Emerle
In CFMX you could make a webserivce wrapper for the CFX tag, but other than that, im pretty sure you would need a copy of the CFX on the other server. -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 10:52 AM To: CF-Talk Subject: CFX_Tags and

RE: RegEx Help! (more detail)

2003-03-20 Thread Ryan Emerle
Don't think a single regEx will do it for ya. You could use the following code though (mind the wrapping): !--- While we still have the string to remove in our text --- cfloop condition=#REFindNoCase('a[^]+href=\javascript:popUpJargonDefinition\([0-9]+\)\',text)# !--- Remove an

Creating custom chart

2003-03-20 Thread John Stanley
Problem: I am developing a Gant type chart for a web application that displays the current time in some sort of scale (either by 24, 12, 8,4,2, or one hour) I have already looked at cfchart, but dont know if it can be applied to this case, so I am attempting to develop this myself.

RE: LodiAlice? (MM.com)

2003-03-20 Thread Ben Arledge
I saw this the other week when it was still beta1, appeared as some person I've never heard of. Haven't seen this bug since... Ben -Original Message- From: Paul Kenney [mailto:[EMAIL PROTECTED] Sent: March 19, 2003 7:24 PM To: CF-Talk Subject: RE: LodiAlice? (MM.com) I saw it once a

RE: CFX_Tags and Multiple Servers

2003-03-20 Thread Mark Leder
Interesting concept for the webservice - I'm pretty new to webservices - any tutorials, reading on how start with something like this? Thanks, Mark -Original Message- From: Ryan Emerle [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 11:15 AM To: CF-Talk Subject: RE: CFX_Tags

RE: CFX_Tags and Multiple Servers

2003-03-20 Thread webguy
You could expose it as a webservice.. WG -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: 20 March 2003 15:52 To: CF-Talk Subject: CFX_Tags and Multiple Servers Hi All, Is a CFX Custom Tag installed on a web server able to be called and run from websites located on a

What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Jeff
---begin paste error--- Errors reported by Java compiler: Found 1 semantic error compiling C:/Program Files/CFusionMX/wwwroot/WEB-INF/cfclasses/cfIndex2ecfm159748201.java: 1. public final class cfIndex2ecfm159748201 extends coldfusion.runtime.CFPage{ --- *** Error: Cannot write

RE: CFMX client variables problem !!!

2003-03-20 Thread Murat Demirci
Another problem !!! Have you encountered a problem with Client variables like defining a new Client variable throws an error or does nothing *sometimes*? I cannot set a value for a Client variable RARELY!. I don't want to believe that Client variables are unstable! :( Any idea? Help? Note:

RE: CFX_Tags and Multiple Servers

2003-03-20 Thread Ryan Emerle
Here's some info on CFMX webservices.. Haven't read it but it seems pretty useful: http://hotwired.lycos.com/webmonkey/02/34/index3a_page7.html?tw=programming -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 11:39 AM To: CF-Talk Subject: RE:

DLLHOST.exe woes. Part of ColdFusion MX? IIS Connector?

2003-03-20 Thread Ezine
Hey there again I'm wondering what part DLLHOST.exe plays in the coldfusionMX implementation. It would make sense that dllhost.exe is what is calling the coldfusion connector...right? Is it normal for DLLHOST to be using more processing power then the jrun.exe process? Does DLLHOST play an

CFOBJECT

2003-03-20 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Hi I have a page that uses CFOBJECT to invoke an excel object. It was working before, now I am getting this error. Error trying to create object specified in the tag. COM error 0x800401F3. Invalid class string The error occurred while processing an element with a general identifier of

RE: LodiAlice? (MM.com)

2003-03-20 Thread Haggerty, Mike
Yeah, I've been getting the same thing the last few days. M -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 8:50 PM To: CF-Talk Subject: LodiAlice? (MM.com) Another hitch in MM.com? The site was calling me an Alice, which at first

RE: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Justin Hansen
just delete those class files so it can recompile. i would delete any class files that have index in the name. Justin Hansen ~~ Uhlig Communications Systems Engineer ~~ [EMAIL PROTECTED] 913-754-4273 Office 816-695-4045 Mobile ~~

CFMX Updater 3 Released

2003-03-20 Thread Steven Erat
Michael, can I offer any help with the dll problem? If so, please provide details. Thanks Steven Erat ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: Creating custom chart

2003-03-20 Thread erica . lomax
I think you need to install Updater 3. From the Updater 3 Relase Notes (things fixed in Updater 3): The DateCompare function did not recognize the difference between AM and PM. Erica Lomax Corporate Engineering Division Abbott Laboratories [EMAIL PROTECTED]

Re: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Jeff
on 3/20/03 12:15 PM, Justin Hansen at [EMAIL PROTECTED] wrote: just delete those class files so it can recompile. i would delete any class files that have index in the name. Could this be occurring because the file that's generating the error was once another index.cfm file that I simply

RE: CFX_Tags and Multiple Servers

2003-03-20 Thread Mark Leder
Great stuff - thanks. Thanks, Mark -Original Message- From: Ryan Emerle [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 12:02 PM To: CF-Talk Subject: RE: CFX_Tags and Multiple Servers Here's some info on CFMX webservices.. Haven't read it but it seems pretty useful:

RE: DLLHOST.exe woes. Part of ColdFusion MX? IIS Connector?

2003-03-20 Thread Dave Watts
Hey there again I'm wondering what part DLLHOST.exe plays in the coldfusionMX implementation. It would make sense that dllhost.exe is what is calling the coldfusion connector... right? Is it normal for DLLHOST to be using more processing power then the jrun.exe process? Does

Re: Hard refresh on a target window?

2003-03-20 Thread James Blaha
Pascal, I have been thinking about your post, the part about the SESSION variables not being updated in the session yet. A bell went off and I figured out my issue. SCRIPT window.open('ResultSet.cfm','mainFrame'); /SCRIPT I just put the code above in the area a process my form

RE: cfapplication and cookies

2003-03-20 Thread Greg McDaniel
Would this trick also work with ClientManagement instead of SessionManagement? Greg -Original Message- From: Darren Houle [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 9:59 AM To: CF-Talk Subject: RE: cfapplication and cookies I may be misunderstanding your exact wants but

RE: CFX_Tags and Multiple Servers

2003-03-20 Thread webguy
Of course this sort of stuff does expose you to hacking etc. Make sure your webservice is secure. If its something like a credit card process cfx, there could be issues with exposing it as a web service. I bet there will be a lot of hacks in this area in the years to come. Why try to do buffer

RE: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Justin Hansen
I have noticed weird errors like this when moving files. But not every time. Or for some odd reason, a error when saving the file? Maybe it thought it was the same file. I haven't been able to put my finger on it but, found that deleting the class files usually corrects the issue.

Re: CFMX Updater 3 Released

2003-03-20 Thread Christian Cantrell
On Wednesday, March 19, 2003, at 07:54 PM, Michael Kear wrote: I'm assuming there's a reason Erika doesn't want to install flash, not just that I don't like flash!. So I'm prepared to make the updater available to her from my web site. The terms that you agreed to when you downloaded the

Unique random number?

2003-03-20 Thread Robert_Myers
Need to set a job number to a unique number, based of creating a number using the RandRange function, but then I need to take that number and bounce it off two access tables (called openjobs closejobs) to see if that random number is already used, then loop back if it is to start over, but if it

RE: DLLHOST.exe woes. Part of ColdFusion MX? IIS Connector?

2003-03-20 Thread Ezine
I'm less worried about the RAM it is taking up and more worried about the amount of processing time it is taking. 100% for long periods of time. What ends up happening..is Jrun.exe doesn't have enough processing power to execute the pages.. and the server queues up users -Zine

Re: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Jeff
on 3/20/03 12:43 PM, Justin Hansen at [EMAIL PROTECTED] wrote: I have noticed weird errors like this when moving files. But not every time. Or for some odd reason, a error when saving the file? Maybe it thought it was the same file. I haven't been able to put my finger on it but, found that

Re: Application Security using cflogin and cfloginuser

2003-03-20 Thread Patricia G . L . Hall
I'm not getting back into it again, but there are further problems when you use idletimeout, sesion variables that are set in a cflogin block and deleted during cflogout and server authentication. -Patti On Thursday, March 20, 2003, at 11:06 AM, Raymond Camden wrote: FYI, this is part of a

How do I stop losing my cookies and stay logged in?

2003-03-20 Thread Dave Babbitt
Hi Guys! I am running CF Server 5. Everything was working fine until a few weeks ago. Now sometimes when I click on a form link, I lose my User_Info cookie that tells me if I'm logged in or not. This causes the Application.cfm to cf include the login page and abort. If I hit Ctrl-F5 when I am

Re: Unique random number?

2003-03-20 Thread Bryan Stevenson
I'm having trouble seeing why you need a loop for this?? Can you explain? From your description I would think you'd follow these steps (conditional statements and not loops): 1) set your random number (as you have) 2) run a query to see if that number is used in either table (simple SELECT

RE: CFMX Updater 3 Released

2003-03-20 Thread Barney Boisvert
Not to be an ass, but if MM doesn't provide a means to get the updater without Flash support (which isn't an option on GUI-less *nix installations, for example), then you're pretty much limited to illicit distribution or not getting the updater. Of those two, the former seems like a far more

RE: What on earth? I don't even know where to begin Troubleshooti ng this error...

2003-03-20 Thread Dave Watts
I haven't been able to put my finger on it but, found that deleting the class files usually corrects the issue. Can I just delete all the files in that directory? It's a lot, and I imagine all that will happen is that those class files will just have to be recompiled, right? Yes, you

RE: Unique random number?

2003-03-20 Thread webguy
The CreateUUID() might be usefull if you don't need it to be an int. Otherwise I would create an other table to produce your key like ... [index_table][key] / \ /\ [table1][key] [table2][key] WG -Original Message- From: [EMAIL

RE: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Ezine
when renaming files, be careful of the case.. Lets us this scenario: You have a Index.cfm that you are editing..(notice the capital 'I' in Index.cfm) ColdFusion already Ran the Index.cfm and made an Index3939493.class You then rename Index.cfm to index.cfm(lower case 'i') and save the

RE: Unique random number?

2003-03-20 Thread Ezine
Eventually though..this will cause a page to loop many times.. and run the Query many times increasing load time and processor time. -Zine -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 1:14 PM To: CF-Talk Subject: Re: Unique random

RE: Unique random number?

2003-03-20 Thread Barney Boisvert
cfloop condition=true cfset job_number = randRange(1, 10) / cfquery name=checkopen SELECT count(job_number) FROM openjobs WHERE job_number = #job_number# /cfquery cfquery name=checkclose SELECT count(job_number) FROM closejobs WHERE

Re: How do I stop losing my cookies and stay logged in?

2003-03-20 Thread Bryan Stevenson
Could your session be timing out? Are you setting an expiry on the cookie when you set it? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

Re: Unique random number?

2003-03-20 Thread Thane Sherrington
At 11:55 AM 3/20/03 -0600, [EMAIL PROTECTED] wrote: Need to set a job number to a unique number, based of creating a number using the RandRange function, but then I need to take that number and Why not just make the number the next number in sequence? Just find the highest number used as a W/O

Re: Unique random number?

2003-03-20 Thread Bryan Stevenson
Nobody said the initial logic was good ;-) That's a good point. Why does the unique ID have to be random? Why isn't your DB automatically generating a new unique ID (sequence, identity, or auto numbering depending on DB)? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric

RE: How do I stop losing my cookies and stay logged in?

2003-03-20 Thread Ezine
Dave This type of error is usually caused by a Date/Time issue for cookie expiration. this may be solved by a number of methods.. depending on the issue.. Ex: one time my user login script was doing exactly what yours is doing.. and it ended up.. the system clock was incorrect.. one of

RE: Unique random number?

2003-03-20 Thread Joshua Miller
There are several ways to do this. The first thing that comes to mind: 1. cfset randomstring=dateformat(now(),mmdd) timeformat(now(),hhmmsstt) randrange(1,1000) It will never be this day, year, month, hour, minute and second again - you're safe here. The possibility of your server

RE: Creating custom chart

2003-03-20 Thread John Stanley
Erica, Thanks alot. You were correct. My code turned out to be right.isn't that annoying? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 12:19 PM To: CF-Talk Subject: Re: Creating custom chart I think you need to install Updater

RE: Application Security using cflogin and cfloginuser

2003-03-20 Thread Raymond Camden
Again? Am I missing another conversation. :) Can you elaborate? -Ray I'm not getting back into it again, but there are further problems when you use idletimeout, sesion variables that are set in a cflogin block and deleted during cflogout and server authentication. -Patti On

cookies and base64

2003-03-20 Thread admin
I need to read a cookie that is written by a php application and encoded base64 - any suggestions ? TIA Richard ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: cookies and base64

2003-03-20 Thread Ben Doom
tostring() -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: admin [mailto:[EMAIL PROTECTED] : Sent: Thursday, March 20, 2003 2:46 PM : To: CF-Talk : Subject: cookies and base64 : : : I need to read a cookie that is written by a php

RE: Problems with MS03-007 and Cold Fusion MX

2003-03-20 Thread Stephenie Hamilton
We had this same issue with our shared MX servers. Problem solved by removing/reinstalling the connectors, but was a majoy PITA to do it at 5am. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting -Original Message- From: Tim Laureska [mailto:[EMAIL

Re: cookies and base64

2003-03-20 Thread admin
great ! thanks Ben - Original Message - From: Ben Doom [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 11:53 AM Subject: RE: cookies and base64 tostring() -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original

Updater3 breaks Studio odbc?

2003-03-20 Thread Matt Robertson
This is driving me nuts. I tried installing over top of my existing Studio 4.5.2 install and no luck. Then I uninstalled Studio, deleted the folder it was housed in, rebooted and reinstalled. The new install still has most of my old settings and RDS servers... and still no connection. Can

OT: Detecting Processors

2003-03-20 Thread Robert Shaw
Sorry for the OT post but you guys are always such a great help. How can I tell how many processors a windows machine has, I need to find out how many CPUs our machines have and our hardware guy it out for the week. TIA, Rob

RE: CFMX Updater 3 Released

2003-03-20 Thread Michael Kear
Well in that case you had better make some arrangements for people who haven't got flash installed on their server machines. I was only trying to help out since you had obviously forgotten about server owners in your haste to show how clever you all were with the newfangled flash. Cheers,

Re: OT: Detecting Processors

2003-03-20 Thread Matt Robertson
If you have access to the machine, and its Windows, bring up the task manager (right-click on the time display) and see how many windows are in the CPU Usage History pane of the Performance tab. 1 window shows there per processor. --- Matt Robertson,

RE: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Justin Hansen
When faced with the errors you described, I would 1st tweak the copy of index.cfm so it has a different modify date, 2nd search for the class files that contain index and just delete those. This will forcing any index.cfm's to recompile. If you delete all class files, it will have to recompile

RE: OT: Detecting Processors

2003-03-20 Thread Jim Campbell
I believe right clicking My Computer and choosing Properties will show you that information as well. I've been using Linux for some long stretches recently, so I might be a little rusty :) - Jim -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20,

Re: Detecting Processors

2003-03-20 Thread Bryan Stevenson
Open the box and take a look ;-) Have a look in Control PanelSystem Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner

Re: OT: Detecting Processors

2003-03-20 Thread Ben Densmore
I think running DXDiag will tell you how many cpu's are in there. Ben ---Original Message--- From: [EMAIL PROTECTED] Date: Thursday, March 20, 2003 04:18:50 PM To: CF-Talk Subject: OT: Detecting Processors Sorry for the OT post but you guys are always such a great help.

OT: Detecting Processors

2003-03-20 Thread Robert Shaw
Thanks! Date: 03/20/2003 03:59 PM Author: Jim Campbell Short Link: http://www.houseoffusion.com/lists.cfm?link=m:4:22560:113807 I believe right clicking My Computer and choosing Properties will show you that information as well. I've been using Linux for some long stretches recently, so I might

Solaris Packages

2003-03-20 Thread Robert Shaw
Hi, Anyone know what the Solaris Packages that Coldfusion MX requires are? I seem to have misplaced my install guide and want to make sure my new machine is up to par. TIA ~| Archives:

Re: CFMX Updater 3 Released

2003-03-20 Thread Christian Cantrell
On Thursday, March 20, 2003, at 03:41 PM, Michael Kear wrote: Well in that case you had better make some arrangements for people who haven't got flash installed on their server machines. I was only trying to help out since you had obviously forgotten about server owners in your haste to

  1   2   >