RE: IIS 6 VS Apache

2005-08-25 Thread John Munyan
I have been doing compression on IIS6 for over a year and am very pleased with it. No problems, but definitely a plus if you are using a narrow pipe. John Interested in Hiking in Washington State? Check out http://www.attrition.ws -Original Message- From: Jochem van Dieten [mailto:

re: OT: CSS: image overflow in IE vs Firefox

2005-08-25 Thread dave
~Dave the disruptor~ "Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time." From: "Damien McKenna" <[EMAIL PROTECTED]> Sent: Thursday, August 25, 2005 6:22 PM To: CF-Talk Subject: OT: CSS: image overflow

Re: Get fields in an Access table

2005-08-25 Thread Claude Schneegans
>>you could build in functionality for both and let a parameter determine if you are making a jdbc or odbc query. Good point. This should be possible if functionalities are about the same for JDBC as for ODBC, and if functions are called about the same way. I'll have to dig into the documentatio

re: OT: CSS: image overflow in IE vs Firefox

2005-08-25 Thread dave
~Dave the disruptor~ "Some people just don't appreciate how difficult it is to dispense wisdom and abuse at the same time." From: "Damien McKenna" <[EMAIL PROTECTED]> Sent: Thursday, August 25, 2005 6:22 PM To: CF-Talk Subject: OT: CSS: image overflow

Re: Fusebox 4.1 MVC and OO sample application

2005-08-25 Thread Brian Kotek
The apps are being added to. The idea was to only change one thing with each verison (normal, using CFCs, using OO, etc.). In the meantime I have an OO CFC-based Fusebox 4.1 sample bookstore up at www.briankotek.com/blog. Regards, Brian On 8/25/05, wolf2k5 <[EMAIL PROTECTED]> wrote: > Hi there,

NLB and truncated responses from CF7

2005-08-25 Thread Brandt, Chris M.
If this post appears in multiple locations, I apologize - it wasn't showing up in the list after a 'reasonable' amount of time when I tried to use the web posting feature. J -- I've got a single server running Win2K3 and set up using NLB. (I have another server ready to attach to the cluste

RE: OT: Backup solution for small business?

2005-08-25 Thread Tim Laureska
Yeah, sound like in your case the DOS scenario was impractical... I've set up some Dantz stuff too - works pretty well, but I prefer to see the backup in its native form also -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 7:51 PM To: CF-T

Re: OT: Backup solution for small business?

2005-08-25 Thread Matt Robertson
My application was running for an office that had gone paperless. Stuff comes in and is scanned into a holding area and eventually gets routed (all 200dpi color scans). And gets printed to disk (.ps for permanent storage and ..pdf for emailing) and later routed as well. Those 'temporary' files a

Re: load balanced configuration

2005-08-25 Thread Anthony Prato
oops that last link was supposed to be: http://www.macromedia.com/devnet/coldfusion/articles/css_multi.html On 8/25/05, Anthony Prato <[EMAIL PROTECTED]> wrote: > I wish it wasn't so long since I tested this config out but from what > I can remember you only need mod_proxy/mod_rewrite if you are g

Re: load balanced configuration

2005-08-25 Thread Anthony Prato
I wish it wasn't so long since I tested this config out but from what I can remember you only need mod_proxy/mod_rewrite if you are going to have a hardware load balancer between the web and application servers. This DevNet article explains how to use the jrun connector on different subnets: http:/

RE: OT: Backup solution for small business?

2005-08-25 Thread Tim Laureska
True about the deleted files but with hard drive sizes these days, its not too significant for small businesses , other than if you ever have to restore, those deleted files will still be there - but the new backup set idea is a good one too -Original Message- From: Matt Robertson [mailto:

RE: load balanced configuration

2005-08-25 Thread Dave Watts
> I'm a little confused about why mod_proxy/mod_rewrite are > needed? They're not needed for running CF in distributed mode. They are needed for the macromedia.com server configuration, which isn't using distributed mode. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Softw

RE: IIS 6 VS Apache

2005-08-25 Thread Dave Watts
> Well acl's won't work well here, because .svn folders are > created in every folder of your application by the subversion > client. I don't know enough about Subversion to comment, but if that's the case you're probably better off with a general rule somewhere rather than using ACLs, yes. > Y

RE: load balanced configuration

2005-08-25 Thread Russ
I'm a little confused about why mod_proxy/mod_rewrite are needed? Following is a configuration of CF from apache. Why not just change the ip address of the bootstrap? Or does it only allow requests from 127.0.0.1? LoadModule jrun_module "C:/JRun4/lib/wsconfig/2/mod_jrun20.so" JRunConfig Ver

Re: OT: Backup solution for small business?

2005-08-25 Thread Matt Robertson
On 8/25/05, Tim Laureska <[EMAIL PROTECTED]> wrote: > > One other option Dirk just build a DOS based backup .bat script I did that for years before I switched to SyncBack. Run something like this for each drive: q: cd\ d: cd d:\backup\q xcopy q:*.* /s /e /c /r /y /d cd\ The first time yo

Re: Webmail for ColdFusion

2005-08-25 Thread Yves Arsenault
Thanks for the note Robert... Yves On 8/25/05, Robert Munn <[EMAIL PROTECTED]> wrote: > I forgot to mention in my blog entry that you need to edit the constants.xml > file to add support for any mail servers you want to access from the app. I > have 127.0.0.1 enabled by default. > > >Cool... >

Re: IIS 6 VS Apache

2005-08-25 Thread Jochem van Dieten
Dave Watts wrote: >>IIS can compress both static and dynamic documents. > > > I've had problems in the past with trying to compress CF-generated output; > out of curiosity, does that work reliably now? That depends on the value of reliably :) I haven't noticed anything breaking, but it can be d

RE: QoQ Trouble for Column Names with Spaces

2005-08-25 Thread Ewok
And I assume changing the storedproc would affect other pages? If so would it be too many to adjust? (if you can get at the storedproc and the rest of the app) -Original Message- From: Brendan Baldwin [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 4:11 PM To: CF-Talk Subject: R

Re: load balanced configuration

2005-08-25 Thread Anthony Prato
I'm pretty sure your correct... found sean's post: If it's any help, Macromedia runs the built-in web server on JRun for its public-facing website. Here's how we have it set up: Cisco Load Balancer (clustered pair, round robin) - macromedia.com | Apache 2.0.x (web server cluster; Solaris) |

OT: CSS: image overflow in IE vs Firefox

2005-08-25 Thread Damien McKenna
I'm working on a site where I'm attempting to make some images float outside their parent div, as you'd often see in magazines where you've e.g. got a column of text with an inserted image that pushes out wider than the text. The way the page is set up is that there's text in the middle with one i

Event Gatways: session scope?

2005-08-25 Thread Ryan Guill
Hey guys, Im just getting started with event gateways and trying to figure out what I can and cant do. Is the session scope available in gateways? specifically the IM gateway? Regardless of the answer to the above question, is there a way short of datastore access that you can store values and r

RE: OT: Backup solution for small business?

2005-08-25 Thread Tim Laureska
One other option Dirk just build a DOS based backup .bat script file I do it with a number of small businesses using external alternating dual backup USB drives... they seems to like it... only issue is portability, tho not that big a deal DOS is free and easy to script Tim -Origina

OT:

2005-08-25 Thread Damien McKenna
-- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include ~| Logware (www.logware.us): a

Re: Tinymce file manager

2005-08-25 Thread Barney Boisvert
Oh, I see. I threw that away and wrote my own with Neuromancer. Apologies for misunderstanding. cheers, barneyb On 8/25/05, Stan Winchester <[EMAIL PROTECTED]> wrote: > The manager is an optional part of the advanced options that allows you > (amount other opertions) to browse for a file withi

Re: Stupid custom tag question

2005-08-25 Thread Barney Boisvert
That sounds like it might work, but it makes the conditionals kind of nasty, because sExMode = "end" and thistag.ExMode = "end" is different than sExMode = "end" and thisTag.exMode = "start". So you'd need a four-way conditional, in addition to a check for start mode at the top to check whether yo

RE: OT: Backup solution for small business?

2005-08-25 Thread Dirk Sieber
Many thanks to Jeff, Ken, Matt, and Snake for the suggestions - time to grab a couple of eval copies & do some testing! Dirk > -Original Message- > From: Jeff Fleitz [mailto:[EMAIL PROTECTED] > Sent: August 25, 2005 12:18 PM > To: CF-Talk > Subject: Re: OT: Backup solution for small bus

Re: Quick Query Question...[hopefully]

2005-08-25 Thread Eddie Awad
Database? version? table structure? sample data? ... -- Eddie Awad. http://awads.net/ On 8/25/05, Che Vilnonis <[EMAIL PROTECTED]> wrote: > If have a query that returns a 24 hour breakdown of orders by the hour on a > monthly basis. (see below). > As you can see, Hour 5 & 6 are missing because t

Re: Fusebox4 DHTML editor

2005-08-25 Thread Sergey Croitor
S> PNG files never seem to internet explorer for some reason. Thanks for pointing. Here go GIF dupes Firefox screenshot: http://www.docubee.com/images/fb4ff.gif IE screenshot: http://www.docubee.com/images/fb2.gif -- Serg ~~

RE: load balanced configuration

2005-08-25 Thread Dave Watts
> although i haven't ran in distributed mode with CF7 yet, I think > things are mostly the same. (I know Sean runs this config at > macromedia so he should have a final answer) Actually, I don't think this is how macromedia.com runs. I recall them using a reverse proxy configuration through Apache

RE: FCKeditor & Fusebox4.1

2005-08-25 Thread S . Isaac Dealey
> I will do. Another quick point, anybody who has had any > experience with > FCKeditor and saving the entered content into a SQL server > database, are > there any critical things to look out for i.e. any string > replacement that > needs to be done in order to save the content? Ways to > prevent

RE: subversion

2005-08-25 Thread S . Isaac Dealey
>> The svnadmin dump command suggested in the documentation >> writes to >> "stdout" but doesn't say anything about how to make that >> useful in any >> way... If I execute that from a dos prompt, I get several >> minutes of >> scrolling text and beeping, rather than a file. > I don't know enough

RE: load balanced configuration

2005-08-25 Thread Russ
Well I don't think we'll need all the pages on both servers... for example our sites are sort are MVC style, there is only one file that gets accessed by the client, so I'm guessing that's the file that the web server needs to see, and it will pass on the request to the CF service, which will find

Re: load balanced configuration

2005-08-25 Thread Anthony Prato
although i haven't ran in distributed mode with CF7 yet, I think things are mostly the same. (I know Sean runs this config at macromedia so he should have a final answer) > If I recall correctly, you would have to have all of the CF pages on both > the web and CF servers, although the work done to

RE: IIS 6 VS Apache

2005-08-25 Thread Russ
Well acl's won't work well here, because .svn folders are created in every folder of your application by the subversion client. You can expect me to go through hundreds of folders and set the acl on every .svn subfolder. The reason I suspect it's easier with Apache is because apache has a lot of

RE: load balanced configuration

2005-08-25 Thread Dave Watts
> Well I want to have the 2 web servers in the front, serving > images and cfm pages (although the backend cf servers would > be generating the content for the cfm pages), and doing some > lite streaming. This way the only servers directly exposed > to clients are the ones running only apache,

RE: Fusebox4 DHTML editor

2005-08-25 Thread Snake
PNG files never seem to internet explorer for some reason. -Original Message- From: Sergey Croitor [mailto:[EMAIL PROTECTED] Sent: 25 August 2005 21:36 To: CF-Talk Subject: OT: Fusebox4 DHTML editor Maybe somebody will find it useful... I just added a Fusebox4/4.1 management tool as a

Quick Query Question...[hopefully]

2005-08-25 Thread Che Vilnonis
If have a query that returns a 24 hour breakdown of orders by the hour on a monthly basis. (see below). As you can see, Hour 5 & 6 are missing because there are no values to return. What would be the easiest way to add Hour 5 and Hour 6 to the query's recordset with a corresponding value of zero fo

Re: QoQ Trouble for Column Names with Spaces

2005-08-25 Thread Bryan Stevenson
> I'm considering hollering about the spaces... (it's a new client -- > treading carefully...) I would think hollering about this issue would show that you know what you're doing (unlike the wingnut that put a space in a column name) ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Develo

Re: Large recordsets turned into text file

2005-08-25 Thread Qasim Rasheed
Alan, Thanks for nice comments about the UDF and I am glad that it worked for you. I have been using it at my work since some of our dataset are huge and it was taking forever for clients to download a CSV file. Qasim Rasheed On 8/25/05, Alan Rother <[EMAIL PROTECTED]> wrote: > We had the same p

Re: QoQ Trouble for Column Names with Spaces

2005-08-25 Thread Brendan Baldwin
If only :-) Query Of Queries syntax error. Encountered "[. Incorrect Select List, Incorrect select column Sigh. The "ORDER BY 3" syntax is working okay, its just a pain to maintain the mapping in the event the guy changes the order of columns in the SELECT statement. I'm considering hollering

OT: Fusebox4 DHTML editor

2005-08-25 Thread Sergey Croitor
Maybe somebody will find it useful... I just added a Fusebox4/4.1 management tool as a part of my free Docubee project. It's a refreshless DHTML editor for fusebox and circuit xml files. Xml file is shown as an editable tree. Works in IE6 and Firefox. Firefox screenshot: http://www.docubee.com/im

RE: QoQ Trouble for Column Names with Spaces

2005-08-25 Thread Mark A Kruger
Brendan, Does the "select [my column] as NewColumn from queryname" work? If so - you can do 2 queries of a query. First alias the offending column and second to order by. Not pretty - but I'd holler at the guy who wrote the SP if I were you :) -Mark -Original Message- From: Brendan B

RE: IIS 6 VS Apache

2005-08-25 Thread Dave Watts
> > Both have lots of features, although each has features that > > the other doesn't. For example, IIS is scriptable, which is > > kind of nice if you have lots of virtual servers and directories > > to manage. > > Apache's feature of delegating configuration to a .htaccess file > in the direc

RE: IIS 6 VS Apache

2005-08-25 Thread Dave Watts
> IIS can compress both static and dynamic documents. I've had problems in the past with trying to compress CF-generated output; out of curiosity, does that work reliably now? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authori

Re: QoQ Trouble for Column Names with Spaces

2005-08-25 Thread Brendan Baldwin
Surprisingly this doesn't work with DBTYPE="query". And I'm even running CFMX7! On 8/25/05, Mike Klostermeyer <[EMAIL PROTECTED]> wrote: > > SELECT * FROM thetable ORDER BY [my column] > > Mike > > -Original Message- > From: Ewok [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 25, 2

Re: QoQ Trouble for Column Names with Spaces

2005-08-25 Thread Brendan Baldwin
I would love to do that, but the problem is I don't have an "original query" -- I retrieving the results from a CFSTOREDPROC and not CFQUERY. :-/ On 8/25/05, Ewok <[EMAIL PROTECTED]> wrote: > > Give it an alias in your original query that doesn't have spaces. > > > -Original Message-

Re: FCKeditor & Fusebox4.1

2005-08-25 Thread Phillip Duba
I implemented FCKEditor into a Fusebox CMS application and had no issues other than IIS and CF mappings (which I would have had regardless). It's pretty easy to setup, but the component call was done within DSP fuses not the circuit as it was an inline use not a content append. I did not try Tin

Re: Webmail for ColdFusion

2005-08-25 Thread Robert Munn
I forgot to mention in my blog entry that you need to edit the constants.xml file to add support for any mail servers you want to access from the app. I have 127.0.0.1 enabled by default. >Cool... > >I'll check it out. > >Thanks, > >Yves > >On 8/25/05, Robert Munn <[EMAIL PROTECTED]> wrote: >>

RE: load balanced configuration

2005-08-25 Thread Russ
Well I want to have the 2 web servers in the front, serving images and cfm pages (although the backend cf servers would be generating the content for the cfm pages), and doing some lite streaming. This way the only servers directly exposed to clients are the ones running only apache, not CF, and p

RE: IIS 6 VS Apache

2005-08-25 Thread Dave Watts
> What about doing things such as blocking certain directories... > like for example I want to block the .svn directory from being > accessible from the web. I haven't figured out how to do it in > either Apache or IIS, but I have a feeling it's much easier in > apache... That strikes me as a

Re: cfapplication

2005-08-25 Thread Will Tomlinson
You using CFMX7? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:216406 A

RE: load balanced configuration

2005-08-25 Thread Dave Watts
> We are getting 5 servers. One db server, 2 web servers and 2 > cf servers. Is it possible to have a configuration where the > web servers do all the communication with the client, and > only access the CF servers when they need CF content (possibly > through a load balancer)? Yes, it is po

RE: IIS 6 VS Apache

2005-08-25 Thread Dave Watts
> > Both have lots of features, although each has features that > > the other doesn't. For example, IIS is scriptable, which is > > kind of nice if you have lots of virtual servers and directories > > to manage. > > I have perl scripts the manage creation of my virtual servers. Of > course when

RE: IIS 6 VS Apache

2005-08-25 Thread Dave Watts
> Is this even possible to do in IIS? I guess it would have to > be done with ISAPI rewrite... Yes, if you want to disallow access based on arbitrary URL patterns, as opposed to specific directories that you know about in advance, you will need an ISAPI filter of some sort to do this. There are

RE: cheap [reliable] cf hosting?

2005-08-25 Thread Snake
That's why we offer finance options to clients so they can buy the servers and software if they want rather than renting. Russ CFMXhosting.co.uk -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 25 August 2005 20:07 To: CF-Talk Subject: RE: cheap [reliable] cf hosting? Pro

Re: Lowering spam profile of CF generated emails

2005-08-25 Thread Robert Munn
reverse DNS has to be provided by your upstream ISP. > >Are you sure you have reverse DNS setup for the server sending the > mail? > > How do you do this? Can it be done if your dns is provided by a > registrar (like register.com or godaddy.com) vs running your own dns server? ~~~

Re: OT: Backup solution for small business?

2005-08-25 Thread Jeff Fleitz
Here's another one I have been using for a few years; 30 day trial and costs $35 http://www.backupplus.net/ On 8/25/05, Dirk Sieber <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I've got an off-topic, but slightly web related question, and figured > the list might have some answers... > > I've

RE: Lowering spam profile of CF generated emails

2005-08-25 Thread Dave.Phillips
Thanks Matt! I'll implement some of this and check out your site. Dave -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 1:02 PM To: CF-Talk Subject: Re: Lowering spam profile of CF generated emails On 8/24/05, [EMAIL PROTECTED] <[EMAIL P

RE: Stupid custom tag question

2005-08-25 Thread Dan G. Switzer, II
Barney, What if you hack your own "executionMode" variable: -Dan >-Original Message- >From: Barney Boisvert [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 25, 2005 1:12 PM >To: CF-Talk >Subject: Re: Stupid custom tag question > >A clever idea, but CF throws an e

Re: CFMX6.1 with KavaChart AlaCarte Applets

2005-08-25 Thread Ken Ferguson
I haven't used PopCharts for a year or so now, but I really thought they were incredibly powerful. Also, while it seemed like it was going to be a bit of a steep learning curve to initially learn the PCXML, I don't remember it actually being all that difficult in the end. --Ferg Terry Schmitt

RE: cheap [reliable] cf hosting?

2005-08-25 Thread Russ
Pro. Enterprise was like $400 a month or something... we decided to just finance it... at least at the end of the financing period, you own it... -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 2:04 PM To: CF-Talk Subject: Re: cheap [re

Re: OT: Backup solution for small business?

2005-08-25 Thread Ken Ferguson
What I did was to get a copy of Ghost and two external 250GB USB 2.0 drives. I make a new ghost image on a scheduled interval and when one drive is full I take it to an off-site storage location (could be home) and hook up the other drive. I keep swapping them out just like that and have no pro

RE: IIS 6 VS Apache

2005-08-25 Thread Russ
Is this even possible to do in IIS? I guess it would have to be done with ISAPI rewrite... -Original Message- From: Robert Munn [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 1:52 PM To: CF-Talk Subject: Re: IIS 6 VS Apache Or you could use mod_rewrite to re-write any URLs t

Re: Get fields in an Access table

2005-08-25 Thread Matt Robertson
righto. I suppose if you want to get even fancier you could build in functionality for both and let a parameter determine if you are making a jdbc or odbc query. -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~~

Re: Webmail for ColdFusion

2005-08-25 Thread Yves Arsenault
Cool... I'll check it out. Thanks, Yves On 8/25/05, Robert Munn <[EMAIL PROTECTED]> wrote: > I built a light-weight web mail client that I use to check my own mail > accounts, but it's POP3 only and I haven't built any server-side folder > system to hold mail. I've just released a new version

Re: Tinymce file manager

2005-08-25 Thread Stan Winchester
The manager is an optional part of the advanced options that allows you (amount other opertions) to browse for a file within the advanced image & link popups. There are .NET & PHP versions, and I was just wondering if someone has a CF version. To see what I mean, look in the right column half wa

Re: Webmail for ColdFusion

2005-08-25 Thread Robert Munn
I built a light-weight web mail client that I use to check my own mail accounts, but it's POP3 only and I haven't built any server-side folder system to hold mail. I've just released a new version that uses CSS and JS for dynamic effects, and I'm planning on turning it into an Ajax app, although

Re: Asynchronous processing on CF6.1 Standard.

2005-08-25 Thread Michael Dinowitz
CFHTTP with a timeout set. The template will continue to run but the http connection will be severed and the page will continue running. > What's the easiest way to simulate asynchronous processing on a CF6.1 > standard system? > > I have a CFC that is stored in the application scope. It main

Re: IIS 6 VS Apache

2005-08-25 Thread Robert Munn
Or you could use mod_rewrite to re-write any URLs that include /.svn and come from outside your network to route to the 404 page, so no one evens knows the folders are there. A word of caution, though. mod_rewrite is very powerful and flexible, but it is like doing voodoo sometimes trying to fig

RE: Calling cursor in MS SQL sever from coldfusion

2005-08-25 Thread Nick Han
That's correct. Having SQL server processed all queries for a page request is the way to go and don't use QofQ if you don't have to. This is how I would do it. Here's a code snippet.

Re: Large recordsets turned into text file

2005-08-25 Thread Nathan Strutz
You should use something like a buffered writer to create the file. you can probably createObject("java", ...) to get it working. Look at: http://java.sun.com/j2se/1.5.0/docs/api/java/io/BufferedWriter.html for info on how it works. I don't really have time to play with it today, so, sorry i can

Re: Get fields in an Access table

2005-08-25 Thread Claude Schneegans
>>Looking forward to it To your knowlwdge, JDBC is not available for CF 5, so the tag would not have to be CF 5 compatible, right? -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this

RE: QoQ Trouble for Column Names with Spaces

2005-08-25 Thread Mike Klostermeyer
SELECT * FROM thetable ORDER BY [my column] Mike -Original Message- From: Ewok [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 1:01 PM To: CF-Talk Subject: RE: QoQ Trouble for Column Names with Spaces Give it an alias in your original query that doesn’t have spaces. mailto:[E

Re: OT: Backup solution for small business?

2005-08-25 Thread Matt Robertson
Use SyncBack http://www.2brightsparks.com/syncback/sbse.html It backs up anything to anythinjg else. It costs $15. I use it to do a nightly backup to a 1TB portable hard drive, which I then swap out for another one I carry home daily. It makes usable copies and does not backup to a proprietary

Re: CFMX6.1 with KavaChart AlaCarte Applets

2005-08-25 Thread Jeff Congdon
I only use servlets with CFMX (both java, both talk to each other nicely, server processing goes quickly and is not dependent on client software package, and the resulting .png or .jpg images can be cached on the server). There's no registering classes, just dump your charts directory in [cfr

Re: load balanced configuration

2005-08-25 Thread Anthony Prato
The ideal setup would be... The web servers (serving graphics and static html) in the dmz behind a load balancer with isapi rewrite or jrun connector or mod_rewrite to connect through a firewall to a load balancer connecting to the two coldfusion servers. Then the coldfusion servers would be connec

[MVC] Doing database calls as part of a series of actions

2005-08-25 Thread Robert Nichols
Let's suppose that we want to execute a series of actions that does database calls. Something like changing the access levels of users to a forum. For this example, let us assume that the following variables are defined and being passed in (by whatever method you want): ModeratorIDList, a lis

Re: Large recordsets turned into text file

2005-08-25 Thread Alan Rother
We had the same problem. We found that anything over 5 was crashing our server using the old school cfloop over a variable. Check out cflib.org and search for this QueryToCSV2 It uses JAVA and the toString method. It reduced our export time by about 2000% and now I have

Fusebox Conf interview 4: Fusebox 4 layouts

2005-08-25 Thread Michael Smith
In this issue of ColdFusion conference and training news: 1. Fusebox and Frameworks Conference News - win a ticket to the Conf 2. Advanced FB class details 3. "Layouts in Fusebox 4" interview with Sandy Clark Happy coding - Michael Smith, TeraTech, Inc http://www.teratech.com/ "Creating ex

Re: cheap [reliable] cf hosting?

2005-08-25 Thread Jordan Michaels
Russ wrote: >I've just got a fairly nice deal for 5 servers from Host My Site including a >hardware load balancer... We'll be using our own version of CF and SQL, but >they were offering CF at $89 a month... > > Is this professional or enterprise? -- Warm regards, Jordan Michaels Vivio Techno

Re: Replace or REReplace function question.

2005-08-25 Thread Claude Schneegans
>>Does anyone have any suggestions/ideas on the best way to replace my tags with the required text? Have a look at CF_REextract here: http://www.contentbox.com/claude/customtags/REextract/testREextract.cfm?p=hf It will allow you to get in a query all occurrences of tags and what's in between

Re: Tinymce file manager

2005-08-25 Thread Barney Boisvert
Don't, that's not the editor's concern. Build a manager (or reuse the existing manager from your CMS) that is specific to your system, and the LINK tiny to that as needed. The Insert Image dialog should, at most, have a image browser that pulls in the data from your CMS, and a link to the manager

Re: Asynchronous processing on CF6.1 Standard.

2005-08-25 Thread Larry Lyons
CFSchedule? larry > What's the easiest way to simulate asynchronous processing on a CF6.1 > standard system? > > I have a CFC that is stored in the application scope. It mainly > contains a large complex query that may take a few minutes to process > and the business logic around it. My

RE: Large recordsets turned into text file

2005-08-25 Thread Dave.Phillips
What format do you want it in? CSV? Have you tried CF_Query2CSV http://www.cfcustomtags.com/goto.cfm?LinkID=334 Dave -Original Message- From: gabriel l smallman [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 11:10 AM To: CF-Talk Subject: Large recordsets turned into text fil

Re: Replace or REReplace function question.

2005-08-25 Thread Barney Boisvert
First, I'd recommend not using CF markup for the fields. Or at least don't require the CFOUTPUT tags, just the hashes. If you have a small number of fields, loop over them and just do a replace(string, "##detail.firstname##", detail.firstname, "all") for each one. Not real elegant, but it is sim

Re: CFMX6.1 with KavaChart AlaCarte Applets

2005-08-25 Thread Terry Schmitt
I really don't like using client side applets anymore. Geeting them to work reliably in all browsers and versions of Java is a pain. Printing can be a problem and you can't save the chart or use it in some other document like you can with images. My current chart server is Corda PopCharts. It re

Re: cheap [reliable] cf hosting?

2005-08-25 Thread Matthew Blatchley
That's because your dealing in volume(5 servers) and you own your licenses where I needed to lease it (89.00/month)on top of a dedicated server price. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

QoQ Trouble for Column Names with Spaces

2005-08-25 Thread Brendan Baldwin
Hi everyone -- I'm working for a client who has given me some Oracle stored procedures which return some fields that have SPACES in the columns returned. I want to apply sorting to the results, so I was going to use a CFQUERY DBTYPE="query" and just ORDER BY selectively-- The problem is that I

Re: FCKeditor & Fusebox4.1

2005-08-25 Thread Barney Boisvert
With an admin application, you necessarily have to trust the content your users are adding. How far you trust them depends on the app, but in general, you have to assume they know what they're doing, and if they enter malicious code, that's what they wanted. I.e. it's policy enforcement, not tech

Re: Webmail for ColdFusion

2005-08-25 Thread Yves Arsenault
Ah. That's right... I forgot that was an example app.. Maybe I'll take a look at it. One thing too is that of the 2 servers I have to work with on this project (for my client), one of them is BlueDragon 6.2 (latest release)... And it has CFIMAP... I looked into it a bit, and it's pretty

RE: QoQ Trouble for Column Names with Spaces

2005-08-25 Thread Ewok
Give it an alias in your original query that doesn’t have spaces. mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 11:15 AM To: CF-Talk Subject: QoQ Trouble for Column Names with Spaces Hi everyone -- I'm working for a client who has given me some Oracle stored procedures which return s

Re: QoQ Trouble for Column Names with Spaces

2005-08-25 Thread Brendan Baldwin
Incidentally -- House of Fusion is not letting me change my primary email address -- My actual email is [EMAIL PROTECTED] if anyone was writing me back. Also, I solved the problem, but in a workaround way-- Since I'm only trying to ORDER BY the columns in question I am using column ordinals in

RE: Backup solution for small business?

2005-08-25 Thread Snake
Have a look at backup for workgroups. -- Snake -Original Message- From: Dirk Sieber [mailto:[EMAIL PROTECTED] Sent: 25 August 2005 16:43 To: CF-Talk Subject: OT: Backup solution for small business? Hi everyone, I've got an off-topic, but slightly web related question, and figured the

Re: IIS 6 VS Apache

2005-08-25 Thread Jochem van Dieten
Russ wrote: > What about doing things such as blocking certain directories... like for > example I want to block the .svn directory from being accessible from the > web. Put a .htaccess file in the dir that disallows access. Jochem

Re: Stupid custom tag question

2005-08-25 Thread Barney Boisvert
A clever idea, but CF throws an error saying the variable is read-only, and can't be set by the user. Bummer. On 8/25/05, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote: > Barney, > > >Thanks for that, Dan, but I'd actually mistyped. I wanted the closing > >tag to still execute, just skipping the

RE: Large recordsets turned into text file

2005-08-25 Thread Dawson, Michael
I would definitely use SQL Server DTS (if that is the SQL you mean) to generate the file. You don't need to map any drives either. Just give SQL and CF the appropriate permissions and you can use \\servername\share\ to access the files. M!ke -Original Message- From: gabriel l smallman

Re: Webmail for ColdFusion

2005-08-25 Thread Jordan Michaels
Yves Arsenault wrote: >Hello, > >I'm currently looking for webmail systems in CF > >Anyone have any suggestions? > >Can be free or commercial. > >I'm currently looking at CFX_Imap4... > >My requirements are that it must run on Linux. > >Thanks, > > > One of the sample applications that came

RE: load balanced configuration

2005-08-25 Thread Snake
Although I have not treid this, my first thing to try would be to just alter to the IIS connectors and set them to point to CF on the remote server Russ -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: 25 August 2005 14:49 To: CF-Talk Subject: load balanced configuration We

Re: Get fields in an Access table

2005-08-25 Thread Claude Schneegans
>>Figure JDBC is the native way to connect and ODBC introduces another layer into your processing. Ok, so I'll have to write some CFX_JDBCinfo... ;-/ -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send

Re: Get fields in an Access table

2005-08-25 Thread Matt Robertson
On 8/25/05, Claude Schneegans <[EMAIL PROTECTED]> wrote: Ok, so I'll have to write some CFX_JDBCinfo... ;-/ Looking forward to it :-) -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~|

  1   2   >