OT: Blackouts

2003-08-16 Thread Judith Dinowitz
>It was heartening to see the people of New York City accept the situation >they encountered with such great aplomb. > >You can all be very proud of yourselves! > >I know there was a bit of looting but not very much. > >Can't have been much CF development for a couple of days however. > Thanks, Pe

Need to generate 404

2003-08-16 Thread Jim McAtee
I've got quite a few CF5 templates in which I'd like to generate an error page that returns an HTTP 404 status code (using ). Most are constructed as follows, usually with a number of queries and tests which may throw the error: [ throw error here ] The problem is: 1. If I do a re

RE: cflock - what does it do? Exactly?

2003-08-16 Thread charlie
Alan, this is a source of frequent confusion. First let's restate that in both CFMX and BlueDragon, because they're built atop Java and synchronize variable accesses internally, the issue of locking is only really relevant any more with respect to "race conditions", or attempts to update a given va

Re: single quotes instead of doubles in cfml

2003-08-16 Thread Tony Schreiber
> FWIW, I usually use double quotes to delimit strings (eg myName="charlie" />) and single quotes to delimit (string) arguments in > functions (eg replace(myString, 'foobar', 'fubar', 'all')). That's exactly what I do. Tony Schreiber, Senior Partner Man and Machine, Limited mail

RE: cflock - what does it do? Exactly?

2003-08-16 Thread Peter Tilbrook
Further to this if you want your app to be "backwards" compatible with previous incarnations of CF then locking is still important. The section regarding Race Conditions makes for good reading. You would never want this issue to crop up in a production environment. Peter Tilbrook ColdFusion Applic

Re: ColdFusion MX Performance Brief now available

2003-08-16 Thread Matt Liotta
I imagine part of the reason why Macromedia labs are missing applications that show no gains or even negative gains is the same reason they missed them with CFMX; Macromedia provides no IP protection for the applications shared. It is quite likely that a fair number of complex and important

test

2003-08-16 Thread Michael T. Tangorre
Just testing if the list is up... Mike ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?

RE: Redsky-Still issues with CFINSERT and CFUPDATE.

2003-08-16 Thread Angel Stewart
Wish I could say the same :( The problems with CFMX not updating the jrun-resources.xml file caused us downtime with our Ablecommerce customers (which uses JRUN-resources.xml). Issues with query of queries code would have also forced us to rewrite sections of code for about four websites, and th

Test (Please Ignore)

2003-08-16 Thread cf-talk
Please ignore ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Get the mails

RE: cflock - what does it do? Exactly?

2003-08-16 Thread Peter Tilbrook
The SESSION type should only be used for the setting or updating of Session variables. Later versions of CF are not as unforgiving for the lack of using CFLOCK but you would be a better programmer, particularly in a hosted environment, to continue to lock crucial elements of your code. You should

RE: I debated whether or not this question was too stupid to ask...

2003-08-16 Thread Raymond Camden
Add to that list, Server, again though, that rule goes away in MX. (However they are still times when you need to lock.) === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedi

OT: Blackouts

2003-08-16 Thread Peter Tilbrook
It was heartening to see the people of New York City accept the situation they encountered with such great aplomb. You can all be very proud of yourselves! I know there was a bit of looting but not very much. Can't have been much CF development for a couple of days however. Peter Tilbrook ColdF

OT: Optimizing W2k Professional

2003-08-16 Thread dwayne
I looking for a free download that helps optimize W2k. To many processess and applications are starting during startup and I would like to streamline the number of processes running. ~| Archives: http://www.houseoffusion.

blackout - test

2003-08-16 Thread boo_pro
Has the list recovered? My shop in Gramercy area did not get power until 7:10 on friday night. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

OT: Different domains/hosts to same code base

2003-08-16 Thread Joe Eugene
I have weird scenario, am trying to use the same code base for different sub-domains/host names (Affiliates) and they should be on SSL, depending the on sub-domain, the MVC (VIEW) Compoents change but the Model and Data Layers stay the same and i want BOTH SSL's to point the same directory. Examp

RE: Looking for altenatives to ActivePDF

2003-08-16 Thread Craig Fisher
Check out Apache FOP at http://xml.apache.org/fop/index.html. For what looks to be a very tasty presentation on using FOP from CF check out: http://www.azcfug.org/viewRecord.cfm?recordID=52&type=5 Craig Fisher Alta Interactive, Inc. [EMAIL PROTECTED] http://www.altainteractive.com/ > -Origi

Genealogy Program Database Schema

2003-08-16 Thread Jim Gurfein
Hi Group... Before I go nuts reinventing the wheel, does anyone have a program/data structure for a genealogy project I'm doing. All assists will be greatly appreciated! Sincerely yours, Jim Gurfein President RestaurantRow.com, Inc. http://www.restaurantrow.com 914.921.3200 Ext 101 914.921.91

Recommendation for Job Posting system

2003-08-16 Thread Thanh Nguyen
Anyone have a recommendation for jobs posting, jobs search system? Thanh Nguyen ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://ww

cflock - what does it do? Exactly?

2003-08-16 Thread Alan Ford
I've seen described in two ways in the documentation (and I have my own, different, understanding of it) - I'd be interested to know which one is true. a) It holds the only exclusive lock for that session. Any other code for the session can run; the only thing that will be stopped is another atte

Re: CFMX 6.1 Problem

2003-08-16 Thread Ian Lurie
You have to enable RDS. If RDS is turned off, none of the browse server stuff works. Just went through this about 30 seconds ago myself :) On Friday, August 15, 2003, at 02:01 PM, Bryan Stevenson wrote: > I seem to recall one of the install options said..."If ya don't > install this > then al

RE: CFMX 6.1 Problem

2003-08-16 Thread Barney Boisvert
in order for the applets to work in the administrator, you have to have RDS set up and functioning on the server. Don't ask me why, but that's the way it is. Well, I know exactly why it's that way, but it seems that MM should have built a way around it. barneyb --- Barney Boisvert, Senior Devel

Adding field values problem

2003-08-16 Thread Creese, Eric
> I have a table with an amount field for 24 categories. Users can enter the > amount and I want to automatically update a total field each time the > enter a value and tab to the next field. However the code below I am using > is not working > > > > >value="#rf1#"> >

RE: IIS Disappeared

2003-08-16 Thread Brad Roberts
RPC? I'm not sure. How would I know? Thanks for your help. -Brad > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED] > Sent: Friday, August 15, 2003 4:59 PM > To: CF-Talk > Subject: RE: IIS Disappeared > > > > All of the sudden, IIS doesn't show up in my console. When I

Re: I debated whether or not this question was too stupid to ask...

2003-08-16 Thread Critz
oi Jeff!! /nick Raymond Camden thou shouldst lock anytime thou writest the word session or application /nick Critz is not required in cfmx IIRC -- Friday, August 15, 2003, 4:05:04 PM, you wrote: J> Do you lock the *creation* of session variables? J> F

Re: ColdFusion MX Performance Brief now available

2003-08-16 Thread Calvin Ward
Exciting stuff! Thanks Tim! - Calvin - Original Message - From: "Tim Buntel" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 9:35 AM Subject: ColdFusion MX Performance Brief now available > Hello All - > > I'm pleased to inform you that the new Perf

Re: machII(too much)

2003-08-16 Thread Calvin Ward
Actually, looking at the processing times on that output looks a bit frightening to me. I'm beginning to entertain the opinion that a methodology is more important and relevant and effective than the frameworks I've seen thus far for a number of considerations, among which is performance. Granted

machII(too much)

2003-08-16 Thread Don
>The point of a framework is to make otherwise unmanagable tasks managable. >Any framework is overkill for simple applications. Fusebox is a reasonably >simple framework, so it starts being appropriate with fairly small >applications. Mach-II is a more complex framework, so it stats being >approp

Re: Removing extra space between images

2003-08-16 Thread Scott Weikert
At 01:51 PM 8/15/2003 -0700, you wrote: >Quite often if image tags are on seperate lines in your code there will be >an extra space...put the tags and the images all in one huge line and >see if that helpsmabye even the tags as well Also with tags, if you have a return between the previous

TEST - Please reply *at least once

2003-08-16 Thread Mike Mertsock
All but 1 of the messages I posted this afternoon have not appeared on the cf-talk online list. Anybody else not seeing their messages appear? I'm posting through the online interface rather than through an email client. Mike Mertsock ~

ColdFusion MX Performance Brief now available

2003-08-16 Thread dcooper
Something definitely wrong here. Can you post some code (or send to me privately seperately) that exhibits no gain? We'd love to dissect this in the lab to see what's happening. If you can zip it up with reproduction instructions, and send it to me at [EMAIL PROTECTED], that'd be great. Als

RE: single quotes instead of doubles in cfml

2003-08-16 Thread Barney Boisvert
If you're building SQL statements via string variables, which is sometimes necessary, it can make escaping the single quotes for SQL nastier: vs Also, single quotes are used to delimit characters (which are different from strings with a single-character) in some languages, while double quotes a

I debated whether or not this question was too stupid to ask...

2003-08-16 Thread Mike Mertsock
I say yes - in the context of locking, I believe the creation of shared data needs the same treatment as the modification of shared data. Mike Mertsock Alfred University Web Team >Do you lock the *creation* of session variables? > >For instance, is > > > > >Do-able? Bad? Good? Stupid? A Sign

Re: single quotes instead of doubles in cfml

2003-08-16 Thread Charlie Griefer
Dave: I don't think CF actually recognizes the difference between single and double quotes. My best guess would be there is no downside. FWIW, I usually use double quotes to delimit strings (eg ) and single quotes to delimit (string) arguments in functions (eg replace(myString, 'foobar', 'fubar'

MX Caching when it shouldn't be

2003-08-16 Thread Scott Ashman
Is there a quick way to clear MX caching? It's referencing old custom tags that have been deleted and not taking new changes to any existing custom tag. Trusted cache is not enabled. It started doing this after restart of cold fusion. Thanks. --- Checked by AVG anti-virus system (http://www

Re: Removing extra space between images

2003-08-16 Thread Terry Troxel
If you read the bottom of my post you will see that is what I am trying to get away from as it is really hard to modify or read the code if it is all in one line. Terry - Original Message - From: "Bryan Stevenson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August

Adding field values problem

2003-08-16 Thread Creese, Eric
I have a table with an amount field for 24 categories. Users can enter the amount and I want to automatically update a total field each time the enter a value and tab to the next field. However the code below I am using is not working  #rf2#

Re: I debated whether or not this question was too stupid to ask...

2003-08-16 Thread Calvin Ward
I would think not... Session variable are not shared scope, meaning only the same user will ever access a session variable. Variable scopes such as server and application are accessible by more than one user and therefore should be locked. - Calvin - Original Message - From: "Jeff" <[E

Re: IIS Disappeared

2003-08-16 Thread Cary Gordon
Are you sure that the Computer Management console snapin is connected to your machine? Do the other nodes (System Tools and Storage) work? If not, right click on Computer Management and use the "connect to another computer" item to reconnect. Cary Gordon The Cherry Hill Company At 02:27 PM 8/

Removing extra space between images

2003-08-16 Thread Mike Mertsock
I replied to this question in the "Removing Extra Lines" thread - check out http://www.houseoffusion.com/lists.cfm?link=m:4:26439:132965 Mike Mertsock ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: htt

Regex help

2003-08-16 Thread Mike Mertsock
Try this out: Assuming for example that your company name field is form.company_name: The regular expression uses this type of syntax: (word1|word2|word3|word4). This says to replace anything that matches word1 OR word2 OR word3 OR word4. In this case, of course, we are replacing the matche

RE: Regex help

2003-08-16 Thread Ben Doom
You oculd use something like // make a pipe delimited list regexwordlist = replace(wordlist, ",", "|", "all"); rereplacenocase(string, "(,)?( #wordlist#)(\.)?$", ""); Which will remove any word in the list, a preceding comma if it exists, and a trailing period if it exists. It will only remove

RE: CFMX 6.1 and Verity on Linux

2003-08-16 Thread Dave Watts
> I was reading through the release notes of CFMX 6.1 and came > across this Known issue: "50943 - Verity cannot index documents > on RedHat Linux versions 7.3 and later." Does this mean that > CFMX 6.1 / Verity will not work on Linux? > > Apologies for the cross posting but this could prevent

Re: I debated whether or not this question was too stupid to ask...

2003-08-16 Thread Jochem van Dieten
Jeff wrote: > Do you lock the *creation* of session variables? In CF MX: depends. Can it be affected by race conditions? Pre-MX: yes. Jochem ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www

Cutting content...

2003-08-16 Thread Mike Mertsock
What was the original thread for this reply? Ignore this if I'm being too nosey but I'm intrigued by that little function and would like to know what it's for :-) Mike Mertsock Alfred University Web Team >Nah, use this (nice trick someone showed me.): > > > >function trimContent(string, chars) {