Re: CFC weirdness - cannot find the file specified

2006-01-31 Thread Kay Smoljak
Thanks James - we're having some issues here, between our heads (which seemingly aren't working at all) and our server which is working intermittently. As well as calling the CFC with the wrong path like you pointed out, sometimes the server throws an error when there's ?wsdl on the invoke call

Re: SQL Server Monitoring with CF

2006-01-31 Thread Gert Franz
Hi John, what you could do ist to write some sql-statements that retrieve exactly the values you need. In general I use the SQL-Profiler to record the statements I need. Therefore I open the Enterprise Manager and Display the properties of a certain database while having the SQL-Profiler

Re: Who is using a large scale CMS?

2006-01-31 Thread Robertson-Ravo, Neil (RX)
Sounds good - the kind of load I am looking to support is 500-1000 simultaneous. This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which

NOF and BOM

2006-01-31 Thread cf
Hi there, after switching to CFMX a client comlained that all his special characters were broken. A short invetigation showed that he is using NetObjects Fusion to generate CFM files. Now, CFMX relies on the BOM (Byte Order Mark) to detemine the page encoding. NOF, on the other hand, does

Re: Nested Set Model

2006-01-31 Thread Gert Franz
Hi Mike, here's what Joe Celko proposes: Assuming lftValue is the left value of a certain record. Since all parents of the current record have left values that are smaller than lftValue and right values that ar larger than lftValue, you could use the following statement: Select Count(*) From

RE: CF-Talk: Digest every 4 hours

2006-01-31 Thread Pedro Mendes
What I'd like, is for the aspx be run on it's own server, and then grab the results, as an include. In this particular case, it would be the Header and Left menu includes. I'm not sure if I'm being clear enough. Feel free to respond privately, if you feel inclined to lend me a hand. Thank you so

RE: CF-Talk: Digest every 4 hours

2006-01-31 Thread cf
Hi, What I'd like, is for the aspx be run on it's own server, and then grab the results, as an include. In this particular case, it would be the Header and Left menu includes. that can not be done with cfinclude. You could use cfhttp for that: cfhttp method=get

RE: ot: dreamweaver expression builder

2006-01-31 Thread Robertson-Ravo, Neil (RX)
Years ago, I built this...not sure if it will work with DW 8 though.. http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn121extID=450887 #loc=en_usview=sn121extID=450887viewName=Dreamweaver%20Extensionavm=1 -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED]

Re: Disable Verity on Linux?

2006-01-31 Thread Thomas Chiverton
On Monday 30 January 2006 23:26, [EMAIL PROTECTED] wrote: How can I disable verity on Linux? It's spawned a whole lot of Find out what's running it (cron ?). We don't use it I'm afraid, so can't be much more help, but as no one else has piped up :-) -- Tom Chiverton Advanced ColdFusion

CFX_IMAP4 Problem

2006-01-31 Thread Jennifer Gavin-Wear
has anyone else had problems with imap taking forever to just read a folder? was working fine on one server, say 2 secs for 200 mails, and now it times out over 600 secs. Am wondering if I'd be better off just using cfx_pop as all I need to do for this project is read off the mail and there's no

Re: CFX_IMAP4 Problem

2006-01-31 Thread Thomas Chiverton
On Tuesday 31 January 2006 11:26, Jennifer Gavin-Wear wrote: was working fine on one server, say 2 secs for 200 mails, and now it times out over 600 secs. If you try it by hand does it say anything helpful ? Maybe the mail spool is locked on the server. -- Tom Chiverton Advanced ColdFusion

RE: CFEclipse - Good Beginner documentation.

2006-01-31 Thread DURETTE, STEVEN J \(AIT\)
Nathan, Your site is easy to read. Rob's videos are great. I never found out about them before because youtube is blocked at work by our corporate security team. I looked at them at home. Just what I needed. What I originally was looking for was something like Rob's videos only in document

Re: OpenSource Business Services Call For Comments

2006-01-31 Thread Cutter
Andy, Good call. Could you put this up in the File or Docs section of the SourceForge site though? That way people could discuss it in our Forum and maybe we can get some healthy debate/feedback for all of us to see. Cutter Andy wrote: Call for comments. This link is to a first cut at a

Re: Suggestions For dedicated Server hosting - VIVIOTECH

2006-01-31 Thread Rick Root
applemicro wrote: Does anyone have any suggestions for a dedicated hosting provider? I've been VERY happy with Vivio Technologies. Good service, good prices. I have a dedicated server with them, and several of my clients have their own VPS accounts as well.

CFFM update

2006-01-31 Thread Rick Root
CFFM has been updated with PNG manipulation support and I fixed a little bug that was in 1.12. Previous versions of CFFM only allowed manipulation of JPG images. http://www.cfopen.org/projects/cffm As a side note, I'm preparing to release a new image CFC based on Jim Dew's original work. It

RE: Suggestions For dedicated Server hosting

2006-01-31 Thread Burns, John D
Glad I'm not the only one with that experience. John Burns Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 6:33 PM To: CF-Talk Subject: RE:

RE: Including a remote aspx page

2006-01-31 Thread Eric Roberts
What about a cfc...aren't you supposed to be able to make an object that can communicate between cf and other web dev languages? Eric -Original Message- From: Robert Munn [mailto:[EMAIL PROTECTED] Sent: Monday, 30 January 2006 13:54 To: CF-Talk Subject: Re: Including a remote aspx page

Re: Disable Verity on Linux?

2006-01-31 Thread David Livingston
/etc/init.d/cfmx7search stop I don't ever see it spawn a bunch of processes but the actual coldfusion app does. Dave On Jan 30, 2006, at 5:26 PM, [EMAIL PROTECTED] wrote: ~| Message:

RE: Including a remote aspx page

2006-01-31 Thread Burns, John D
You'd still have to use cfhttp or something to make a call to the aspx page over http to make the code execute and then the results would be passed back to the cf page in the cfhttp struct. As others have mentioned, you'd have to have BlueDragon .NET to locally just include an aspx file and have

Re: Alternative Oracle JDBC Driver For Standard Edition

2006-01-31 Thread Lonny Eckert
It's funny you say that, one of our clients is going to make the opposite migration: from ColdFusion to Oracle Portal. Why did you client dump Oracle Portal? We may still be able to convince ours to stick with ColdFusion. :-) I believe the license costs are considerably higher for one thing. We

RE: CFX_IMAP4 Problem

2006-01-31 Thread Paul Vernon
Hi Jennifer, If you need support for CFX_IMAP4 please contact me off list. Yours Paul Vernon http://www.newmediadevelopment.net t: 0871 425 4260 m: +44 (0)7887 952591 f: 0871 425 4261 e: mailto:[EMAIL PROTECTED] The information contained in this e-mail and any attachment is intended only for

RE: Nested Set Model

2006-01-31 Thread Brad Wood
Be careful with recursion in MS SQL server 2000. There is a limit of 32 proc calls deep. Not sure about functions, though. This would have obvious limitations of your structure was more than 32 levels deep. I can cook up a coded sample of the iterative method if you want. I'm not sure what

Re: Nested Set Model

2006-01-31 Thread Phil Cruz
Check out this article: Implementing the nested set model in ColdFusion http://coldfusion.sys-con.com/read/42123.htm hth, Phil Hi there, I have the following category table which utilises a nested set model... CREATE TABLE [dbo].[categories] ( [cat_id] [int] IDENTITY (1, 1) NOT NULL ,

RE: Including a remote aspx page

2006-01-31 Thread Andy Matthews
It doesn't sound like he wants to communicate with other servers so much as just include the contents of an ASP page into a CF page. As myself and others have mentioned, the only way (that I know of) to do this is to use cfhttp to scrape the page into the CF template. !//--

RE: CFX_IMAP4 Problem

2006-01-31 Thread Dawson, Michael
If you can filter it to pull only unread messages, it will certainly help. However, we found that Exchange is very slow using IMAP. I confirmed this using Outlook Express with an IMAP connection. The clients want to pull the data quickly, the server is just too sluggish. M!ke -Original

Re: NOF and BOM

2006-01-31 Thread Claude Schneegans
This is because CFMX forces the character set to UTF-8 by default. Another annoyance of this is when you have Javascript files with special characters in messages. The problem is that when the browser receives a document decalred in UTF-8, it also expects Javascript files included in it to be

Re: SQL Server Monitoring with CF

2006-01-31 Thread Gert Franz
Hi JL, you could also use some or a special stored proc: cfquery name=GetDatabases datasource=DatasourceWithSaRights sp_databases /cfquery !--- This is a global stored procedure which returns you exactly what you need --- cfdump var=#GetDatabases# Returns the databasename, the size and

RE: CFX_IMAP4 Problem

2006-01-31 Thread Jennifer Gavin-Wear
Hi Paul, I have sent you two or three emails over the last few days and not heard back. Have you not received them? Jenny -Original Message- From: Paul Vernon [mailto:[EMAIL PROTECTED] Sent: 31 January 2006 14:51 To: CF-Talk Subject: RE: CFX_IMAP4 Problem Hi Jennifer, If you need

RE: Coldfusion and Active Directory

2006-01-31 Thread Ian Vaughan
I have a form to search the Active Diretory shown below, searching the account name, name, title, e-mail and telephone number attributes for an Intranet Phone Directory How can I modify the filter query of the CFLDAP statement to cater for this ?

Re: Disable Verity on Linux?

2006-01-31 Thread Jason
Hmmn... That command tells me: [EMAIL PROTECTED] [~]# /etc/init.d/cfmx7search stop There is no process ID in the file /opt/coldfusionmx7/verity/Data/host/log/k2admin.pid No k2admin process to stop But, I'm still seeing a bunch of these in running processes: 2732(k2index)

CFUNITED-06 Early bird ends today Tuesday 1/31/06

2006-01-31 Thread Michael Smith
The Early bird price on the CFUNITED ColdFusion conference ends today Tuesday 1/31/06 at midnight EST. The 8th annual CFUNITED is the largest ColdFusion web developer conference worldwide and is held near Washington DC June 28-July 1st 2006. Don't miss out! Price expires4-day

SOT: Credit Card Merchant questions.

2006-01-31 Thread J W
Whats everyones favorite preferred Gateway, like Payflow pro or authorize.net? What the most Cold Fusion Friendly? Does anyone have any good merchant account reccomendations as well? Thanks. Jeff ~| Message:

RE: Credit Card Merchant questions.

2006-01-31 Thread Adkins, Randy
I used Linkpoint / CardServices in the past. Easy to setup and use. Sorry never tried PayFlow or authorize.net but hear a lot of people mention them. -Original Message- From: J W [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 11:17 AM To: CF-Talk Subject: SOT: Credit Card

Re: Credit Card Merchant questions.

2006-01-31 Thread Ray Champagne
Authorize.NET is my fav. Very CF friendly, too. There's a custom tag out there that integrates easily into any cf app. Adkins, Randy wrote: I used Linkpoint / CardServices in the past. Easy to setup and use. Sorry never tried PayFlow or authorize.net but hear a lot of people mention them.

Jave Image Manipulation Quality

2006-01-31 Thread Rick Root
I know there are some of you out there who have been unhappy with the quality of images produced by the available java manipulation libraries, although the Alagad image component seems to do a fine job. I've been toying with various methods and pouring over java documentation the last 24 hours

RE: Credit Card Merchant questions.

2006-01-31 Thread Andy Matthews
I've worked several times with Authorize.net and it's pretty simple. I've got some code if you need it. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: J W [mailto:[EMAIL PROTECTED]

RE: Credit Card Merchant questions.

2006-01-31 Thread Dawson, Michael
We really like Verisign's PFP. We just switched banks and the PFP was very easy to change. We are currently running this using ASP, but will soon change to CF as soon as I get a chance to work on it. We are our own merchant account. We formerly used Vital for the processor. Now, because of

RE: Credit Card Merchant questions.

2006-01-31 Thread Paul
I have used authorize.net and linkpoint. I can't stand linkpoint (reliability issues) and I love authorize.net. It's so simple you don't even need to use that custom tag. -Original Message- From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 9:23 AM To:

Re: Password Strength Graphic

2006-01-31 Thread Barney Boisvert
Should be easy to do. You check the password for various criteria, and then do a JS rollover to change the image out. Some basic criteria are the number of character classes (uppercase, lowercase, numbers, punctuation) the password uses, the length of the password, whether it has dictionary

Re: Credit Card Merchant questions.

2006-01-31 Thread Ray Champagne
So - are you using their form implementation? (I forget what they call it). I'm actually using both, and IMO, the custom tag is easier. But, to each their own, and I guess it depends on how customizable you'd like the response to be. To each their own, I guess. Point is that they are easy

Re: Nested Set Model

2006-01-31 Thread Barney Boisvert
The main advantage of the nested set model is that you don't have to use recursion or loops to get data out. Consequently it's very fast to recall stuff. Reorganizing the tree is more expensive than other storage mechanisms, but pulling stuff out is hella fast. By and large, you can get any

RE: Coldfusion and Active Directory

2006-01-31 Thread Dawson, Michael
First, we need to know which fields are optional or required. I don't see anything wrong with this LDAP filter. It says: MUST BE objectClass = user AND sAMAccountName = form.sAMAccountName AND cn = form.cn AND title = form.title AND email = form.email For this filter to work, you must specify a

Bluedragon 6.1

2006-01-31 Thread Andy Jarrett
Hi, Does anybody have a copy of BD 6.1 (the free edition) which they could let me download please? Cheers Andy J -- www.andyjarrett.co.uk ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230850 Archives:

Storing Multiselect values in database

2006-01-31 Thread Tim Claremont
I have a multiselect list box on a flash form, which relays the IDNo to the submission form. My problem is that the results that get stored in my table look like this 2001 ,2004, with the extra spaces. I can't seem to use the Trim function to get rid of them. Any ideas? cfselect

Re: Bluedragon 6.1

2006-01-31 Thread Rick Root
Andy Jarrett wrote: Hi, Does anybody have a copy of BD 6.1 (the free edition) which they could let me download please? Technically speaking, that would be illegal because you cannot redistribute the free edition. That being said, why would you want 6.1? Many bugs. Rick

Password Strength Graphic

2006-01-31 Thread Eric J. Hoffman
I was just signing up for a Hotmail account (yikes) because someone mentioned the password strength graphic on it and I wanted to see it. It is a graphical representation of how strong of a password you are creating. Low Medium Strong Has anyone created something like this before? Any

RE: Jave Image Manipulation Quality

2006-01-31 Thread Andy Matthews
Rick... I took a close look at the provided images and they get better in quality as you scroll downwards, with the third one being the best quality. Places to look include any area containing a sharp color transition. The area around each of the turrets is a perfect example. This is generally

RE: Storing Multiselect values in database

2006-01-31 Thread Munson, Jacob
You could use a regular expression: ReReplace(Other_Participants,\s,,all) From: Tim Claremont I have a multiselect list box on a flash form, which relays the IDNo to the submission form. My problem is that the results that get stored in my table look like this 2001 ,2004, with the

Re: CFC weirdness - cannot find the file specified

2006-01-31 Thread Qasim Rasheed
Have you tried using webservice attributes like this cfinvoke webservice=cfctest.testServices.test.cfc?wsdl method=getStatus returnvariable=foo /cfinvoke HTH On 1/31/06, Kay Smoljak [EMAIL PROTECTED] wrote: Thanks James - we're having some issues here, between our heads (which seemingly

M$ index server CF

2006-01-31 Thread Beru
Hello, I am trying to find a CF script that can query a given catalog on our index server (you know, that thing that is supposed to make your searches faster). There are of course lots of scripts in asp, but did not find any in CF... Do you know where I can find such a script? Even a beginning

RE: Nested Set Model

2006-01-31 Thread Brad Wood
What you say is true. Initially I thought he was using an adjacent list model when I saw his cat_parent_id column. Where I work we all but phased out all of our implementations of the nested set model (left right node) in favor of the adjacent list model (predecessor_id). We were using them to

Re: Nested Set Model

2006-01-31 Thread Barney Boisvert
Oh, I totally understand that one. It's definitely a cumbersome problem to solve, because the execution profiles are so different. If data isn't changing too frequently, aggressive caching can pretty much negate the cost of the adjacency list, but again, that's not applicable in all situations

Calling DB2/400 stored procedures with CF

2006-01-31 Thread Smith, Daron [PA]
Anyone have any experience calling stored procedures with CF? I can get the procedure to run, but I'm running into snags passing parameters. Thanks, Daron Smith PSEA ~| Message:

RE: CFX_IMAP4 Problem

2006-01-31 Thread Paul Vernon
Hi Jenny I have sent you two or three emails over the last few days and not heard back. Have you not received them? Not one... :( I'll check the logs on the SMTP server... In the meantime, use paul.vernon@ the g mail . com domain :) Paul

RE: CFX_IMAP4 Problem

2006-01-31 Thread Paul Vernon
If you can filter it to pull only unread messages, it will certainly help. However, we found that Exchange is very slow using IMAP. I confirmed this using Outlook Express with an IMAP connection. The clients want to pull the data quickly, the server is just too sluggish. That is

RE: Nested Set Model

2006-01-31 Thread Brad Wood
If data isn't changing too frequently, aggressive caching can pretty much negate the cost of the adjacency list, but again, that's not applicable in all situations either. Yeah, we used to have a lot of static data which accounted for a lot of our database hits every page load (like security).

Re: Jave Image Manipulation Quality

2006-01-31 Thread Rick Root
Andy Matthews wrote: Rick... SMALL Nearest: 5,580 Bicubic: 5,566 Explicit: 28,309 So while the final image looks better, it's because less image data is being thrown away. The best test would be to get the quality of image generated by the explicit code as close as possible to the

RE: Password Strength Graphic

2006-01-31 Thread Baz
Here is a UDF on cflib.org that checks complexity: http://cflib.org/udf.cfm?ID=1072 Cheers, Baz -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 11:39 AM To: CF-Talk Subject: Re: Password Strength Graphic Should be easy to do. You

Re: Jave Image Manipulation Quality

2006-01-31 Thread Jordan Michaels
Rick Root wrote: Andy Matthews wrote: Rick... SMALL Nearest: 5,580 Bicubic: 5,566 Explicit: 28,309 So while the final image looks better, it's because less image data is being thrown away. The best test would be to get the quality of image generated by the explicit code as close as possible

RE: CFX_IMAP4 Problem

2006-01-31 Thread Jennifer Gavin-Wear
Have just this sec sent you an email, Paul :-) Jenny ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230866 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription:

Re: M$ index server CF

2006-01-31 Thread Paul Hastings
Beru wrote: Do you know where I can find such a script? Even a beginning of idea of how to proceed will help... nate wiess i (mostly nate) put one in the cf6 version of ben's advanced cf book. i'll see if the code is laying about.

Custom Authentication

2006-01-31 Thread Robert Everland III
I am trying to follow this process, but in CF http://www.zdnetasia.com/techguide/webdev/0,39044903,39298254,00.htm has anyone done anything like this before? Bob ~| Message:

RE: CFEclipse Vs Dreamweaver

2006-01-31 Thread PINE Phyo Z
Thanks Steven. That is really helpful. I am going to try CSS Editor, Javascript Editor and probably colorer. Regards, Pine -Original Message- From: Steven Brownlee [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 9:39 PM To: CF-Talk Subject: RE: CFEclipse Vs Dreamweaver Sure,

RE: OT: Need Site Reviewers Please

2006-01-31 Thread PINE Phyo Z
I went through it too. But just looking at them from end user's perspective. -Original Message- From: Dana [mailto:[EMAIL PROTECTED] Sent: Friday, January 27, 2006 10:00 PM To: CF-Talk Subject: Re: OT: Need Site Reviewers Please I went through the sites. Mainly looking at the

Server Problems

2006-01-31 Thread Jim Curran
Anyone in the NYC area that can come onsite and diagnose CF server hangs? My machine gets hung once every couple of days and I am in way over my head as to troubleshoot the problem. - j James Curran Nylon Technology 350 Seventh Avenue 10th Floor New York, NY 10001 212.691.1134 x11

Re: Custom Authentication

2006-01-31 Thread Jochem van Dieten
Robert Everland III wrote: I am trying to follow this process, but in CF http://www.zdnetasia.com/techguide/webdev/0,39044903,39298254,00.htm has anyone done anything like this before? http://vandieten.net/jochem/coldfusion/customtags/login/login.cfm For more info see RFC 2617. Jochem

Migrating from CF5.0

2006-01-31 Thread Scott Stewart
All, Were getting ready to migrate our client's production boxes from CF5.0 to CF6.1 (I know, I know, 7.0 will come in the summer, baby steps) I want to save as much time as possible in the migration, is there a way to either migrate or export the settings from CF5 to CF6.1 Thanks sas

Re: M$ index server CF

2006-01-31 Thread Jerry Johnson
A year or two ago we got this working (never used it in production) by using SQL Server to query the index server, and using CF to query the SQL Server. I seem to remember something about hooking the index server up as a view in SQL Server. Not much help, but maybe a google path... On 1/31/06,

Re: Custom Authentication

2006-01-31 Thread Robert Everland III
That's awesome. I saw right away what my issue is. I totally missed the statuscode option in cfheader. Thank you. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230875 Archives:

Re: Nested Set Model

2006-01-31 Thread Dave Ross
we hit similar issues with nested sets... the costs of inserts, moves and deletes became too great. We use a pushdown-stack (which mimics recursion) stored proc in MSSQL and it's pretty snappy depending on the number of nodes selected (actually more important is how deep the nodes are). In

Re: Nested Set Model

2006-01-31 Thread Barney Boisvert
One important consideration, particularly with sensitive data, is that a nested set tree lacks the ability to generate orphans. With adjacency lists, the best case scenario is you suddenly have a record that's not in the tree, but worst case is a cascade delete. That can be very bad, if you have

Re: Migrating from CF5.0

2006-01-31 Thread Claude Schneegans
I know, I know, 7.0 will come in the summer ?... It even came a couple of summers ago ;-/ -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

PGP with CF

2006-01-31 Thread Russ
We have a need to integrate with another vendor who doesn't have a web service. They said that what they usually do is have the other business store the information in a csv file which is encrypted with PGP. What options are out there for PGP encryption with CF? I did a search and found

RE: Migrating from CF5.0

2006-01-31 Thread Scott Stewart
Unfortunately our client is a large government agency, getting them to move from 5 to 6 was like pulling teeth, they weren't about to make the skip from 5 to 7. sas Scott A. Stewart ColdFusion Developer GNSI 11820 Parklawn Dr Rockville, MD 20852 (301) 770-9610 -Original Message-

Session.SESSIONID

2006-01-31 Thread Steve Logan
I was (maybe incorrectly) under the impression that if session management is enabled in cfapplication, then session.sessionid should be available for all users? What's happen is that it's being set inconsistently - sometimes it gets set, sometimes not - and I can't seem to figured out why. My

RE: PGP with CF

2006-01-31 Thread Russ
Looks like there are some java implementations as well. Has anyone successfully used them with CF? -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 2:48 PM To: CF-Talk Subject: PGP with CF We have a need to integrate with another vendor who

Re: CFMX Server Monitoring

2006-01-31 Thread Patrick Quinn
Greetings, John. You could use our SeeFusion product for this type of monitoring. Built-in notifications are coming in the next version, but in the meantime it would be very simple to monitor our XML or database dumps for memory or running request thresholds, and send off an email when needed.

Re: Nested Set Model

2006-01-31 Thread Jochem van Dieten
Dave Ross wrote: we hit similar issues with nested sets... the costs of inserts, moves and deletes became too great. Why would you need to change any numbers on deleting an element? Jochem ~| Message:

RE: Nested Set Model

2006-01-31 Thread Andy Matthews
If you deleted an element, any children (and children of children) would become orphans. So you'd at least have to change the association of the child of the deleted record. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

Re: Nested Set Model

2006-01-31 Thread Jochem van Dieten
Andy Matthews wrote: If you deleted an element, any children (and children of children) would become orphans. So you'd at least have to change the association of the child of the deleted record. True for the adjacency list model. But the nested set model does not have any problems with gaps.

Re: Nested Set Model

2006-01-31 Thread Barney Boisvert
Not with a nested set, only with an adjacency list. With a nested set, if you delete an ancestor, the decendants just move up a level with no DB modification. cheers, barneyb On 1/31/06, Andy Matthews [EMAIL PROTECTED] wrote: If you deleted an element, any children (and children of children)

Re: Session.SESSIONID

2006-01-31 Thread Nathan Strutz
Yeah, My bet is it's the way you log users out. Instead of all that junk, try this: http://www.cflib.org/udf.cfm/SessionClear Remove the cfapplication tag, assuming it's in your application already, and the structclear, and just call this sessionClear function. Another thing you can do is grab

RE: Nested Set Model

2006-01-31 Thread Andy Matthews
It does when you retrieve data based on those dependancies. If you're trying to connect 2 records and the middle record has been deleted then you're out of luck unless you've made updates. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

Re: Nested Set Model

2006-01-31 Thread Jochem van Dieten
Andy Matthews wrote: It does when you retrieve data based on those dependancies. If you're trying to connect 2 records and the middle record has been deleted then you're out of luck unless you've made updates. Could you elaborate with an example? Jochem

IE 7 beta is available

2006-01-31 Thread Stan Winchester
Let the fun begin! http://www.microsoft.com/windows/ie/default.mspx Thank you, Aftershock Web Design, Inc. by: Stan Winchester President/Developer [EMAIL PROTECTED] http://www.aftershockweb.com/ Phone 503-244-3440 Fax 503-244-3454

Re: IE 7 beta is available

2006-01-31 Thread Aaron Roberson
Oh Yeah Baby I just fired off an email this morning to a college who has an MSDN subscription asking him to download the IE 7 beta since up until now that was required. I also send an email to the IE 7 blog asking them if I could use my academic MSDN subscription to access the download. Now

RE: IE 7 beta is available

2006-01-31 Thread Michael T. Tangorre
From: Aaron Roberson [mailto:[EMAIL PROTECTED] I can't wait until the day that we no longer have to write css hacks for IE! don't hold your breathe! ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230893

RE: IE 7 beta is available

2006-01-31 Thread Jennifer Gavin-Wear
More intelligent design from ms ;) ? -Original Message- From: Stan Winchester [mailto:[EMAIL PROTECTED] Sent: 31 January 2006 21:34 To: CF-Talk Subject: IE 7 beta is available Let the fun begin! http://www.microsoft.com/windows/ie/default.mspx Thank you, Aftershock Web Design, Inc.

cf6 and cf7 on the same box

2006-01-31 Thread Russ
We're upgrading our servers from cf6 to cf7, so on our dev box, I'm trying to set them up concurrently. We already have 6.1 running fine, and I'm installing MX, which seems to install fine, but fails to install the connectors for some reason. I'm running wsconfig manually, but it won't detect

RE: Nested Set Model

2006-01-31 Thread Andy Matthews
Ah... Not with the setup I have then. I'm not using triggers or stored procs. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent:

Re: cf6 and cf7 on the same box

2006-01-31 Thread CF
Hi, We're upgrading our servers from cf6 to cf7, so on our dev box, I'm trying to set them up concurrently. We already have 6.1 running fine, and I'm installing MX, which seems to install fine, but fails to install the connectors for some reason. I'm running wsconfig manually, but it won't

RE: cf6 and cf7 on the same box

2006-01-31 Thread Russ
I understand that I need to configure different virtual hosts... But I am unable to add the connector at all using wsconfig. It will not detect any cf servers on the local machine. I'm using single server installation of cf 7.0.1 Russ -Original Message- From: CF [mailto:[EMAIL

RE: IE 7 beta is available

2006-01-31 Thread Brad Wood
Dang it-- I wanted to try it out on my work computer... but it is not compatible with 2000. One of my co-workers tried it on his XP machine, and apparently our site license for XP doesn't authenticate as a valid install. Microsoft must not want me to see IE 7! Tricksy Hobbits'! ~Brad

Re: Nested Set Model

2006-01-31 Thread Barney Boisvert
Really, there's nothing to change. No triggers, procs, magic, or anything. Delete a record, and nothing in the tree gets orphaned. Say you've got a table like this: Name Left Right food 1 8 fruit 2 7 apple 3 4 banana 5 6 That is, food has a child fruit, which has two children apple and

Viewing Cflog files

2006-01-31 Thread PINE Phyo Z
Hi all, I'm just wondering whether there is a way to view the log files that are created in the application using cflog to be able to view programmatically. For my case, the ColdFusion servers and logfiles directories are out of bounds for developers, so I would like to know whether I can access

RE: IE 7 beta is available

2006-01-31 Thread Munson, Jacob
It requires XP SP2. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 4:27 PM To: CF-Talk Subject: RE: IE 7 beta is available Dang it-- I wanted to try it out on my work computer... but it is not compatible with 2000. One of my

Solved: cf6 and cf7 on the same box

2006-01-31 Thread Russ
Looks like I was able to connect by specifying additional arguments... C:\CFusionMX7\runtime\libjava -DWSConfig.PortScanStartPort=2920 -DWSConfig.Port ScanCount=5 -jar wsconfig.jar Where 2920 is the jndi port from jndi.properties. Russ -Original Message- From: Russ [mailto:[EMAIL

Re: PGP with CF

2006-01-31 Thread Robert Munn
I am not the security guru, but the standard way to deal with encryption in CFMX is using the Java Cryptography Extension (JCE), which is included as part of J2SE 1.4 and later. Looks like there are some java implementations as well. Has anyone successfully used them with CF?

RE: Nested Set Model

2006-01-31 Thread Brad Wood
Ok, but let try and move a large branch of a nested set somewhere else in the hierarchy. :) I'll begin with the adjacency list model: Step 1: Update predecessor_id of the top of the branch Done. And now I'll start us off with the nested set model (Turn page over and write on back if you need

Re: Nested Set Model

2006-01-31 Thread Barney Boisvert
Actually, it's only three steps (extract the branch, slide the interval, inject the branch). Just that rather than a single record, an average of roughly (N / 2 ) + 2M records need to be updated (where N is the number of records in the table, and M is the size of the subtree). cheers, barneyb

  1   2   >