RE: CFTRY/CFCATCH exposing CF errors?

2005-04-08 Thread Micha Schopman
Matt, We also had this type of issue a while ago, were cftry/cfcatch didn't suppress the error. We tried everything but with no results on the cf side. We did a workaround in the presentation layer (the logic consisted in outputting raw xml strings). It was definitely a bug, but we couldn't

Re: recoding some parts into Java...

2005-04-08 Thread Protoculture
thanks for the responses guys... Essentially what is happening is we've broken down our email sendouts into smaller groups. This was done before I came here, but I assume it was done in this manner to make the chunks more managable and to be able to monitor the progress of the entire system. (

Re: recoding some parts into Java...

2005-04-08 Thread Jochem van Dieten
Protoculture wrote: Essentially what is happening is we've broken down our email sendouts into smaller groups. This was done before I came here, but I assume it was done in this manner to make the chunks more managable and to be able to monitor the progress of the entire system. ( ie...

Re: recoding some parts into Java...

2005-04-08 Thread Protoculture
Anyone else have anything else to add? I have been learning a lot from everyones helpful comments and this has been really useful in getting my head around this specific issue. Thanks again. ~| Find out how CFTicket can

Re: checking for vars

2005-04-08 Thread daniel kessler
point well taken. thanks! It's good practice to CFPARAM all of your URL and FORM variables into existence before you try using them. Then you can avoid one of your Ifs entirely... cfparam name=url.group default= cfif url.group NEQ 'me'do something here/cfif -Justin

rolling back last change - ms sql

2005-04-08 Thread Protoculture
any way to do this? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15

RE: recoding some parts into Java...

2005-04-08 Thread James Holmes
ActivMail is good for mass mailouts - you can try the eval version to see if it does what you are after. www.cfdev.com/activmail/ -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: Friday, 8 April 2005 5:56 To: CF-Talk Subject: Re: recoding some parts into Java...

Re: rolling back last change - ms sql

2005-04-08 Thread Protoculture
any way to do this? I might add this was not a transation either. Just a simple change that I would like to undo ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

RE: Async CFML (demo on damons blog)

2005-04-08 Thread Earl, George
Adam said: Also, there is a benefit in using db client vars in a cluster. Afterall, regardless of what webserver they hit, they always hit the same db server, hence their sessions follow them. Although with J2EE sessions its no longer the best solution, however it used to be the _only_ solution.

Re: recoding some parts into Java...

2005-04-08 Thread Keith Gaughan
Jochem van Dieten wrote: As I've mentioned before, the way this has been set up is on CF Developer Edition along with scheduled tasks for each group of 1000 clients. This is the system that I have inherited. Are you now admitting to running Developer Edition in production on a public

Re: recoding some parts into Java...

2005-04-08 Thread Jochem van Dieten
Keith Gaughan wrote: Jochem van Dieten wrote: Are you now admitting to running Developer Edition in production on a public mailinglist where you know several Macromedia employees are member? If I were you I would drop everything and first write a memo to the boss alerting him to that and

Re: recoding some parts into Java...

2005-04-08 Thread Keith Gaughan
Jochem van Dieten wrote: Keith Gaughan wrote: Jochem van Dieten wrote: Are you now admitting to running Developer Edition in production on a public mailinglist where you know several Macromedia employees are member? If I were you I would drop everything and first write a memo to the boss

CFForm Issue with CFGrid

2005-04-08 Thread Jason Rogoz
I have a flash form on my page that has three accordion tabs. Each tab has a cfgrid within it. Each row in the grid has a check box the user can select and then click a submit button within each tab to submit the form. I'm encountering a weird occurance where if i check checkboxes in tab 1

CF Developer Edition and IP's

2005-04-08 Thread Ken Ferguson
So, I'm running the developer edition on my server and I showed a couple of my bosses what I've got so far. I know that the license only allows 2 ip's to connect other than the localhost, but that's all I need. The trouble is that one of those ip's changed dynamically for one of my bosses on

RE: CF Developer Edition and IP's

2005-04-08 Thread Ben Forta
You did not state which version of CF you are running, but, try this URL: http://www.macromedia.com/go/tn_17832 --- Ben -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 11:05 AM To: CF-Talk Subject: CF Developer Edition and IP's So, I'm

RE: CF Developer Edition and IP's

2005-04-08 Thread Paul Vernon
Restart the CF service. Paul ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free

RE: CF Developer Edition and IP's

2005-04-08 Thread Ken Ferguson
7 is the only one that allows two additional ip's, isn't it? Thanks for the link though Ben. --Ferg -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 10:09 AM To: CF-Talk Subject: RE: CF Developer Edition and IP's You did not state which version

RE: CF Developer Edition and IP's

2005-04-08 Thread Ken Ferguson
I'm amazed that it was that simple. Restart the service??? I was about to say even I could have thought of that, but I guess it's embarrassingly obvious that I couldn't, or at very least didn't. I thought surely it would be locked away in some difficult to find secret location. Oh well. Thanks,

Re: recoding some parts into Java...

2005-04-08 Thread Sean Corfield
On Apr 8, 2005 2:00 AM, Protoculture [EMAIL PROTECTED] wrote: I would take a guess that the queries that search for related data to a specific client is what is slowing the whole thing down. As Jochem says, guessing isn't good enough. You need to measure things properly to find out where the

Upgrade or Hold on CFMX 7 Standard?

2005-04-08 Thread Rey Bango
Guys, We want to purchase another license for CFMX but we're wondering if we should go with CFMX 7 or stick with CFMX 6.1. How's CFMX 7 been running for everyone? Solid or does it have some show-stoppers that would keep us at 6.1? Rey...

cfform and custom validation

2005-04-08 Thread Brook Davies
It is possible to use your own validation routine with cfform? Does someone have an example? Also, when a required field is left empty it gets the red halo and the error tooltip. Do we have access to these methods to apply the error tooltip to other fields programmatically when using custom

OT: low-end web hosting?

2005-04-08 Thread Damien McKenna
I'm looking for low-end CFML web hosting. The key features are CFMX 6.1 or 7 and some sort of database (MySQL, PostgreSQL, etc), a small amount of disk space and a sandbox so I can still use e.g. cffile, cfobject, cfcontent, etc for our files. I could probably get my contact to move some of his

Re: Bonhead Move #23887

2005-04-08 Thread Al Everett
I didn't do this, but someone I used to work with did. Back in the CF4.5 days, before CF managed the size of its log files itself, you could see a performance hit if the file got overly large. So, we needed something that would rename any log file that got over a certain size and let CF start

RE: low-end web hosting?

2005-04-08 Thread Ron Eis
What don't you like about HostMySite? Their customer support is awesome and they've always been extremely helpful and prompt with any concerns and questions. Don't count them out! -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 11:22 AM

Re: recoding some parts into Java...

2005-04-08 Thread Rob
Essentially what is happening is we've broken down our email sendouts into smaller groups. This was done before I came here, but I assume it was done in this manner to make the chunks more managable and to be able to monitor the progress of the entire system. ( ie... we get a confimation

Re: low-end web hosting?

2005-04-08 Thread Bryan Stevenson
www.uniserve.com CFMX 6.1 (7 coming soon) MS SQL Server db CFFILE etc enabled $24.95/mnth CDN Great serviceused them for years ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail:

Re: OT: low-end web hosting?

2005-04-08 Thread Dave Carabetta
On Apr 8, 2005 12:21 PM, Damien McKenna [EMAIL PROTECTED] wrote: I'm looking for low-end CFML web hosting. The key features are CFMX 6.1 or 7 and some sort of database (MySQL, PostgreSQL, etc), a small amount of disk space and a sandbox so I can still use e.g. cffile, cfobject, cfcontent, etc

Re: SOLVED: Re: CFTRY/CFCATCH exposing CF errors?

2005-04-08 Thread Sean Corfield
On Apr 7, 2005 5:42 PM, Matt Robertson [EMAIL PROTECTED] wrote: OK its very simple code. I'll send it over. Mostly what I posted already. But it doesn't happen on my live server. Only my dev box here on my desktop, where I could put in a simple s/w error handler on a relatively clean

Re: OT: low-end web hosting?

2005-04-08 Thread Greg Morphis
might want to look at www.viux.com? It's pretty inexpensive. On Apr 8, 2005 11:21 AM, Damien McKenna [EMAIL PROTECTED] wrote: I'm looking for low-end CFML web hosting. The key features are CFMX 6.1 or 7 and some sort of database (MySQL, PostgreSQL, etc), a small amount of disk space and a

RE: low-end web hosting?

2005-04-08 Thread Damien McKenna
The price is what got me. You have to pay $30/m to get a database when they should be offering lower-end plans with MySQL or PostgreSQL. I don't care if the database is an open-source one, I just don't want to have to deal with that horrendous piece of junk that is Access. -- Damien McKenna -

Re: OT: low-end web hosting?

2005-04-08 Thread Greg Morphis
This popped up in gmail.. http://www.anumina.com/webhosting.asp from 4.95 a month On Apr 8, 2005 11:32 AM, Greg Morphis [EMAIL PROTECTED] wrote: might want to look at www.viux.com? It's pretty inexpensive. On Apr 8, 2005 11:21 AM, Damien McKenna [EMAIL PROTECTED] wrote: I'm looking for

Submit button and using the enter/return key

2005-04-08 Thread Charles Heizer
Hello, I created a cfform with a type of flash, I have several input field and one sumbit button. The problem I'm having is that when I hit the enter/return key it does not submit the form. Does anyone know hat I need to do to resolv this? Thanks, - Charles

RE: Upgrade or Hold on CFMX 7 Standard?

2005-04-08 Thread Connie DeCinko
Go for it. -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 9:04 AM To: CF-Talk Subject: Upgrade or Hold on CFMX 7 Standard? Guys, We want to purchase another license for CFMX but we're wondering if we should go with CFMX 7 or stick with CFMX

RE: low-end web hosting?

2005-04-08 Thread Burns, John D
I used Datarealm (www.serve.com) and they were pretty good. Reliable hosting, decent pricing. Included MX 6.1 (when I left there about a year ago) and free MySQL. They don't block the use of any CF tags on the server and they'll set up pretty much anything you want in the CF Admin. They're not CF

RE: cfform and custom validation

2005-04-08 Thread Connie DeCinko
What format? Flash form our HTML form? With an HTML form and CFForm you can use your own validation. -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 9:19 AM To: CF-Talk Subject: cfform and custom validation It is possible to use your own

RE: low-end web hosting?

2005-04-08 Thread Connie DeCinko
Although there have been many issues lately, CrystalTech does offer a CF developer site for cheap that would allow you to test things out. -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 9:22 AM To: CF-Talk Subject: OT: low-end web

Re: Upgrade or Hold on CFMX 7 Standard?

2005-04-08 Thread Sean Corfield
On Apr 8, 2005 9:04 AM, Rey Bango [EMAIL PROTECTED] wrote: How's CFMX 7 been running for everyone? Solid or does it have some show-stoppers that would keep us at 6.1? First off I'll say that CFMX 7 is the same core code as CFMX 6.1 with all the updaters and bug fixes - and a bunch of

RE: low-end web hosting?

2005-04-08 Thread Connie DeCinko
After making the jump to my first MySQL database and seeing how unscarry it really is, I'd never go back. Even if I have to use Access for the front end, all my tables are now MySQL or MS SQL. -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Friday, April 08,

RE: cfform and custom validation

2005-04-08 Thread Brook Davies
Sorry, I am interested in how to do this with Flash Forms... At 09:37 AM 4/8/2005, you wrote: What format? Flash form our HTML form? With an HTML form and CFForm you can use your own validation. -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Friday, April 08,

RE: OT: low-end web hosting?

2005-04-08 Thread Damien McKenna
That looks too good to be true... $4/m for 1gb of space? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -Original Message- From: Greg Morphis [mailto:[EMAIL PROTECTED] Sent: Friday, April

Re: low-end web hosting?

2005-04-08 Thread Wayne Putterill
I use http://www.xtreme-host.com/ for a few sites and have been quite pleased, the support is good too. The package for the price is incredible, CF 6.1 (moving to 7 soon), PHP, ASP, Perl, Python, .jsp, Mysql (unlimited databases), daily backup, stats etc. from $3.50 a month. Based in Canada

Re: low-end web hosting?

2005-04-08 Thread Les Mizzell
I'm looking for low-end CFML web hosting. The key features are CFMX 6.1 or 7 and some sort of database (MySQL, PostgreSQL, etc), a small amount of disk space and a sandbox so I can still use e.g. cffile, cfobject, cfcontent, etc for our files. I could probably get my contact to move some of

Re: OT: low-end web hosting?

2005-04-08 Thread Greg Morphis
it's for real On Apr 8, 2005 11:51 AM, Damien McKenna [EMAIL PROTECTED] wrote: That looks too good to be true... $4/m for 1gb of space? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h

RE: low-end web hosting?

2005-04-08 Thread Damien McKenna
This I think is more their price-level. Cheaper would have been better, but it looks agreeable. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -Original Message- From: Les Mizzell

RE: OT: low-end web hosting?

2005-04-08 Thread Damien McKenna
So what's the catch? How can they cover their costs for that little? What's their tech support like? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -Original Message- From: Greg Morphis

Re: Upgrade or Hold on CFMX 7 Standard?

2005-04-08 Thread Rey Bango
Great feedback. Anymore comments? Rey... ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try

RE: OT: low-end web hosting?

2005-04-08 Thread Burns, John D
Disk space is cheap, especially if the servers are using IDE drives. I can but a 250 GB hard drive for about $100 at Best Buy. Bandwidth is where they usually limit you that will make any difference. I've seen some places offer Unlimited storage with 1GB of monthly bandwidth. Technically, you

Re: low-end web hosting?

2005-04-08 Thread Stan Winchester
Take a look at www.webcac.com. We just set up one site there using BlueDragon, though they offer CF too. The prices and service so far have been GREAT! I'm looking for low-end CFML web hosting. The key features are CFMX 6.1 or 7 and some sort of database (MySQL, PostgreSQL, etc), a small

RE: You have to laugh - the world is full of half-wits

2005-04-08 Thread Ewok
my joke was totally lost on him and that made it all the more funny for me Seems it was lost here as well. Too many long hours of logical thinking tends to make the average techno weenie lose what little sense of humor he had to start with. I thought it was amusing. Thanks for sharing it.

OT: Import Access table into MS SQL

2005-04-08 Thread Claude Schneegans
Hi, I'm using the import facility in MS SQL 7 Entreprise Manager to import a database from Access. It looks like all tables and data are there, but no index has been created. Is there some way I can import a database *completely*, or do I have to recreate all indexes? --

RE: Async CFML (demo on damons blog)

2005-04-08 Thread Dave Watts
Does MS SQL Server offer a facility to log all queries? Yes, it's called SQL Profiler. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago,

RE: low-end web hosting?

2005-04-08 Thread Stephens, Larry V
I use HostMySite as well, and between the two companies, I've had zero complaints over the years. Most important to me is SUPPORT! I can call at 3:30 AM if I have an urgent issue and somebody that knows what the hell they are doing will answer the phone and usually take care of the problem

RE: low-end web hosting?

2005-04-08 Thread CFDEV
I used wwwefree2net.com for smaller packages with CF MX Pat -Original Message- From: Stan Winchester [mailto:[EMAIL PROTECTED] Sent: April 8, 2005 13:19 To: CF-Talk Subject: Re: low-end web hosting? Take a look at www.webcac.com. We just set up one site there using BlueDragon, though

cflogin timeout problem

2005-04-08 Thread Johnny Le
Hi, The documentation says that the default timeout for cflogin is 1800. That is 30 minutes. However, my application doesn't seem to log out ever. I can come in the next day and I am still logged in. Does anybody has this problem too or is it just me? Is there any settings in the admin

RE: low-end web hosting?

2005-04-08 Thread dave
I don't know where he came up with that either The windows servers are $5 more a month than the linux ones but you get a database included. I only use the smarterlinux plans but with mysql and a yr paid upfront my clients get: of course the hosting, free domain name, 3 free months, no set

Re: low-end web hosting?

2005-04-08 Thread Jordan Michaels
Stan Winchester wrote: Take a look at www.webcac.com. We just set up one site there using BlueDragon, though they offer CF too. The prices and service so far have been GREAT! Hmm... What does the following give you? cfoutput ProductName: #Server.ColdFusion.ProductName#br ProductVersion:

Document Imaging

2005-04-08 Thread sam komolafe
Hi, Are there software packages that can be used to read and write image files to SQL Server database? Is this doable in cfmx? Thanks Sam - Original Message - From: dave [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, April 08, 2005 11:11 AM Subject: RE: low-end

Re: Sun's 1.5 JVM and CFMX/Jrun

2005-04-08 Thread Pete Freitag
Alex Hubner wrote: So, Jrun updater 5 supports new Sun's JVM (Tiger) 1.5/5.0 (I never know). Does anybody here advice upgrading to the hotspot server (JDK) of this version? Better performance/stability? Hi Alex, I am not running CFMX on Java 1.5 yet (just about to get around to move my

Re: OT: Import Access table into MS SQL

2005-04-08 Thread Pete Freitag
Claude Schneegans wrote: Hi, I'm using the import facility in MS SQL 7 Entreprise Manager to import a database from Access. It looks like all tables and data are there, but no index has been created. Is there some way I can import a database *completely*, or do I have to recreate all indexes?

RE: OT: Import Access table into MS SQL

2005-04-08 Thread Bryan F. Hogan
Choose Copy Objects and Data. -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 3:27 PM To: CF-Talk Subject: Re: OT: Import Access table into MS SQL Claude Schneegans wrote: Hi, I'm using the import facility in MS SQL 7 Entreprise Manager to

Re: SOLVED: Re: CFTRY/CFCATCH exposing CF errors?

2005-04-08 Thread Matt Robertson
Thanks again for taking the time to look this over, Sean! -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

RE: Document Imaging

2005-04-08 Thread Jim Davis
You can do this with CFMX. One of the easiest ways is to convert the image to text (using BASE64) and storing the text. If only the CF app will be using this then this works very well and isn't database specific. But I believe that CFMX (and 5.0 I think) can deal with blobs using the CFFILE

Re: Upgrade or Hold on CFMX 7 Standard?

2005-04-08 Thread Dan O'Keefe
yeah. rookie On Apr 8, 2005 1:12 PM, Rey Bango [EMAIL PROTECTED] wrote: Great feedback. Anymore comments? Rey... ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

CFMX7 Enterprise Multiple Instances on JRUN Flash Remoting problem.

2005-04-08 Thread DURETTE, STEVEN J \(AIT\)
Hi all, I have a problem with what I'm assuming is flash remoting in CFMX7 Enterprise. Whenever I try to use a flash form I get the following: 2 Errors found. Error C:\websites\testFlashForm.cfm:-1 macromedia.css.LocatorParser Error C:\websites\testFlashFor.mxml:349 The class

Re: Upgrade or Hold on CFMX 7 Standard?

2005-04-08 Thread Rey Bango
I bet you've been waiting for that for a LONG time. rook! Rey... - Original Message - From: Dan O'Keefe [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, April 08, 2005 3:50 PM Subject: Re: Upgrade or Hold on CFMX 7 Standard? yeah. rookie On Apr 8, 2005 1:12

Coldfusion MX Report Builder Sub-reports and Stored Procedures

2005-04-08 Thread Ashbaugh, Gary D.
Can you use a Microsoft SQL Stored Procedure to populate a sub-report (cfr) either by Embedded Stored Procedure(s) within the report builder or called by a CFM template? If so, how is this accomplished? We know that you can use a Microsoft SQL Stored Procedure in a CFM template to populate the

CF for J2EE vs. BlueDragon

2005-04-08 Thread Bryan Stevenson
OK...so I'm still new to Java and I'm wondering about this that I read on New Atlanta's site: Only with BlueDragon can you seamlessly redeploy existing CFML applications to any standard .NET or J2EE platform. Then, natively integrate and extend your applications using .NET or J2EE

Re: CF for J2EE vs. BlueDragon

2005-04-08 Thread Adrocknaphobia
Hrmm... I sure Vince could anser these questions but it sounds just like marketing lingo. I mean, you can already deploy a jsp application to jrun and package cfusion into the same instance and have them operate together. -Adam On Apr 8, 2005 4:34 PM, Bryan Stevenson [EMAIL PROTECTED] wrote:

Re: OT: Import Access table into MS SQL

2005-04-08 Thread Claude Schneegans
Choose Copy Objects and Data. I'd like to, but this option is grey :-( May be it is not available for Access databases? Or am I missing something? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send

Firefox has become unstable.

2005-04-08 Thread Ian Skinner
I have recently started having difficulty with my Firefox. When I close it, it does not completely stop. A firefox.exe process is still running. As long as the process is hanging around I can not open Firefox again. So far, I've been manually stopping the process with the Task Manager.

RE: OT: Import Access table into MS SQL

2005-04-08 Thread Bryan F. Hogan
It def works with Access databases. Is Access password protected? Is it readonly?. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 5:15 PM To: CF-Talk Subject: Re: OT: Import Access table into MS SQL Choose Copy Objects and Data. I'd

RE: Firefox has become unstable.

2005-04-08 Thread Ian Skinner
OOPS, this was meant for CF-Community, if you choose to respond, please redirect it there. Sorry for this inconvenience. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C code run. Run code run. Please! - Cynthia Dunning Confidentiality

Re: CF for J2EE vs. BlueDragon

2005-04-08 Thread Bryan Stevenson
Hrmm... I sure Vince could anser these questions but it sounds just like marketing lingo. I mean, you can already deploy a jsp application to jrun and package cfusion into the same instance and have them operate together. -Adam Well what about this statement ;-) ?? Only with BlueDragon

Re: CF for J2EE vs. BlueDragon

2005-04-08 Thread Bryan Stevenson
Oh geesh...ignore me Adam...I thought you were implying you can't laread do what you laid outbut you said you can already do that...Friday ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell:

Re: low-end web hosting?

2005-04-08 Thread Jared Rypka-Hauer - CMG, LLC
Damien, I've been working with Digintal North http://www.digitalnorth.net for a few weeks now to introduce some lower-cost production platforms for us as their resellers to offer their non-Enterprise clients. We've come up with a plan that offers: 50MB storage split between the DB and file

Re: Firefox has become unstable.

2005-04-08 Thread Jochem van Dieten
Ian Skinner wrote: I have recently started having difficulty with my Firefox. When I close it, it does not completely stop. A firefox.exe process is still running. As long as the process is hanging around I can not open Firefox again. So far, I've been manually stopping the process with

Re: cfschedule and daylight savings bug

2005-04-08 Thread Jeff Congdon
Follow up: Restarting services and rebooting the server did _not_ fix this. It _did_ fix it for newly created jobs, but not for the existing run daily job. No matter what I did, my existing daily job ran @ t-1 hour until I deleted the job and recreated it. I tried restarting, recycling, and

RE: Firefox has become unstable.

2005-04-08 Thread Dawson, Michael
I had the exact same problem on WinXP. I had to completely remove FF, manually deleting reg keys and files/folders. For some reason, FF flaked-out and would not die when I closed the program. I never figured out the cause. I agree with the shit of adding all those search engines. I'm sick to

RE: Firefox has become unstable.

2005-04-08 Thread Damien McKenna
Or just try deleting the /Mozilla Firefox/chrome directory and see if that is enough. Failing that, export your bookmarks to a new file and delete your profile, then re-import your bookmarks. You may want to keep copies of the files you delete, just in case you have to go back. -- Damien

RE: Firefox has become unstable.

2005-04-08 Thread Dawson, Michael
Damnit, Ian. You purposely made me post to the wrong list. Now, I'm going to get flamed by everyone. ;^) M!ke -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 4:26 PM To: CF-Talk Subject: RE: Firefox has become unstable. I had the

RE: OT: Import Access table into MS SQL

2005-04-08 Thread Paul
Perhaps the sql login you're using to connect to Enterprise Mgr does not have sufficient rights. That has been a problem for me in the past. -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 3:19 PM To: CF-Talk Subject: RE: OT: Import Access

Re: Firefox has become unstable.

2005-04-08 Thread Claude Schneegans
I agree with the shit of adding all those search engines. I'm sick to death of marketers. I totally agree, and I've even noticed that many users don't even know anymore how to enter an HTTP address: they enter the address in the Google search form and ask Google to search instead of directly

Re: OT: Import Access table into MS SQL

2005-04-08 Thread Claude Schneegans
Is Access password protected? Is it readonly?. Nope. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: OT: Import Access table into MS SQL

2005-04-08 Thread Claude Schneegans
Perhaps the sql login you're using to connect to Enterprise Mgr does not have sufficient rights. I'm the owner, the administrator, the landlord, the janitor, the captain,... you name it! If I'm able to create a new database and import all tables from an Access database, I don't see why I

How to use cferror and cfthrow

2005-04-08 Thread Ian Skinner
How would one allow an custom error created with a cfthrow be thrown to a error handling page indicated with cferror? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C code run. Run code run. Please! - Cynthia Dunning Confidentiality Notice:

RE: How to use cferror and cfthrow

2005-04-08 Thread Ian Skinner
Ok, type=exception is what I wanted. So the question is, is there a way to use the same error handling template for validation errors and exception errors, or do I just want to create separate, but similar files? -- Ian Skinner Web Programmer BloodSource www.BloodSource.org

Re: cflogin timeout problem

2005-04-08 Thread Michael Traher
Might be worth a hunt through the CFTALK archives because I think there are some known issues with this. On Apr 8, 2005 7:15 PM, Johnny Le [EMAIL PROTECTED] wrote: Hi, The documentation says that the default timeout for cflogin is 1800. That is 30 minutes. However, my application doesn't

Re: Firefox has become unstable.

2005-04-08 Thread Gruss Gott
Ian Skinner [EMAIL PROTECTED] wrote: I have recently started having difficulty with my Firefox. Oddly I've had the same thing with my Mac and I don't use yahoo bars. Camino is immune so far, but I've seen the problem on 3 different Macs.

Re: Sun's 1.5 JVM and CFMX/Jrun

2005-04-08 Thread Alex Hubner
Thanks for the nice answer Pete! I'll certainly give it a try. As soon as I get better results in terms of performance and troughtput (based on the Sun's performance guide), I'll post here. []'s Alex On Fri, 08 Apr 2005 15:24:40 -0400, Pete Freitag [EMAIL PROTECTED] escreveu: De: Pete

Re: Bonhead Move ##23887

2005-04-08 Thread Mary Jo Sminkey
cfif Len(form.myVariable) GT 0 cfset myVariable=form.myVariable cfelse cfset myVariable= /cfif Oh, that's nothing! One of the developers (and I use that term loosely) that I used to work with often would come up with code that just boggled the mind. One of my favorites (unfortunately I did

simple URLs like www.domain.com/go/2345

2005-04-08 Thread olivier
Hello ! Basically, I want to be able to use a simple URL that would forward to a more complex one. Like when you communicate on paper, you don't want the user to have to type www.domain.com/products/index.cfm?action=thisproduct=thatdisptype=1234promo=1234 but you'd rather have them use

Re: low-end web hosting?

2005-04-08 Thread Jared Rypka-Hauer - CMG, LLC
One other note regarding Digital North... any reseller with either 2 client domains or $100 in monthly services thru them receives services of up to $100/month for free. :) Yeppers, $100/month in free hosting of whatever package(s) you should choose. :) Let's see hostmysite do that... and heck,

Re: low-end web hosting?

2005-04-08 Thread dave
hms does that as well, I think I have enough credit for myself that right now I am several years ahead of my 1st bill. And yet they chrage 1/2 of this company you speak of and their track record is impecable. I have been looking at starting a cfug here as well and HMS has already donated the

Best price for CFMX 6.1 or 7

2005-04-08 Thread Rey Bango
Anyone know of the least expensive place to purchase a CFMX 7 Standard license? Anyone interested in selling a CFMX 6.1 Standard or Enterprise license? Let me know. Rey... ~| Find out how CFTicket can increase your

RE: Best price for CFMX 6.1 or 7

2005-04-08 Thread Dawson, Michael
If you become an educational institution, you can save a great deal on Standard. With Enterprise, well, you don't save as much. M!ke -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 9:58 PM To: CF-Talk Subject: Best price for CFMX 6.1 or 7

RE: Best price for CFMX 6.1 or 7

2005-04-08 Thread Connie DeCinko
How about a non-profit? I don't think I've made a profit in many years :) -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 8:07 PM To: CF-Talk Subject: RE: Best price for CFMX 6.1 or 7 If you become an educational institution, you can

Re: low-end web hosting?

2005-04-08 Thread Mike Kear
Damien, we can give you what you want. Have a look at http://afpwebworks.com/index.cfm?fuseaction=DisplayDocumentDocumentID=4 The prices listed there are in Australian dollars, which translates to about 3/4 in US dollars.The $15/month site would be billed to an American at about US$10/month.

Re: which one of these things is not like the other...

2005-04-08 Thread Larry C. Lyons
I just noticed that John Ashenfelter is speaking at CFUnited - perhaps you could give him your opinion of the test at the conference. larry On Apr 7, 2005 11:37 PM, S. Isaac Dealey [EMAIL PROTECTED] wrote: I just took an online test for ColdFusion 5 (I didn't realize when I talked to the

Re: which one of these things is not like the other...

2005-04-08 Thread S . Isaac Dealey
Yeah! Yeah! In a big public forum, where I could dress him up in a tinkerbell outfit and... oh wait... wrong thread... :) I won't be at cfunited unfortunately. I did think it was odd that John interposed the arguments for the replace() function ... Maybe he was sleep deprived or something. I

RE: which one of these things is not like the other...

2005-04-08 Thread Damien McKenna
How did you know it was RHT? ;-) I ended up getting the job though, they were happy enough with my background and test results, and I got on well with the hiring manager. Still here knocks on wood -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company -

  1   2   >