Re: Spell Check
Ben Forta has a spell checker and cfdev also has one. - Original Message - From: "Neil H." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 07, 2002 8:58 AM Subject: Spell Check > Anyone have any suggestions about a spell check of a TextArea? I have > struggled too much with ASPELL and ISPELL in Win2k and its just a real bear. > > Thanks, > > Neil > __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: formating in database?
Speaking of Activedit, we are seeking around 10 beta testers, to test our new Activedit built in Java. We built this version because many of our customers wanted to be able to use Macs for editing. So far in our test it works with all version of IE on windows and mac and on most version of Netscape on both windows and mac. If you would like to beta test please email [EMAIL PROTECTED] and tell us what browser(s), operating system(s) you would like to be a tester for. We will only take a limited number of testers, on a first come first serve basis. Tyler thanks for suggesting out product. gary cfdev.com - Original Message - From: "Tyler Clendenin" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, December 12, 2001 12:09 PM Subject: Re: formating in database? > We use http://www.cfdev.com/activedit/ It is very helpful. > - Original Message - > From: "Shawn Regan" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Wednesday, December 12, 2001 10:43 AM > Subject: formating in database? > > > > What are some good products that people are using to give the user the > > ability to do html formating on text and then submit it to a database? > > > > Shawn Regan > > Applications Developer > > pacifictechnologysolutions > > > > > ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Simple Site Content Management
www.cfdev.com www.ektron.com there are some others also but those are the main two. gary - Original Message - From: "Gordon Burns" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 8:49 AM Subject: Simple Site Content Management > I have a need for a simple content management system. > > The header and footer will not be available to client but page > content between these two elements will be in the main updated by client. > > The content enabled by client will consist of text, tables and > occasional graphics. > > The content for the page elements to be stored in a table. > > I need something simple and straightforward and the budget does not > stretch to the solutions I see costing thousands, excellent as > they are I am sure. > > Any and all suggestions appreciated. > > Thanks > > Gordon > ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Quasi OT: XML Parsing solutions
www.cfdev.com has one Gary - Original Message - From: "Carlisle, Eric" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 3:13 PM Subject: Quasi OT: XML Parsing solutions > I'm getting to the point where I'm starting to depend more and more on > content providers and XML. I wanted to get opinions on server side XML > parsing solutions. How is the MS one? Are there better ones? > > Many thanks :) > ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: CF and Acitve edit
Here you go, the trick is this code in AE baseurl="#application.baseurl#" #lookitup.content# This in application.cfm Let me know if you have any problems. Gary cfdev.com - Original Message - From: "Simon Whittaker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 9:48 AM Subject: Re: CF and Acitve edit > Thats exactly right - I have a site which has 2 different urls but which > have to be identical (bizarre I know, don't ask!). I would like to be able > to globally set the file path and the url in the application page. Is it > even possible? > > > Cheers > > simon > > > - Original Message - > From: "Gary Kraeger" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, October 26, 2001 2:43 PM > Subject: Re: CF and Acitve edit > > > > Simon: > > > > So what your saying is you don't want AE to do the full path you want to > do > > that on the front end. > > > > gary > > cfdev.com > > > > - Original Message - > > From: "Simon Whittaker" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Friday, October 26, 2001 9:00 AM > > Subject: Re: CF and Acitve edit > > > > > > > Gary, > > > > > > Cheers for the reply - I should have explained myself more clearly - > what > > I > > > am after is to be able to use it within the template ie. for images , > > > instead of having a full path http://www.mysite.com/images/image.jpg > > > > > > I could do this: > > > > > > http://www.mysite.com/images";> > > > > > > And within the output of the page would be this. > > > #pathtoimages#/image.jpg > > > > > > I hope I have made myself clearer. I guess what I am trying to ask is > > > whether the pages that are creatdd in active edit are run through the > CFML > > > parser or straight through the web server to the browser > > > > > > > > > Cheers > > > > > > Simon > > > - Original Message - > > > From: "Gary Kraeger" <[EMAIL PROTECTED]> > > > To: "CF-Talk" <[EMAIL PROTECTED]> > > > Sent: Friday, October 26, 2001 1:55 PM > > > Subject: Re: CF and Acitve edit > > > > > > > > > > Sure you can here is the code > > > > > > > > This is in my application.cfm > > > > > 'http://activemail.netdesign1.com/customers'> > > > > > > > 'd:\activemail.netdesign1.com\www\web\customers'> > > > > > > > > Then I pull the session.directory when they log in so every customer > has > > a > > > > different directory > > > > > > > > > > > inc="../activedit/inc/" upload="1" > > > > imageurl="#application.imgurl#/#session.directory#" > > > > imagepath="#application.imgpath#\#session.directory#" > > > > > > > > > > toolbar="cut,copy,paste,|,redo,undo,|,font,bold,italic,underline,|,outdent,i > > > > > > > > > > ndent,|,justifyleft,justifycenter,justifyright,bullets,|,table,image,hyperli > > > > > > > > > > nk,|,find,help,spellcheck,specialchars,||,quickformat,quickfontsize,quickfon > > > > t,"> > > > > #data.template# > > > > > > > > > > > > Gary > > > > CFDEV.com > > > > http://www.cfdev.com > > > > > > > > > > > > - Original Message - > > > > From: "Simon Whittaker" <[EMAIL PROTECTED]> > > > > To: "CF-Talk" <[EMAIL PROTECTED]> > > > > Sent: Friday, October 26, 2001 7:12 AM > > > > Subject: CF and Acitve edit > > > > > > > > > > > > > Hello there, > > > > > > > > > > Is it possible to use cf tags within active edit - I would like to > be > > > able > > > > > to declare a variable within my application page (ie full path to > > > > > file/image) which is then output into the page in the normal way. > > > > > > > > > > I hope you can help > > > > > > > > > > Simon > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: CF and Acitve edit
Not bizzarre, at all we do that all the time. Let me check on this, it seems as though we should be able to help you with this. I'll get right back to you. Gary Cfdev.com - Original Message - From: "Simon Whittaker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 9:48 AM Subject: Re: CF and Acitve edit > Thats exactly right - I have a site which has 2 different urls but which > have to be identical (bizarre I know, don't ask!). I would like to be able > to globally set the file path and the url in the application page. Is it > even possible? > > > Cheers > > simon > > > - Original Message - > From: "Gary Kraeger" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, October 26, 2001 2:43 PM > Subject: Re: CF and Acitve edit > > > > Simon: > > > > So what your saying is you don't want AE to do the full path you want to > do > > that on the front end. > > > > gary > > cfdev.com > > > > - Original Message - > > From: "Simon Whittaker" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Friday, October 26, 2001 9:00 AM > > Subject: Re: CF and Acitve edit > > > > > > > Gary, > > > > > > Cheers for the reply - I should have explained myself more clearly - > what > > I > > > am after is to be able to use it within the template ie. for images , > > > instead of having a full path http://www.mysite.com/images/image.jpg > > > > > > I could do this: > > > > > > http://www.mysite.com/images";> > > > > > > And within the output of the page would be this. > > > #pathtoimages#/image.jpg > > > > > > I hope I have made myself clearer. I guess what I am trying to ask is > > > whether the pages that are creatdd in active edit are run through the > CFML > > > parser or straight through the web server to the browser > > > > > > > > > Cheers > > > > > > Simon > > > - Original Message - > > > From: "Gary Kraeger" <[EMAIL PROTECTED]> > > > To: "CF-Talk" <[EMAIL PROTECTED]> > > > Sent: Friday, October 26, 2001 1:55 PM > > > Subject: Re: CF and Acitve edit > > > > > > > > > > Sure you can here is the code > > > > > > > > This is in my application.cfm > > > > > 'http://activemail.netdesign1.com/customers'> > > > > > > > 'd:\activemail.netdesign1.com\www\web\customers'> > > > > > > > > Then I pull the session.directory when they log in so every customer > has > > a > > > > different directory > > > > > > > > > > > inc="../activedit/inc/" upload="1" > > > > imageurl="#application.imgurl#/#session.directory#" > > > > imagepath="#application.imgpath#\#session.directory#" > > > > > > > > > > toolbar="cut,copy,paste,|,redo,undo,|,font,bold,italic,underline,|,outdent,i > > > > > > > > > > ndent,|,justifyleft,justifycenter,justifyright,bullets,|,table,image,hyperli > > > > > > > > > > nk,|,find,help,spellcheck,specialchars,||,quickformat,quickfontsize,quickfon > > > > t,"> > > > > #data.template# > > > > > > > > > > > > Gary > > > > CFDEV.com > > > > http://www.cfdev.com > > > > > > > > > > > > - Original Message - > > > > From: "Simon Whittaker" <[EMAIL PROTECTED]> > > > > To: "CF-Talk" <[EMAIL PROTECTED]> > > > > Sent: Friday, October 26, 2001 7:12 AM > > > > Subject: CF and Acitve edit > > > > > > > > > > > > > Hello there, > > > > > > > > > > Is it possible to use cf tags within active edit - I would like to > be > > > able > > > > > to declare a variable within my application page (ie full path to > > > > > file/image) which is then output into the page in the normal way. > > > > > > > > > > I hope you can help > > > > > > > > > > Simon > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: CF and Acitve edit
Simon: So what your saying is you don't want AE to do the full path you want to do that on the front end. gary cfdev.com - Original Message - From: "Simon Whittaker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 9:00 AM Subject: Re: CF and Acitve edit > Gary, > > Cheers for the reply - I should have explained myself more clearly - what I > am after is to be able to use it within the template ie. for images , > instead of having a full path http://www.mysite.com/images/image.jpg > > I could do this: > > http://www.mysite.com/images";> > > And within the output of the page would be this. > #pathtoimages#/image.jpg > > I hope I have made myself clearer. I guess what I am trying to ask is > whether the pages that are creatdd in active edit are run through the CFML > parser or straight through the web server to the browser > > > Cheers > > Simon > - Original Message - > From: "Gary Kraeger" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, October 26, 2001 1:55 PM > Subject: Re: CF and Acitve edit > > > > Sure you can here is the code > > > > This is in my application.cfm > > > > > 'd:\activemail.netdesign1.com\www\web\customers'> > > > > Then I pull the session.directory when they log in so every customer has a > > different directory > > > > > inc="../activedit/inc/" upload="1" > > imageurl="#application.imgurl#/#session.directory#" > > imagepath="#application.imgpath#\#session.directory#" > > > toolbar="cut,copy,paste,|,redo,undo,|,font,bold,italic,underline,|,outdent,i > > > ndent,|,justifyleft,justifycenter,justifyright,bullets,|,table,image,hyperli > > > nk,|,find,help,spellcheck,specialchars,||,quickformat,quickfontsize,quickfon > > t,"> > > #data.template# > > > > > > Gary > > CFDEV.com > > http://www.cfdev.com > > > > > > - Original Message - > > From: "Simon Whittaker" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Friday, October 26, 2001 7:12 AM > > Subject: CF and Acitve edit > > > > > > > Hello there, > > > > > > Is it possible to use cf tags within active edit - I would like to be > able > > > to declare a variable within my application page (ie full path to > > > file/image) which is then output into the page in the normal way. > > > > > > I hope you can help > > > > > > Simon > > > > > > > > > > > > > > > ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: CF and Acitve edit
Sure you can here is the code This is in my application.cfm Then I pull the session.directory when they log in so every customer has a different directory #data.template# Gary CFDEV.com http://www.cfdev.com - Original Message - From: "Simon Whittaker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 7:12 AM Subject: CF and Acitve edit > Hello there, > > Is it possible to use cf tags within active edit - I would like to be able > to declare a variable within my application page (ie full path to > file/image) which is then output into the page in the normal way. > > I hope you can help > > Simon > > > > ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: E-mail Services
Kevin: Were do you find there web based dns gary - Original Message - From: "Kevin Derby" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, September 24, 2001 11:24 AM Subject: Re: E-mail Services > My personal suggestion: shift your domain registrar to register.com. The > have web-based DNS, relatively cheap email hosting, and it's all web-driven. > Everything you list is available. > > Kevin > > - Original Message - > From: "Jackson Moore (CFTalk)" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Monday, September 24, 2001 7:13 AM > Subject: OT: E-mail Services > > > > I am looking for any recommendations you cf-talk guys might have > > about e-mail services for hosting the e-mail for my domain. > > > > I share a co-located server with a few other developers for work > > we do on the side and we have been running our own mail server > > for awhile, but because we use this box for development > > purposes, it isn't up 100% of the time. I'd like to continue to > > do my own web hosting, but would like to move my e-mail hosting > > to another provider. The ISP that hosts our server does all our > > DNS so I should be able to have my mail directed to another > > server. > > > > I would like to be able to add and manage my e-mail accounts over > > the web, be able to access mail from a typical POP3 client, but > > also have a web-based interface for checking mail when I'm > > without my laptop. > > > > Any suggestions or recommendations you'd like to share - I'd > > appreciate it. > > > > Thanks > > > > Jackson Moore > > [EMAIL PROTECTED] > > > > > ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: cardservice experience?
Don: As long as you don't expect problems from people ordering to much product. For instance we have had user accidentally order our products 5 or even 10 times, well cardservices puts a hold on your account as soon as it happens, even if you see this and go back and credit it right away, expect to wait many days to get the funds. That is my biggest problem with them, when they hold our money for what seems to be no reason, since we correct the problem right away. I am sure they make some extra money when they hold our money that is why they do it. We really have not had to use tech support, we wrote a quick tag to tap into authorize.net, if you would like the code for it I would gladly supply it to you, it's sloppy code but it works. Gary cfdev.com - Original Message - From: "Don Kiggins" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 10:52 AM Subject: cardservice experience? > Has anyone had any experience with CardService International? I would > like to know how you feel about their service, how easy it is to > set-up, and how good is their tech support. > > Thanks, > > Don Kiggins > ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: XML Parser for CF
Rob: Well we ran some tests using our XML parser and the MSXML parser. We found that the average parsing times differed by quite a bit when parsing the same XML file: 133.454545454545 (Ours) and 1140.68421052632 (MSXML). Min Times: ours: 93 msxml: 1109 Max Times: ours: 313 msxml: 1172 When you add concurrent requests into the mix the response times get very large, thus "buckling" under the load. Our XML parser does not convert CF structures into XML, it simply parses XML into coldfusion structures. CFWDDX will convert a structure into XML! Gary http://www.cfdev.com - Original Message - From: "Rob Gilchrist" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 12:34 PM Subject: RE: XML Parser for CF > Hi Gary > I have a site that is about to go live that uses the MSXML parser and I am a > bit concerned by your statement that it buckles under load. Do you know what > sort of load causes it to fail? and what are the effects when it does fail? > > Can your CFX_XMLPARSER convert CF Structures into XML? > > Thanks > > Rob > > -Original Message- > From: Gary Kraeger [mailto:[EMAIL PROTECTED]] > Sent: 20 September 2001 15:09 > To: CF-Talk > Subject: Re: XML Parser for CF > > > We have a free one at http://www.cfdev.com here is a description of it. > > CFX_XMLParser is a Fast Java CFX tag that takes an XML document and returns > a ColdFusion structure containing the XML document. Our tests show this > parser to be about 1000% faster than the MSXML Parser invoked through > CFOBJECT. CFOBJECT based parsers also tend to buckle under load. > > Gary > cfdev.com > > > - Original Message - > From: "Critter" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, September 18, 2001 12:59 PM > Subject: XML Parser for CF > > > > Hello CF-Talk, > > > > anyone have any suggestions for a decent one? > > > > -- > > Best regards, > > > > Critter, MMCP > > Certified ColdFusion Developer > > > > Crit[s2k] - > > > > ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: XML Parser for CF
We have a free one at http://www.cfdev.com here is a description of it. CFX_XMLParser is a Fast Java CFX tag that takes an XML document and returns a ColdFusion structure containing the XML document. Our tests show this parser to be about 1000% faster than the MSXML Parser invoked through CFOBJECT. CFOBJECT based parsers also tend to buckle under load. Gary cfdev.com - Original Message - From: "Critter" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, September 18, 2001 12:59 PM Subject: XML Parser for CF > Hello CF-Talk, > > anyone have any suggestions for a decent one? > > -- > Best regards, > > Critter, MMCP > Certified ColdFusion Developer > > Crit[s2k] - > ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Hosting
Hello, a friend of mine asked me what the Cold Fusion community wanted in a Cold Fusion hosting company, what I thought the most important issues were to a cold fusion hosting company, price, features, customer services. He wants to start hosting CF sites, they have done ASP and PHP very well and know want to get into cf. I did not know how to answer him since I don't host many sites out in the hosting world. So I am wondering if some of you can help me answer his questions. 1. What is it you want in a cold fuison hosting company that you currently can not get. 2. What features do you want from your hosting company. 3. What price ranges are you looking to be in. 4. what is most important to you price, features, customer services. Thanks in advance for your help, you can email me your answer [EMAIL PROTECTED] or post to the list Thank you, Gary Kraeger NETDesign Inc. http://www.netdesigninc.com Top 100 Web Development Company Cfdev.com www.cfdev.com ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: JMAIL
Yes jmail will send 80,000 and more, it depends more on your server config than anything. We have discovered some ways in which we can improve jmail, which will make it at least 10 times faster than it currently is and we are adding the ability to do personalized emails, which has been the biggest request thus far. We are adding these features very quickly, and they will be a free upgrade when we are done with it. Hopefully this answers your question. Thanks Gary Cfdev.com - Original Message - From: "Darryl Lyons" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 1:02 AM Subject: JMAIL > Any ideas how many emails JMAIL can handle? Ie. Could it send 80,000? If > not, most likely worth looking into a complete listserv/mailing list system? > > --- > Regards, > > Darryl Lyons > Senior Systems Developer > Fuzion: http://www.fuzion.com.au > > Email : [EMAIL PROTECTED] > Phone : (07) 3620 1000 > Fax : (07) 3620 1001 > Technical Support : 1300 888 480 > > 'merging business + technology' > ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: frames and cflocation
Here is some javascript that will work for you parent.location=index.cfm'; Replace index.cfm with the file or directory you want to goto Gary cfdev.com http://www.cfdev.com - Original Message - From: "Jochem van Dieten" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, September 05, 2001 11:15 AM Subject: Re: frames and cflocation > Seamus Campbell wrote: > > I rarely use frames so know nothing about working with them. > > how do I do the equivalent of target ="main" > > with cflocation? > > Not. cflocation works server side and frames are client side. You will > need to write some javascript to do that for you. > > Jochem > > > ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Mailing List Manager
Tom: You can take a look at ours, with a little bit of code it can be a great mailing list manager. Jmail is what you would look at. Gary Cfdev.com http://www.cfdev.com - Original Message - From: "Tom Forbes" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 31, 2001 9:31 AM Subject: Mailing List Manager > I need to move to an opt in / opt out mailing list to accommodate about > 5,000 addresses. Can someone recommend a good Mailing List Manager that is > CF based? > > Thank you, > > Tom Forbes > > ** > Shop MedSearch - Over 500 Web sites under one roof! > http://www.medsearch.medmatrix.com > TEL: 407-772-3427 FAX: 407-772-3428 > Tom Forbes, Forbes Web Consulting, Inc. > ** > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Throttling CFMAIL
cf_sleep in the tag gallery Gary cfdev.com http://www.cfdev.com - Original Message - From: "DSJ / PC1, Inc." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 1:23 PM Subject: Throttling CFMAIL > Does anyone know how I would be able to throttle a batch of cfmail > processes? > > For instance, let's say I've got a database of 1000 e-mail addresses (opt-in > of course), and I want to wait 30 seconds between each one that get's sent > out. Any way I can do this? > > Thanks, > > Dennis St. John > PC1, Inc. > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: CFMAIL Performance...
Tom: No we built our own java mail tag. Gary cfdev.com - Original Message - From: "tom muck" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 2:28 PM Subject: Re: CFMAIL Performance... > Does it use the JMail component from http://www.dimac.net ? > > tom > > "Gary Kraeger" <[EMAIL PROTECTED]> wrote in message > 033b01c130b0$1b0e1690$[EMAIL PROTECTED]">news:033b01c130b0$1b0e1690$[EMAIL PROTECTED]... > > Ian: > > > > If it is a one shot thing and you find that cfmail won't handle it. I > would > > be willing to let you use our tag jmail, on our server to help you out. > > > > Gary > > cfdev.com > > http://www.cfdev.com > > > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: CFMAIL Performance...
Ian: If it is a one shot thing and you find that cfmail won't handle it. I would be willing to let you use our tag jmail, on our server to help you out. Gary cfdev.com http://www.cfdev.com - Original Message - From: "Ian Lurie" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 12:45 PM Subject: CFMAIL Performance... > Hi all, > > I have a list of about 10,000 email addresses - a client wants to do a > one-shot email to them (they're all opt-in addresses collected from their > web site). It's not an ongoing thing, so Lyris or other systems probably > aren't worth it. > > Can CFMAIL handle it? The client's on a dedicated dual-Pentium machine with > 512 meg of RAM... > > Ian > > Portent Interactive > http://www.portentinteractive.com > Combining process, design, content to create great web sites since 1995 > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: OT Suggestions for Email Servers
Chris: That is strange that the email server can not handle 100,000 emails. Is it the email server that is crashing or are you sending them out with cf and that is what is causing the crash. We send out to many different list for our clients and we use different email server with each one. The only problem we have ever had is with cfmail not being able to handle a lot of email. We made a java tag to replace cfmail and have had no problems since no matter what the size of the email. gary cfdev.com http://www.cfdev.com - Original Message - From: "Chris Martinez" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, August 28, 2001 4:04 PM Subject: OT Suggestions for Email Servers > All, > > Our shop has repeated requests for bulk email apps. Some of our lists are > over 100,000 recipients long. Past attempts to provide this service have > yielded nothing but headaches. We are using an email server called MailMax. > No matter what we do, server cannot handle the number of emails that are > sent to it's queue. Now management has tasked me with coming up with a > permanent solution. > > My first suggestion was to move the mail server off the web server and place > it on it's own machine. > > I am also leaning towards Linux as the OS, because of it's stability, and > the fact that there is less overhead involved. > > There are tons of email servers out there, and I just want something that > won't have to have a babysitter. What have you had experience with? Would > you use it again? What features did you like/dislike. Stability? Limits? > > If this is too off topic you can email me off list: > > Thanks, > > Chris Martinez > > Chris underscore Martinez at Imaginuity dot Com > > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Character Code....
! gary cfdev.com http://www.cfdev.com - Original Message - From: "Kevin Mansel" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 3:39 PM Subject: Character Code > does anyone know the chr() code for the apostrophe? > > > > ~ > Kevin Mansel > Senior Web Developer > Fox Communications > [EMAIL PROTECTED] > DL : 425-649-1321 > C : 425-346-7221 > > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Activeedit 2.5
No we have yet to make Activedit for Netscape. We are currently developing Activedit in java that will work in both browsers. It is due out in late October when Activedit 3.0 hits the street. Gary CFDEV.COM http://www.cfdev.com - Original Message - From: "Chuck Hergenroeder" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 10:16 AM Subject: RE: Activeedit 2.5 > I don't know this for a fact, but I thought the newest release worked on > Netscape. I could be wrong though. > > -Original Message- > From: Andrew Scott [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 20, 2001 10:08 AM > To: CF-Talk > Subject: RE: Activeedit 2.5 > > Also one thing that one has to consider with this application is that it > only works under IE, I am not sure about Netscape 6.x so maybe someone > would like to confirm this but it will not work under Netscape 4.x... > > > -Original Message- > From: John Patterson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 21 August 2001 12:01 AM > To: CF-Talk > Subject: Re: Activeedit 2.5 > > Hello, > > I use ActiveEdit in an internet application of mine. I use it as a > message > board for those utilizing the application. The administrator can post > application updates and system messages and client information rather > than > using emails. It provides a nice "value-added" feature to my > application. > > John > > - Original Message - > From: "James Taavon" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Monday, August 20, 2001 9:51 AM > Subject: Activeedit 2.5 > > > > I have been reading about this new product. Any feedback would be > > appreciated. > > > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: FTP Replication
Kirk: Repliweb looks great does it cost a lot. Gary Cfdev.com http://www.cfdev.com - Original Message - From: "Kirk Boecker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 11:51 AM Subject: Re: FTP Replication > http://www.repliweb.com/ > > > - Original Message - > From: "BT" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Friday, August 17, 2001 7:48 AM > Subject: FTP Replication > > > > Hey, > > > > Anyone know of a application that watches the contents of a folder and > > subfolders and upon change ftps them somewhere? > > > > Kinda tired of making and support web applications where a web app is not > > always the best solution... > > > > > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: FTP Replication
If you don't find one, let me know, sounds cool. I could use it. let me know the features you want in it and I will talk to my team about making such a tool. Gary Kraeger Cfdev.com - Original Message - From: "BT" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, August 17, 2001 10:48 AM Subject: FTP Replication > Hey, > > Anyone know of a application that watches the contents of a folder and > subfolders and upon change ftps them somewhere? > > Kinda tired of making and support web applications where a web app is not > always the best solution... > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Dynamic page creation help
Try here. http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/editing/ mshtmleditor.asp Gary cfdev.com - Original Message - From: "David Burt" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 1:00 PM Subject: Re: Dynamic page creation help > where is it available at? > > > - Original Message - > From: "Billy Cravens" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, August 16, 2001 10:02 AM > Subject: RE: Dynamic page creation help > > > > As long as we're recommending WYSIWYGs, if you can guarantee IE, the > > DHTMLEdit ActiveX control in IE is free! > > > > --- > > Billy Cravens > > HR Systems, EDS > > [EMAIL PROTECTED] > > > > > > -Original Message- > > From: Gary Kraeger [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, August 16, 2001 7:01 AM > > To: CF-Talk > > Subject: Re: Dynamic page creation help > > > > > > Aslo try activedit from cfdev.com, there product is very good. > > > > Gary > > > > > > - Original Message - > > From: "Mark Smyth" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Thursday, August 16, 2001 7:44 AM > > Subject: RE: Dynamic page creation help > > > > > > > Hi > > > > > > I did this before also, probably the easiest way is to use ewebeditpro > > > > > and add some administration functions yourself. > > > > > > for info about ewebeditpro go to www.ektron.com > > > > > > HTH > > > > > > Mark Smyth > > > Macromedia Certified ColdFusion Developer > > > Systems Union eBusiness Solutions > > > 01865 880800 > > > [EMAIL PROTECTED] > > > www.systemsunion.net > > > > > > > > > > > > > > > > > > > > > -Original Message- > > > From: Nick Betts [mailto:[EMAIL PROTECTED]] > > > Sent: 16 August 2001 11:15 > > > To: CF-Talk > > > Subject: Dynamic page creation help > > > > > > > > > The brief is to create webpages via an updater. The user can select > > > how many pages they wish the site to have (1,2 or 3). Then based on a > > > > > defulat template they can then upload different images, amend text, > > > change colours etc. This will then create their very own webiste. > > > Has anyone done anything similar for inspairation? > > > > > > regards, > > > Nick > > > > > > -Original Message- > > > From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] > > > Sent: 16 August 2001 11:06 > > > To: CF-Talk > > > Subject: RE: Cookie Question > > > > > > > > > Fuon, > > > > > > Never "rely" on using cookies. ColdFusion's built-in handling of > > > session/client variables negates the use of cookies for most > > > situations. You need to setup your application to use either client or > > > > > session variables and > > > store them in, preferably, a datasource as opposed to the registry > > (the > > > default). > > > > > > Unless you are using pirated software the manuals explain this. > > > > > > To depend on storing variables in the "registry" is not a good idea - > > > especially in a clustered environment. > > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]]On Behalf Of Fuon See > > > Tu > > > Sent: Thursday, 16 August 2001 4:42 AM > > > To: CF-Talk > > > Subject: Cookie Question > > > > > > > > > Do I use javascript to manipulate cookies, or can coldfusion do all of > > > > > the cookie handling and manipulation? > > > > > > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
Re: Dynamic page creation help
Aslo try activedit from cfdev.com, there product is very good. Gary - Original Message - From: "Mark Smyth" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 16, 2001 7:44 AM Subject: RE: Dynamic page creation help > Hi > > I did this before also, probably the easiest way is to use ewebeditpro and > add some administration functions yourself. > > for info about ewebeditpro go to www.ektron.com > > HTH > > Mark Smyth > Macromedia Certified ColdFusion Developer > Systems Union eBusiness Solutions > 01865 880800 > [EMAIL PROTECTED] > www.systemsunion.net > > > > > > > -Original Message- > From: Nick Betts [mailto:[EMAIL PROTECTED]] > Sent: 16 August 2001 11:15 > To: CF-Talk > Subject: Dynamic page creation help > > > The brief is to create webpages via an updater. The user can select how > many pages they wish the site to have (1,2 or 3). Then based on a > defulat template they can then upload different images, amend text, > change colours etc. This will then create their very own webiste. Has > anyone done anything similar for inspairation? > > regards, > Nick > > -Original Message- > From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] > Sent: 16 August 2001 11:06 > To: CF-Talk > Subject: RE: Cookie Question > > > Fuon, > > Never "rely" on using cookies. ColdFusion's built-in handling of > session/client variables negates the use of cookies for most situations. > You > need to setup your application to use either client or session variables > and > store them in, preferably, a datasource as opposed to the registry (the > default). > > Unless you are using pirated software the manuals explain this. > > To depend on storing variables in the "registry" is not a good idea - > especially in a clustered environment. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Fuon See Tu > Sent: Thursday, 16 August 2001 4:42 AM > To: CF-Talk > Subject: Cookie Question > > > Do I use javascript to manipulate cookies, or can coldfusion do all of > the > cookie handling and manipulation? > ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists