Re: what is faster?

2014-03-07 Thread Justin Scott
> First: assuming that you have a finite amount of time - I think that's > a safe assumption - you would be far better served optimizing your > SQL and your asynchronous processing. I've been working with CF > for many years, and I've looked at a lot of applications, and it's very > rare that I fi

Re: what is faster?

2014-03-07 Thread Dave Watts
easuring something serially doesn't mean that those measurements will also apply to parallel operations. In other words, what runs faster with one user doesn't necessarily run faster with ten users. You really need to test things concurrently to get a useful measure, and running concurrent test

Re: what is faster?

2014-03-06 Thread Russ Michaels
or even www.cflive.net On Thu, Mar 6, 2014 at 5:48 PM, Justin Scott wrote: > > > > > to compare 2 queries > > or > > sticking the queries into an array and then > > > > TryCF.com is great for stuff like this. Plug this code into TryCF.com > and give it a whirl... > > > > qry1 = queryNew("

Re: what is faster?

2014-03-06 Thread Justin Scott
> > to compare 2 queries > or > sticking the queries into an array and then > TryCF.com is great for stuff like this. Plug this code into TryCF.com and give it a whirl... qry1 = queryNew("x,y,z"); queryAddRow(qry1, 500); qry2 = queryNew("x,y,z"); queryAddRow(qry2, 500); timeStart = getTi

Re: what is faster?

2014-03-06 Thread Russ Michaels
just turn on your debug output and you can test this yourself. runs the first code a few times, look at the average execution time now do the same for the second code On Thu, Mar 6, 2014 at 5:25 PM, Paul Ihrig wrote: > > > to compare 2 queries > > or > > sticking the queries into an array an

what is faster?

2014-03-06 Thread Paul Ihrig
to compare 2 queries or sticking the queries into an array and then ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoff

Re: What to do about system prompts for Java updates

2013-07-03 Thread Eugene Colucci
>Absolutely as Russ pointed out, you can use java 7 if you would like, >infact java 7 has more security fixes than java 6. I probably think there >is a updated version of coldfusion9 which supports java 7, hope my memory >is right. >On 3 Jul 2013 01:51, "Russ Michaels" wrote: > >> I apologize fo

Re: What to do about system prompts for Java updates

2013-07-02 Thread Pradeep Viswanathan Rajasekaran
FUSION'S PROPER FUNCTIONING, should > I > > install the Java updates when prompted or ignore the prompts to update my > > Java installations? If I should install, do I install the updates in > > C:\ColdFusion\runtime\jre overwriting what already is there so that my CF > >

Re: What to do about system prompts for Java updates

2013-07-02 Thread Russ Michaels
Java updates when prompted or ignore the prompts to update my > Java installations? If I should install, do I install the updates in > C:\ColdFusion\runtime\jre overwriting what already is there so that my CF > Server recognizes the updated Java version or install the Java updates > else

What to do about system prompts for Java updates

2013-07-02 Thread Eugene Colucci
to 1.7.whatever. WITH REGARD TO COLDFUSION'S PROPER FUNCTIONING, should I install the Java updates when prompted or ignore the prompts to update my Java installations? If I should install, do I install the updates in C:\ColdFusion\runtime\jre overwriting what already is there so that

RE: What would you call high traffic for CF8 standard?

2013-06-14 Thread Mark A. Kruger
2013 10:04 AM To: cf-talk Subject: RE: What would you call high traffic for CF8 standard? Just to round this off. It seems I've solved the issue today. Thankfully. It turns out one of the ATS vendors has been posting jobs en-masse repeatedly at a rate of a few thousand per minute. There are

Re: What would you call high traffic for CF8 standard?

2013-06-14 Thread Steve 'Cutter' Blades
+1 for FusionReactor. It Rocks Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author "Learning Ext JS 3.2" Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-b

Re: What would you call high traffic for CF8 standard?

2013-06-14 Thread Russ Michaels
ssing > meant it was pretty much running constantly. > > I've temporarily paused the import routines and stopped accepting posts to > see what the performance difference is on the server. It's quite dramatic. > > Where I was seeing 1.2 million queries every 5 minutes I&#x

RE: What would you call high traffic for CF8 standard?

2013-06-14 Thread Paul Vernon
was pretty much running constantly. I've temporarily paused the import routines and stopped accepting posts to see what the performance difference is on the server. It's quite dramatic. Where I was seeing 1.2 million queries every 5 minutes I'm now seeing 250,000 queries in 5 minut

Re: What would you call high traffic for CF8 standard?

2013-06-14 Thread Jochem van Dieten
On Thu, Jun 13, 2013 at 7:49 PM, Paul Vernon wrote: > The sites already make extensive use of NOLOCK hints especially around the > job search functions. > If you have control over the database server the easiest way to solve most database locking issues when your usage pattern is read-mostly is

Re: What would you call high traffic for CF8 standard?

2013-06-13 Thread Brian Cain
27;m not finding a lot to criticize :) >> >> -Mark > > Thanks. It just crashed again. Albeit the reliability is much improved over > what it was by reducing the time for cleaning up connections and switching > the memory allocations around as I've noted previously. > > This

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
> Yeah... again I would say you are getting all you can out of this > setup. I'm not finding a lot to criticize :) > > -Mark Thanks. It just crashed again. Albeit the reliability is much improved over what it was by reducing the time for cleaning up connections and swi

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
> That should work on 2005 and above as best I know. Not sure about > 2000. Not SQL 2000 then :-( > Also, I noticed in the trace, some of the queries look a bit > sequential, based on the parameters. Maybe like you are looping over a > result set and doing queries for each record in that fi

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Mark A. Kruger
From: Paul Vernon [mailto:paul.ver...@web-architect.co.uk] Sent: Thursday, June 13, 2013 12:49 PM To: cf-talk Subject: RE: What would you call high traffic for CF8 standard? > Locks and blocks can occur and have no overall impact on general DB > server > performance - but still bring

Re: What would you call high traffic for CF8 standard?

2013-06-13 Thread Byron Mann
be a huge improvement point. Byron Mann Lead Engineer & Architect HostMySite.com On Thu, Jun 13, 2013 at 1:49 PM, Paul Vernon < paul.ver...@web-architect.co.uk> wrote: > > Hi Byron, > > > Here's a simple one to show you real time what is executing on the >

Re: What would you call high traffic for CF8 standard?

2013-06-13 Thread Russ Michaels
are you checking for hung requests when the issues occur? On Thu, Jun 13, 2013 at 6:49 PM, Paul Vernon < paul.ver...@web-architect.co.uk> wrote: > > Hi Byron, > > > Here's a simple one to show you real time what is executing on the > > server. > >

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
Hi Byron, > Here's a simple one to show you real time what is executing on the > server. What version of SQL Server is that for? Paul ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
> Locks and blocks can occur and have no overall impact on general DB > server > performance - but still bring down your site because they prevent other > queries from completing. I'd bet my left eye that's what's happening. > Here's > what I would do

Re: What would you call high traffic for CF8 standard?

2013-06-13 Thread Byron Mann
Here's a simple one to show you real time what is executing on the server. set transaction isolation level read uncommitted go SELECT s.blocked as blockedBy, r.session_id, st.text, r.status, r.command, r.cpu_time, db_name(r.database_id), object_name(st.objectid, r.databa

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Mark A. Kruger
Paul, Locks and blocks can occur and have no overall impact on general DB server performance - but still bring down your site because they prevent other queries from completing. I'd bet my left eye that's what's happening. Here's what I would do. * monitor for locks and blo

Re: What would you call high traffic for CF8 standard?

2013-06-13 Thread Steve 'Cutter' Blades
In my experience, many "CF" problems are actually DB performance issues. Not the DB server, per se, but a specific datasource and the queries running against it. Run your trouble queries through a query optimizer, and ensure you have the best query written for the task. Check out your indexes

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
After looking through the logs (and there are a lot of logs) when the server crashes, the first thing to start appearing is cfquery timing out. The DB however is fully responsive to other clients when this happens, so the issue is CF data source related rather than the DB directly. This all happen

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Mark A. Kruger
riginal Message- From: Paul Vernon [mailto:paul.ver...@web-architect.co.uk] Sent: Thursday, June 13, 2013 5:51 AM To: cf-talk Subject: RE: What would you call high traffic for CF8 standard? I've been looking at the memory usage over the last 24 hours and spotted an optimisation that may bene

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Mark A. Kruger
Great points Byron. -Original Message- From: Byron Mann [mailto:byronos...@gmail.com] Sent: Wednesday, June 12, 2013 9:26 PM To: cf-talk Subject: RE: What would you call high traffic for CF8 standard? Being a job site, aside from the search, are the other CF pages really dynamic? You

RE: What would you call high traffic for CF8 standard?

2013-06-13 Thread Paul Vernon
I've been looking at the memory usage over the last 24 hours and spotted an optimisation that may benefit the server. The MaxPermSize was set to 384MB and the Eden space was set to 256MB. Looking at the memory usage, the MaxPermSize was nowhere near its limit and the Eden space was so I've swappe

RE: What would you call high traffic for CF8 standard?

2013-06-12 Thread Byron Mann
Being a job site, aside from the search, are the other CF pages really dynamic? You could maybe do things like dump all the job descriptions and corporate jargon pages to html a couple times a day and serve those instead. If you have that many page hits, ask yourself how many unique users you hav

RE: What would you call high traffic for CF8 standard?

2013-06-12 Thread Mark A. Kruger
Paul, These settings are in line with what I would expect and implement myself. I don't have much to criticize here - but I will noodle with you :) You have Simultaneous requests set to 50. Check your proc usage you might be able to go a touch higher if you have 8 cores - say 64 or 72 ..

Re: What would you call high traffic for CF8 standard?

2013-06-12 Thread Mark Drew
I am with Russ on this. Get Fusion Reactor, and start getting *REAL* information about how your server is running then you can make choices about what to change. The number of queued requests my lead you to increase the memory and the problem to go away (for example) but without knowing, you

Re: What would you call high traffic for CF8 standard?

2013-06-12 Thread Russ Michaels
is what is making you avoid the suggestion. This will show you much more info about memory, cpu usage, how many requests are running, how many are queued, what requests are taking a long time etc. On Wed, Jun 12, 2013 at 4:55 PM, Paul Vernon < paul.ver...@web-architect.co.uk> wrote: &

RE: What would you call high traffic for CF8 standard?

2013-06-12 Thread Paul Vernon
> I assume this is 32bit given the amount of RAM. If by 750 pages per > second > (bursts up to 1250-1500) you mean ColdFusion templates executing (and I > assume you do) then you are getting quite a bit out of the server I'd > say > and making good use of your xeon 3.3's :) Your options for tweak

Re: What would you call high traffic for CF8 standard?

2013-06-12 Thread Steve 'Cutter' Blades
You can also look at your CF allocation in your jvm.config. The default is 512kb, which is pretty small. With everything you have running on this machine, your options here may be limited, and in a 32bit environment you might only be able to bump this up to 1400 on the top end. Steve 'Cutter'

RE: What would you call high traffic for CF8 standard?

2013-06-12 Thread Mark A. Kruger
AM To: cf-talk Subject: What would you call high traffic for CF8 standard? I'm currently experiencing stability issues with CF 8 standard due to what I think is high traffic loads on the sites its running. There are 6 sites on this particular instance of CF8 and collectively they're aver

Re: What would you call high traffic for CF8 standard?

2013-06-12 Thread Russ Michaels
that is a lot for standard edition. Enterprise is meant to be able to handle more connections, but I have never tested the difference. how many simultaneous requests have you got it set to handle. average should be 10 per cpu/core but you will need to tweak to see what it can handle. It also

What would you call high traffic for CF8 standard?

2013-06-12 Thread Paul Vernon
I'm currently experiencing stability issues with CF 8 standard due to what I think is high traffic loads on the sites its running. There are 6 sites on this particular instance of CF8 and collectively they're averaging at around 750 pages per second which result in around 6000 SQL q

Re: (ot) what in a ajax page could block a jquery click listener?

2013-06-05 Thread Rick Faircloth
ld. > tried to stick a simple move multi select box into an existing page that > does all sort of ajax call i can figure out. > > the jq stuff work fine in most/90% of the site > just this one page it is confusing me.. > > > may have to re-write the form. > sick of ajax a

(ot) what in a ajax page could block a jquery click listener?

2013-06-05 Thread morchella
. sick of ajax and cf7. =] any ideas one what i should look for? a way to catch trap pass what is failing? i appreciate ANY ideas. -m ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: SOT, but... what the heck is MS FrontPage?

2013-02-23 Thread Dave Watts
> > I think if you have FP installed and you use IE and > > you have things configured a certain way, FP will just try to see if > > the site supports FP Extensions. > > Ok, but then, if he is using IE, shouldn't MSIE appear somewhere in the user > agent ? > IF the user agent is "Mozilla/4.0 (com

Re: SOT, but... what the heck is MS FrontPage?

2013-02-23 Thread Claude Schnéegans
>>Why on earth would you forbid HEAD? I thought it was, because the response was not 200, but it is not. The response is actaully 206, which is normal. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-C

Re: SOT, but... what the heck is MS FrontPage?

2013-02-23 Thread Claude Schnéegans
>>I think if you have FP installed and you use IE and you have things configured a certain way, FP will just try to see if the site supports FP Extensions. Ok, but then, if he is using IE, shouldn't MSIE appear somewhere in the user agent ? IF the user agent is "Mozilla/4.0 (compatible; MS Fron

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Andrew Grosset
>>> Front Page is an abomination made by Microsoft a few years ago, > >As we used to say back in the day: "Friends don't let friends use >FrontPage". IIRC it dates back to '95. It mangled code. The only thing >worse was NetScape's authoring tool which rendered HTML utterly unreadable. > >A th

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Dave Watts
> So, do I suppose well if I suppose the user is trying to see if he can edit > my site if it is accessible to FrontPage and is not protected? Not necessarily. I think if you have FP installed and you use IE and you have things configured a certain way, FP will just try to see if the site suppor

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Gerald Guido
>> Front Page is an abomination made by Microsoft a few years ago, As we used to say back in the day: "Friends don't let friends use FrontPage". IIRC it dates back to '95. It mangled code. The only thing worse was NetScape's authoring tool which rendered HTML utterly unreadable. A the bad o

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Russ Michaels
t; > - /_vti_inf.html > > - /_vti_bin/shtml.exe/_vti_rpc > > The result is that the visitors are tagged as "bad bot". > > What are they looking for? > > Should I let them go or what? > > > > > > > >

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Scott Stewart
that the visitors are tagged as "bad bot". > What are they looking for? > Should I let them go or what? > > > ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Claude Schnéegans
>>FrontPage is an HTML authoring tool from Microsoft. So, do I suppose well if I suppose the user is trying to see if he can edit my site if it is accessible to FrontPage and is not protected? ~| Order the Adobe Coldfusion An

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Dave Watts
> - it makes requests with methods OPTIONS or HEAD which are forbiden in my > sites; Why on earth would you forbid HEAD? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provi

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Dave Watts
- /_vti_bin/shtml.exe/_vti_rpc > The result is that the visitors are tagged as "bad bot". > What are they looking for? > Should I let them go or what? FrontPage is an HTML authoring tool from Microsoft. It's no longer available, and is famous for crappy HTML. It uses WebDAV t

Re: SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Matt Quackenbush
in my > sites; > - it makes requests for pages that does not exist, like > - /_vti_inf.html > - /_vti_bin/shtml.exe/_vti_rpc > The result is that the visitors are tagged as "bad bot". > What are

SOT, but... what the heck is MS FrontPage?

2013-02-22 Thread Claude Schnéegans
The result is that the visitors are tagged as "bad bot". What are they looking for? Should I let them go or what? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/14302

RE: What is this code doing? Is it harmful?

2013-01-03 Thread Eric Roberts
te earlier. -Original Message- From: Mahcsig [mailto:mahc...@mahcsig.com] Sent: Thursday, January 03, 2013 1:22 PM To: cf-talk Subject: Re: What is this code doing? Is it harmful? It also has an option for cfexecute, and filesetlastmodified, so they could have covered some of their tracks that way.

Re: What is this code doing? Is it harmful?

2013-01-03 Thread Dave Watts
> Thank you all. I am going through all of the sites on that box to see if any > discernible damage has been done and have already > started implementing some of the steps detailed in the Lockdown Guide Dave > mentioned. What a way to start off the new year. Unfortunately,

Re: What is this code doing? Is it harmful?

2013-01-03 Thread Scott Spurlock
Thank you all.  I am going through all of the sites on that box to see if any discernible damage has been done and have already started implementing some of the steps detailed in the Lockdown Guide Dave mentioned.  What a way to start off the new year.   Scott

Re: What is this code doing? Is it harmful?

2013-01-03 Thread Mallory Woods
e a website that doesn't get > > much use inbetween biannual meetings. > > > I just noticed the following code that was inserted into one of the > > subfolder's index.cfm files. I'm not seeing any > > > other changes in any other file (yet) and the server doe

Re: What is this code doing? Is it harmful?

2013-01-03 Thread Mahcsig
ile (yet) and the server doesn't appear to > have taken a hit, but I'm not even sure what > > this code is doing, how it got there, and whether it's harmful. > > Any code that can write to your server's filesystem is potentially > harmful. This code appears t

Re: What is this code doing? Is it harmful?

2013-01-03 Thread Dave Watts
e (yet) and the server doesn't appear to have > taken a hit, but I'm not even sure what > this code is doing, how it got there, and whether it's harmful. Any code that can write to your server's filesystem is potentially harmful. This code appears to do that, along with

What is this code doing? Is it harmful?

2013-01-03 Thread Scott Spurlock
doesn't appear to have taken a hit, but I'm not even sure what this code is doing, how it got there, and whether it's harmful.  Next steps (other than yanking out the code, which I've already done)???     O=O&Expandpath("./")&Chr(9); for(c=65;c lt 91;c=c+1)

Re: What does "+no+post+sending+forms+are+found" do?

2012-09-27 Thread JR
I think this might be from XRumer, a forum/blog spam program. Someone posted about the same message a few months ago. John On Wed, Sep 26, 2012 at 10:00 PM, Les Mizzell wrote: > > On 9/25/2012 6:13 PM, =?ISO-8859-1?Q?Claude_Schn=E9egans wrote: > > It looks like a search engine which is clumsil

Re: What does "+no+post+sending+forms+are+found" do?

2012-09-26 Thread Les Mizzell
On 9/25/2012 6:13 PM, =?ISO-8859-1?Q?Claude_Schn=E9egans wrote: > It looks like a search engine which is clumsily redirecting search result to > some of your pages. > Looking up the IP address it came from: IP: 194.190.33.234 Decimal:3267240426 Hostname: 194.190.33.234 ISP:

Re: What does "+no+post+sending+forms+are+found" do?

2012-09-25 Thread Claude Schnéegans
It looks like a search engine which is clumsily redirecting search result to some of your pages. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Arch

What does "+no+post+sending+forms+are+found" do?

2012-09-25 Thread Les Mizzell
In what looks like an injection attempt or something (?), what exactly does the following do? somepage.cfm?Result:+using+proxy+177.103.197.203:8080;+no+post+sending+forms+are+found; I've got a script in my application file that's stopped/caught a bunch of these over the las

Re: Load Testing - what to look for and monitor/report

2012-02-12 Thread Dave Watts
> We're doing performance analysis and looking for bottlenecks ... In that case, you want to test a single server only, at least to start. You'll need to define user paths that are most likely to be followed by users within the application, and define timers for each step of the user path (where

RE: Load Testing - what to look for and monitor/report

2012-02-11 Thread Brook Davies
Dave Watts [mailto:dwa...@figleaf.com] Sent: February-11-12 7:46 AM To: cf-talk Subject: Re: Load Testing - what to look for and monitor/report > Anyhow, what I really want to know from you experts is what should I > be watching and recording during these load tests? Generally, you're intere

Re: Load Testing - what to look for and monitor/report

2012-02-11 Thread Dave Watts
> Anyhow, what I really want to know from you experts is what should I be > watching and recording during these load tests? Generally, you're interested in response time and throughput. > Also should I pair down from a load balanced solution to a single server to > make it ea

Load Testing - what to look for and monitor/report

2012-02-10 Thread Brook Davies
environment is virtualized running on vmware on Dell 610s (in case any one cared..).. Anyhow, what I really want to know from you experts is what should I be watching and recording during these load tests? Also should I pair down from a load balanced solution to a single server to make it easier to

Re: Is what I'm trying to do with XML even possible?

2012-01-04 Thread Dave Watts
> In trying to achieve step number 1, I tried to create a document > on my hard drive.  Should this code not create an xml document > on my e: drive? All you need to fetch a file is a single CFHTTP with the PATH and FILE attributes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: Is what I'm trying to do with XML even possible?

2012-01-04 Thread Raymond Camden
t  =  '60'       > > >     > >     >     > >     output="#myXMLDocument#"> > > > > -Original Message- > From: Dave Watts [mailto:dwa...@figleaf.com] > Sent: Wednesday, January 04, 2012 10:52 AM > To: cf-talk > Subject: Re

RE: Is what I'm trying to do with XML even possible?

2012-01-04 Thread Rick Faircloth
al Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Wednesday, January 04, 2012 10:52 AM To: cf-talk Subject: Re: Is what I'm trying to do with XML even possible? > Is this even possible given the way the info is provided? > In order to get that kind of looping over each c

Re: Is what I'm trying to do with XML even possible?

2012-01-04 Thread Dave Watts
it's definitely possible. However, you probably don't want to do it all at runtime, if information doesn't change that frequently. For example, I doubt that the categories change every day. So, here's what I'd do. 1. Fetch the XML files periodically, based on their Last-Mod

RE: Is what I'm trying to do with XML even possible?

2012-01-04 Thread Che Vilnonis
ge- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Wednesday, January 04, 2012 10:38 AM To: cf-talk Subject: Is what I'm trying to do with XML even possible? Hi, all... I've been banging my head against this XML wall for over a week now and either I just don't get i

Is what I'm trying to do with XML even possible?

2012-01-04 Thread Rick Faircloth
Hi, all... I've been banging my head against this XML wall for over a week now and either I just don't get it or what I'm trying to do is not possible given what the vendor is providing. The vendor of product info provides 3 ways to access product information: Categories, Produ

RE: What the heck

2011-08-22 Thread Bobby Hartsfield
> What am I missing here That would be quotes... isdefined('session.userid') Prepare yourself for the suggestions of changing to structKeyExists(session, 'userid') .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Me

Re: What the heck

2011-08-22 Thread Michael Grant
It doesn't really matter, but I just... can't... let... it... slide. No need for a single hash in this code. On Mon, Aug 22, 2011 at 2:16 PM, Robert Harrison wrote: > > > Your comment mentions cookie .. should it be ("cookie.userid")? > > Th

RE: What the heck

2011-08-22 Thread Paul Giesenhagen
Is what I would do Same with Session -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Monday, August 22, 2011 1:16 PM To: cf-talk Subject: RE: What the heck > Your comment mentions cookie .. should it be ("cookie.userid")? That&#

RE: What the heck

2011-08-22 Thread Robert Harrison
> Your comment mentions cookie .. should it be ("cookie.userid")? That's further down :-) Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F

RE: What the heck

2011-08-22 Thread Paul Giesenhagen
Your comment mentions cookie .. should it be ("cookie.userid")? -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Monday, August 22, 2011 12:51 PM To: cf-talk Subject: What the heck What am I missing here Element USERID is undefined

Re: What the heck

2011-08-22 Thread David McGuigan
IsDefined takes a string. But you'll want to do structKeyExists instead anyway. On Mon, Aug 22, 2011 at 11:50 AM, Robert Harrison < rob...@austin-williams.com> wrote: > > What am I missing here > > Element USERID is undefined in SESSION. > The error occurr

RE: What the heck

2011-08-22 Thread DURETTE, STEVEN J (ATTASIAIT)
It should be isdefined requires what you are looking for to be in quotes unless the variable name you are looking for is stored in session.userid. Steve -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Monday, August 22, 2011 1:51 PM To: cf-talk

RE: What the heck

2011-08-22 Thread Robert Harrison
. Plug in to our blog: A&W Unplugged http://www.austin-williams.com/unplugged -Original Message- From: Wil Genovese [mailto:jugg...@trunkful.com] Sent: Monday, August 22, 2011 1:53 PM To: cf-talk Subject: Re: What the heck You're missing quotes. 1 : 2 : 3 : Wil Genove

Re: What the heck

2011-08-22 Thread Wil Genovese
You're missing quotes. 1 : 2 : 3 : Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Aug 22, 2011, at 12:50 PM, Robert Harrison wrote: > > What am I missing here > > Element US

What the heck

2011-08-22 Thread Robert Harrison
What am I missing here Element USERID is undefined in SESSION. The error occurred in C:\inetpub\wwwroot\vaughn_college_portal\_main_securecheck.cfm: line 3 1 : 2 : 3 : ~| Order the Adobe Coldfusion Anthology now! http

Re: What happened to my CF Builder install?

2011-06-17 Thread Greg Morphis
that and installed it. > >>> Now I open CF Builder 2 and none of the keywords are color coded, all > >> text > >>> is black, all the keywords are underlined with e.g "The word > >> 'arrayappend' > >>> is not correctly spelled"

Re: What happened to my CF Builder install?

2011-06-17 Thread Wil Genovese
Now I open CF Builder 2 and none of the keywords are color coded, all >> text >>> is black, all the keywords are underlined with e.g "The word >> 'arrayappend' >>> is not correctly spelled" when you

Re: What happened to my CF Builder install?

2011-06-17 Thread Greg Morphis
not correctly spelled" when you mouse over. > > The Getting Started page loaded fine.. I chose the ColdFusion perspective > > and I had to re-add my CF server. That's all good but what about the > > editor.. why is it hosed now and how to I get it back? > > > >

Re: What happened to my CF Builder install?

2011-06-17 Thread Wil Genovese
rd 'arrayappend' > is not correctly spelled" when you mouse over. > The Getting Started page loaded fine.. I chose the ColdFusion perspective > and I had to re-add my CF server. That's all good but what about the &

What happened to my CF Builder install?

2011-06-17 Thread Greg Morphis
nd' is not correctly spelled" when you mouse over. The Getting Started page loaded fine.. I chose the ColdFusion perspective and I had to re-add my CF server. That's all good but what about the editor.. why is it hosed now

RE: What am I missing with this code? (Javascript)

2011-06-12 Thread Rick Faircloth
Excellent! Thanks! -Original Message- From: Jason Fisher [mailto:ja...@wanax.com] Sent: Sunday, June 12, 2011 4:42 PM To: cf-talk Subject: Re: What am I missing with this code? (Javascript) Not sure, but now that I look at it, you don't need to pass slidePosition around at al

Re: What am I missing with this code? (Javascript)

2011-06-12 Thread Jason Fisher
Not sure, but now that I look at it, you don't need to pass slidePosition around at all now that it's a global variable. Try this: var slidePosition = 1; $(document).ready(function() { playTrack();

RE: What am I missing with this code? (Javascript)

2011-06-12 Thread Rick Faircloth
on = ' + slidePosition); playTrack(slidePosition); }; -Original Message- From: Jason Fisher [mailto:ja...@wanax.com] Sent: Sunday, June 12, 2011 3:06 PM To: cf-talk Subject: Re: What am I missing with this code? (Javascript) You declared slidePosition as a local

Re: What am I missing with this code? (Javascript)

2011-06-12 Thread Jason Fisher
You declared slidePosition as a local variable inside the ready() function, so it doesn't exist for the other functions. Try making it global, like this: var slidePosition = 0; $(document).ready(function() { playTrack(slidePosition);

What am I missing with this code? (Javascript)

2011-06-12 Thread Rick Faircloth
Hi, guys... With all the chatter about Homesite and the reminiscing about the "good ole days" of programming, I thought I'd give you something more up-to-date to think about. This is part of a larger CF/jQuery application that I just can't figure how to get running properly. I'm sure it's how I

Re: What does this URL mean?

2011-04-10 Thread Peter Boughton
Here's a page which explains how URLs are made up: http://hybridchill.com/anatomy-of-a-url.html And here's how your URL divides: Protocol = http Server = //localhost Script Name = /students/index.cfm Path Info = /register Query String = action=studentreg It's possible (but unlikely) that "stud

Re: What does this URL mean?

2011-04-09 Thread Dave Watts
> http://localhost/students/index.cfm/register?action=studentreg > > I did not understand the use of 'register' after index.cfm. Can anyone please > help me understand > what it could mean? There is a index.cfm file in students folder. Could > register be a folder n

RE: What does this URL mean?

2011-04-09 Thread Andrew Scott
essoms [mailto:wsess...@firstchoiceimages.com] > Sent: Sunday, 10 April 2011 12:00 PM > To: cf-talk > Subject: RE: What does this URL mean? > > > It is probably the name of the page which is stored as a database record and > the url is being constructed through a content management system

RE: What does this URL mean?

2011-04-09 Thread Wilfred Sessoms
] Sent: Saturday, April 09, 2011 8:29 PM To: cf-talk Subject: What does this URL mean? http://localhost/students/index.cfm/register?action=studentreg I did not understand the use of 'register' after index.cfm. Can anyone please help me understand what it could mean? There is a index.c

Re: What does this URL mean?

2011-04-09 Thread Jake Churchill
se of 'register' after index.cfm. Can anyone please help me understand what it could mean? There is a index.cfm file in students folder. Could register be a folder name? > > ~| Order the Adobe Coldfusion Anthology now!

  1   2   3   4   5   6   7   8   9   10   >