RE: Summary of large amounts of data

2002-11-11 Thread Adam Reynolds
How is your data structured? I'm assuming you are using Star Schemas and stored procedures to do most data retrieval and processing. Your CF front-end should do little if any data processing. -Original Message- From: JS [mailto:hoftalk;yahoo.com] Sent: 08 November 2002 16:07 To:

Re: Locked Out

2002-11-11 Thread Tim Painter
cflock scope=application type=READONLY timeout=10 cfwddx action=CFML2WDDX input=#application# output=temp cfwddx action=WDDX2CFML input=#temp# output=request.application !--- You can replace the above two lines with the faster cfset request.application = Duplicate(application) if the

CFMX and WorldPay

2002-11-11 Thread Will Swain
Hi, Anyone else experienced problems with the callback from WorldPay and CFMX? I have been having loads of problems with one of my sites, since moving it to a CFMX server. The callback variables appeared to not be being passed, however WorldPay's logs indicated that these variables were being

Re: Structure question (CF 5.0)

2002-11-11 Thread Jeffry Houser
You seem to be trying to separate the values in the structure from the structure. Think of them as a single unit. The structure can be created in any scope. cfset variables.MyStruct = StructNew() cfst Application.MyStruct = StructNew() cfset Session.MyStruct = StructNew() ( etc..

Re: Need More Input - Windows Mailserver

2002-11-11 Thread James Smith
Merak Mail (http://www.merakmail.com/) is great, I have been using it on an NT4 box running multiple domains for years with not one single problem and it includes every feature you could ever need. For the record, the latest vertion of Mailtraq (http://www.mailtraq.com/) is also excellent and I

RE: Really bad cfc performance?

2002-11-11 Thread Matt Liotta
Why ask me? I showed the code in my email. It would take only minutes to see for yourself where I am coming from. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Joe Eugene [mailto:Jebebox;earthlink.net]

Using RDS and DWMX - weird things happening!

2002-11-11 Thread Bosky, Dave
Something really weird happens when I connect to our web server through RDS using DWMX. If I open a file in remote view the javascript code listed below automatically gets inserted into the top of the page. Also the last 10 or so lines of code gets cut off. I've scanned numerous times for viruses

Re: Booleans

2002-11-11 Thread Jeffry Houser
At 10:16 AM 11/10/2002 -0800, you wrote: You don't compare them to anything. You don't need to. They are *already* boolean. You say: cfif someBooleanExpression You shouldn't say: cfif someBooleanExpression eq true You say: cfif not someBooleanExpression You

cfmx dies on restart.

2002-11-11 Thread Critz
oi CF-Talk,!! All of a sudden I am getting an error when cfmx tries to start. the message says something about: review system log, says it refers to service-specific code 2. The event logs just say, it was terminated. Any ideas? is running on apache 2 -- Critz Macromedia

RE: Mystery files

2002-11-11 Thread Everett, Al
Sorry, one of those files is cfide\mib\getmetricdataXML.cfm. I specifically didn't turn on monitoring. Did I miss something? Besides creating a virtual directory for CFIDE, what can I do to keep these errors from filling my log files? -Original Message- From: Jeff Beer

RE: Booleans

2002-11-11 Thread Robertson-Ravo, Neil (REC)
I think they are both 'as readable' this : cfif Len(MyString) says to me, if the the length of mystring is TRUE. N -Original Message- From: Jeffry Houser [mailto:jeff;farcryfly.com] Sent: 11 November 2002 13:56 To: CF-Talk Subject: Re: Booleans At 10:16 AM 11/10/2002 -0800, you

RE: Booleans

2002-11-11 Thread Jeffry Houser
At 02:01 PM 11/11/2002 +, you wrote: I think they are both 'as readable' this : cfif Len(MyString) says to me, if the the length of mystring is TRUE. That is not what it says, however. Len(MyString) will never return true. It might return 0. It might return 1. It might return 100.

RE: Mystery files

2002-11-11 Thread Debbie Dickerson
Since you're getting 404s, you could try fixing the URL located in the \CFusion\cfam\Database\mib.properties file. Or, if you're not using the SNMP monitoring option, you could re-run the CF install and unselect that option. You might also need to follow the steps in this TechNote:

RE: Booleans

2002-11-11 Thread Robertson-Ravo, Neil (REC)
Yep, I do hear what you are saying and in fact I think I abuse the fact CF is typless far too much! When I said TRUE, I meant 0 for FALSE and 1 for TRUE. :-p Neil -Original Message- From: Jeffry Houser [mailto:jeff;farcryfly.com] Sent: 11 November 2002 14:09 To: CF-Talk Subject:

RE: Booleans

2002-11-11 Thread Mark A. Kruger - CFG
Jeff, How about a compromise. I often name variables that I'm going to use like this for the benefit of readability - using the IsXxx convention. For example, I might name a variable IsValidUser and populate it with true or false - or I'm doing some kind of XORing, it might be calculated to

MM Has No Plans to Support Apache 2.0

2002-11-11 Thread Greg Bullough
The MM Partners office informs me that MM has no plans to supply a mod_coldfusion.so for CF 5.0/Linux/Apache 2.0 'Not enough demand' they say. So know we know MM's policy on one-release- back support. They don't do what's right: they do what will not get them punished by losing too many

RE: Booleans

2002-11-11 Thread Ben Doom
Just as a sidenote, some of us were trained in languages where integersare often used in the place of booleans. For example, my first computer science class in college was taught in a language called Scheme (a variant of LISP) which IIRC had no typed boolean. So we all learned that not false is

Re: MM Has No Plans to Support Apache 2.0

2002-11-11 Thread Jochem van Dieten
Greg Bullough wrote: The MM Partners office informs Then maybe the cf-partners list is the right one for your post. Jochem ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: MM Has No Plans to Support Apache 2.0

2002-11-11 Thread Matt Liotta
While I agree with you that Macromedia should support Apache 2.0 for CF 5, I disagree with your post. You seem to imply that a normal IT shop wouldn't want to upgrade to CFMX until after it matures for a couple of years, yet you want to upgrade to Apache 2.0, which is certainly immature in

OT-Case tools

2002-11-11 Thread Troy Simpson
I'm looking for a CASE tool and was wondering if the CF-TALK Community could suggest a CASE tool that would be conducive for ColdFusion MX. Any insight would be appreciated. Thanks, Troy -- - Troy Simpson Applications Analyst/Programmer, MCSE, OCPDBA North Carolina

RE: MM Has No Plans to Support Apache 2.0

2002-11-11 Thread Plunkett, Matt
Of course, the logical distinction is that an Apache upgrade is free... -Original Message- From: Matt Liotta [mailto:mliotta;r337.com] While I agree with you that Macromedia should support Apache 2.0 for CF 5, I disagree with your post. You seem to imply that a normal IT shop wouldn't

RE: Booleans

2002-11-11 Thread Jeffry Houser
In this case you are using a variable as strictly a Boolean. ;) Nothing wrong with that. My preference on how to write the conditionals is already stated, however I will admit you do achieve good code readability in your examples. At 08:26 AM 11/11/2002 -0600, you wrote: Jeff, How about

RE: Studio MX

2002-11-11 Thread Mosh Teitelbaum
Jeffry Houser wrote: Note: never, ever compare boolean expressions to 0 or 1 (or false / true), especially to 1 (true). cfif f(x) is not always equivalent to cfif f(x) eq true - precisely because people can be lazy about mixing numbers with real booleans. I am completely confused by this.

RE: Booleans

2002-11-11 Thread Jeffry Houser
At 09:46 AM 11/11/2002 -0500, you wrote: Just as a sidenote, some of us were trained in languages where integers are often used in the place of booleans. For example, my first computer science class in college was taught in a language called Scheme (a variant of LISP) which IIRC had no typed

RE: GUID generation in CFMX/Java in general

2002-11-11 Thread Gaulin, Mark
Thanks Matt, this reference is just what I was looking for. I feel more comfortable using a java-based solution (rather than CF) because it's more appropriate for my architecture. Mark -Original Message- From: Matt Liotta [mailto:mliotta;r337.com] Sent: Friday, November 08, 2002

RE: MM Has No Plans to Support Apache 2.0

2002-11-11 Thread Matt Liotta
Certainly, but most IT organizations are more concerned with maturity and stability than upgrade cost. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Plunkett, Matt [mailto:MPlunkett;MSA.com] Sent: Monday,

RE: webConference software

2002-11-11 Thread jon roig
Doesn't MSN Messenger have something like that built in? Haven't tried it... but I seem to remember something to that effect. -- jon -Original Message- From: Brian Scandale [mailto:Brrrian;Excite.com] Sent: Thursday, November 07, 2002 6:22 PM To: CF-Talk Subject: webConference

Re: CFMX: how to access a servlet?? (again)

2002-11-11 Thread Marcello Frutig
Sean, afaik your suggestion only applies to IIS application mappings, which is based on file extensions. I think the problem here is that the CFMX JRun Connector for IIS is not intercepting urls like http://host/servlet/MyServlet and http://host/myMapping/MySerlvet. The same is probably

RE: MM Has No Plans to Support Apache 2.0

2002-11-11 Thread todd
Free or not, it's still a business decision that should have been made. Don't upgrade to something you know that's not going to support your server side. I have to agree with Matt, I stated this myself last week as well. CFMX is technically free if one had a subscription. ~Todd On Mon,

Re: MM Has No Plans to Support Apache 2.0

2002-11-11 Thread William Wheatley
Which isnt free because you have to pay thousand+ extra - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 11, 2002 10:43 AM Subject: RE: MM Has No Plans to Support Apache 2.0 Free or not, it's still a business decision that should have

Re: Using RDS and DWMX - weird things happening!

2002-11-11 Thread Massimo, Tiziana e Federica
I'm using Symantec Internet Security 2003, could it be doing something? I ask because it the javascript function begins with 'Sym'. DW MX may occasionally do bad things, but this time you have to blame Symantec :-) Massimo Foti Team Macromedia Volunteer for

Browser Printing Question

2002-11-11 Thread ecreese
When printing from a browser is there anyway to disable the printer to not print the url and path at the bottom of the page? ... Get your own free email account from http://www.popmail.com ~|

RE: Using RDS and DWMX - weird things happening!

2002-11-11 Thread Bosky, Dave
Yep. I just finished searching around Symantec's support forums and found a couple other users experiencing the same problem of code modification due to Symantec Internet Security 2003. Kind of stinks to have to disable your firewall to download a file. Thanks, Dave -Original Message-

Re: MM Has No Plans to Support Apache 2.0 for CF5

2002-11-11 Thread Sean A Corfield
On Monday, Nov 11, 2002, at 06:38 US/Pacific, Greg Bullough wrote: So know we know MM's policy on one-release- back support. They don't do what's right: they do what will not get them punished by losing too many customers. A lot of people are staying with Apache 1.3.x because many

Re: Booleans

2002-11-11 Thread Sean A Corfield
On Monday, Nov 11, 2002, at 05:56 US/Pacific, Jeffry Houser wrote: bad practice to me. I do see it often enough, such as checking for the length of a string like this: cfif Len(MyString) Whatever /cfif It annoys me, because I would much rather see: cfif (Len(MyString)

w2k optimal directory size?

2002-11-11 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 anyone know what w2k ntfs5 's optimal file count per directory is? ie I have 1,000,000 files, splitting them in to dirs with 5000 files, or 1000 files per directory... this is for cfcontent returned content, linked to a db with a security check, so

Re: Using Cfloops on the same page

2002-11-11 Thread Bob Haroche
So, can I still use the Cfparam that way? Yes. Have you tried it yet? Aimee, feel free to email me off list if you still have trouble and I can send you a couple of pages that use this coding practice. --- Regards, Bob Haroche O n P o i n t S o l u t i o n s

Re: MM Has No Plans to Support Apache 2.0

2002-11-11 Thread todd
er... $300 extra (on top of the server). It's worth it tho... that's 2 years of savings. :P You're not thinking long term here are you? That's 700 per year you don't have to worry about. ~Todd On Mon, 11 Nov 2002, William Wheatley wrote: Which isnt free because you have to pay thousand+

Re: webConference software

2002-11-11 Thread Bob Haroche
Looking to find some cheap or even free Web Based conferenceing software Below is an excerpt from a presentation I gave in the spring partially on the subject. HTH. --- I.Software A.MS NetMeeting 1. Pros: free, popular, includes whiteboard and chat 2.

RE: Booleans

2002-11-11 Thread Mark A. Kruger - CFG
Sean, I use a UDF called IsEmpty( ) for readibility purposes. For one thing, to truly use the len( ) statement (with or without the IS 0), you may often be required to trim the variable - especially if it's user input. This results in: cfif trim(Len(somvar)) IS 0 /cfif ..which isn't

Re: Booleans

2002-11-11 Thread Jeffry Houser
At 07:51 AM 11/11/2002 -0800, you wrote: On Monday, Nov 11, 2002, at 05:56 US/Pacific, Jeffry Houser wrote: bad practice to me. I do see it often enough, such as checking for the length of a string like this: cfif Len(MyString) Whatever /cfif It annoys me, because I

RE: Booleans

2002-11-11 Thread todd
Which isn't bad, but ... I think a lot of developers would cringe at the double 'returns' in there. function isEmpty(item){ var toReturn = true; if(len(trim(item)) GT 0){toReturn = false;} return toReturn; } ~Todd On Mon, 11 Nov 2002, Mark A. Kruger - CFG wrote: Sean, I use a UDF

OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Pete Ruckelshaus
Topic: Macromedia Contribute http://www.macromedia.com/desdev/contribute/ Poking around the site, it sure as heck looks like some sort of content management system, but MACR seems to go to great pains to NOT us the Content Management moniker. The Conspiracy Theorist in me (a small voice who is

RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Tony Weeg
never mind... replace(1,'1,') thanksanyway ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Mike Townend [mailto:mike;cfnews.co.uk] Sent: Monday, November 11, 2002

Custom vs Module vs Include....

2002-11-11 Thread Cutter - \(CFTalk List\)
Can I get some input here. We are using mostly CF 4.5, with one 5.0 server and several CFMX servers on the way. For now though the question is, which is the best, most productive, lowest load and overhead method to use for reusable application code? There is some debate here as to the

Re: string question

2002-11-11 Thread DAVE CORDES
Try this out. CFSET String = 11 CFSET List = CFLOOP INDEX=i FROM=1 TO=#Len(String)-1# STEP=1 CFSET List = ListAppend(List,i) /CFLOOP CFOUTPUT#List#/CFOUTPUT Dave On Mon, 11 Nov 2002 11:30:36 -0500 Tony Weeg [EMAIL PROTECTED] wrote: hi list. If you were

Re: Browser Printing Question

2002-11-11 Thread Tim Painter
- Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 11, 2002 10:31 AM Subject: Browser Printing Question When printing from a browser is there anyway to disable the printer to not print the url and path at the bottom of the page? You

RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Robertson-Ravo, Neil (REC)
It is NOT a CMS tool. Well, not in the Spectra/CommonSpot type application vain. It is as, Mike mentioned a sort of DWMX lite with a few extras bolted on, such as Version Control (only to 99 versions). Is it aimed at the muppet client who has not idea of the web etc and can easily start

RE: Booleans

2002-11-11 Thread S . Isaac Dealey
Sean, I use a UDF called IsEmpty( ) for readibility purposes. For one thing, to truly use the len( ) statement (with or without the IS 0), you may often be required to trim the variable - especially if it's user input. This results in: cfif trim(Len(somvar)) IS 0 cfif

RE: string question

2002-11-11 Thread Matt Liotta
cfscript ones = 11; onesList = Replace(ones, 1, 1, , all); onesList = Left(onesList, Len(onesList) - 1); /cfscript or cfscript ones = 11; onesList = 1; for(itr = 2; itr lt len(ones);

Contribute and Studio Observation

2002-11-11 Thread Robert Occhialini
At the risk of being a trouble maker, I just have to make this observation. Now that we are allowed to talk about Contribute, I have to say the following: We have been told that MM is doing away with Studio/Homesite because they do not want to have more than one editing application in their

(SOLVED) RE: string question

2002-11-11 Thread Tony Weeg
works! cfset preList = replace(binaryValue, 1, '1,', 'all') cfset finalList = left(prelist,len(preList) -1) this is how I have done it. thanks to Simon on the CFDJ list! ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net

RE: webConference software

2002-11-11 Thread Robertson-Ravo, Neil (REC)
erm Flash Communication Server -Original Message- From: Bob Haroche [mailto:spambait;onpointsolutions.com] Sent: 11 November 2002 16:13 To: CF-Talk Subject: Re: webConference software Looking to find some cheap or even free Web Based conferenceing software Below is an excerpt

Re: webConference software

2002-11-11 Thread Terry
Is there a macintosh version of NetMeeting, or a similar product that works with NetMeeting? *** REPLY SEPARATOR *** On 11/11/2002 at 8:13 AM Bob Haroche wrote: Looking to find some cheap or even free Web Based conferenceing software Below is an excerpt from a presentation I

RE: string question

2002-11-11 Thread Tony Weeg
so, I guess im the only one with post football Sunday syndrome this gloomier than ever Monday on the east coast ;) thanks for all the input fellas! ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337

Re: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Frank Mamone
I was the presentation at Devcon. It's content management for static page websites or the static portions of a site. It uses DWMX templates where you can restrict editable regions of the pages and create new pages based on those templates. - Original Message - From: Pete Ruckelshaus

RE: Booleans

2002-11-11 Thread S . Isaac Dealey
function isEmpty(mystring) { return yesnoformat(not len(trim(mystring))); } function isNotEmpty(mystring) { return yesnoformat(len(trim(mystring))); } Sure, it's niggling, but I suspect this would be more efficient for the server. For me it's actually easier to read these than a function with an

RE: Contribute and Studio Observation

2002-11-11 Thread Matt Liotta
Except that Contribute is based on DreamWeaver's code base. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Robert Occhialini [mailto:bump;oddpost.com] Sent: Monday, November 11, 2002 11:43 AM To: CF-Talk

RE: Booleans

2002-11-11 Thread Everett, Al
cfif trim(Len(somvar)) IS 0 I sure hope that's a typo, because it will never return false. You mean Len(Trim(somevar)) EQ 0, I'm sure. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: webConference software

2002-11-11 Thread Robertson-Ravo, Neil (REC)
try www.ivisit.com -Original Message- From: Terry [mailto:terry;epubmgmt.com] Sent: 11 November 2002 16:48 To: CF-Talk Subject: Re: webConference software Is there a macintosh version of NetMeeting, or a similar product that works with NetMeeting? *** REPLY SEPARATOR

Re: Custom vs Module vs Include....

2002-11-11 Thread Fregas
This is the big question, isn't it? It's not really an either/or kind of question. Modules and custom tags are basically the same. You can run custom tags using CFMODULE or with CF_ style format. It just depends on the type of syntax you prefer to use. However one difference is that CFMODULE

RE: OT-Case tools

2002-11-11 Thread Anthony Wong
Troy, Try ArgoUML http://argouml.tigris.org/ It's an open source UML tool. Pretty easy to use and nice features. You could also try essmodel and it's free too. This is really simple. http://www.essmodel.com/ If the two doesn't seem to fit your needs. Here's a list of them.

RE: string question

2002-11-11 Thread Everett, Al
Assuming each character is a list element? cfset stringToConvert=11 cfset convertedList= cfloop from=1 to=#Len(stringToConvert)# index=ndx cfset convertedList=ListAppend(convertedList,Mid(stringToConvert,ndx,1)) /cfloop -Original Message- From:

OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Judith Dinowitz
I've actually dealt with this issue in my op-ed that's going into the current issue of Fusion Authority. You might want to check out http://www.fusionauthority.com/alert/index.cfm?alertid=116#special1 This issue has not gone out yet by email. Also, you might want to check out the current

Generating 'What's Related'

2002-11-11 Thread Jillian Carroll
I'm having a hard time visualizing what I need to do to make this an elegant solution... so I'm hoping somebody out there has done this and can give me some insight. What I want to do is this: I have a database of tools, and any 1 tool may be associated with a group of tools (also in the

RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Bryan F. Hogan
From my testing this morning when I setup my site and logged in as a user. I was able to modify my variable outputs. Example: The page display #foo.FirstName# I as a user was able to change this to #foo.First_Name#. This is bad, I don't want a user to be able to do this.

RE: Contribute and Studio Observation

2002-11-11 Thread Matt Liotta
Sure, sure... CF Studio 5 was the last version. HomeSite+ is not really a new version of Studio. Further, I wouldn't expect to see a HomeSite++ bundled with the next version of DreamWeaver. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901

RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Wayne Putterill
It does seem to be a very odd product, I can't really see what the market is for it. I can't see it being used on large sites (probably already CMS), and I think we all know how easy it is to put together a dynamic site with an admin area. Also what's the benefit of paying per seat for this

Contribute and Studio Observation

2002-11-11 Thread Judith Dinowitz
Contribute is not another Web editor, not in the traditional sense. It can integrate with Dreamweaver MX. If you really want some information on Contribute, you should check out the articles that are going up on Fusion Authority right now. The issue has not gone out yet, and new articles go up

RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Russ
Is it me, or are the Flash Demos not working for Contribute? And, Mike, can you contact me off-list about Contribute? I know some of the MM addresses get kind of slammed. Thanks, Russ -Original Message- From: Mike Chambers [mailto:mchamber;macromedia.com] Sent: Monday, November

Re: SELECT DISTINCT in Access ODBC truncates MEMO field?

2002-11-11 Thread Ricq Pattay
Replying to my own post: Now that I've thought about it a bit more, I guess this behavior makes sense. Asking the database to read/compare the entire value of a memo field would add considerable overhead to a select distinct query. Just wish I'd known about it sooner! - Original Message

Re: Custom vs Module vs Include....

2002-11-11 Thread S . Isaac Dealey
Can I get some input here. We are using mostly CF 4.5, with one 5.0 server and several CFMX servers on the way. For now though the question is, which is the best, most productive, lowest load and overhead method to use for reusable application code? There is some debate here as to the

RE: Locked Out

2002-11-11 Thread Douglas.Knudsen
Tim, et al... I'd strongly suggest you not use Duplicate to move session or application scoped vars to the request scope. Duplicate() works on structures. In CF5 and 4.5, I think this changed in CFMX, the application and session scopes are not really true structures so Duplicate doesn't quite

Re: cfmx dies on restart.

2002-11-11 Thread Sean A Corfield
On Monday, Nov 11, 2002, at 06:03 US/Pacific, Critz wrote: All of a sudden I am getting an error when cfmx tries to start. the message says something about: review system log, says it refers to service-specific code 2. The event logs just say, it was terminated. Any ideas? I

Re: CFMX: how to access a servlet?? (again)

2002-11-11 Thread Sean A Corfield
On Monday, Nov 11, 2002, at 08:19 US/Pacific, Marcello Frutig wrote: afaik your suggestion only applies to IIS application mappings, which is based on file extensions. Then I guess you need to create a mapping of /servlet to the jrun.dll? (I'm not very familiar with IIS) The same is

RE: Contribute and Studio Observation

2002-11-11 Thread Adrocknaphobia Jones
Yeah... and you can only buy it WITH Dreamweaver. Let's skip the semantics... the product has been axed. Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Robertson-Ravo, Neil (REC)

(Admin) New spam code

2002-11-11 Thread Michael Dinowitz
Just a heads up: In an attempt to crack down on spam even more, I put some new code into effect yesterday which checks if your running a properly set up mail server. Most spammers don't have their mail server set up right or try to hide it. The code has been rather effective with 3 noted

=?iso-8859-1?Q?RE: OT? =A0Macromedia Contribute, is it Content Management or not??=

2002-11-11 Thread Paris Lundis
The product is pretty niche oriented from my end... seems ideal that they say it only allows folks to edit non code portions.. hurrah if they manage to pull that portion off... seems to integrate nicely into dreamweaver... but hey, would non techy people really find that friendly..nice for the

Re: Contribute and Studio Observation

2002-11-11 Thread samcfug
No, you are not the only one irked. The short life of development applications can only be considered as driven by the desire for revenue on the part of MM. I think this is going to come back and bite them, big time! = Douglas White group Manager

When is developers exhcnage going to work again for IE 6.01

2002-11-11 Thread Robert Everland
We talked about this over a month ago when 6.01 was firest released. I tried to login today and it still doesn't work. Anyone know when this will be fixed? Robert Everland III Web Developer Extraordinaire Dixon Ticonderoga Company http://www.dixonusa.com

Re: Booleans

2002-11-11 Thread Stephen Moretti
function isEmpty(mystring) { return yesnoformat(not len(trim(mystring))); } function isNotEmpty(mystring) { return yesnoformat(len(trim(mystring))); } Sure, it's niggling, but I suspect this would be more efficient for the server. For me it's actually easier to read these than a function

Re: cfmx dies on restart.

2002-11-11 Thread Sean A Corfield
On Monday, Nov 11, 2002, at 09:42 US/Pacific, Sean A Corfield wrote: the message says something about: review system log, says it refers to service-specific code 2. The event logs just say, it was terminated. Any ideas? I remember blogging something about this - someone on this list

RE: Booleans

2002-11-11 Thread Mark A. Kruger - CFG
Ah... right - good point. (ppt!) -Original Message- From: [EMAIL PROTECTED] [mailto:todd;web-rat.com] Sent: Monday, November 11, 2002 10:43 AM To: CF-Talk Subject: RE: Booleans Which isn't bad, but ... I think a lot of developers would cringe at the double 'returns' in there.

Re: Contribute and Studio Observation

2002-11-11 Thread S . Isaac Dealey
At the risk of being a trouble maker, I just have to make this observation. Now that we are allowed to talk about Contribute, I have to say the following: We have been told that MM is doing away with Studio/Homesite because they do not want to have more than one editing application in

RE: Booleans

2002-11-11 Thread Mark A. Kruger - CFG
(sigh)... you are of course correct - pardon me for typing too fast. Next time I will test all sample code before I place it in my email g. -mk -Original Message- From: S. Isaac Dealey [mailto:info;turnkey.to] Sent: Monday, November 11, 2002 10:39 AM To: CF-Talk Subject: RE: Booleans

RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread S . Isaac Dealey
It is NOT a CMS tool. Well, not in the Spectra/CommonSpot type application vain. It is as, Mike mentioned a sort of DWMX lite with a few extras bolted on, such as Version Control (only to 99 versions). Is it aimed at the muppet client who has not idea of the web etc and can easily start

RE: Booleans

2002-11-11 Thread Mark A. Kruger - CFG
I always find IF/Else easier to read than a lengthy nested function. I always find myself counting parenthasis :) As far as returns - as long as it's very short function I could care less. If the function is many lines of script, multiple returns make it more difficult to trouble shoot (IMO).

Re: SELECT DISTINCT in Access ODBC truncates MEMO field?

2002-11-11 Thread S . Isaac Dealey
You sooo do not want to select distinct on a memo field... If you need memo data, you want to either select everything else and then select the memo data individually, or select without the distinct. For smaller data ( number, varchar(20) and the like ) distinct sometimes returns results faster

RE: Booleans

2002-11-11 Thread Mark A. Kruger - CFG
Yes yes I know I know -Original Message- From: Everett, Al [mailto:AEverett;askallied.com] Sent: Monday, November 11, 2002 11:02 AM To: CF-Talk Subject: RE: Booleans cfif trim(Len(somvar)) IS 0 I sure hope that's a typo, because it will never return false. You mean

Re: Contribute and Studio Observation

2002-11-11 Thread John Quarto-vonTivadar
Robert, at least Macromedia is consistently inconsistent. - Original Message - From: Robert Occhialini [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 11, 2002 11:42 AM Subject: Contribute and Studio Observation At the risk of being a trouble maker, I just have

Re: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread samcfug
The product is called a stand-alone product, with no server-side scripting, but the product description discussed administration settings. how does a site administrator enforce server-side settings then? They mention an introductory pricing of $99.00,but what is a provider getting for this?

Re: When is developers exhcnage going to work again for IE 6.01

2002-11-11 Thread Michael Dinowitz
Are you looking for something specific? Someone on the list may have it. We talked about this over a month ago when 6.01 was firest released. I tried to login today and it still doesn't work. Anyone know when this will be fixed? Robert Everland III Web Developer Extraordinaire Dixon

Re: Booleans

2002-11-11 Thread S . Isaac Dealey
function isEmpty(mystring) { return yesnoformat(not len(trim(mystring))); } function isNotEmpty(mystring) { return yesnoformat(len(trim(mystring))); } snippage Of course, you're breaking the Numeric vs Boolean rule with this function Yes yes... yesnoformat accepts a boolean or a

RE: RE: =?iso-8859-1?Q?RE: OT? RE: OTA0Macromedia Contribute, is it Conten t Management or not??=

2002-11-11 Thread John Beynon
$99 per seat. It's in the press release ;) jb. -Original Message- From: Paris Lundis [mailto:PLundis;areaindex.com] Sent: 11 November 2002 17:45 To: CF-Talk Subject: =?iso-8859-1?Q?RE: OT? =A0Macromedia Contribute, is it Content Management or not??= The product is pretty niche oriented

RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Adrocknaphobia Jones
Is anyone planning on implementing this in a corporate setting? I mean after 10 users (x $100), you might as well start looking into a more robust CMS. The price structure doesn't work well beyond 5 users IMO. What happens if I give Bill in Marketing a key to edit the marketing homepage. Then

=?iso-8859-1?Q?Re:_OT?_=A0Macromedia_Contribute,_is_it_Content_Manage ment_or_not??=

2002-11-11 Thread Frank Mamone
I heard 99$. - Original Message - From: Paris Lundis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 11, 2002 12:45 PM Subject: RE: OT? Macromedia Contribute, is it Content Management or not? The product is pretty niche oriented from my end... seems ideal that

=?iso-8859-1?Q?Re: OT? =A0Macromedia Contribute, is it Content Management or not??=

2002-11-11 Thread samcfug
Initially it will be $99.00 They call it stand-alone They also say you can impose restrictions. if there are no server side components, then how does one do that? Do you have to buy it, customize it for each client, and then find some way to redistribute it to your clients, and if so, at what

RE: Booleans

2002-11-11 Thread S . Isaac Dealey
Let that be a lesson to you! :P S. Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 (sigh)... you are of course correct - pardon me for typing too fast. Next time I will test all sample code before I place it in my email g. -mk -Original Message-

RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Matthew Fusfield
I've played with it for a few hours today. It creates a few XML files on the server with the permissions and other rules (passwords and other keys stored as encrypted text) It is up to the client component to enforce the rules. The connection key contains encrypted information that tells the

Re: Generating 'What's Related'

2002-11-11 Thread Gyrus
- Original Message - From: Jillian Carroll [EMAIL PROTECTED] As a technician, you pull up the wrench used for removing alternators from a 1997 Ford Taurus. When you pull up this wrench, you also see a list of 'related tools' that are also used/required for removing alternators from a

  1   2   3   4   >