Re: Coldfusion Integration with .net,java

2007-04-25 Thread Robertson-Ravo, Neil (RX)
Webservice aside as that is native now, yes .NET integration will be in CF8 but it will be quite limiting from I have seen, no more extensive that COM instantiation unless something drastic has changed since the announcement. This e-mail is from Reed Exhibitions (Gateway House, 28 The

Re: Coldfusion Integration with .net,java

2007-04-25 Thread Andrew Scott
No he means that CF8 can do this CreateObject('.Net','some.net.class'); On 4/25/07, Kevin Aebig [EMAIL PROTECTED] wrote: Hate to break the fun by doing Coldfusion to .NET or .NET to Coldfusion with Webservices is entirely possible. Though I'm quite sure you mean that the datatypes are

Server or Application scope for a set if common components

2007-04-25 Thread Robertson-Ravo, Neil (RX)
OK, We have a group of CFC's which currently exist in the application scope of each website (and there will be hundreds of these sites) we publish from our CMS. Now, these CFC's are common across all sites so I was thinking of moving these common objects across to the server scope. While this

Re: Server or Application scope for a set if common components

2007-04-25 Thread Andrew Scott
Neil, I don't believe there will be any problems with that, never done anything like that before but I would consider it safe and handles less memory than if it was in each application. On 4/25/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: OK, We have a group of CFC's which

Updating ant.jar in cfusion/lib

2007-04-25 Thread Carlos Balacuit
Hello folks, We're building a custom build and deployment app for our projects. We want to use CF as a front end to ant+svnant. Yes, I've seen antfarm.riaforge.com... although, we'd rather call the ant+svnant java api directly, rather than executing ant from the cli. I would _like_ to use Ant

Re: Server or Application scope for a set if common components

2007-04-25 Thread Robertson-Ravo, Neil (RX)
This was more my reasoning, less memory and as the sites numbers grow I can potentially see a large benefit. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It

Re: Updating ant.jar in cfusion/lib

2007-04-25 Thread Mark Mandel
Carlos, Had any thoughts on using something like JavaLoader? That was you don't have to mess with the CF ClassPath http://www.compoundtheory.com/?action=javaloader.index Mark On 4/25/07, Carlos Balacuit [EMAIL PROTECTED] wrote: Hello folks, We're building a custom build and deployment app

Re: Server or Application scope for a set if common components

2007-04-25 Thread Andrew Scott
Yeah I would agree... And the fact that it is a scope similar to application, I would say you would not have any problems. I will ask one question though, for the life of me I can not think of the life of that scope? Do we assume that its alive for the length the server is up? I have not seen

Re: CFServer Log File Rotation

2007-04-25 Thread Tom Chiverton
On Tuesday 24 Apr 2007, Jon Clausen wrote: on a Linux (SUSE 10) box so the hotfix does not apply. I wish it were that easy. :-)I'm going to create a CRON job today to rotate the logs periodically, but I'd rather see if I can Just FYI, but the 'correct' way to do it to write a config

Re: A very unusual HTTP 500 Null Error

2007-04-25 Thread Tom Chiverton
On Tuesday 24 Apr 2007, T Lux wrote: Did you ever find a solution/fix? We are running into the same thing... same version of CF. The form that is posting is relatively small -- but there is a textarea that we think is the problem. Can you intercept the request somehow and write the FORM, CGI

Re: Updating ant.jar in cfusion/lib

2007-04-25 Thread Andrew Scott
What are you using for your IDE? If your using eclipse it has ant 1.7, and is very good for doing what your looking at doing as well. I do the same here for running unit tests and building and packaging CF packages. On 4/25/07, Carlos Balacuit [EMAIL PROTECTED] wrote: Hello folks, We're

Re: Anyone using coral Coral Web Builder

2007-04-25 Thread Neil Smith
Gert, I'm currently reviewing all CFML runtimes. I need something that is easy to deploy for the end user and to be used on Windows platforms. As this will be a business application I think Railo community edition does not suit my needs. I will be looking to build a browser based solution

RE: Server or Application scope for a set if common components

2007-04-25 Thread Robertson-Ravo, Neil (RX)
Yeah these objects will be alive for the duration of cfusion being up -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: 25 April 2007 09:13 To: CF-Talk Subject: Re: Server or Application scope for a set if common components Yeah I would agree... And the fact that it

Re: Server or Application scope for a set if common components

2007-04-25 Thread Andrew Scott
Thanks Neil, I assumed that... but thats not always a good thing to do:-) On 4/25/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Yeah these objects will be alive for the duration of cfusion being up -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: 25

RE: Convincing a client ** Update **

2007-04-25 Thread Peterson, Chris
Mark, I am taking a look at Transfer this morning, and I actually like it so far. Having a database map in XML is very intuitive to me so far. I'm gonna whip up some test apps with it and then take a look at Machii, but either way its looking like Transfer may make it into my daily toolkit =)

Re: Coldfusion Integration with .net,java

2007-04-25 Thread srinivas ganta
Thanks to all for your replies. can u please give few cases where you used .net classes or java classes? that will help me to go for java or .net. Thanks Srinivas On 4/25/07, Andrew Scott [EMAIL PROTECTED] wrote: No he means that CF8 can do this CreateObject('.Net','some.net.class');

Truncated pages causing big headache

2007-04-25 Thread Gerald Weir
Hello, We are a large e-commerce site that is experiencing a big problem. We are running CF MX6.1 on Jrun4 with Updater 6. We run F5's BigIp up front of a 7 web server, 5 CFMX server hardware set up. We are experiencing sporadic truncated pages being downloaded to our clients. The pages start

Re: Coldfusion Integration with .net,java

2007-04-25 Thread Andrew Scott
What sort of question is that? As I said earlier CF can leverage of .Net and java libraries. Currently only BlueDragon supports .Net until CF8 is released and CF8 will support both out of the box and I will not comment on BueDragon I think it is one or the other. Someone will correct me if I am

cfmailcfoutput

2007-04-25 Thread Stephens, Larry V
I'm using a cfoutput inside cfmail to output a query. cfmail from=[EMAIL PROTECTED] to=#GetName.PrimaryEmail# subject=USGenWeb Registration server=#SESSION.server# username=#SESSION.username# password=#SESSION.password# query=GetPosition .. .. .. Your positions include: PositionState

Re: Coldfusion Integration with .net,java

2007-04-25 Thread srinivas ganta
Hi Andrew, Thanks for reply.inFact i am using Cf for long time.i know java as well. but i never used java in cf application practcally, (for eg,know that stringBuffer(JAVA) class make faster for reading and writing files) i like to extend CF with java or .net.i am looking for resources like

Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
Anyone printing checks through a CF app?? I want to print checks for payments. I currently can do it but I created the print out using css/div and it really only works in a specific setup (IE7 on a specific machine with a specific printer). If I go print on a separate machine with a different

Re: Printing Checks

2007-04-25 Thread Mike Kear
Which banking system are the checks for? the US banking system? do they have MICR lines on them ? If i recall, the US banks charge quite a lot of money if they have to encode the MICR line after the checks ahve been supplied to the customer. Australian and NZ banks wont do it it all. they

Re: Updating ant.jar in cfusion/lib

2007-04-25 Thread Carlos Balacuit
Mark, This appears to be the solution I was looking for. I'll try it out. Thanks. - Carlos On 4/25/07, Mark Mandel [EMAIL PROTECTED] wrote: Had any thoughts on using something like JavaLoader? That was you don't have to mess with the CF ClassPath

Loop a query

2007-04-25 Thread Bobby Schuchert
I ran out of RedBull so I am slow this morning. I have a series on checkboxes in a form. I would like the user to pick the checkboxes they want then hit a button to show those respective items as labels on a display page. I am having trouble trying to get the ids of these items to populate

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
I print the MICR line. Easy enough for that, the checks clear now without problem. My problem is portability so that checks print exactly the same from printer to printer without having to resetup the page. Insert paper on printer1 or 2 and print away. The only difference between a regular

RE: Loop a query

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
try along this line using list=yes in cfqueryparam select * where id in (cfqueryparam value=#form.field# list=yes) ~Terry -Original Message- From: Bobby Schuchert [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 8:52 To: CF-Talk Subject: Loop a query I ran out of RedBull so

condition

2007-04-25 Thread Daniel Kessler
Alright, my brain is locked-up today, so I'm just going to ask. I need to make a set of cfif statements to so that if the dropdown value is '' then it skips the action. If the dropdown is 'other', then it needs to check to see if fname and lname both have values before it does the action.

Re: Printing Checks

2007-04-25 Thread Jake Pilgrim
One word - CFReport. Go get the CF Report Builder (I believe its still free) and create a report which fits the format of your checks, then just load and execute it with the CFreport tag. There is tons of documentation out there for CFReport so I'm not going to go too far into the details, but

RE: cfmailcfoutput

2007-04-25 Thread Everett, Al \(NIH/NIGMS\) [C]
Add a CHR(13) and/or CHR(10) character to the end of the line. -Original Message- I'm using a cfoutput inside cfmail to output a query. cfmail from=[EMAIL PROTECTED] to=#GetName.PrimaryEmail# subject=USGenWeb Registration server=#SESSION.server# username=#SESSION.username#

Wierd CF Output IE Problem

2007-04-25 Thread Joel Watson
I am doing a very, very simple search on two database columns, Title and Link. For my query, I am also doing the simplistic: cfquery name=Search datasource=mydb SELECT * FROM my_table WHERE 0=0 AND Title LIKE '%#FORM.SearchText#%' OR Link LIKE '%#FORM.SearchText#%' /cfquery On the output, I

RE: Wierd CF Output IE Problem

2007-04-25 Thread Everett, Al \(NIH/NIGMS\) [C]
Spaces in the input fields? Did you examine the resulting query in your debug output? You're going to use cfqueryparam when you finalize this, right? -Original Message- I am doing a very, very simple search on two database columns, Title and Link. For my query, I am also doing the

Re: Loop a query

2007-04-25 Thread Bobby Schuchert
I haven't ever noticed the list option before. Thanks, it works great. try along this line using list=yes in cfqueryparam select * where id in (cfqueryparam value=#form.field# list=yes) ~Terry -Original Message- From: Bobby Schuchert [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Strange CF Problem on Fedora Linux

2007-04-25 Thread Russ
Rob, I have the same thing happening to me on Windows XP from time to time. I'm not sure what causes it, I think it could be a bug in the Apache connector. Russ -Original Message- From: RobG [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 1:26 AM To: CF-Talk Subject:

RE: condition

2007-04-25 Thread Everett, Al \(NIH/NIGMS\) [C]
cfif (form[editor_ ee] is not and form[editor_ ee] is not other) or (form[editor_ ee] is other and form[e_fname_ ee] is not and form[e_lname_ ee] is not ) !--- action: do something --- /cfif That should do what you want. It also eliminates the use of evaluate(). If you want to

Re: Printing Checks

2007-04-25 Thread Paul Hastings
Bader, Terrence C CTR MARMC, 231 wrote: Anyone printing checks through a CF app?? we have a municipality doing that. I want to print checks for payments. I currently can do it but I created the print out using css/div and it really only works in a that's how they used to do it but we

Re: condition

2007-04-25 Thread Jochem van Dieten
Daniel Kessler wrote: Alright, my brain is locked-up today, so I'm just going to ask. I need to make a set of cfif statements to so that if the dropdown value is '' then it skips the action. If the dropdown is 'other', then it needs to check to see if fname and lname both have values

Re: Strange CF Problem on Fedora Linux

2007-04-25 Thread Rob Wilkerson
I've never seen this on various flavors of Linux or XP. Do your apache logs offer any hints? When you view source, is it just blank? On 4/25/07, Russ [EMAIL PROTECTED] wrote: Rob, I have the same thing happening to me on Windows XP from time to time. I'm not sure what causes it, I think it

OT: replacement for FTPControl that supports SFTP?

2007-04-25 Thread Damien McKenna
At work we're looking for a tool similar to FTPControl that supports SFTP. We'd like to create canned tools/setups that someone would simply drop a file onto an icon to upload it, or double-click another one to download all of the latest files from the server, i.e. something that doesn't require

RE: Printing Checks

2007-04-25 Thread Peterson, Chris
Terry, I print checks by making a 'blank' check template as a Tiff image. Then I use iText to write text to specific X / Y coordinates on my tiff blank, and spit em out to the printer as a .pdf file (again, using iText to change the tiff to a pdf) I also print invoices like this. You wouldn't

Re: condition

2007-04-25 Thread daniel kessler
That should do what you want. It also eliminates the use of evaluate(). thanks folks. And thanks for the method to eliminate evaluate(). ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2

RE: Strange CF Problem on Fedora Linux

2007-04-25 Thread Russ
The source is just blank when this happens. Russ -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 10:32 AM To: CF-Talk Subject: Re: Strange CF Problem on Fedora Linux I've never seen this on various flavors of Linux or XP. Do your

Question: Whats a 'singleton'?

2007-04-25 Thread Peterson, Chris
I am writing some test apps using Transfer ORM, and trying to decide if I'm ready to take the plunge and use a framework for a new auction application. I'm starting from scratch, so now is the time to do it, but I worry that a steep learning curve to some of those MVC concepts will slow me down,

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
Thanks Jake, Thanks Paul, Thanks Mike... CFReport it is - I will check this out. -Original Message- From: Jake Pilgrim [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 8:58 To: CF-Talk Subject: Re: Printing Checks One word - CFReport. Go get the CF Report Builder (I believe

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
I would be very interested. Thanks! -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 9:32 To: CF-Talk Subject: RE: Printing Checks Terry, I print checks by making a 'blank' check template as a Tiff image. Then I use iText to write

Re: Updating ant.jar in cfusion/lib

2007-04-25 Thread Carlos Balacuit
Andrew, We are using cfeclipse (actually, a few of us have adopted it... I'm working on the rest). We want to use this build/deploy app on our qa and staging servers... maybe production. This would allow our non-eclipse-using producers the ability to swap out builds at will, but with logging

RE: Server or Application scope for a set if common components

2007-04-25 Thread Dave Watts
We have a group of CFC's which currently exist in the application scope of each website (and there will be hundreds of these sites) we publish from our CMS. Now, these CFC's are common across all sites so I was thinking of moving these common objects across to the server scope. While

Re: Coldfusion Integration with .net,java

2007-04-25 Thread Andrew Scott
Thats the thing... The only real resources would be to google what you are looking for. As I said it all depends on waht you want to do, or leverage off. The question you ask is a very broad question. I mean are you talking about things like: strTest.endsWith('\'); Or do you mean like, I need

Re: Wierd CF Output IE Problem

2007-04-25 Thread Joel Watson
Well, it turns out that the casing of the fieldnames was the problem. I didn't realize that this was an issue for IE (and I don't quite understand why it would be). Anyway, it works, so that is enough. Thanks for your help, and yes, I am going to add the cfqueryparam on the final go. Thanks!

CFOUTPUT technical questions

2007-04-25 Thread Greg Johnson
First question, which is better, wraping an entire .cfm file with a CFOUTPUT, or only using the tags where you need them in the docutment? Whichever answer, why? And finaly, other then the fact that CF won't accept nested CFOUTPUTs with different queries, why won't it?

RE: CFOUTPUT technical questions

2007-04-25 Thread Dave Watts
First question, which is better, wraping an entire .cfm file with a CFOUTPUT, or only using the tags where you need them in the docutment? Whichever answer, why? And finaly, other then the fact that CF won't accept nested CFOUTPUTs with different queries, why won't it? First, whenever

Re: CFOUTPUT technical questions

2007-04-25 Thread Gert Franz
I can speak only for Railo, but I assume in MX it is almost the same. By setting a cfoutput tag you turn on a switch for the engine to write the output to the response buffer and to interpret pound signs or not. It also depends on the cfsetting enablecfoutputonly tag. So I guess it would be a

Re: Printing Checks

2007-04-25 Thread Mike Kear
I woudl strongly urge you to go to you bank's it department and ask them to get you a Glarden gauge. it is a plastic overlay that shows you the tolerances for the MICR line If you dont get the MICR line in the right place. - to 100th of an inch the bank will sooner or later start charging you

Re: Strange CF Problem on Fedora Linux

2007-04-25 Thread Cameron Childress
Are you using alot of frameworks? Many of the CF frameworks delay screen output tillt he very last step and there have been bugs int he past that have caused a white screen of death when using them. If you are using a similar pattern, something may be happening before the display is rendered and

Re: Server or Application scope for a set if common components

2007-04-25 Thread Cameron Childress
On 4/25/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: We have a group of CFC's which currently exist in the application scope of each website (and there will be hundreds of these sites) we publish from our CMS. Now, these CFC's are common across all sites so I was thinking of moving

Re: Truncated pages causing big headache

2007-04-25 Thread Cameron Childress
The issue is quite elusive as this problem NEVER occurs within our network and so we have to test it from home or a remote location. We have considered the following possibilities: Considering the problem is only happening outside your network, the very first place I'd look would be the

Re: Server or Application scope for a set if common components

2007-04-25 Thread Robertson-Ravo, Neil (RX)
Well as noted, we own the network etc we are the only people developing on it so unless we arse it up ourselves then it should be fine. Cheers .. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
Mike thanks for your insight. I will check on this and make sure my bank isnt balking at our checks. ~Terry -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 11:12 To: CF-Talk Subject: Re: Printing Checks I woudl strongly urge you to go to

Re: Printing Checks

2007-04-25 Thread Paul Hastings
one other thing, one of the check writing requirements was spellout for the amount on the check. icuj4's RuleBasedNumberFormat class did a fine job w/that bit (it needed to be written out in thai on very rare occasions, english).

Re: Truncated pages causing big headache

2007-04-25 Thread Gerald Weir
Yes, Cameron, I agree. If I can get my internal site working again after the JRUN update that seems to have failed and knocked out my ColdFusion sites I plan to see if there is a way in from outside that will bypass the F5 and or Akami servers. I'm new to this job location and don't know all

Re: Question: Whats a 'singleton'?

2007-04-25 Thread Barney Boisvert
On 4/25/07, Peterson, Chris [EMAIL PROTECTED] wrote: So: What is a singleton? A singleton is a class that will only ever have a single instance created for it. A business entity (a Person, an Auction, etc.) clearly will have multiple instances (one for each person/auction/etc. in the system).

Re: Strange CF Problem on Fedora Linux

2007-04-25 Thread RobG
Cameron Childress wrote: Are you using alot of frameworks? Many of the CF frameworks delay screen output tillt he very last step and there have been bugs int he past that have caused a white screen of death when using them. If you are using a similar pattern, something may be happening

CF5 compatibility with Windows Server 2005?

2007-04-25 Thread RobG
A long-time client is replacing their application server with an all new one. The old one is Windows 2000 and CF5... Since Windows 2000 is no longer available, they want to know if CF5 will run okay on Windows Server 2005. They don't want to upgrade to v7 because the application is being

Re: CF5 compatibility with Windows Server 2005?

2007-04-25 Thread Robertson-Ravo, Neil (RX)
You mean Windows 2003? If so, then it will run fine. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also

Jrun unable to see CF Site after Hot Fix

2007-04-25 Thread Gerald Weir
Hi, I've just run a Jrun4 hot fix to try to address the issue of cflocation causing some web pages to be truncated. Last night before I went home I tested many pages on our site to be sure that the hot fix hadn't broken anything and everything looked fine. This morning I came in and when we

Re: CF5 compatibility with Windows Server 2005?

2007-04-25 Thread RobG
I was told that Server 2005 was the latest, and while I wasn't sure that was the case, I chose not to argue with them. :) So cool, Server 2003 it is, and CF5 is fine. Awesome, thanks! Rob Robertson-Ravo, Neil (RX) wrote: You mean Windows 2003? If so, then it will run fine.

Re: Jrun unable to see CF Site after Hot Fix

2007-04-25 Thread Nick Tong
http://www.fusion-reactor.com/home.html ? On 25/04/07, Gerald Weir [EMAIL PROTECTED] wrote: Hi, I've just run a Jrun4 hot fix to try to address the issue of cflocation causing some web pages to be truncated. Last night before I went home I tested many pages on our site to be sure that the

Re: Truncated pages causing big headache

2007-04-25 Thread Cameron Childress
On 4/25/07, Gerald Weir [EMAIL PROTECTED] wrote: Akami is more complex as the image paths are set with application-scope variables. We have had some testing done between here and Akami and there is no problem according to our network guys. However, that doesn't mean that there isn't a

Re: JReport anyone?

2007-04-25 Thread dcooper
Hmmm..how do you create reports without access to the database? As far as RDS access goes, it's just HTTP over port 80, so firewall stuff shouldn't be a concern (don't know if that is for you or not). In CF8 you'll have RDS Sanboxing (limit DSN and file access to a sandbos per user/group)

RE: Question: Whats a 'singleton'?

2007-04-25 Thread Peterson, Chris
Barney, Thanks a ton for your thought out reply. I will read through and try to absorb it all, and hopefully it will lead me to enlightenment =) I appreciate your time sir! Chris Peterson ~| Upgrade to Adobe ColdFusion MX7

Unsubscribing

2007-04-25 Thread Steve Brownlee
Mike, I hope you read this. I've tried, unsuccessfully, for two days now to unsubscribe this email address from the list. ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial

RE: Question: Whats a 'singleton'?

2007-04-25 Thread Jacob
Can you run HTTP Compression on IIS with CF 7? I know CF4 and CF5 has a problem, but how about CF7? I downloaded a couple ISAPI Filters for HTTP Compression for IIS, but it does not work. When I install it on a IIS server not running CF, HTTP Compression runs fine. TIA... Jacob

HTTP Compression with CF7

2007-04-25 Thread Jacob
Can you run HTTP Compression on IIS with CF 7? I know CF4 and CF5 has a problem, but how about CF7? I downloaded a couple ISAPI Filters for HTTP Compression for IIS, but it does not work. When I install it on a IIS server not running CF, HTTP Compression runs fine. TIA... Jacob

RE: Unsubscribing

2007-04-25 Thread Dave Watts
Mike, I hope you read this. I've tried, unsuccessfully, for two days now to unsubscribe this email address from the list. I'm not Mike obviously, but I run a couple of mailing lists. The most common problem people have when trying to unsubscribe from them, is that they're using the wrong

Re: Question: Whats a 'singleton'?

2007-04-25 Thread Barney Boisvert
Probably should try again, not hijacking an existing thread On 4/25/07, Jacob [EMAIL PROTECTED] wrote: Can you run HTTP Compression on IIS with CF 7? I know CF4 and CF5 has a problem, but how about CF7? I downloaded a couple ISAPI Filters for HTTP Compression for IIS, but it does not

RE: Question: Whats a 'singleton'?

2007-04-25 Thread Jacob
I did.. sorry. Jacob -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 12:36 PM To: CF-Talk Subject: Re: Question: Whats a 'singleton'? Probably should try again, not hijacking an existing thread On 4/25/07, Jacob [EMAIL PROTECTED]

Re: Unsubscribing

2007-04-25 Thread Michael Wright
Steve I'm not sure what method you are using on the house of fusion site to unsubscribe but the manage lists section doesn't work for me - what does work for me though is going into the list archive and selecting the subscribe option, changes there seem to stick. Hope that helps. Regards

RE: HTTP Compression with CF7

2007-04-25 Thread Russ
I don't know about IIS, but we've never had a problem with compression using Apache and CF... Russ -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 3:31 PM To: CF-Talk Subject: HTTP Compression with CF7 Can you run HTTP Compression on

Re: HTTP Compression with CF7

2007-04-25 Thread Pete Ruckelshaus
Roll your own. Here's a code snippet from my application.cfc: cffunction name=onRequestEnd !--- gzip file compression for non-logged in users and UA's that accept gzip encoding Compression does odd things to the admin navbar and keeps the debug output from being shown. --- cfargument

CFUNITED news: OO programming with CF, topic survey winner

2007-04-25 Thread Michael Smith
Here is the ColdFusion and Fusebox news: * Topic survey results and winner * New Sponsor, Integral * Seeking SQL Server Solutions? * CFLive Thurs 5/2/07 12:30pm Charlie Arehart New in CFMX 67: What Did You Miss? * New CFUNITED podcasts released http://cfunited.com/blog/index.cfm/podcast -

Re: HTTP Compression with CF7

2007-04-25 Thread Barney Boisvert
It's worth mentioning that this will only compress resources served via CF. It won't capture anything the web server serves directly (images, CSS, JS, etc.). cheers, barneyb On 4/25/07, Pete Ruckelshaus [EMAIL PROTECTED] wrote: Roll your own. Here's a code snippet from my application.cfc:

Re: HTTP Compression with CF7

2007-04-25 Thread Andrew Scott
You know Pete... If you are going to give something, some credit would have been good:-) http://www.andyscott.id.au/index.cfm/2006/9/12/Proof-of-Concept On 4/26/07, Pete Ruckelshaus [EMAIL PROTECTED] wrote: Roll your own. Here's a code snippet from my application.cfc: cffunction

Preferred clientstorage setting for client variables

2007-04-25 Thread james carberry
What is the best way to store client variables? We are in the process of completely redesigning our website and considering changing the clientstorage attribute in cfapplication from a named SQL datasource to Cookie to prevent having 100,000's of records pile up on our SQL server. The primary

Re: Preferred clientstorage setting for client variables

2007-04-25 Thread Andrew Scott
Database here. Stay away from storing in cookies as much as possible. On 4/26/07, james carberry [EMAIL PROTECTED] wrote: What is the best way to store client variables? We are in the process of completely redesigning our website and considering changing the clientstorage attribute in

Re: Preferred clientstorage setting for client variables

2007-04-25 Thread Matt Robertson
On 4/25/07, james carberry wrote: What is the best way to store client variables? Better way to phrase that is what is the least bad way? :-) Cookies are a disaster. To make a long story short you can't count on them being present all the time, and you have to wait for a trip to the client

Re: Preferred clientstorage setting for client variables

2007-04-25 Thread Ariel Jakobovits
dont forget that these days people have their browsers configured to remember stuff for them, so they may not need a cookie to do that - Original Message From: james carberry [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, April 25, 2007 2:58:06 PM Subject:

RE: Preferred clientstorage setting for client variables

2007-04-25 Thread Dave Watts
Writing to the db. As robust as your db is. Nobody loves a thing that executes a db read and write at every page request, but at least there are no vultures circling your server when you do it this way. The problems you will cause will be manageable, one way or the other. Unless you

RE: Preferred clientstorage setting for client variables

2007-04-25 Thread Dave Watts
What is the best way to store client variables? We are in the process of completely redesigning our website and considering changing the clientstorage attribute in cfapplication from a named SQL datasource to Cookie to prevent having 100,000's of records pile up on our SQL server. The

Re: HTTP Compression with CF7

2007-04-25 Thread Robertson-Ravo, Neil (RX)
You also shouldn't need filters for compression, IIS does it out of the box it is just hidden from view and has to be activited via command prompt. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,

Re: HTTP Compression with CF7

2007-04-25 Thread Andrew Scott
Neil, yes that is correct it does. But only from Version 6 and up, just in case others are still running older IIS sites. On 4/26/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: You also shouldn't need filters for compression, IIS does it out of the box it is just hidden from view

Re: HTTP Compression with CF7

2007-04-25 Thread John Blayter
I have used the GZip compression in IIS 6. If you want an easy way to manage it I would suggest using ZipEnable from port80 software. It is well worth the $150. http://www.port80software.com/products/zipenable/ One thing that you need to watch out for is that the compression kills Scheduled Tasks

Re: Question: Whats a 'singleton'?

2007-04-25 Thread Mark Mandel
Chris, Also, if you you're looking for help with Transfer, the mailing list is an invaluable resource: http://groups.google.com/group/transfer-dev/ And there is a #transfer on dalnet irc. Mark On 4/26/07, Peterson, Chris [EMAIL PROTECTED] wrote: I am writing some test apps using Transfer ORM,

Re: HTTP Compression with CF7

2007-04-25 Thread Ariel Jakobovits
so this concept of compressing data, it saves bandwidth but how about client and server side processing time. more server load? faster to decompress on client than download more? - Original Message From: Andrew Scott [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent:

Re: HTTP Compression with CF7

2007-04-25 Thread Barney Boisvert
There is definitely more overhead on both ends, and with the speed of connections increasing, compression is becoming less about performance and more about saving your bandwidth usage allotment. Compression is not a huge resource draw, so probably worth enabling in most scenarios, even though the

Why is this select not pre-selecting?

2007-04-25 Thread Will Tomlinson
I have a form that generates this code. but in the browser, it doesn't pre-select 3. What am I not seeing here? select name=Select_question6 option value=4_14_2_141/option option value=4_14_2_172/option option value=4_14_2_18 selected=selected3/option /select

SOLVED: pre-select not selecting

2007-04-25 Thread Will Tomlinson
I think it was just a firefox thing. Seems to be workin now. Will ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR

batch file to run CFMX file

2007-04-25 Thread solongo buyantsogt
Hi All I need a help to write batch file to run test.cfm that outputs some text lines. I wrote batch file to run the test.cfm file but instead of running it, it is opening the file for edit. Please help me, any help deeply appreciated. I am new to ColdFusion and Batch file. Thank you

ColdFusion Web Developer Opportunity - Orlando, FL

2007-04-25 Thread Brian Scutero
Attention ColdFusion Users! TekPartners is excited to post our ColdFusion Web Developer opportunity on your website. Interested candidates please submit your resume to [EMAIL PROTECTED] or reach us at 407-660-6672. Below are the job details, thanks. ColdFusion Web Developer Opportunity