RE: cftree on client

2004-12-20 Thread Martin Parry
Afraid you'd have to write and ActiveX Control or Java Applet (Assuming you want it embedded in the web page) which would then need signing by a trusted certification authority (this would need to be a developers licence). Martin Parry Macromedia Certified Developer http://www.BeetrootStreet.co.uk

Re: Updating inventory qty in my DB

2004-12-20 Thread Joe Rinehart
I wouldn't replace the colons with commas - the description could easily contain a comma. Try: UPDATE tblProducts SET qtyOnHand = qtyOnHand - WHERE productCode = On Mon, 20 Dec 2004 22:45:43 -0400, Will Tomlinson <[EMAIL PROTECTED]> wrote: > I'm trying to write some code that updates my

Reservations

2004-12-20 Thread Parker, Kevin
Does anyone know of any shopping cart type CF app that handles reservations e.g. hotel, room, seats etc (Still googling on it but not having much joy) TIA!!! ++ Kevin Parker Web Services Manager WorkCover Corporation p: 08 8233 2548 m: 0418 806 166 e: [EMAIL PROTECTED] w: www.workcover

Re: Can cfmail scale?

2004-12-20 Thread Victor Moore
Thank you. That wasn't the document that I have seen, but I hope it provides enough information to the customer so they feel comfortable with the solution. /regards Victor On Mon, 20 Dec 2004 13:43:18 -0500, Umer Farooq <[EMAIL PROTECTED]> wrote: > No.. just single and the backup(enterprise onl

Updating inventory qty in my DB

2004-12-20 Thread Will Tomlinson
I'm trying to write some code that updates my db with a new qty value after someone makes a purchase on my Mal's shopping cart. You can tell Mal's to run a script via HTTP call after someone completes a purchase. It passes a cart variable to the script, and you can do what you like with it. I'm

RE: ColdFusion security framework

2004-12-20 Thread S . Isaac Dealey
>> -Original Message- >> From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] >> Sent: Monday, December 20, 2004 6:44 PM >> To: CF-Talk >> Subject: Re: ColdFusion security framework >> >> > There's a lot of stuff in there that's just done for >> > extensibility (maybe as much as half the code co

Re: Can cfmail scale?

2004-12-20 Thread Sean Corfield
Umer posted the link to the performance brief that describes this but here's a quote from that PDF document: "Email delivery capability has been increased by as much as 50 times more than ColdFusion 5 and the server can automatically failover to a back-up mail server if the primary server becom

RE: ColdFusion security framework

2004-12-20 Thread Jim Davis
> -Original Message- > From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] > Sent: Monday, December 20, 2004 6:44 PM > To: CF-Talk > Subject: Re: ColdFusion security framework > > > There's a lot of stuff in there that's just done for > > extensibility (maybe as much as half the code covers th

RE: time to cluster, I thinkL

2004-12-20 Thread Jim Davis
> -Original Message- > From: Burns, John D [mailto:[EMAIL PROTECTED] > Sent: Monday, December 20, 2004 11:22 AM > To: CF-Talk > Subject: RE: time to cluster, I thinkL > > Continuing down this line of questioning, what kind of numbers are you > all experiencing when you're having to split t

Re: Can cfmail scale?

2004-12-20 Thread Victor Moore
Thanks Ben, Do you have by any chance a link to the article where it mentions the 1 mil emails sent in one hour. I remember I have read it not a long time ago but I cannot find it now that I need it :) Thanks Victor On Mon, 20 Dec 2004 13:33:43 -0500, Ben Forta <[EMAIL PROTECTED]> wrote: > Vict

RE: css - height 100% - i'd like to kill the crack-addicts who wrote the w3c box model

2004-12-20 Thread Ben Rogers
> Unfortunately it's easier for them that way -- and I suspect it > precedes another round of large numbers of heavily IE only, > non-standard features for use with the new XML in Longhorne. Doesn't > Mozilla do something similar with XUL now tho? The big difference > being that Mozilla isn't selli

Re: OpenSource CF E-Commerce

2004-12-20 Thread Will Tomlinson
I usually use Mal's. Works pretty good and is free or cheap for the premium plan. Will ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lis

OpenSource CF E-Commerce

2004-12-20 Thread oliver
Looks like a very good start. Thanks for the info, Greg. Anyone else knowns another CF application for online stores, please let me know ! :-) | Subject: OpenSource CF E-Commerce | From: Greg Luce <[EMAIL PROTECTED]> | Date: Fri, 17 Dec 2004 15:30:20 -0500 | Thread: http://www.houseoffusion.com/

Re: ColdFusion security framework

2004-12-20 Thread S . Isaac Dealey
>>On 12/20/04 4:17 PM, Jim Davis wrote: >> >>> Is that what you're looking for? >> >>Yes, thanks for the hint! >>Your security framework is probably very good, but a bit >>too complex for >>my needs, I am trying to come up with an easier one for my >>requirements... >> >>Thanks. > No problem. I'm

RE: css - height 100% - i'd like to kill the crack-addicts who wrote the w3c box model

2004-12-20 Thread S . Isaac Dealey
>> Well, your problems are manyfold. >> >> Firstly, you're depending on behaviour that was never >> mandated in the >> specs, that being that a height of 100% means 100% of the >> available >> window area or available area. > I don't think he's "depending" on this behavior. He's > lamenting the fa

Re: cfobject and abcpdf

2004-12-20 Thread Eric McCormick
>> i've never registered a com object on my cf server and i don't >> know how to call it from the cfobject tag. > >You register COM DLLs using regsvr32.exe, which you can call from the >command line like so: > >regsvr32 mydll.dll > >As for the rest, the specifics will depend on the COM object in q

Re: ColdFusion security framework

2004-12-20 Thread Jim Davis
>On 12/20/04 4:17 PM, Jim Davis wrote: > >> Is that what you're looking for? > >Yes, thanks for the hint! >Your security framework is probably very good, but a bit too complex for >my needs, I am trying to come up with an easier one for my requirements... > >Thanks. No problem. I'm working on do

Re: DW loses my sites!! GRRRRR!!!

2004-12-20 Thread John Beynon
i seem remember having experienced it once in dwmx2004 - but mostly i had it under dwmx, jb. On Mon, 20 Dec 2004 16:48:25 -0500, Ray Champagne <[EMAIL PROTECTED]> wrote: > It may be a pain in the butt, but whenever I create a new site in DW, I > always export the site to a common folder on my de

Re: DW loses my sites!! GRRRRR!!!

2004-12-20 Thread Will Tomlinson
I have another question. Since I updated to 6.1, I'm getting an error on all of my Access DSNs. My little java applet went black after the update, so I just type the path in myself. But still no access ones verify. Unable to update the NT registry. Variable DRIVERPATH is undefined. Any idea

Re: Datestamp

2004-12-20 Thread Jason Smith
Disregard that I realized when I was fixing the page I added and extra ' Problem solved thank you I'll see if the report now shows the correct date on submission. At 02:35 PM 12/20/2004, you wrote: >Sorry about that. You use CFQUERYPARAM to wrap the values you pass >into your query. So instead

Re: Datestamp

2004-12-20 Thread Jason Smith
Now when attempting to submit an offer I get new errors ones I'm not particularly familiar with. The cause of this output exception was that: coldfusion.runtime.Cast$DateStringConversionException: The value "'14:55:43" could not be converted to a date.. The error occurred in C:\Inetpub\vorema

RE: DW loses my sites!! GRRRRR!!!

2004-12-20 Thread Ray Champagne
It may be a pain in the butt, but whenever I create a new site in DW, I always export the site to a common folder on my desktop. In the event that Windows crashes, which is usually when I lose all my sites, I just do an import. It sucks, but works. BTW, did DW 2004 fix this issue? Ray At 04

Re: ColdFusion built-in tags and permission-based security framework

2004-12-20 Thread Matt Robertson
> Departments, Roles, Policies, Permissions, Users I do something similar, although the terms I use for them are a bit cattywampus. Profiles contain collections of individual roles (which I suppose are analogous to what most people call 'permissions'... old and bad habit on my part using that nom

RE: DW loses my sites!! GRRRRR!!!

2004-12-20 Thread Damien McKenna
I saw this happen *constantly* when I worked at a company that had several web designers, one girl in particular had it happen weekly while some of us had it happen occasionally. The best thing to do is to keep a backup of the registry keys in question and then when the sites disappear just double

Re: Datestamp

2004-12-20 Thread Barney Boisvert
Sorry about that. You use CFQUERYPARAM to wrap the values you pass into your query. So instead of this; INSERT INTO myTable (agent, dateEntered, timeEntered ) VALUES ('WEB USER', '#theDate#', '#theTime#' ) you'd do this: INSERT INTO myTable (agent, dateEntered, time

Re: DW loses my sites!! GRRRRR!!!

2004-12-20 Thread Will Tomlinson
John, I appreciate it! Never heard of this tool. Well it's downloaded, I'm redefining my damn sites, then I'm gonna RUN that pup! Thanks so much, Will ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net ht

RE: ColdFusion built-in tags and permission-based security framework

2004-12-20 Thread Micha Schopman
Why did you thought it was to strict, you are able to modify roles, and permissions to what you like to? I've spend alot of time setting up a new security framework for my CMS, because the previous one was too simple. What I've come up with is the following: Departments, Roles, Policies, Per

Re: DW loses my sites!! GRRRRR!!!

2004-12-20 Thread John Beynon
god yeah - happens every now and again - probably the inspiration for this guys piece of software, http://mm-exporter.joexx.de/ :) jb On Mon, 20 Dec 2004 16:02:51 -0400, Will Tomlinson <[EMAIL PROTECTED]> wrote: > Anybody ever have a problem with DWMX losing your sites? I shut it down, and >

RE: Major PHP flaw??

2004-12-20 Thread Michael Greenberg
Thanks Moshthats what I was looking for :) -Original Message- From: Mosh Teitelbaum <[EMAIL PROTECTED]> Sent: Dec 20, 2004 4:00 PM To: CF-Talk Subject: RE: Major PHP flaw?? "The Hardened-PHP Project has announced several serious and according to them, easy-to-exploit vulnerabilities

Re: Major PHP flaw??

2004-12-20 Thread Bryan Stevenson
Thanks for the info Good to hear...now there is another language to kick around ;-) Ya get what ya pay for...oh ya...and PHP is free ;-) Merry Ho Ho 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.9

DW loses my sites!! GRRRRR!!!

2004-12-20 Thread Will Tomlinson
Anybody ever have a problem with DWMX losing your sites? I shut it down, and twice now it reopened with all the sites gone! I have to go in a redefine them. This is really pissing me off! Anyone seen this? Thanks, Will ~| S

RE: Major PHP flaw??

2004-12-20 Thread Mosh Teitelbaum
"The Hardened-PHP Project has announced several serious and according to them, easy-to-exploit vulnerabilities within PHP. A flaw within the function unserialize() is rated as very critical for millions of PHP servers, because it is exposed to remote attackers through lots of very popular webapplic

Re: Major PHP flaw??

2004-12-20 Thread Jeff Congdon
http://www.hardened-php.net/advisories/012004.txt all versions of 4 <= 4.3.9 and all versions of 5 <= 5.0.2 are vulnerable. I'd take these seriously, last time I saw a server I use (not mine though :)) owned it was b/c of a PHP buffer overflow. -jc Michael Greenberg wrote: >No other info???

Re: Datestamp

2004-12-20 Thread Jason Smith
I've been reading about CFQUERYPARAM to see where this needs to be inserted to fix my date problem but I am new to CF and I'm most likely overlooking a simple solution can anyone pointme in the right direction or a site that has some better tutorial type information about storing date/time sta

Re: Major PHP flaw??

2004-12-20 Thread Bryan Stevenson
Well it's vague because it's sent to mostly non-technical folks that wouldn't know how to spell PHP ;-)...so the details are a waste of time on them (all they need to know is that there is a problem and who to contact to fix it). The only other tidbit I have until they get back to me is that th

Re: Major PHP flaw??

2004-12-20 Thread Michael Greenberg
No other info??? That seems extremely vague . -Original Message- From: Bryan Stevenson <[EMAIL PROTECTED]> Sent: Dec 20, 2004 3:46 PM To: CF-Talk Subject: Re: Major PHP flaw?? and the line monster ate ithere we go for try # 2: Security Notice: There has been an anouncement of a seri

ColdFusion built-in tags and permission-based security framework

2004-12-20 Thread The Wolf
Hi all, I need to implement a new security framework for my ColdFusion applications (CMS, etc.). I used a role-based security model in the past and I found it too strict, that's why I would like to implement a permission-based security framework now. Check out the following article about the b

Re: Major PHP flaw??

2004-12-20 Thread Bryan Stevenson
and the line monster ate ithere we go for try # 2: Security Notice: There has been an anouncement of a serious security problem with all current versions of PHP, a scripting language that you may be using on your site. PHP is used for many free forum, message board and link management script

Major PHP flaw??

2004-12-20 Thread Bryan Stevenson
Hey All, I just had this sent to me from a local ISP, but without any specificsanybody know anything? I must say it's nice to see that it's no effecting Windows Servers for a change ;-) ~| Special thanks to the CF Commun

Re: ColdFusion security framework

2004-12-20 Thread The Wolf
On 12/20/04 4:17 PM, Jim Davis wrote: > Is that what you're looking for? Yes, thanks for the hint! Your security framework is probably very good, but a bit too complex for my needs, I am trying to come up with an easier one for my requirements... Thanks. ~~~

AW: AW: IgniteFusion anyone?

2004-12-20 Thread Gert Franz
Beta will be out in January, and we already use it in a production environment... Cheers Gert -Ursprüngliche Nachricht- Von: Ryan Jones [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 17. Dezember 2004 08:50 An: CF-Talk Betreff: Re: AW: IgniteFusion anyone? Gert, is Railo ready for a prod

Re: database query

2004-12-20 Thread Deanna Schneider
Ray, use the Access query builder wizard. Select your two tables. If the join line between them doesn't show up automatically, drag the field you want to join from one table to the other. Right click on the line and read the join options. One of the three should be the join you're looking for.

Re: Datestamp

2004-12-20 Thread Barney Boisvert
Use CFQUERYPARAM and your problems will vanish. MySQL is picky about using strings as date literals, so it's getting screwed up. CF formats the default MySQL date value (-00-00 00:00:00) as 11/30/02 for some reason. If you look in the DB, it'll be all zeros though. cheers, barneyb On Mon,

Datestamp

2004-12-20 Thread Jason Smith
After switching a cold fusion application from an access database to mysql I have some strange problems that I am not 100% sure on. Image issues no thumbnails showing up I assume it's related to the original storage location of the images. However one issue I can't seem to correct and has me st

Re: How to detect if a session has timed out?

2004-12-20 Thread Larry White
It depends on how you are handling the logout. If on login you set Session.Userid, for example, to their true userid and on logout you set it to something like '9', that could flag the fact they have logged out but their session has not expired. Just closing the browser doesn't necessarily en

Re: JS issue

2004-12-20 Thread Greg Morphis
Doh! good call! I added.. var sDate=new Date(document.siteReferrals.StartDate.value); var eDate=new Date(document.siteReferrals.EndDate.value); and then compared sDate to eDate and this fixed it.. Thanks a bunch! On Mon, 20 Dec 2004 14:21:58 -0400, Larry White <[EMAIL PROTECTED]>

Plum

2004-12-20 Thread Adam Churvis
If any of you had a problem with requesting a Beta License Key for the Plum Release Candidate, the problem has now been fixed (I forgot to add the new version to the Licensing Wizard). Respectfully, Adam Phillip Churvis Member of Team Macromedia http://www.ProductivityEnhancement.com Download Pl

RE: cfobject and abcpdf

2004-12-20 Thread Dave Watts
> i've never registered a com object on my cf server and i don't > know how to call it from the cfobject tag. You register COM DLLs using regsvr32.exe, which you can call from the command line like so: regsvr32 mydll.dll As for the rest, the specifics will depend on the COM object in question.

Re: JS issue

2004-12-20 Thread Larry White
You may want to try comparing something like 9/10/04 and 11/10/04 and see if it works correctly. Datewise, of course Nov is after Sept, but alphabetically "9" would sort higher than "1". It may be by accident the two strings you submitted worked out OK, but not all of them will. >Not sure but it

cfobject and abcpdf

2004-12-20 Thread McCormick, Eric
hi all - please help a newbie. i've never registered a com object on my cf server and i don't know how to call it from the cfobject tag. i could really use some step-by-step instructions. thanks so much, eric ~| Special tha

Re: JS issue

2004-12-20 Thread Greg Morphis
Not sure but it works just like that, no converting needed. I was thinking that it would have to be date objects myself but hit that submit on accident and it worked so I havent fooled with it. The dates will be in a mm/dd/ or m/d/yy or m/d/yy or mm/dd/yy format, not sure if that helps or not.

Re: JS issue

2004-12-20 Thread Larry White
Just curious, but don't you have to convert the form fields to date objects before they can be compared like that? Or are they in a format so they can be compared as strings? >Yeah it was the missing return in the function call. >I didnt want the onSubmit because this form had 2 submit buttons. >

RE: database query

2004-12-20 Thread Ray Champagne
LOL...thanks for your efforts! Are u subscribed to the cf-community list? If not, and you're prone to getting distracted easily, I would not recommend it. I lose hours sometimes, then end up having to make the lost time up later in the day. People with ADD (I suspect I have it) should steer

Plum V1.0 Release Candidate is now available for download

2004-12-20 Thread Adam Churvis
Productivity Enhancement today released the Release Candidate of its new product, Plum, which combines a code generator with a comprehensive application framework and an effective rapid development methodology. Plum can build a complete website with full administrative control over a large relation

RE: database query

2004-12-20 Thread Emmet McGovern
Hah... I was just about to post that you need a where clause. I've been messing with it for the last half hour! I need to ban list reading during work hours. I want my 1/2 hour back! -e -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004

help! cfobject and abcpdf

2004-12-20 Thread Eric McCormick
hi all - newbie in desperate need of step-bystep instructions on how to install/register the abcpdf object and how to call it with cfobject using CF5 on windows 2k. ~| Special thanks to the CF Community Suite Silver Sponsor - CF

Re: Can cfmail scale?

2004-12-20 Thread Umer Farooq
No.. just single and the backup(enterprise only) Whitepaper on the performance.. the hardware used in it.. from todays.. standard is nothing.. my desktop is 3x better :-).. but gives you an idea.. of the power.. http://www.macromedia.com/software/coldfusion/whitepapers/pdf/6_1/cfmx61_performanc

RE: database query

2004-12-20 Thread Ray Champagne
Hey everyone: Thanks for the pointers and tips. I found the problem. It was painfully simple. I needed to specify which table I wanted to pull the fields from. I still have to get the select all out of there and only pull what I need, but here is the working query statement: SELECT * FROM

RE: css - height 100% - i'd like to kill the crack-addicts who wrote the w3c box model

2004-12-20 Thread Ben Rogers
> Well, your problems are manyfold. > > Firstly, you're depending on behaviour that was never mandated in the > specs, that being that a height of 100% means 100% of the available > window area or available area. I don't think he's "depending" on this behavior. He's lamenting the fact that CSS do

RE: Can cfmail scale?

2004-12-20 Thread Ben Forta
Victor, no, not multiple. Backup (failover) servers may be specified. The key to successfully sending a large volume of mail is to allocate enough mail processing threads, make sure the mail server can handle concurrent logins and all those threads, and keep SMTP connections open. -Origin

RE: database query

2004-12-20 Thread Dave Watts
> From my Googling, I have found that Access doesn't like the join > clause syntax (duh) but I have yet to find the solution. I don't work with Access much, but I'm pretty sure it does in fact support explicit JOIN syntax. I would recommend that you try creating the query within Access' own query

Re: Can cfmail scale?

2004-12-20 Thread Victor Moore
I have read the article and that's the reason I thought that CFMX might work. Can multiple email servers be specified or just the one (and backup) in CFadmin? What will be a decent hardware platform to support this? Are there any white papers on this? Thanks Victor On Mon, 20 Dec 2004 13:18:33 -

Re: database query

2004-12-20 Thread Ray Champagne
Yea, it doesn't like that either. From my Googling, I have found that Access doesn't like the join clause syntax (duh) but I have yet to find the solution. Ray At 01:16 PM 12/20/2004, you wrote: >Try: >Select company_ID, company_name, contact_company_FK, contact_name > From companies, Contacts

RE: Can cfmail scale?

2004-12-20 Thread Ben Forta
Correct, back before 6.1 shipped we clocked Enterprise at over 1,000,000 messages an hour on a dual-CPU box. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 1:16 PM To: CF-Talk Subject: Re: Can cfmail scale? One of the big selling point

Re: Can cfmail scale?

2004-12-20 Thread Umer Farooq
Yes. No problem. However the bottleneck most likly won't be CFMX but your mail server. Make sure to check off.. "Maintain connection to SMTP server" -- Regards, Farooq Victor Moore wrote: > Hi, > > I was wondering if CFMX 6.1 Enterprise can be used as a platform for > relative large number of

Re: database query

2004-12-20 Thread Greg Morphis
Try: Select company_ID, company_name, contact_company_FK, contact_name >From companies, Contacts Where company_ID(+) = contact_company_FK On Mon, 20 Dec 2004 12:37:24 -0500, Ray Champagne <[EMAIL PROTECTED]> wrote: > Yea, that is what I did, but keep getting an error saying "Join not supported"

Re: Can cfmail scale?

2004-12-20 Thread Raymond Camden
One of the big selling points of MX was the speedier email. I _believe_ the quote was 1 million emails an hour for CFMX Enterprise. On Mon, 20 Dec 2004 13:07:00 -0500, Victor Moore <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering if CFMX 6.1 Enterprise can be used as a platform for > relativ

Can cfmail scale?

2004-12-20 Thread Victor Moore
Hi, I was wondering if CFMX 6.1 Enterprise can be used as a platform for relative large number of emails to be sent in a short period of time. This is not for spamming but to notify customers if the service they had subscribed to is being disrupted. They estimate the need to send up to 120K emails

Re: time to cluster, I thinkL

2004-12-20 Thread Umer Farooq
Just my two cents.. We currently run couple of sites that do about.. constant 7Mbps on single CPU 3GB RAM CFMX Pro Server. The system crahses out at around 18-20Mbps (days after Thanksgiving) DB is on a seperate box and seperate nic.. When doing cost estimates keep in mind the cost

Re: updating my date_added from a form fails

2004-12-20 Thread daniel kessler
>Why are you even updating it - if you're just setting it back to the same >created date? Also, you can use oracles default "sysdate" right in your >table definition so that you don't have to add a date at all - if you are >really just tracking the added date and not the updated date. I'm updat

Advertising Re: time to cluster, I thinkL

2004-12-20 Thread Michael Dinowitz
I've found that its worth it based on size and placement. I have the HoF site set to 760 wide content with the remainder as ads. These are seen by most without getting in the way of content. > Thanks... I always wondered. I own a couple of hi traffic travel portals > for our area and was hesit

Re: Question from a beginner on visible invisible divs

2004-12-20 Thread Michael Traher
This is more of a general HTML/Dynamic HTML/javascript type question rather than CF, so there might be better forums for this question. There are proabaly several ways to do this but here is one. Give your div an id attribute with a unique name. Say and also give it a style attribute. For si

RE: database query

2004-12-20 Thread Ray Champagne
Yea, that is what I did, but keep getting an error saying "Join not supported" Here is a copy of the error message I get: Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Join expression not supported. The error occurred

RE: Force user to the login page automatically

2004-12-20 Thread Emmet McGovern
Sure, or in the header if its shared amongst all the pages. -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 11:32 AM To: CF-Talk Subject: Re: Force user to the login page automatically You mean to put the blow code in application.cfm??

RE: database query

2004-12-20 Thread Emmet McGovern
Select company_ID, company_name, contact_company_FK, contact_name >From companies LEFT OUTER JOIN Contacts ON company_ID = contact_company_FK Or RIGHT -e -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 12:23 PM To: CF-Talk Subject: databa

HTTP header containing CFID cookie is being ignored

2004-12-20 Thread Gerald Hurst
My CFM pages are a simple HTML form and a response page containing enough CFML to display CFID, CFTOKEN, and a CLIENT variable or two. These pages work exactly as expected in Internet Explorer and I have watched the HTTP header traffic here and this is also as expected. These pages do not work as

Re: Force user to the login page automatically

2004-12-20 Thread Asim Manzur
You mean to put the blow code in application.cfm?? >Use a timed javascript redirect. Set the timeout length the same as the >session length. You could even do it with a meta refresh. > >emmet > >-Original Message- >From: Asim Manzur [mailto:[EMAIL PROTECTED] >Sent: Monday, Decembe

Re: Question from a beginner on visible invisible divs

2004-12-20 Thread Bryan Stevenson
A quick Google search will find all the info you need on "hide/show div". I'd carefully consider your desired navigation If you have 100's of hike you would have to load ALL of them in ONE RQUEST to populate all the hidden divs. That could really suck if these hikes are highly visual.l

RE: time to cluster, I thinkL

2004-12-20 Thread Emmet McGovern
Thanks... I always wondered. I own a couple of hi traffic travel portals for our area and was hesitant to give advertising space up for something like that. e -Original Message- From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 12:18 PM To: CF-Talk Subject

RE: time to cluster, I thinkL

2004-12-20 Thread Katz, Dov B (IT)
With a lot of traffic (At least for my website), it practically pays for dedicated hosting. >>> On a side note... I noticed you have google adwords. Has it been worth the real estate? Emmet NOTICE: If received in error, please d

Re: Test Posting

2004-12-20 Thread Ray Champagne
You are able. At 11:23 AM 12/20/2004, you wrote: >My last posting did not work, I think. So, I am testing my ability to post. > >Jerry > > ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhost

database query

2004-12-20 Thread Ray Champagne
I have two tables in my DB: Companies: company_ID (PK) company_name etc Contacts: contact_company_FK (FK linked to company_ID) contact_name etc What I need to do is query the DB and get all the companies and all the contacts associated with that company, even if there are no contacts for a p

Re: Question from a beginner on visible invisible divs

2004-12-20 Thread Greg Morphis
What you want is the display attribute. Divs display is normally set at inline IE You can set this to none using JS. document.getElementById('divBlock').style.display='none'; and to set it back document.getElementById('divBlock').style.display='inline'; I use the msdn reference located here.. ht

RE: Force user to the login page automatically

2004-12-20 Thread Emmet McGovern
Use a timed javascript redirect. Set the timeout length the same as the session length. You could even do it with a meta refresh. emmet -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 11:15 AM To: CF-Talk Subject: Force user to the login p

Test Posting

2004-12-20 Thread Gerald Hurst
My last posting did not work, I think. So, I am testing my ability to post. Jerry ~| Special thanks to the CF Community Suite Silver Sponsor - CFDynamics http://www.cfdynamics.com Message: http://www.houseoffusion.com/lists.cfm/

RE: time to cluster, I thinkL

2004-12-20 Thread Katz, Dov B (IT)
With a lot of traffic (At least for my website), it practically pays for dedicated hosting. -Original Message- From: Emmet McGovern [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 12:08 PM To: CF-Talk Subject: RE: time to cluster, I thinkL We have a cluster setup for one of our

RE: time to cluster, I thinkL

2004-12-20 Thread Ben Rogers
In addition, a default install of SQL Server, for instance, will pre-allocate just about all system resources to the SQL Server instance or balance them out among multiple instances. This provides performance benefits over a model in which resources have to be allocated on the fly. >From my experie

Force user to the login page automatically

2004-12-20 Thread Asim Manzur
I have an Application.cfm which timeout the session in 15 min. How is it possible to redirect the user to the logout page automatically when the session expires. i.e. user is on add.cfm page. and he left the screen there and came back to computer after 25 min and he is still on this page. he fi

Question from a beginner on visible invisible divs

2004-12-20 Thread John Munyan
Hi, I am hoping someone can point me to a tutorial or link(s) explaining how I might be able to created visible/invisible divs. My navigation system is made up a myriad of hikes broken down into categories. I would like to create functionality that presents the page collapsed showing the categ

RE: time to cluster, I thinkL

2004-12-20 Thread Emmet McGovern
We have a cluster setup for one of our clients using enterprise and hardware loadbalancing. The sql servers are on internal IP's routing traffic through the secondary nic on the webservers. The site gets roughly 10-16000 visits per day with around 50,000 page views. Every page hits the database.

Hey, question about Dreamweaver, Fireworks, checking out files, etc...

2004-12-20 Thread Jeff Small
Is there a way that anyone knows of, for you to somehow "link" your site with fireworks? If I keep a PNG file in a library folder in my site, I check the source PNG file in, so that if anyone needs to change the PNG file, they have to check it out, just like pages within the site, etc. But that

Re: JS issue

2004-12-20 Thread Greg Morphis
Yeah it was the missing return in the function call. I didnt want the onSubmit because this form had 2 submit buttons. I needed this to be a separate function, however that got it and I appreciate it! On Fri, 17 Dec 2004 15:54:57 -0500, Ray Champagne <[EMAIL PROTECTED]> wrote: > How are you cal

Re: time to cluster, I thinkL

2004-12-20 Thread Jochem van Dieten
Burns, John D wrote: > Continuing down this line of questioning, what kind of numbers are you > all experiencing when you're having to split to separate servers, go to > multiple machines, etc? It isn't so much about having to split, but wanting to split. I don't want to run a database server on

RE: time to cluster, I thinkL

2004-12-20 Thread Katz, Dov B (IT)
On the heavy site, exceeding 600k page views a day, and pages are pretty large - www.onlysimchas.com Rightnow it's stable, but it spikes to 90-95% cpu during high load times... Moving the DB will probably bring me some more stability while the internals get more renovation.. -dov -Original

Need help with summary report, please

2004-12-20 Thread Claremont, Timothy
I have a table where 25 codes are captured. The underlying columns in the database are: Code1 Code2 .. .. Code25 I need to extract a list of DISTINCT values entered in ALL of the columns, and the count of each of those values across all 25 columns. Note that it is possible to have NO value in a g

RE: time to cluster, I thinkL

2004-12-20 Thread Burns, John D
Continuing down this line of questioning, what kind of numbers are you all experiencing when you're having to split to separate servers, go to multiple machines, etc? I'm just curious how many hits these sites are getting that you're seeing bad enough performance to warrant this. Might help me in

Re: Dynamic Forms Help

2004-12-20 Thread Charlie Griefer
dunno if the cfform generated code will affect this, but try adding the following to your tag: onchange="this.form.TEXTAREA_NAME.value = this.options[this.selectedIndex].text" On Mon, 20 Dec 2004 16:07:49 -, Pedro Mendes <[EMAIL PROTECTED]> wrote: > Hello all, > > In a CFFORM I have a dyna

Re: time to cluster, I thinkL

2004-12-20 Thread Al Musella, DPM
Why do you want to cluster? If it is for reliability, then that is ok. But if you need speed, you may be best off just putting the IIS/CF on one computer and the MSSQL2K on the other computer, since you already have one license of each. The computers are cheaper than the licenses. If you do

Dynamic Forms Help

2004-12-20 Thread Pedro Mendes
Hello all, In a CFFORM I have a dynamically populated CFSELECT that generates a list of entities, where value = NUMBER (of entity) and display = NAME (of entity) What I am trying to do is paste the name of the selected entity into a TEXTAREA below, depending on the selection. Is this possib

Re: time to cluster, I thinkL

2004-12-20 Thread Sean Corfield
On Mon, 20 Dec 2004 09:26:18 -0500, Michael Dinowitz <[EMAIL PROTECTED]> wrote: > I'm going to be blasted for this, but clustering is the last resort, not > first. I would be surprised if anyone blasts you. > 1. Do you have seperate boxes for DB and webserver? (no) This would be the first thing

  1   2   >