Re: Contribute Pricing Question.

2002-11-13 Thread James Smith
or £69 +VAT for the UK market. -- James Smith [EMAIL PROTECTED] - Original Message - From: samcfug [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 7:31 PM Subject: Re: Contribute Pricing Question. $99.00 per seat =

RE: cfqueryparam in MX

2002-11-13 Thread Raymond Camden
-Original Message- From: Sean A Corfield [mailto:sean;corfield.org] Sent: Wednesday, November 13, 2002 1:10 AM To: CF-Talk Subject: Re: cfqueryparam in MX On Tuesday, Nov 12, 2002, at 08:09 US/Pacific, Zac Spitzer wrote: does cfqueryparam work with cached queries in MX? that

CF and MySQL insering/updating database

2002-11-13 Thread FlashGuy
Hi, Something must be wrong with my syntax. When a user goes into his preferences they get a list of files with check boxes which is being generated from my database. They have the option of clicking multiple boxes which gets inserted into field strOmit in the same database it got the fields

RE: CF and MySQL insering/updating database

2002-11-13 Thread Clint Tredway
You are replacing what is in that field. You will need to get the contents of that field and append the new values to it then update that column. At least that is what I see going on. HTH Clint -Original Message- From: FlashGuy [mailto:flashmx;rogers.com] Sent: Wednesday, November 13,

Re: cfscript book

2002-11-13 Thread Pete Ruckelshaus
Personally, I prefer using CFScript over regular CF when I can use it. First, it's much easier to set a bunch of variables inside a CFScript block (IMO). Second, I find it easier to read CFScript logic blocks. Finally, it IS faster when you do something beyond very basic stuff, and (again, IMO)

Re: CF TIME SHEET

2002-11-13 Thread Cutter - \(CFTalk List\)
Paris, I know that the developer of guitarists.net has written a rather extensive time sheet application that he might sell (tracks sick time, personal time, vacation time, etc.). I don't remember his email address right off hand but I'm sure there is probably a link on his website. Cutter

Moving a Cold Fusion server

2002-11-13 Thread Rick Root
I have Cold Fusion 5 running on RedHat 7.2 and I have a need to re-build the system. I'll spare you the off-topic details of why. Anyway, I want to move everything to a temporary server with as little pain as possible. Assuming the directory structure is set up the same... can I just tar up

SOT: E-Commerce site for Canada

2002-11-13 Thread Matthew Fusfield
Hi, We are building an e-commerce site that is specifically targeted to a Canadian market. Most of our work has either been US domestic or so international that we use a 3rd party to do the calculations. Anyway, anyone know of or have a quick reference to how sales taxes are calculated in

CF and UPS WorldShip?

2002-11-13 Thread Lofback, Chris
Does anyone know if it's possible for CF to talk to UPS WorldShip to calc shipping prices? I've Googled and searched the archive but can't find anything. Has anyone done this before? I've been using Ben Forta's CF_UPSPrice custom tag to get pricing from the UPS web site, but I'd like to get

IIS Error when using cflocation

2002-11-13 Thread Robertson-Ravo, Neil (REC)
Has anyone seen this error : HTTP/1.1 302 Object Moved Location: ../index.cfm Server: Microsoft-IIS/5.0 Content-Type: text/html Content-Length: 135 We are using Internet Explorer 6 / Netscape 7 to click a link, yet we get the same error. We are not using a proxy. ? Neil

OT: Mass email marketing

2002-11-13 Thread Mark A. Kruger - CFG
Folks, I need some solid information on mass email marketing. If anyone has some experience in this area and would like to share some general advice, please email me off-list. I have a client who thinks he's going to make a million on a Spam campaign for coffee g. -Mark

RE: Flash Remoting (was RE: SOT: Sad Day)

2002-11-13 Thread Mark A. Kruger - CFG
Ditto - we've done 2 aps with rave reviews and we are working on 2 more. -Original Message- From: Stacy Young [mailto:Stacy.Young;sfcommerce.com] Sent: Tuesday, November 12, 2002 11:29 PM To: CF-Talk Subject: RE: Flash Remoting (was RE: SOT: Sad Day) Remoting rocks. -Original

RE: Mass email marketing

2002-11-13 Thread Kelly Tetterton
It might be worth pointing the client to a recent article in Time: http://www.time.com/time/magazine/article/0,9171,110102-386956,00.html At least he'd get a more realistic, general picture -- Kelly Tetterton duoDesign -- Technical Lead Macromedia Certified ColdFusion Developer Internet

RE: IIS Error when using cflocation

2002-11-13 Thread Ben Doom
I've had problems occasionally with cflocation returning errors, especially to Macs. In a couple of instances, I've had to replace it with a javascript redirect. However, your error message is much more descriptive that the one I was getting. It may not be the same problem at all, but it seems

RE: cfscript book

2002-11-13 Thread Mark A. Kruger - CFG
Todd, Would it be safe to say that the underlying code generated by a CFSCRIPT block on CFMX would be virutally the same as code compiled using tag syntax? -mk -Original Message- From: [EMAIL PROTECTED] [mailto:todd;web-rat.com] Sent: Wednesday, November 13, 2002 8:10 AM To: CF-Talk

RE: Mass email marketing

2002-11-13 Thread Mark A. Kruger - CFG
Kelly, Thanks - that's helpful. -mk -Original Message- From: Kelly Tetterton [mailto:ktetterton;duodesign.com] Sent: Wednesday, November 13, 2002 8:54 AM To: CF-Talk Subject: RE: Mass email marketing It might be worth pointing the client to a recent article in Time:

RE: Flash Remoting (was RE: SOT: Sad Day)

2002-11-13 Thread Clint Tredway
I agree. Here is a simple example for anyone to play with. http://www.fishermenstudios.com/mmugex.zip Clint -Original Message- From: Mark A. Kruger - CFG [mailto:mkruger;cfwebtools.com] Sent: Wednesday, November 13, 2002 8:54 AM To: CF-Talk Subject: RE: Flash Remoting (was RE: SOT:

Re: IIS Error when using cflocation

2002-11-13 Thread Critz
oi Ben!! try using this: cfheader name=location value=page_goes_here cfheader statuscode=302 statustext=Moved temporarily cfabort -- Critz Macromedia Certified Advanced ColdFusion Developer CFX_BotMaster Network=Efnet Channel=ColdFusion Blog=http://blog.ctzc.com;

RE: IIS Error when using cflocation

2002-11-13 Thread Ben Doom
/me shrugs. As the site required JavaScript to work anyway, a simple window.location= worked just fine. I'll try that next time, though. Thanx. --Ben Doom Programmer General Lackey Moonbow Software : -Original Message- : From: Critz [mailto:critz;out.houseoffusion.org] :

Missing Web Service Operation

2002-11-13 Thread Alexander Sherwood
I am baffled: A CFC that executes perfectly when invoked as a component from the host machine fails to execute when invoked as a web service from another CFMX server. Here is the error message: Web service operation retTextBox with parameters..{params listed here}could not be found.

RE: Flash Remoting (was RE: SOT: Sad Day)

2002-11-13 Thread Matt Liotta
Have you tried using Flash Remoting with anything other than CFMX? Have you tried marshalling complex objects? Have you tried marshalling objects with large blocks of text? Have you tried any of the above on mixed platforms i.e. Windows and Linux? Matt Liotta President CEO Montara Software, Inc.

Re: Mass email marketing

2002-11-13 Thread William Wheatley
Spam makes money ;) Just do it legally and honor removes and don't try to spoof and you will stay within the law. Of course when you start doing any bulk email you get the antispam fanatics into a fuss. But on the general Mass Email Marketing is very productive and can generate alot of money at

RE: Flash Remoting (was RE: SOT: Sad Day)

2002-11-13 Thread Mark A. Kruger - CFG
Matt, What we have done is created 2 great applications under budget and before the deadline - increasing our margin by 15%. We have clients begging for more. That makes the ROI on flash remoting looking pretty darn good. In fact, I'm looking to hire a full time Flash guy in January. Your points

Flash Com and CFUG meeting

2002-11-13 Thread Dan Phillips
I watched the nycfug meeting last night using Flash Com and noticed that the audio and video were pretty choppy. While doing some internal testing of Flash Com in the office we have noticed the same kind of performance. Anyway else using this new feature and seeing the same issues? Thank you,

Re: E-Commerce site for Canada

2002-11-13 Thread Dawn Campbell
What province would this be in? There is GST on a federal basis which is 7%, but there is also sales tax in most provinces, and the rates vary. Dawn Hi, We are building an e-commerce site that is specifically targeted to a Canadian market. Most of our work has either been US domestic or so

java cfx and administrator woes

2002-11-13 Thread Smith, Matthew P -CONT(DYN)
I'm having a bit of trouble on the java side of things and was hoping someone could help. Two problems, actually, but I feel they may be related so I'll just throw them both out in the hopes that there may be a single solution to both. First, when ever I try to use any of the browse

RE: Flash Remoting (was RE: SOT: Sad Day)

2002-11-13 Thread Matt Liotta
I certainly didn't advocate not using Flash Remoting. I was simply making others aware of problems with it and reminding them that it is a 1.0 product. I did this because of a post exclaiming the perfect marriage of CF and Flash. I felt that your post attempted to push under the rug the issues I

Re: java cfx and administrator woes

2002-11-13 Thread Zac Spitzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | Any suggestions on what to try next? do you have the CF 5.0 hotfixes installed? z -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

RE: java cfx and administrator woes

2002-11-13 Thread Craig Dudley
Your 1st problem sounds like a browser issue, does IE6 have a java plugin installed? Try testing it with other java applets? -Original Message- From: Smith, Matthew P -CONT(DYN) [mailto:Matthew.P.Smith;cnet.navy.mil] Sent: 13 November 2002 15:32 To: CF-Talk Subject: java cfx and

RE: Flash Remoting (was RE: SOT: Sad Day)

2002-11-13 Thread Stacy Young
No No No Yes -Original Message- From: Matt Liotta [mailto:mliotta;r337.com] Sent: Wednesday, November 13, 2002 10:03 AM To: CF-Talk Subject: RE: Flash Remoting (was RE: SOT: Sad Day) Have you tried using Flash Remoting with anything other than CFMX? Have you tried marshalling complex

IIS Administration

2002-11-13 Thread Michael Ross
I need some help. Our end goal is to have users that are able to access IIS and create sites, edit sites all that fun stuff without being server administrators. So far we set up all the users and made them power users and granted operator so they can see the IIS stuff. But they are still

RE: Flash Remoting (was RE: SOT: Sad Day)

2002-11-13 Thread Stacy Young
Oh I definitely agree. One has to understand this is a 1.0. Buyer beware...was just expressing my fondness of remoting within our realm...So far, so good. Your original post was quite vague...would have been more helpful to include the specifics in the initial message... Cheers, Stace

RE: Flash Remoting (was RE: SOT: Sad Day)

2002-11-13 Thread Kevin Graeme
Matt, can you provide examples of what you've run into with these issues? I'm a UI developer and I don't recognize the term marshalling. Thanks, -Kevin -Original Message- From: Matt Liotta [mailto:mliotta;r337.com] Sent: Wednesday, November 13, 2002 9:03 AM To: CF-Talk Subject: RE:

Re: IIS Administration

2002-11-13 Thread Tim Painter
- Original Message - From: Michael Ross [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, November 13, 2002 10:52 AM Subject: IIS Administration I need some help. Our end goal is to have users that are able to access IIS and create sites, edit sites all that fun stuff

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Jason Miller
Matt - I just actually dissassembled a canada shipping/ tax piece on one of my clients sites I built. Basically here are the elements - 1) Broker Fee / Customs and all that - Typically a broker fee is involved - a percentage based fee. Includes a standard federal percetn fee too I believe. If

RE: IIS Administration

2002-11-13 Thread Mike Byers
I am not sure from you message just what control you want the users to have. I am not sure this is something I would want the users doing on my server, but there are scripts that you can make available which at least you would have control. I have been working with them and so far they work

RE: SOT: E-Commerce site for Canada

2002-11-13 Thread Stacy Young
You have to be careful on applying taxes...I believe it's the provincial tax followed by the GST (goods and services tax). - *think* that's the right order. This means tax on tax. After the provincial tax is applied you then apply the GST on the price PLUS the first tax. In effect, the actual tax

RE: SOT: E-Commerce site for Canada

2002-11-13 Thread Matthew Fusfield
Thanks to Jason and everyone else who has emailed me off-list; I really appreciate your help! Matt -Original Message- From: Jason Miller [mailto:millerj;etcnj.com] Sent: Wednesday, November 13, 2002 2:11 PM To: CF-Talk Subject: Re: SOT: E-Commerce site for Canada Matt - I

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Bryan Stevenson
Matt, Jason's info is a tad off in some casesI'm a Canuck...trust me ;-) For starters the brokerage fee and all that nonsense is only in play if the goods cross the border. That said, I have yet to see 1 US site add these fees to the price when shipping goods to Canada (we end up getting an

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Bryan Stevenson
The tax on tax is only in 1 or 2 provinces and it's the PST on top of the GST... For the the love of hockey and good beerall Americans stop guessing :-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

RE: Flash Remoting (was RE: SOT: Sad Day)

2002-11-13 Thread Matt Liotta
marshalling communications (US -ll- or -l-) The process of packing one or more items of data into a message buffer, prior to transmitting that message buffer over a communication channel. The packing process not only collects together values which may be stored in non-consecutive memory locations

RE: IIS Administration

2002-11-13 Thread Michael Ross
I agree this isn't something I want them to do, but our managers have made the decision that because we are so short staffed we need to train them to take some of the load off of us. I will look into the scripts... Thanks for your help [EMAIL PROTECTED] 11/13/02 11:18AM I am not sure from

RE: Mass email marketing

2002-11-13 Thread Matt Robertson
When doing mass mailings in CF via CFMAIL I do a couple of things to keep from getting black flagged by MSN and AOL: 1. Send email messages as individual items via a routine that throttles down the send rate. Blasting out hundreds of messages to AOL accts in an instant caused them to clamp down

Re: Flash Com and CFUG meeting

2002-11-13 Thread Dick Applebaum
I watched last night and had the same reaction. AFAIK, Michael was using a 1Gig RAM processor and a 48Kb modem? But the choppiness was better than at DevCon where they had a DSL link. I have been told that there is a memory leak somewhere in the system -- the choppiness gets worse over time.

RE: java cfx and administrator woes

2002-11-13 Thread Smith, Matthew P -CONT(DYN)
I looked over those listed here: http://www.macromedia.com/v1/Handlers/index.cfm?ID=20371Method=Full#50 The only one that seemed to remotely apply was: ColdFusion Server 5: Hot Fix for Applets When Using Java Plug-in Versions Greater Than 1.3.1_01a ( Article 23150 ) I installed as required but

RE: SOT: E-Commerce site for Canada

2002-11-13 Thread Thane Sherrington
At 11:11 AM 13/11/02 -0500, Stacy Young wrote: This means tax on tax. After the provincial tax is applied you then apply the GST on the price PLUS the first tax. In effect, the actual tax rate in Quebec is 15.56%. This is correct. For all provinces that have both GST and PST, the PST is applied

Re: Mass email marketing

2002-11-13 Thread William Wheatley
as much as i love CF :) It didnt have the speed to do what i needed. Closest thing was Howies Software which was very good but we didnt have time to wait for his newest version. - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday,

CF and UPS WorldShip?

2002-11-13 Thread Phil Cruz
I've worked with UPS Worldship before. I don't believe you can call Worldship to get shipping prices into CF. What I have done with it is exported order records from the CF app to Worldship to generate the shipping manifests. -Phil

RE: Flash Com and CFUG meeting

2002-11-13 Thread Dan Phillips
Thanks for the comments Dick. I was wondering is maybe adjusting the image and sound quality on the web cam would work as well. I will be playing with that myself over the next few days. I too noticed the 10-15 minute bug you mentioned. In our office, it got the the point where I could not only

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Dawn Campbell
We have two levels of sales tax--GST at 7% which is a federal tax and must be collected by the merchant and submitted to the feds directly via a special remission process, which includes detailed reporting. There are certain goods that are GST exempt (food for one). Certain businesses are GST

Re: CFMX: how to access a servlet?? (again)

2002-11-13 Thread Marcello Frutig
Sean, I've found that after stop/starting Apache, without touching CFMX, the JRun/Apache connector keeps working as expected. I've seen this using Linux. I would expect, and in fact prefer, the same behaviour with JRun/IIS connector. I don't see as a good thing to have to start IIS before

RE: java cfx and administrator woes

2002-11-13 Thread Smith, Matthew P -CONT(DYN)
http://java.sun.com/getjava/installer.html the coffee is steaming, so I assume that means I have a good install? Matt -Original Message- From: Craig Dudley [mailto:craig;netstep.co.uk] Sent: Wednesday, November 13, 2002 9:51 AM To: CF-Talk Subject: RE: java cfx and administrator woes

RE: Flash Com and CFUG meeting

2002-11-13 Thread Mike Chambers
i am pretty sure that this is an issue with the text chat component. it doesn't limit the amount of text that it can hold. the more it holds, the more CPU it requires. the solution is to change the component to only hold so much text. when i get a chance, i am going to write up some info on how

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Bryan Stevenson
No No No...sorry Thane but you're wrong. In most provinces the PST and GST are calculated seperately. Againplease leave Canadian matters to us in the Great White North ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e.

RE: CF and MySQL insering/updating database

2002-11-13 Thread FlashGuy
Like... cfquery name=UpdEnv datasource=user-profiles dbtype=ODBC APPEND profiles SET strUsername = '#auth#', strOmit=cfqueryparam value=#FORM.select# cfsqltype=CF_SQL_LONGVARCHAR

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Bryan Stevenson
Way to go Dawn...a Canuck on Canuck taxes...excellent ;-) Just one note on brokerage fees I believe they relate to the fees charged by the courier companies when goods cross the border or it's just another fee from the CCRA (Canadian Customs and Revenue Agency). There is always duty and

RE: SOT: E-Commerce site for Canada

2002-11-13 Thread Stacy Young
I live in Montreal. =P -Original Message- From: Bryan Stevenson [mailto:bryan;electricedgesystems.com] Sent: Wednesday, November 13, 2002 11:21 AM To: CF-Talk Subject: Re: SOT: E-Commerce site for Canada The tax on tax is only in 1 or 2 provinces and it's the PST on top of the GST...

RE: SOT: E-Commerce site for Canada

2002-11-13 Thread FlashGuy
Oh no...a Habs fan! Go Leafs Go! On Wed, 13 Nov 2002 11:53:14 -0500, Stacy Young wrote: I live in Montreal. =P -Original Message- From: Bryan Stevenson [mailto:bryan;electricedgesystems.com] Sent: Wednesday, November 13, 2002 11:21 AM To: CF-Talk Subject: Re: SOT: E-Commerce

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Bryan Stevenson
A...it's all becoming clear Stacy ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

RE: SOT: E-Commerce site for Canada

2002-11-13 Thread Stacy Young
All you have to do is rent the movie Strange Brew and you will learn all there is to know about Canadians eh. Bob and Doug are quite knowledgeable. :-) Stace -Original Message- From: Bryan Stevenson [mailto:bryan;electricedgesystems.com] Sent: Wednesday, November 13, 2002 11:53 AM To:

RE: java cfx and administrator woes

2002-11-13 Thread Rob Rohan
When you hit the admin directory listing double click on the coffee cup by your clock on the taskbar. that might give a bit more info on what is happening. -Original Message- From: Smith, Matthew P -CONT(DYN) [mailto:Matthew.P.Smith;cnet.navy.mil] Sent: Wednesday, November 13, 2002 8:43

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Bryan Stevenson
hehe...eh...time to haul out the Bob Doug McKenzie 12 days of Christmas Flash movie ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

RE: java cfx and administrator woes

2002-11-13 Thread Smith, Matthew P -CONT(DYN)
I was just looking for those... What's odd is that I have two of them, and there were three a little while ago. Is that normal, or is that indicative of a problem? Here's the console output; doesn't mean much to me, but maybe it will help someone: (long code) ava.lang.NoClassDefFoundError:

RE: Flash Remoting (was RE: SOT: Sad Day)

2002-11-13 Thread Kevin Graeme
Thanks, that was a lot clearer than the information I was wading through on MSDN about it. -Kevin -Original Message- From: Matt Liotta [mailto:mliotta;r337.com] Sent: Wednesday, November 13, 2002 10:11 AM To: CF-Talk Subject: RE: Flash Remoting (was RE: SOT: Sad Day) marshalling

RE: CF and MySQL insering/updating database

2002-11-13 Thread FlashGuy
Nevermind...got it. cfset SelectStrOmit = ValueList(GetEnv.strOmit) cfset AppendStrOmit = ListAppend(SelectStrOmit,FORM.select) On Wed, 13 Nov 2002 07:23:40 -0600, Clint Tredway wrote: You are replacing what is in that field. You will need to get the contents of that field and append the new

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Dawn Campbell
One last note Bryan The fees charged by the courier companies are the same in nature as those charged by brokers--it's just the courier company acting as the broker. The fee is charged per entry (they have to make a submission called a B3 per shipment--now most of this is done electronically

RE: java cfx and administrator woes

2002-11-13 Thread Rob Rohan
I have seen this kind of thing before. Firstly, close all instances of your browsers (looks like Netscape from this). Then retry. If it still doesn't work, you make have a couple plugins installed on your machine. I have found browsers get very confused if this is the case. You can check it by

Re: Mass email marketing

2002-11-13 Thread samcfug
If he does that, I will be among the many who will work very hard to get him shut down and lose his provider. You might advise the client to closely peruse the Terms of Service at whatever provider he chooses. = Douglas White group Manager

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Bryan Stevenson
and whatever happend to free trade.. I had some clawfoot tub shower hardware shipped up from the US...cost $120fees at border $60 ouch thanks for the info Dawn BTW...Bob Doug can be found here: http://aetherealforge.com/~aeon/humor/12days.html Bryan Stevenson B.Comm. VP Director

Training Recommendations

2002-11-13 Thread Kamie Curfman
My company currently is taking training requests for next year. I've been working with CF and SQL Server for over three years now and although I could always stand to improve in these areas, I'm also looking to branch out. In particular, I think I need to get my feet wet in Java and XML. I

Re: Flash Com and CFUG meeting

2002-11-13 Thread samcfug
I also watched As more people logged in - the worse it got - giving me the impression that it was a bandwidth issue. After all, the server is in the Netherlands, the meeting was in NYC = Douglas White group Manager mailto:doug;samcfug.org

Re: Mass email marketing

2002-11-13 Thread Jeffry Houser
I'll ask a different question. Is E-mail marketing viewed as being different than SPAM? How about unsolicited E-mail marketing? Do people feel differently if contacted a single time by a legit business with a valid return E-mail address than if they are contacted by some porn site with a

RE: Training Recommendations

2002-11-13 Thread Tim Laureska
I've taken a few courses at Learning Tree .. not web developer stuff but Windows 2000 networking/security ... and man, they blitz through the info and you can only absorb a small piece... my impression is they assume a higher level of knowledge than what they're advertised prereq's say.. I'm

M$ mappoint.net

2002-11-13 Thread Richard Meredith-Hardy
Has anyone on this list managed to integrate a CF application (pref. CF 5) with M$'s mappoint web service offering? Is it even possible? It must be I suppose, though I have never done anything with SOAP (never really found a use for XML up to now, except for WDDX in a limited way). If you have,

Re: SOT: E-Commerce site for Canada

2002-11-13 Thread Jason Miller
Sorry - forgot the Canuck nuances :) - I did preface it by saying - please don't take any of it as final! - As for a company adding those fees when shipping to Canada - one of my clients ahd me do it. Perhaps that is why they killed the shipping to Canada within 3 months - it was expensive!

RE: Mass email marketing

2002-11-13 Thread Rob Rohan
Yes. To me E-mail marketing = Spam. If I need your product I'll look for it. I don't get quite enough advertising form billboards, radio, tv, banner ads, t-shirts, and snail-mail marketing. I sure enjoy a bunch of unsolicited junk in my email account. Yeah! When I get unsolicited E-mail, I make

RE: M$ mappoint.net

2002-11-13 Thread Tony Weeg
heck no, contact him on here...im interested too!!! thanks;) ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -Original Message- From: Richard Meredith-Hardy [mailto:rmh;flymicro.com] Sent:

OT: Contract agreement

2002-11-13 Thread Tony Carcieri
Hi all, Sorry for the OT but I know this has been discussed before. Where is the best place to get a general contract agreement? I appreciate it very much. And PLEASE email off list. Thanks, Tony ~| Archives:

RE: java cfx and administrator woes

2002-11-13 Thread Smith, Matthew P -CONT(DYN)
Thanks, that did it. I uninstalled every thing that had the word Java in it, rebooted, and it now works fine. Thanks for the help. RE: Navy LOL, no I'm just a contractor for a private company. My father was 28 years Navy, and I did a 2 year stint in the Army. As far as joining, it depends:

RE: Mass email marketing

2002-11-13 Thread Mark A. Kruger - CFG
I've convinced him to go OPT-IN only and verify. I hate unsolicited spam as much as the next guy. So I guess marketing is a better term (still feels like spam to me - I think I need a shower g). -mk -Original Message- From: samcfug [mailto:doug;samcfug.org] Sent: Wednesday, November

Re: Missing Web Service Operation

2002-11-13 Thread Sean A Corfield
On Wednesday, Nov 13, 2002, at 07:09 US/Pacific, Alexander Sherwood wrote: A CFC that executes perfectly when invoked as a component from the host machine fails to execute when invoked as a web service from another CFMX server. Where does that CFC live? Is it under wwwroot or elsewhere?

Re: Flash Com and CFUG meeting

2002-11-13 Thread Sean A Corfield
On Wednesday, Nov 13, 2002, at 07:29 US/Pacific, Dan Phillips wrote: I watched the nycfug meeting last night using Flash Com and noticed that the audio and video were pretty choppy. While doing some internal testing of Flash Com in the office we have noticed the same kind of performance.

RE: Missing Web Service Operation

2002-11-13 Thread Alexander Sherwood
At 01:26 PM 11/13/2002 -0500, you wrote: I've tried renaming the method, and tried to access other methods in the CFC to no avail - cant find any of the methods in the CFC. I removed the Web Service from the CF Admin, restarted the CF service, re-added the service and nada.

RE: Missing Web Service Operation

2002-11-13 Thread Raymond Camden
I deleted the published web service from the CF Admin, restarted the service, and re-added the web service and still no luck. How do I determine what .class file to delete? Try looking for a .class file with a name like the name of your cfc. I don't remember the exact rule on how we

CFTHROW with Webservices

2002-11-13 Thread Alexander Sherwood
When using CFTHROW with Web Services, is there a way to trim down the error message returned? When called as a component, the cfcatch.detail and cfcatch.message are fine, but when called as a web service, they are loaded with AXIS fault codes, etc. How has anyone else handled this? Thanks!

RE: Passing CF5 Structures to Java

2002-11-13 Thread Pete Freitag
I don't think you can do that in CF5, you should be able to get something like that working in CFMX though. Structures in CF5 are in C++ memory land, but in MX they are java objects, so you can pass them around to your own stuff. One workaround is to use WDDX, serialize the structure to WDDX,

Mass email marketing

2002-11-13 Thread Michael Dinowitz
This topic has moved into the debate phase and should be moved to CF-Community or CF-OT. Please do not post to it on CF-Talk. Thanks ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

end this please::::RE: Mass email marketing

2002-11-13 Thread Michael Dinowitz
This thread should be moved to CF-Community or CF-OT as it has NO technical content that would make it useful to this list. Thank you ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: CFTHROW with Webservices

2002-11-13 Thread Sean A Corfield
On Wednesday, Nov 13, 2002, at 10:57 US/Pacific, Alexander Sherwood wrote: When using CFTHROW with Web Services, is there a way to trim down the error message returned? When called as a component, the cfcatch.detail and cfcatch.message are fine, but when called as a web service, they are

RE: M$ mappoint.net

2002-11-13 Thread Dave Watts
Has anyone on this list managed to integrate a CF application (pref. CF 5) with M$'s mappoint web service offering? Is it even possible? It must be I suppose, though I have never done anything with SOAP (never really found a use for XML up to now, except for WDDX in a limited way).

SOT: E-Commerce site for Canada

2002-11-13 Thread Michael Dinowitz
This htread has moved out of the technical phase and into the OT phase. Please move it to CF-Community or CF-OT. Thank you ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: cfqueryparam in MX

2002-11-13 Thread Dave Watts
Pet peeve: *shared* scopes (Hal Helms defines persistent as it's still there after you switch the computer off and I agree with him - scopes are not persistent, databases and files are persistent!). The problem with pet peeves is that they're often hard to justify logically. I have yet to

Re: Flash Com and CFUG meeting

2002-11-13 Thread Michael Dinowitz
The biggest problem with the audio-video was the browser. We were using IE to connect to the flashcom server and after 10-15 minutes of use (depending on text typed and all) we would need to refresh the browser. This worked on every occasion and after the refresh always went back up to something

Re: CFTHROW with Webservices

2002-11-13 Thread Alexander Sherwood
At 11:24 AM 11/13/2002 -0800, you wrote: I debated on whether or not to adopt this methodology (structure-based return variables), but decided to go with the cftry/catch. Might have to rethink this now. Thanks for the insight. On Wednesday, Nov 13, 2002, at 10:57 US/Pacific, Alexander

Re: Flash Com and CFUG meeting

2002-11-13 Thread Michael Dinowitz
I watched last night and had the same reaction. AFAIK, Michael was using a 1Gig RAM processor and a 48Kb modem? The laptop was the same (400mhz, 128 meg). The line was faster but we also set the connection speed to DSL rather than to LAN. Broadcasting over LAN seems to generate more of a

Re: Flash Com and CFUG meeting

2002-11-13 Thread Michael Dinowitz
Thanks for the comments Dick. I was wondering is maybe adjusting the image and sound quality on the web cam would work as well. I will be playing with that myself over the next few days. Setting the broadcast connection to DSL rather than LAN seems to provide a much better stream. I too

Re: Flash Com and CFUG meeting

2002-11-13 Thread Michael Dinowitz
Thanks Mike. That simpleconnect issue is definitely one of the factors we were dealing with as we were typing rather fast to provide text feed to those without speakers. This is actually one of the things I love about the server. Most of the pieces are done in Flash and all you have to do to

RE: cfqueryparam in MX

2002-11-13 Thread Raymond Camden
Also, I wasn't aware that the Session scope is shared. It isn't. I agree w/ you about the pet peaves thing - and thanks for the defense - but I was defintely wrong to use 'shared' in this context. I _have_ heard people refer to the session scope as shared - maybe they meant between requests

Re: Flash Com and CFUG meeting

2002-11-13 Thread Michael Dinowitz
That may well be the issue. The laptop was a 400mhz with 128 meg of ram. I've seen much better broadcast performance on my home machine at 2.53 Ghz and 512 meg of ram. While this is not do-able for a laptop, a more modern one would surely help the performance. The camera was a Logitek 4000 which

Displaying values passed from one page into an email

2002-11-13 Thread Clark, Aimee
I have a page that users are able to go into to see what is currently listed for their employee information. If a user decides that they need to change something like their home address and annotate that they speak a foreign language, they can do so on this page and when they submit the form, an

  1   2   >