Re: SOT: Blackberry 101 for developers

2005-07-26 Thread Matthew Fusfield
There are a few options for Blackberry applications using CF. For the most part, the Blackberry browser can be used which supports HTML lite. You can also do push applications fairly easily with ColdFusion and the Mobile Data Service (MDS) on Blackberry Enterprise Server. There are a number of

Re: CardServices / Linkpoint with CF

2005-01-22 Thread Matthew Fusfield
I did some work with Linkpoint in the past, email me offlist and I'll see what I can do. Matt On Sat, 22 Jan 2005 12:49:06 -0500, ColdFusion Developer [EMAIL PROTECTED] wrote: Is anyone using Cardservices (aka. LinkPoint) to process credit card sales on their website? I am trying to set

Odd CF/network problem

2004-12-21 Thread Matthew Fusfield
I've just run into a rather strange network issue with CFMX and am hoping someone here might have an idea. We are preparing to deploy an application on two web/CF servers and a separate MS SQL box. Each machine has two NICs. Until now, on the two CF servers, we've used one NIC to connect out to

Re: Prepared Statements in CFMX

2004-09-21 Thread Matthew Fusfield
Have you looked into CFQUERYPARAM ? It allows you to do parameterized queries and does type checking. Matt On Tue, 21 Sep 2004 21:03:42 -0400, Joe Eugene [EMAIL PROTECTED] wrote: Is there an easy way to execute a Prepared Statements directly in CFMX? i.e Using the API via cfscript, just like

Re: Weather Feed - Custom Tag

2004-09-01 Thread Matthew Fusfield
Weather.com now has free XML feeds, try http://registration.weather.com/registration/xmloap/step1 Matt On Wed, 1 Sep 2004 13:08:43 -0500, Paul Giesenhagen [EMAIL PROTECTED] wrote: I am looking for weather feeds that I can get for multiple locations and very detailed, ie 5 day forecasts and the

Re: OT Notebook recommendations

2004-08-31 Thread Matthew Fusfield
I've been happy with my Gateway notebook as well as my Apple Powerbook. I can also recommend the IBM Thinkpad line; they are built really well but tend to be a bit more pricey. Matt On Tue, 31 Aug 2004 17:02:36 -0400, Victor Moore [EMAIL PROTECTED] wrote: Sorry for the OT, but I am looking for

Re: Gmail Accounts

2004-08-26 Thread Matthew Fusfield
I, too, have several gmail invites available, please email me offlist if anyone would like one. Matt On Thu, 26 Aug 2004 10:20:14 -0400, Ben Forta [EMAIL PROTECTED] wrote: Maybe it is just me, but honestly, I don't quite get the gmail hype. But, having said that, 3 invites available ... reply

Re: Simple Date Function Question...at least I think it is.

2004-08-26 Thread Matthew Fusfield
Try something like this: cfif week(now()) MOD 2 WEEK IS EVEN cfelse WEEK IS ODD /cfif Matt On Thu, 26 Aug 2004 16:48:44 -0400, Che Vilnonis [EMAIL PROTECTED] wrote: What would be the easiest way to write code to determine whether the current week of the year is even or odd? I am looking to

Re: Simple Date Function Question...at least I think it is.

2004-08-26 Thread Matthew Fusfield
Not a big deal, but that should actually be: cfif week(now()) MOD 2 WEEK IS ODD cfelse WEEK IS EVEN /cfif (if the remainder is 0, it is an even number. If it has a remainder, than it is odd) Matt On Thu, 26 Aug 2004 16:52:55 -0400, Matthew Fusfield [EMAIL PROTECTED] wrote: Try something like

Re: looping through checkboxes

2004-08-25 Thread Matthew Fusfield
I'm not sure I exactly follow you, but if you name the checkboxes the same with different values, the checked boxes will appear to CF as form.checkbox - which will be a comma separated list of the checked values. For example, input type=checkbox name=choice value=1 input type=checkbox

Re: looping through checkboxes

2004-08-25 Thread Matthew Fusfield
I'm pretty sure it will show up right in the value - so you need to be careful with the values you set for those. Matt From: daniel kessler [EMAIL PROTECTED] Date: Wed, 25 Aug 2004 15:24:58 -0400 Subject: Re: looping through checkboxes To: CF-Talk [EMAIL PROTECTED] wow, all good answers,

Re: structFindDuplicates???

2004-08-13 Thread Matthew Fusfield
I wrote a quick script that did something similar to this a while back; it is more for comparing values but you could certainly modify it to your needs: http://www.fus.net/code/structCompare.txt Matt - Original Message - From: Tony Weeg [EMAIL PROTECTED] Date: Thu, 12 Aug 2004 23:31:59

Re: Creating DSN by application

2004-08-13 Thread Matthew Fusfield
I believe you can do this with the ColdFusion servicefactory; it is not officially supported but works well in CFMX and 6.1 (it may change in future versions, YMMV) Check out http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=10 for a good reference. Matt - Original Message - From:

Re: Web Team Project Management App

2004-08-08 Thread Matthew Fusfield
2004 12:37:36 -0400 Subject: Re: Web Team Project Management App To: CF-Talk [EMAIL PROTECTED] Looks like a nice product. I wonder how they did the Gantt chart? -Frank - Original Message - From: Matthew Fusfield [EMAIL PROTECTED] Date: Sat, 7 Aug 2004 09:11:23 -0400 Subject: Re: Web

Re: Web Team Project Management App

2004-08-07 Thread Matthew Fusfield
We've been pretty happy with dotProject (http://www.dotproject.net/) While not written in CF, it is pretty flexible and you can customize the PHP code to do whatever you need. Matt - Original Message - From: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Fri, 06 Aug 2004 18:15:45 +

Strange server issue

2004-07-29 Thread Matthew Fusfield
Last weekend, we installed CFMX 6.1 on a server running CF5 on Windows 2000. We are running MX on its standalone web server as well as 1 IIS server, while the remaining IIS servers are running CF5. Since that time, every evening the server loses network connectivity and requires a reboot to get

Re: Strange server issue

2004-07-29 Thread Matthew Fusfield
a FQDN or that you simply can't see web content in a browser? -Mark -Original Message- From: Matthew Fusfield [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 7:55 AM To: CF-Talk Subject: Strange server issue Last weekend, we installed CFMX 6.1 on a server running CF5

Re: Anti-Virus Software on a Server

2004-07-21 Thread Matthew Fusfield
We've run into numerous problems with CF and SQL servers running any kid of real-time scanning. Most of our servers are scanned nightly or weekly during off-peak usage. This is part of a larger security policy that protects the servers as well - no one may use a server as a semi workstation and do

Re: Send Fax through Internet

2004-07-21 Thread Matthew Fusfield
Have you considered J2 (http://www.j2.com/)? I use their service mainly to receive faxes, but their sending rates are reasonable and very easy to use. It works entirely via email, and can accept attachments such as PDF, Word, or HTML. Matt On Wed, 21 Jul 2004 12:41:04 -0400, Anne Girardeau

Re: sot: login box

2004-07-02 Thread Matthew Fusfield
script function changeType(f) { alert(f); f.type = password; } /script /head body form input type=text name=r_name id=r_name value=your password size=20 changeType(this); / /form /body /html Cheers G On Thu, 1 Jul 2004 12:45:22 -0400, Matthew Fusfield [EMAIL PROTECTED] wrote

sot: login box

2004-07-01 Thread Matthew Fusfield
I've done this before once or twice, but for the life of me can't figure out how or where, so here goes: I'd like to display some text in an input type=password box for a login form. Once the user begins to type in their password, it should revert to the normal behavior of replacing the text with

Re: Ben in Boston?

2004-07-01 Thread Matthew Fusfield
I blogged my notes from Ben's presentation in Philly on Tuesday night if anyone is interested: http://www.fus.net/2004/06/good-things-from-macromedia.html Matt - Original Message - From: Scott Brady [EMAIL PROTECTED] Date: Thu, 1 Jul 2004 07:53:30 -0700 Subject: Re: Ben in Boston? To:

Re: E-mail Marketing/Tracking Software

2004-06-29 Thread Matthew Fusfield
DRK7 included a sample app called InTouch. I don't know that it includes the tracking features you want, but might be a good starting point for writing your own. Regards, Matt - Original Message - From: Butch Zaccheo [EMAIL PROTECTED] Date: Tue, 29 Jun 2004 14:55:38 -0700 Subject:

Re: address labels

2004-06-24 Thread Matthew Fusfield
There is also an excellent article in CFDJ (also by Samuel Neff) with a few great CFCs for printing labels through Word. Matt - Original Message - From: Sandy Clark [EMAIL PROTECTED] Date: Thu, 24 Jun 2004 09:21:02 -0400 Subject: RE: address labels To: CF-Talk [EMAIL PROTECTED] Samuel

Re: cfmx and CAPTCHA

2004-06-16 Thread Matthew Fusfield
Take a look here: http://www.emerle.net/comments/view.cfm/p/152 - Original Message - From: Whittingham, P [EMAIL PROTECTED] Date: Wed, 16 Jun 2004 15:54:39 -0400 Subject: cfmx and CAPTCHA To: CF-Talk [EMAIL PROTECTED] Hi All, How would one provide a cfmx-only solution (no .Net) for a

RE: OT-Webex

2004-04-22 Thread Matthew Fusfield
Try Convoq ASAP (http://www.convoq.com/) Matt _ From: Mickael [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 4:20 PM To: CF-Talk Subject: OT-Webex Hello All, I know this is OT but I am sure that someone on this list has an answer to this.Does anyone know of a anther company

Re: SOT: SQL SERVER RESTORE DATABASE

2004-04-22 Thread Matthew Fusfield
Did you backup from SQL or just copy the mdf file? You might be able to reattach the database file, although the best way to do it is to do a backup from SQL itself, then copy the backup file to the new server. You can then use the SQL restore utility to read in the backup file the new database.

CFPOP empty message body

2004-04-07 Thread Matthew Fusfield
I have an application that collects emails sent to a POP3 mailbox and is designed to grab the HTML version of the message if available, and if not, get the text version. This generally works OK but every now and then, CFPOP returns a structure where the body, textbody, and htmlbody fields are all

RE: Custom tag for Link point

2003-12-18 Thread Matthew Fusfield
I have one that works with their HTML forms entry method (linkpoint basic/lite I think) They also have a CFX tag available for free if you have Linkpoint API. Email me off list if you want the CF tag for linkpoint basic. Matt _ From: Troy Montour [mailto:[EMAIL PROTECTED] Sent:

RE: How to make ColdFusion Verity/search better?

2003-12-12 Thread Matthew Fusfield
We use verity as well as some custom CFX tags to work with Lucene that are a bit more powerful than what was shipped in the DRK. Specifically, we like the ability to create columns in the search index beyond CUSTOM1 and CUSTOM2. Also, the ability to customize how the search is performed and

RE: Repost: Directory, download and cfmail attachment issues

2003-11-17 Thread Matthew Fusfield
Try cfx_zipman, it is in Java and should work on Linux. http://www.emerle.net/programming/cfx_zipman.cfm Matt -Original Message- From: Carol Chandler [mailto:[EMAIL PROTECTED] Sent: Monday, November 17, 2003 10:41 AM To: CF-Talk Subject: Repost: Directory, download and cfmail

RE: CFMX and ClusterCATS?

2003-10-24 Thread Matthew Fusfield
We played around with clustercats...it is on the CFMX CD (I think) and there is a download on Macromedia's site where you can get it. We tested in on Windows 2003 Web Edition without anything in front. Worked pretty well, if we killed one server, the other would take over with very little loss

MVLP

2003-10-20 Thread Matthew Fusfield
Sorry if this is slightly off-topic, but I wanted to get some info about the volume licensing program Macromedia offers. I haven't been able to get in contact with our MM regional rep. Basically, how does the ordering process work? Currently we typically order directly from a distributor

Web service - array of custom type

2003-10-07 Thread Matthew Fusfield
Is there a way for a CFC to return an array of custom types? Basically, I have a CFC that uses CFPROPERTY to define what fields a method in a different CFC should return. Is there a way to tell CF to return an array of these fields? Thanks, Matt Matthew I. Fusfield Director of Data

RE: Windows 2003 editions: Web vs Standard [WAS Re: Windows 2000 or 2003 Server?]

2003-10-02 Thread Matthew Fusfield
We are using Windows Server 2003 Web Edition with ColdFusion MX 6.1 standard; similar setup to you in that it is a 1U hooked up to a more powerful database server. Works really well and we like Win2k3 overall. Matt -Original Message- From: John Paul Ashenfelter [mailto:[EMAIL

.Net web service dataset

2003-09-22 Thread Matthew Fusfield
I have a web service implemented in a .NET that is somewhat modeled after GetTitleAuthors() in http://www.dotnetjunkies.com/quickstart/aspplus/samples/services/DataSer vice/VB/DataService.asmx?WSDL It seems to be returning custom XML rather than what I've typically seen from other web services,

RE: (Admin) List upgrades

2003-09-15 Thread Matthew Fusfield
I've been using SharpReader on the Windows side and just downloaded NetNewsWire on the Mac. I don't think HTML mail is necessary...I can't think of a reason that would make it extremely worthwhile as a reader. Matt -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]

RE: Devnet Subscription Value

2003-09-10 Thread Matthew Fusfield
We just subscribed to devnet pro to get Studio 2004, we were essentials subscribers for a while. It's a pretty good value although I'm a bit disappointed with the site itself (typically runs pretty slow for me, and is even slower now that everyone is hitting it) but it is sure better than waiting

RE: HTML to PDF?

2003-09-02 Thread Matthew Fusfield
Give cf_html2pdf3 a shot (do a quick Google search for it) Works very well at converting both dynamic and static HTML to PDF files. Matt -Original Message- From: Chris Alvarado [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:40 AM To: CF-Talk Subject: HTML to PDF?

6.1 and lindex

2003-08-14 Thread Matthew Fusfield
Anyone using CFMX 6.1 and lindex from the DRK? I am getting an error in the LindexCollection.cfm tag relating to reading in the xml registry file. (looks like 6.1 might be assuming a different set of default paths than in MX updater 3) Matt Matthew I. Fusfield Director of Data Products

RE: Java classpath

2003-08-12 Thread Matthew Fusfield
/support/coldfusion/releasenotes/mx/mx61_known_ problems.html -Original Message- From: Matthew Fusfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 9:50 AM To: CF-Talk Subject: Java classpath Just noticed that after installing 6.1, my Java classpath in CF administrator had

Java classpath

2003-08-08 Thread Matthew Fusfield
Just noticed that after installing 6.1, my Java classpath in CF administrator had been stripped of all backslashes in the pathnames. Not difficult to fix but this caused a problem for my Java CFX tags; anyone else run into this? Matt Matthew I. Fusfield Director of Data Products InterActive

RE: CF to Linkpoint

2003-07-19 Thread Matthew Fusfield
Yup, we've done it. I think Linkpoint has their own tags now available for free but it requires an API account to be setup. We have Linkpoint basic and basically used CFHTTP to fake out their form. IIRC, we had to do some creative work with the HTTP referer that we sent along with the cfhttp call.

RE: Billing Advertisers

2003-07-18 Thread Matthew Fusfield
Take a look at the Google adwords program, you can see how it is priced and such without having to sign up. Obviously, adjust your rates as appropriate but the overall program is fairly easy to understand and might be a good starting point. Matt -Original Message- From: Cutter (CF-Talk)2

RE: Macromedia Updates Contribute

2003-07-17 Thread Matthew Fusfield
Windows Server 2003 (at least some of the editions) require a similar activation process to that used in Windows XP. Matt -Original Message- From: Mike Chambers [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 10:56 AM To: CF-Talk Subject: Re: Macromedia Updates Contribute I am

RE: Search Engines

2003-07-16 Thread Matthew Fusfield
We've started to do some work with Lucene by using the lindex tags included in the latest DRK. The search itself works pretty well, although we've had to jump through some hoops to get content out of a database, into files, and then into the index. Seems as fast or faster than Verity and doesn't

isXMLElement()

2003-07-07 Thread Matthew Fusfield
How do you determine if an element exists in an XML document? According to the docs, you use isXMLElement(). However, this function doesn't actually exist. Reading the comments on livedocs indicates that the function name is really isXMLElem(). However, this always returns false no matter what I

RE: Forum System Recommendations

2003-03-17 Thread Matthew Fusfield
I'm a bit biased, but check out dotTalk - http://www.insapi.com/ Matt -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 10:51 AM To: CF-Talk Subject: Forum System Recommendations All: A client of mine (small, non-profit) would like to

RE: Sessions across multiple domains?

2003-03-14 Thread Matthew Fusfield
Cedric: Are both sites hosted on the same CF server? If that is the case, just append CFID and CFTOKEN to the linked URL and it will carry the session and client information over: http://domain2.com/somepage.cfm?cfid=#cfid#cftoken=#cftoken# -Matt -Original Message- From: Cedric Villat

RE: CFMAIL delivery receipt

2003-03-10 Thread Matthew Fusfield
Eric: Adding cfmailparam name=Return-Receipt-To value=#email# to the inside of the CFMAIL tag should do the trick. (The variable email should be the address to send the receipt to) Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003

Linkpoint

2003-03-07 Thread Matthew Fusfield
Anyone here using Linkpoint/basic HTML with a CF-based ecommerce system? We are trying to post payment data to them via cfhttp but we keep getting an error back from their web server. Their tech support claims that it is because we don't have a live website yet. I have a feeling it has

RE: Linkpoint

2003-03-07 Thread Matthew Fusfield
in no way helpful. We switched to the link point CFX tag after that. -Original Message- From: Matthew Fusfield [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 9:30 AM To: CF-Talk Subject: Linkpoint Anyone here using Linkpoint/basic HTML with a CF-based ecommerce system? We

RE: Linkpoint

2003-03-07 Thread Matthew Fusfield
Developer Interactive Network Systems, Inc. -Original Message- From: Matthew Fusfield Sent: Friday, March 07, 2003 9:30 AM To: CF-Talk Subject: Linkpoint Anyone here using Linkpoint/basic HTML with a CF-based ecommerce system? We are trying to post payment data to them via cfhttp but we

RE: Linkpoint

2003-03-07 Thread Matthew Fusfield
they can begin using linkpoint's API? I'm not sure exactly how their program works. Any help would be great. Thanks, Jason -Original Message- From: Matthew Fusfield [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 10:09 AM To: CF-Talk Subject: RE: Linkpoint Yep, it clearly states

RE: Linkpoint

2003-03-07 Thread Matthew Fusfield
up an account with them? Do users need a merchant account before they can begin using linkpoint's API? I'm not sure exactly how their program works. Any help would be great. Thanks, Jason -Original Message- From: Matthew Fusfield [ mailto:[EMAIL

RE: ColdFusion's SOAP request format

2003-03-04 Thread Matthew Fusfield
Jim, We had a similar issue and used an HTTP sniffer to capture the transmission. There may be a way to do it with just CFMX, but setting up the sniffer took 2 seconds and we got our answer rather quickly. We used HTTP Sniffer from http://www.effetech.com/sniffer/ Matt -Original Message-

RE: CFMX and RSS

2003-03-03 Thread Matthew Fusfield
Russ: I believe I have some code that uses CFX_XML from cfdev.com to work with a few RSS feeds, although with CF5. Email me off list if you'd like a copy; using the XML functionality in CFMX is similar. Basically once you convert the XML document into a CF XML object you can use built-in

Verity Ecommerce

2003-02-20 Thread Matthew Fusfield
Hi everyone, We have a client that would like to add a more intelligent search to their e-commerce site. Currently, we use the bundled Verity K2 server along with some ColdFusion code to format and present the search results - but the search is limited to basically searching the full text of the

RE: Default Value for CFARGUMENT

2003-02-20 Thread Matthew Fusfield
I believe it defaults to any meaning any data type will be accepted and no type validation will be performed. Matt -Original Message- From: Michael Hoffman [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 2:56 PM To: CF-Talk Subject: Default Value for CFARGUMENT Does

RE: Queries of Queries and DATEPART() and the like

2003-02-19 Thread Matthew Fusfield
Brook: The CF guide has such as list; take a look at http://livedocs.macromedia.com/cfmxdocs/Developing_ColdFusion_MX_Applica tions_with_CFML/using_recordsets.jsp Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 3:11 PM To:

RE: CFLOCK Error handling

2003-02-18 Thread Matthew Fusfield
Scott: The server scope is similar to the application scope, except server scope variables are available to every application/template on the machine. We sometimes use server scope variables for keeping application metrics here. Each time any of our applications detect the start or end of a

RE: Set HTTP Headers

2003-02-18 Thread Matthew Fusfield
Jeff, You might want to try a tool like HTTP Analyzer (www.coolfusion.com) It will easily let you see what you are sending down to the browser. getHTTPRequestData() will only show you what the browser sends you when it makes its request. Matt -Original Message- From: Jeff Chastain

RE: changing mx serial number from developer to professional

2003-02-17 Thread Matthew Fusfield
Craig: I believe the developer version will allow connections from the local box and one additional IP. Not sure how you are connected to the server, but are you able to open a browser on it? If so, you should be able to get into the cfadmin from there without worrying about the IP

RE: changing mx serial number from developer to professional

2003-02-17 Thread Matthew Fusfield
- From: Matthew Fusfield [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 7:28 AM To: CF-Talk Subject: RE: changing mx serial number from developer to professional Craig: I believe the developer version will allow connections from the local box and one additional IP. Not sure

cflocation/ie 6 bug - possible workaround

2003-02-13 Thread Matthew Fusfield
A number of our client sites have had problems where a page will display HTTP headers and/or simply hang if the page is referred to via a cflocation. This most often happens if the cflocation is inside other ColdFusion tags, and seems to only be a problem in IE 6. The page itself would run but

RE: CFMAIL and CFMAILPARAM

2003-02-04 Thread Matthew Fusfield
Mario, Basically any message header will do in CFMAILPARAM. A good way to try it out is to send yourself a message and then click View|Options in Outlook to view the full message headers for that; you can then duplicate the headers to have the desired effect. For example, CFMAILPARAM

RE: Form Button as Image question

2002-12-03 Thread Matthew Fusfield
Test for form.submitme.x or form.submitme.y (the x and y report the coordinates clicked on the image - has a few cool uses) Hope this helps, Matt -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 9:28 PM To: CF-Talk Subject: Form

RE: BRAIN TEASER: Inserting a query into a table?

2002-11-20 Thread Matthew Fusfield
Hey John! Would this work? Sounds like Novak created the query in CF (ie with QueryNew()), so I don't know if SQL server could see the query object for an insert...select statement. We've done this before by looping through but I don't know that QoQ could do this. Good to see ya again, talk to

RE: CSVtoQuery problem

2002-11-19 Thread Matthew Fusfield
Mike, One of my coworkers just did a similar tag in CFML; not sure how extensive your use of the cfx tag is, but this set of tags might be helpful: http://www.emerle.net/programming/index.cfm Regards, Matt -Original Message- From: Michael Kear [mailto:[EMAIL PROTECTED]] Sent:

RE: CSVtoQuery problem

2002-11-19 Thread Matthew Fusfield
till now. Cheers, Mike Kear Windsor, NSW, Australia AFP WebWorks -Original Message- From: Matthew Fusfield [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 November 2002 12:56 AM To: CF-Talk Subject: RE: CSVtoQuery problem Mike, One of my coworkers just did a similar tag

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

RE: SOT: E-Commerce site for Canada

2002-11-13 Thread Matthew Fusfield
14 New BrunswickNB15 NewfoundlandNF15 Northwest TerritoriesNT7 Nova ScotiaNS15 NunavutNT7 OntarioON15 Prince Edward IslandPE7 QuebecPQ16 SaskatchewanSK13 YukonYT7 Matthew Fusfield wrote: Hi, We

RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-12 Thread Matthew Fusfield
I think it would be great if MM came up with a way to use Contribute as a front-end to a ColdFusion application. Might sound like an odd idea, but it would be great if a CF app could somehow fire up Contribute on the client, let them do some HTML and image uploading, which then gets passed back

RE: OT? Macromedia Contribute, is it Content Management or not?

2002-11-11 Thread Matthew Fusfield
I've played with it for a few hours today. It creates a few XML files on the server with the permissions and other rules (passwords and other keys stored as encrypted text) It is up to the client component to enforce the rules. The connection key contains encrypted information that tells the

RE: desktop recording software

2002-10-03 Thread Matthew Fusfield
While I don't think it will make a video file, we've used ViewletBuilder, which generates Java applets for things like this. Check out http://www.qarbon.com/ Matt -Original Message- From: Chad [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 3:18 PM To: CF-Talk Subject: WOT:

RE: OT Generating a data/Enterprise Manager

2002-09-20 Thread Matthew Fusfield
Paul, Take a look at this sp - we've used it numerous times to do exactly what you've described: http://www.swynk.com/downloads/sp_generate_insert_script.sql Matt -Original Message- From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 11:18 AM To: CF-Talk

CF Regex problem

2002-08-27 Thread Matthew Fusfield
Hi there, I'm having a problem in CF5 - if I try to use a regular expression to match a pattern that contains either the [ or ] characters, the find fails. I've already tried escaping each and using ascii character codes instead of the actual character, but I can't seem to make it work. If I

CF Regex Problem

2002-08-27 Thread Matthew Fusfield
Hi there, I'm having a problem in CF5 - if I try to use a regular expression to match a pattern that contains either the [ or ] characters, the find fails. I've already tried escaping each and using ascii character codes instead of the actual character, but I can't seem to make it work. If I

RE: CF Regex problem

2002-08-27 Thread Matthew Fusfield
Here is an example: I'm trying to remove the [Tag:Value] in the string below: cfset text=This is some [Tag:Value] text cfset regex=\[[^\]]*:[^\]]*\] cfset newText=REReplaceNoCase(text,regex,'','ALL') cfoutput#newText#/cfoutput Running this, newtext=text. However, if I change it to

SkipJack vs Authorize.net

2002-08-12 Thread Matthew Fusfield
We are setting up a new ecommerce site and our bank has recommended SkipJack for credit card transaction processing. It seems similar in concept to the services authorize.net offers. I've used authorize.net before but wanted to see what experiences people have had with either, both from a

SOT: Writing good manuals and help systems

2002-07-16 Thread Matthew Fusfield
Hi there, Hoping to get a few opinions on this topic. Most of my company's CF work thus far has been custom solutions, but recently we've developed some apps that we can distribute as a product. (ie download and install on top of CF server) One of the challenges we've uncovered is coming up

RE: Ping TraceRt from a web page?

2002-07-10 Thread Matthew Fusfield
Take a look at http://nt1.superb.net/CFM/traceroute.html. We have an older application that uses this; pretty easy to use and works as expected. Matt -Original Message- From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 3:23 PM To: CF-Talk Subject: OT: Ping

RE: DevCon 2002 info

2002-07-02 Thread Matthew Fusfield
I'm not sure about the Swan and Dolphin, but I believe there is a business center at the Contemporary Hotel and there *may* be rooms there with network connections but I'm not really certain. You might also want to check Coronado Springs as I believe they also have business conferencing

RE: Outlook Appointment

2002-06-27 Thread Matthew Fusfield
An easier solution might be to create a vCalendar file and send it to the client machine with cfcontent. The files are just formatted plain text and I believe Outlook will open them an automatically import them to a user's calendar. Matt -Original Message- From: Jason Congerton -

RE: CFQUERY

2002-06-27 Thread Matthew Fusfield
Replace LT with . (LT is a CF operator, not a SQL operator) CFQUERY Name=UserNum Datasource=Source SELECT User_Name FROM TableName WHERE (#Time_Start# - User_Data) #Active# /CFQUERY -Matt -Original Message- From: Joel Blanchette [mailto:[EMAIL PROTECTED]] Sent:

RE: What are these, headers?

2002-02-28 Thread Matthew Fusfield
We've seen this with CF 5 when we use CFHTMLHEAD. If we use CFHTMLHEAD in a template before the actual HTML head tag, we'd sometimes see the HTTP headers appear above the HTML output. This happened more often when we did a redirect to the page (ie cflocation). We moved all of our CFHTMLHEAD

RE: Header Error

2002-02-01 Thread Matthew Fusfield
Is this appearing right at the top of your pages? We saw this sometimes when we had a cfhtmlhead tag that was above the HTML head tags. Matt -Original Message- From: Dave Clay [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 11:36 AM To: CF-Talk Subject: Header Error Can

Odd CFLOCATION problem

2001-12-26 Thread Matthew Fusfield
We have a site that seems to spit out HTTP headers as part of the webpage content every now and then. It happens most often after a CFLOCATION, but has also happened other times. It will appear as something like this: HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Wed, 26 Dec 2001 16:14:50 GMT

Verity k2 server problem

2001-11-14 Thread Matthew Fusfield
I've setup Verity k2 server packaged with cf5 and created a collection using the mkvdk utility that comes with it. I believe K2 is setup correctly as I see the collection I created under Server Managed Collections in the ColdFusion administrator, but when I attempt to index data, I get a

RE: Verity k2 server problem

2001-11-14 Thread Matthew Fusfield
. Contact me off-list if you are still having problems. Jeff Garza Lead Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com -Original Message- From: Matthew Fusfield [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 9:30 AM To: CF

RE: Studio 5 Install

2001-11-01 Thread Matthew Fusfield
Install You shouldn't have to, no - but if you'll contact me off-line I'll see if I can help get you to the right place. John Cummings ColdFusion Product Support Macromedia, Inc. [EMAIL PROTECTED] AIM: jcummings1974 -Original Message- From: Matthew Fusfield [mailto:[EMAIL PROTECTED]] Sent

Studio 5 Install

2001-10-30 Thread Matthew Fusfield
Has anyone successfully installed Studio 5? We purchased it from the Macromedia online store. It downloaded successfully, however, the installer insists that I need to acquire a license and opens a webpage on ziplock.macromedia.com - however, the page returns a 404 Not Found and the installer

RE: Studio 5 Install

2001-10-30 Thread Matthew Fusfield
it :-) I am running XP Pro on an AlienWare box :-) hhehehe, stellar box - Original Message - From: Matthew Fusfield [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, October 30, 2001 4:16 PM Subject: Studio 5 Install Has anyone successfully installed Studio 5? We

RE: Studio 5 Install

2001-10-30 Thread Matthew Fusfield
] AIM: jcummings1974 -Original Message- From: Matthew Fusfield [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 4:24 PM To: CF-Talk Subject: RE: Studio 5 Install Did you get it from the Macromedia store? Did it open a IE window during the install? Thanks, Matt -Original

RE: SmServAz.exe...cf server?

2001-07-25 Thread Matthew Fusfield
Michael, SmServAz.exe is one of the SiteMinder executables that is used to implemented advanced security in ColdFusion. Do you used advanced security, and if so, is it configured correctly? Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July

RE: Query of a Query

2001-07-04 Thread Matthew Fusfield
cfquery name=QoQ dbtype=Query Select * from OrigQueryName /cfquery Obviously need to be running CF5 for this to work. Matt -Original Message- From: Jordan Saardchit [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 1:24 PM To: CF-Talk Subject: Query of a Query Can someone

RE: Text Editor

2001-06-14 Thread Matthew Fusfield
Ultraedit works great for me. http://www.ultraedit.com/ Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 14, 2001 8:01 AM To: CF-Talk Subject: Re: Text Editor Does anyone know of a good CF text editor for plain ASCII data. I've seen

RE: headers question

2001-06-05 Thread Matthew Fusfield
cfcontent file=../html/image1.gif type=image/gif Matt -Original Message- From: Christopher Porter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 12:53 PM To: CF-Talk Subject: headers question ok here's a perl script.. i have a 20$ bet with a friend that it can be done in CF

RE: Can we limit the text in textarea

2001-06-04 Thread Matthew Fusfield
Not with straight HTML, but you can do it with JavaScript - something like onKeyPress=if(document.FORMNAME.TEXTAREANAME.value.length 500) { alert('Only 500 characters allowed') } You can also do it, obviously, when the form is submitted: cfif Len(form.TEXTAREANAME) GT 500 cfabort

RE: CF 5 is out..

2001-05-29 Thread Matthew Fusfield
Macromedia's site lists the ColdFusion Studio Tag Infusion Pack/Studio Update which has the new tag definitions. (http://www.macromedia.com/software/coldfusion/downloads/) Matt -Original Message- From: Janssen Dolores Y (Contractor) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001

  1   2   >