Re: OT ANN: JavaScript HTTP Request Pool Component

2006-06-26 Thread Howie Hamlin
I, for one, appreciate your posts. Thanks, Jim! Regards, Howie P.S. do you ever sleep? g --- On Monday, June 26, 2006 9:04 PM, Jim Davis scribed: --- Sorry again for the off-topic post. ~| Message:

Re: failto - option in CF5

2006-05-30 Thread Howie Hamlin
It's not is CF5 but iMS-Lite supports failto as well as many other things that are not supported in CFMAIL. http://www.coolfusion.com/imslite/ HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning

Troublshooting jrun 100% on cfmx 6.1

2005-12-08 Thread Howie Hamlin
I have a cfmx 6.1 server (DataDirect drivers are updated to 3.3) and the server periodically goes to 100% (jrun is the process causing this). What is the best way of troubleshooting this? I have the server logs but there is nothing in them that indicates a specific error that occurs when this

Re: Troublshooting jrun 100% on cfmx 6.1

2005-12-08 Thread Howie Hamlin
Thanks - I'll give this a shot. Much appreciated... Regards, Howie --- On Thursday, December 08, 2005 1:18 PM, Gaulin, Mark scribed: --- Try to get a stack trace (technote 18339 - http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_18339) When you see it start to spike, set

Re: listserv packages

2005-12-07 Thread Howie Hamlin
iMS is not a list server out of the box but it does give ColdFusion programmers the ability to easily create any kind of list server that they want using pure cfml. Several of our clients have built entire businesses around iMS-based list servers. Regards, -- Howie Hamlin - inFusion Project

Re: listserv packages

2005-12-07 Thread Howie Hamlin
There's one that I know of called Kompressor - http://www.metro.com.mx/ We also provide FusionMail which is an open-source webmail/server application. Regards, Howie --- On Wednesday, December 07, 2005 11:51 AM, Katz, Dov B (IT) scribed: --- Are there apps for sale which run within iMS?

Re: Using FoxPro in ColdFusion

2005-11-21 Thread Howie Hamlin
In order for CF to gain access to remote shares you will need to configure the CF service to log in as a user with rights to the network share. Also, be sure to use UNC paths instead of drive letters. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc

Re: Tools to convert old Ami Pro v3 documents?

2005-11-09 Thread Howie Hamlin
Did you try this one: http://support.microsoft.com/Default.aspx?kbid=208863 Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion

Re: Tools to convert old Ami Pro v3 documents?

2005-11-09 Thread Howie Hamlin
Yes, I read your mail but wasn't sure that this was the converter you were using. Howie --- On Wednesday, November 09, 2005 1:29 PM, Dan G. Switzer, II scribed: --- Howie, Did you try this one: http://support.microsoft.com/Default.aspx?kbid=208863 Yes, but as stated in my e-mail, it

Re: AD integration with CF

2005-11-08 Thread Howie Hamlin
Not without a VPN. HTH, Howie --- On Tuesday, November 08, 2005 1:51 AM, Taco Fleur scribed: --- I can't recall whether it is possible to enable AD integration when the web server is not within the same office? Example; Web Server is hosted with an ISP on a dedicated server that we can

Re: Spaces in cfexecute on Windows machine

2005-11-07 Thread Howie Hamlin
try: name=C:\program files\directory\file.ext This would put put double quotes around the file name. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus

Re: [SPAM : 8.1] Re: Rumors from Max..

2005-11-04 Thread Howie Hamlin
Speaking of drivers - we have a client that insists on using dbase on their web server (part of a legacy app that they want ported to the web). We're trying to get them away from using dbase as I've seen dbase ODBC completely stop responding. I used to have links to information confirming

Re: spam scoring

2005-10-28 Thread Howie Hamlin
/index.cfm PrismAS (which is based on spamassassin) runs as a service that can be queried via tcp/ip and is far quicker and far easier to set up than using the cfexecute method mentioned above. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com

Re: CF based Flash Detection

2005-10-28 Thread Howie Hamlin
http://www.macromedia.com/software/flashplayer/download/detection_kit/ HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion and BlueDragon

Re: CFMail Undelivr Folder

2005-10-26 Thread Howie Hamlin
The problem with using the CF Undelivr folder is that the folder will contain mails that were not delivered to *your* email server. If you want to track mails that were not delivered to the final destination then you will need to either set a bounce-back address and monitor the bounces from

Re: Customer 404 error handler application specific

2005-10-12 Thread Howie Hamlin
unless you also check verify that file exists in the Application Extension Mapping settings. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning

Re: Customer 404 error handler application specific

2005-10-12 Thread Howie Hamlin
And you have the same settings as I have? I think the Message Type parameter has to be URL. Howie --- On Wednesday, October 12, 2005 4:52 PM, Rey Bango scribed: --- Hi Howie, I did that in IIS for the 404 so that it redirects to a 404 catch page that we've defined. I also checked off the

Re: houseoffusion.com webserver is down

2005-10-05 Thread Howie Hamlin
It's back now... Howie --- On Wednesday, October 05, 2005 9:31 AM, Andy Matthews scribed: --- And has been since yesterday. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message-

Re: MD5 Hmac - What am I missing here?

2005-10-05 Thread Howie Hamlin
Try this: messageDigest = createObject(java,java.security.MessageDigest); messageDigest = messageDigest.getInstance(MD5); messageDigest.reset(); messageDigest.update(keyString.getBytes()); HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Howie Hamlin
CF Scheduler maybe? --- On Friday, September 16, 2005 10:37 AM, Tony scribed: --- anyone have any idea why on my coldfusion mx 7 box, it would be hitting itself with this browser? 2005-09-15 16:04:31 10.10.11.140 - 10.10.11.140 80 GET /icon_IgnitionLine.gif - 200

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Howie Hamlin
I believe that any scheduler requests are handled via an http request to the cf server so it looks like a regular web client connection to the web server. Regards, Howie --- On Friday, September 16, 2005 11:00 AM, Tony scribed: --- could it be... the browser that CFMX uses internally to

Re: CFFILE Problem with windows 2003

2005-09-12 Thread Howie Hamlin
Any errors? We have CFFILE working fine on the same setup. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion and BlueDragon

Re: CFFILE Problem with windows 2003

2005-09-12 Thread Howie Hamlin
I don't think we did anything special for CFFILE to work. What I do remember is that the web server has to have permissions to write to the Windows temp folder and that there was a bug in CFMX where none of the CFFILE temp files were deleted as they should be and the disk would eventually fill

Re: Is there a way to send an attachment via CFMAIL w/out pulling it from disk?

2005-09-07 Thread Howie Hamlin
You can do this with iMS-Lite but you would need to be running Windows and would need to have permission to install the software on the machine. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning

Re: Timeout template after x seconds

2005-09-06 Thread Howie Hamlin
Sure: cfsetting enableCFoutputOnly = Yes or No showDebugOutput = Yes or No requestTimeOut = value in seconds http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pc6.htm HTH, Howie --- On Tuesday, September 06, 2005 1:38 PM, Ryan Guill scribed: --- Hey guys,

Re: keeping servers synchronized

2005-08-31 Thread Howie Hamlin
Yes, correct. Regards, Howie --- On Tuesday, August 30, 2005 5:36 PM, Russ scribed: --- So you need to set up DFS and have a domain for that, correct? -Original Message- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 4:59 PM To: CF-Talk Subject: Re

Re: keeping servers synchronized

2005-08-30 Thread Howie Hamlin
We use FRS with Windows 2003. Content is immediately updated across multiple servers. Regards, Howie --- On Tuesday, August 30, 2005 4:41 PM, Russ scribed: --- For those of you that have multiple servers, how do you keep your content synchronized? Short of having a separate server

Re: Windows registry issue

2005-08-29 Thread Howie Hamlin
If possible, create a datasource in an SQL server and switch to that. That would at least get you up and running until you can clean the registry. howie --- On Monday, August 29, 2005 3:12 PM, Scott Wolf scribed: --- It appears that one of my machines has been set for the last couple of

Re: Windows registry issue

2005-08-29 Thread Howie Hamlin
Scott, I have a procedure that you can use at your own risk. If you want the procedure then let me know off-list and I'll send it to you. Regards, Howie --- On Monday, August 29, 2005 4:50 PM, Scott Wolf scribed: --- That part is already done, sorry..should have mentioned that before.

Re: Last dbase 4 question

2005-08-15 Thread Howie Hamlin
Go into the standard windows ODBC settings and edit the datasource settings. View the extended options. One of the options will be Show Deleted Rows. This is on by default. Uncheck that setting and you should be good to go. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data

Re: Last dbase 4 question

2005-08-15 Thread Howie Hamlin
Right - but that setting will cause the problem where deleted records are returned by a query which is in response to the original question. Also, deleted record space may be reused during record inserts so packing the database manually would not usually be necessary unless a large number of

Re: coolfusion ims-lite only using 1 thread?

2005-07-21 Thread Howie Hamlin
No, iMS-Lite is a mail sending engine only. If you need bounce processing then you would need iMS-SE or any other version of iMS. With those you get a bounce processing SMTP server and you can also download and install our freeware cfx_boogiebounce tag that allows you to also determine the

Re: coolfusion ims-lite only using 1 thread?

2005-07-21 Thread Howie Hamlin
I answered you off-list but it turns out that our system was generating single-thread licenses for iMS-Lite when it should have provided 5 threads. The system and all licenses were updated on our side. On your side you will need to run the KeyClient.exe program in the iMS-Lite folder and

Re: coolfusion ims-lite only using 1 thread?

2005-07-20 Thread Howie Hamlin
] 10.1.1.180 07/20/2005 03:02:01 PM [001] 10.1.1.2 07/20/2005 03:02:01 PM Created 5 threads. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion

Base64 encoding

2005-07-18 Thread Howie Hamlin
Are there any native functions similar to CF7 BinaryEncode() that are available for CF5 or 6.1 either natively or in a CFScript? I need to take a binary variable and Base64 encode it. Thanks, Howie ~| Logware

Re: Base64 encoding

2005-07-18 Thread Howie Hamlin
toBase64() Duh... Sorry 'bout that! Howie --- On Monday, July 18, 2005 11:50 AM, Howie Hamlin scribed: --- Are there any native functions similar to CF7 BinaryEncode() that are available for CF5 or 6.1 either natively or in a CFScript? I need to take a binary variable and Base64 encode

Re: cfindex.dll: Can't find dependent libraries

2005-07-15 Thread Howie Hamlin
Did the install completely succeed? Maybe you need to reboot? Anyway - that DLL depends on: ADVAPI32.DLL (system32 folder) CFINDEX.DLL GDI32.DLL (system32 folder) KERNEL32.DLL (system32 folder) LIBALLRSEI.DLL (cfusionmx\lib folder) MSVCP60.DLL (system32 folder) MSVCRT.DLL (system32 folder)

Re: Another one for the RegEx-Gurus

2005-07-11 Thread Howie Hamlin
FYI - Even if you replace the source with a CID you still need to encode the image into the email using that same CID as a reference. Regards, Howie --- On Monday, July 11, 2005 2:41 PM, Patric Stumpe scribed: --- Hi Ben, thanks for the quick reply. Am I right that I could embrace the

Re: Your recent email to us

2005-06-28 Thread Howie Hamlin
I guess the helpdesk address is in the list...I'm getting them also. Howie --- On Tuesday, June 28, 2005 12:01 PM, Bryan Stevenson scribed: --- Anybody else getting this? I seem to get one everytime I post to CF-TALK. Goldman Sachs JBWere's electronic mail policy prohibits the

Re: Simulate sending emails

2005-06-27 Thread Howie Hamlin
server here: ftp://ftp.coolfusion.com/pub/ods/ims/utilities/SMTPTestServer10.zip This is a slightly older version than the one that comes with iMS but it should suffice for testing. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail

Re: cfmail alternatives

2005-06-17 Thread Howie Hamlin
set which allows you to use CFMAIL-like syntax when using iMS). FYI - iMS powers all of the houseoffusion.com email lists. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail

Re: cfmail alternatives

2005-06-17 Thread Howie Hamlin
iMS-Lite / iMS-SE are direct mail engines as opposed to ASPQMail which requires an external email server. The purpose of ASPQMail is to provide a queueing mechanism for ASPMail which allows the ASP page to complete without waiting for the mail to be completely sent (this is similar to the way

Re: cfmail alternatives

2005-06-17 Thread Howie Hamlin
--- On Friday, June 17, 2005 12:37 PM, Russ scribed: --- This looks very good... I am interested as well to find out what the performance of this is compared to CF standard and CF Enterprise. iMS-SE is capable of sending hundreds of thousands of email per day. In addition, you get

Re: CMS Systems

2005-06-16 Thread Howie Hamlin
Just a couple (haven't tried any of these but have them bookmarked): http://www.mycfnuke.com/ http://www.ecobuilder.com/main.cfm http://www.13amp.net/index.html There's a fairly comprehensive list here: http://davidcrow.ca/2003/07/22/coldfusion_content_management_systems.html HTH, Howie

Re: Shopping Cart

2005-06-13 Thread Howie Hamlin
http://www.cfwebstore.com Highly recommended... Regards, Howie --- On Monday, June 13, 2005 2:02 AM, Michael Hohnecker scribed: --- I have been messing around with Ben Fortabs shopping cart in the WAC book and was wondering what other options are available. Does anyone have

Re: Who's using CF recommendations anyone

2005-06-13 Thread Howie Hamlin
http://www.forta.com/cf/using/ --- On Monday, June 13, 2005 11:34 AM, Steve Kahn scribed: --- Anyone have a good recommendation of companies using cf for their sites. I know I saw a Dell site recently but cant remember the link. Also does anyone have a good article on the benefits of cf to

Re: Quick OT Javascript question.

2005-06-13 Thread Howie Hamlin
document.form name.select name.options.selectedIndex; HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion and BlueDragon applications

Re: Quick OT Javascript question.

2005-06-13 Thread Howie Hamlin
Sorry - a more complete example would be: var SelOpt = document.form name.select name.options.selectedIndex; then document.myform.colors[SelOpt].value HTH, Howie --- On Monday, June 13, 2005 4:44 PM, Jeff Waris scribed: --- 4:50 Ponderings... How do I grab the CURRENTLY selected option

Re: ColdFusion v4.5.2 using cfmail to send authentication SMTP

2005-05-06 Thread Howie Hamlin
If you're using Windows then you can use iMS-Lite for this: http://www.macromedia.com/cfusion/exchange/index.cfm#view=sn106extid=1023806 You can also use iMS-Lite to send mail directly w/o needing an external email server. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data

Re: ColdFusion WHOIS Proxy?

2005-05-03 Thread Howie Hamlin
We have a free cfx tag here: http://www.coolfusion.com/downloads/index.cfm?id=6 HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion

Re: ColdFusion WHOIS Proxy?

2005-05-03 Thread Howie Hamlin
That refers the the server that should be queried based on the TLD (the default is rs.internic.net. There is a list of servers per TLD here: http://www.micronicos.com/whatsnew/whois-servers-list.html HTH, Howie --- On Tuesday, May 03, 2005 5:15 PM, Jim McAtee scribed: --- Thanks, Howie. I

Re: RegEx to manipulate html tags

2005-04-27 Thread Howie Hamlin
Thanks for all of the replies but what I really need to do is append some text in the SRC value. What I mean is to change this: img src=image1.jpg to img src=/root/images/image1.jpg I would like to do this for all images in the text and account for both single and double quotes. Thanks,

Re: RegEx to manipulate html tags

2005-04-27 Thread Howie Hamlin
OK, I'll take a look at this. I read the info on your site and it seems a bit daunting to a non-regex person :) Thanks, Howie --- On Wednesday, April 27, 2005 11:18 AM, Claude Schneegans scribed: --- what I really need to do is append some text in the SRC value. Since CF_REextract also

Re: RegEx to manipulate html tags

2005-04-27 Thread Howie Hamlin
I trust that you're right :) I just have to roll up my sleeves and knock on wood to ward off the evil regex spirits g Thanks, Howie --- On Wednesday, April 27, 2005 11:47 AM, Claude Schneegans scribed: --- I read the info on your site and it seems a bit daunting to a non-regex person

RegEx to manipulate html tags

2005-04-26 Thread Howie Hamlin
height=100 width=100 src=image1.jpg should both be converted to: img src=image2.jpg img height=100 width=100 src=image2.jpg If the SRC parameter were always located after the IMG tag start (as in the first example) then I could use a simple findnocase but that's not the case. Thanks, -- Howie

Re: RegEx to manipulate html tags

2005-04-26 Thread Howie Hamlin
I need to do this from within a CFML template. Thanks, Howie --- On Tuesday, April 26, 2005 6:57 PM, Ian Skinner scribed: --- If you use DreamWeaver, recent versions have the ability to find tags with attributes and change those attributes. Check out the Search: option of Specific Tag, I

Re: My cfmail responses go in the junkmai! :(

2005-04-22 Thread Howie Hamlin
://www.dnswiz.com/rbltest/rbltest.htm HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion and BlueDragon applications Find out how iMS Stacks

Re: CF server seeing network shares

2005-04-21 Thread Howie Hamlin
, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion and BlueDragon applications Find out how iMS Stacks up to the competition: http

Re: wtf are those advertising links in the text?

2005-04-20 Thread Howie Hamlin
How about periodic, sponsored mailings? For X number of dollars your advert goes to all members of the list. The advertiser would not have access to the email addresses of the members and, if these were kept to a minimum, then the intrusion would be very small. - Original Message -

Re: CF7, IIS, Subdomain, SMTP - how to send mail?

2005-04-19 Thread Howie Hamlin
It's possible that the server is accepting the mail but is then unable to send it. Make sure that the server is not blocked in the firewall from sending on port 25. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS

Re: CF7, IIS, Subdomain, SMTP - how to send mail?

2005-04-19 Thread Howie Hamlin
You could always grab a copy of iMS-Lite which is free and, IMHO, way better than using the built-in SMTP server. Even if you don't wind up using iMS-Lite the download includes two SMTP test tools which you might find useful (one is used to send test mail via an SMTP server and includes

Re: macromedia and Adobe?!

2005-04-18 Thread Howie Hamlin
http://tinyurl.com/dhg3f g --- On Monday, April 18, 2005 3:57 AM, Kym Kovan scribed: --- The macromedia Home Page looks interesting.. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

Re: Interfacing Delphi with CF

2005-04-18 Thread Howie Hamlin
Delphi typically uses the BDE (Borland Database Engine) which is somewhat like ODBC (Borland was a pioneer in this and then MS came out with ODBC). The BDE was typically used to connect to Dbase, Paradox, Interbase (which evolved into Forebird), etc. Later versions of the BDE included drivers

Re: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Howie Hamlin
Actually, if you request a page on a Windows server from the same server the traffic is not routed at all. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV

Re: CFHTTP and CFMX 6.1 / IIS6 / Server2003

2005-04-13 Thread Howie Hamlin
Yes, true and that's what I meant - that if the IP resolves to a local IP on the host then the traffic is not routed. Regards, Howie --- On Wednesday, April 13, 2005 2:48 PM, Dave Watts scribed: --- Actually, if you request a page on a Windows server from the same server the traffic is not

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

2005-04-06 Thread Howie Hamlin
U...isn't it likely that when someone orders a new DSL line that they filled out their order using an existing email address from GMAIL or something? I would assume that all orders are submitted using working email addresses and not an address that will be working one day on the new

Re: Reply-to problem: CFMX and Imail

2005-04-06 Thread Howie Hamlin
You should be using a return-path header for bounces. The reply-to header is used when a recipient replies to a received email. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail

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

2005-04-06 Thread Howie Hamlin
It could be someone's home account. They might be using dialup currently. etc... Basically, what I'm saying is the tech probably had a record of the order on his screen and it included an email address used with the order which is SOP. If the email address were not entered then the tech

Re: Access query problem in CF

2005-04-02 Thread Howie Hamlin
How about this: SELECT COUNT(no_stats) AS nb_visite FROM statistique WHERE datepart(h,statistique.date_in) = 11 Access has a DatePart function like CF does... HTH, Howie --- On Saturday, April 02, 2005 6:04 PM, CFDEV scribed: --- Hi all, This query works great in Access but through CF

Bitwise operations in CFScript

2005-04-01 Thread Howie Hamlin
Is it possible to do bitwise operations in cfscript? I have two numbers that I need to AND together and check for a non-zero result. I've looked around and tried several things but none seem to work. Thanks, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc

Re: Bitwise operations in CFScript

2005-04-01 Thread Howie Hamlin
Doh - I couldn't find that documented in cfscript and I found other web pages on google saying that bit ops were not part of cfscript... Oh well, BitAnd worked and I'm truly embarrassed.. At least it's Friday and I have some cool ones in the fridge at home :) Thanks, Howie --- On Friday,

Re: Bitwise operations in CFScript

2005-04-01 Thread Howie Hamlin
What confused me, I guess, was that cfscript is a lot like javascript and I expected bitwise operators like those... Thanks, Howie --- On Friday, April 01, 2005 4:57 PM, Claude Schneegans scribed: --- I couldn't find that documented in cfscript Actaully, you ca use any function in a

Re: Form field naming issue

2005-03-31 Thread Howie Hamlin
There are certain cases where CF sees the form element as a validating element. You should avoid ending the form field with _date http://livedocs.macromedia.com/coldfusion/6/Developing_ColdFusion_MX_Applications_with_CFML/formatData8.htm HTH, -- Howie Hamlin - inFusion Project Manager

Re: IIS/CF Directory Security for images

2005-03-29 Thread Howie Hamlin
location=http://www.example.com/img.gif cfelse result=auth_accept /cfif You can download iAuth from our web site - http://www.coolfusion.com/downloads/index.cfm?id=4 It can be installed with a serial number of DEMO for a 60-day fully-functional trial. Regards, -- Howie Hamlin - inFusion

Re: plum missing mscoree.dll

2005-03-29 Thread Howie Hamlin
You need to have the .NET Framework (1.1 or higher) installed or you will see this error. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning

Re: How do I stop my .cfm from erroring?

2005-03-28 Thread Howie Hamlin
If this is IIS then there is a setting that configures the web server to check for the existance of a template prior to calling the CF server. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning

Announcing iMS-Lite

2005-03-25 Thread Howie Hamlin
/Commerce/index.cfm?category=7 iMS-Lite can be downloaded from our downloads page: http://www.coolfusion.com/downloads/ Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server

Re: Reading Session Variables

2005-03-23 Thread Howie Hamlin
It's not possible since session vars are server side only. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion applications Find out

Re: Message Board

2005-03-22 Thread Howie Hamlin
Try Galleon: http://ray.camdenfamily.com/forums/ HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion applications Find out how iMS

Regex to find CF vars

2005-03-20 Thread Howie Hamlin
First, Regex is definitely not my bag :) I have a string that contains CF vars and I need to get a list of these vars. For example: The name of item ###id# is #somevalue#. What I would want is a return of id and somevalue. I tried to match #*# but that doesn't seem to work. Thanks, Howie

Re: Regex to find CF vars

2005-03-20 Thread Howie Hamlin
Thanks! I really appreciate the detailed answer...will try this asap. Regards, Howie --- On Sunday, March 20, 2005 6:34 PM, Jim Davis scribed: --- At the very least you'd have to do ##.+?##: +) The doubled pounds are to escape them in CF (otherwise CF will see then as vars). +)

Re: X-Mailer value

2005-03-19 Thread Howie Hamlin
User the MailerID parameter in the CFMAIL tag - that should do it. cfmail mailerid=put some text here ... HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus

CFMAIL Group example

2005-03-14 Thread Howie Hamlin
Does anyone know of a quick example for using the group attribute of the CFMAIL tag? Nothing fancy, just something that illustrates its use. Thanks, Howie ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble

Re: Dealing with bounced email

2005-03-14 Thread Howie Hamlin
but never got around to it. I'd ask Howie Hamlin about it as he's probably written or heard something that does this for iMS. If not, get a weeks worth of mail and look through it. You'll start seeing patterns that can be written into a fast RegEx library using the return header as a key

Re: Dealing with bounced email

2005-03-14 Thread Howie Hamlin
Actually, according to boogietools there are over 1500 bounced message formats. We started to write our own bounce processor but it would have taken more time and resources that buying boogiebounce and writing a cfx wrapper for it. Regards, Howie --- On Monday, March 14, 2005 4:41 PM, Paul

Custom tag question

2005-03-13 Thread Howie Hamlin
I have a custom tag that has a start and end tag in cfml. For example: cf_mytag some text /cf_mytag I can't seem to get the some text to stop appearing on the page. I've tried enablecfoutputonly=yes and cfsilent in the tag itself but I still see the text between the tags on the page. How

Re: Custom tag question

2005-03-13 Thread Howie Hamlin
Thanks Dave! That did the trick. I searched the cf docs and google and couldn't find this info. Regards, Howie ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

Re: Plum vs Adalon?

2005-02-17 Thread Howie Hamlin
You need to install the .NET framework http://support.microsoft.com/?kbid=316091 HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion

Re: 2 to the power of 10

2005-02-16 Thread Howie Hamlin
cfset x = 2^10 --- On Wednesday, February 16, 2005 10:48 AM, Tony Weeg scribed: --- hola peeps! is there a udf or something else to handle this simple calculation? i can do it myself, with some dumb code, just wondering if there is something already built. later.

Re: Alternatives to Windows SMTP service

2005-02-16 Thread Howie Hamlin
this one. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion applications Find out how iMS Stacks up to the competition: http

Re: Alternatives to Windows SMTP service

2005-02-16 Thread Howie Hamlin
Can you telnet into that port from the cf server? Regards, hh --- On Wednesday, February 16, 2005 8:36 PM, Eric Creese scribed: --- Ok so I am trying to get my SMTP working but when I changed all the port information and startted it I went into CFAdmin and set the Mail properties and it

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Howie Hamlin
I like ultraedit - http://www.ultraedit.com I've also used http://www.textpad.com/ but I prefer ultraedit. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV

Re: Text Editor for Opening Large Log Files

2005-02-14 Thread Howie Hamlin
For tail on Win32 I use this one: http://tailforwin32.sourceforge.net/ It's free/open source and is better than commercial tail for windows programs that I've seen. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS

Re: drive mapping for CF to use

2005-02-11 Thread Howie Hamlin
Don't use a mapped drive - use a UNC path instead. For example: instead of x:\inetpub\wwwroot use \\server\sharename\inetpub\wwwroot HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning

Re: User Authentication Methods

2005-02-11 Thread Howie Hamlin
simultaneous access using the same login. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion applications Find out how iMS Stacks up

Re: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Howie Hamlin
Some email servers return to the FROM header address and ignore the other headers. Try this: cfmail from=My Company [EMAIL PROTECTED] ... HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning

Re: Imail Server

2005-02-03 Thread Howie Hamlin
the preamble greeting of the mail server? If not then the connection is likely blocked somewhere or the IP address is incorrect. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server

Re: Imail Server

2005-02-03 Thread Howie Hamlin
, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion applications Find out how iMS Stacks up to the competition: http://www.coolfusion.com

SQL Q

2005-02-02 Thread Howie Hamlin
I have an application where I want to update an exising record or create it if it doesn't exist (this is for keeping daily stats). The table is indexed and does not allow dupes. I came up with something like this: cftransaction cftry insert record cfcatch type=any update record /cfcatch

Re: SQL Q

2005-02-02 Thread Howie Hamlin
The stats are not that critical but I guess I could dump the code as is and redo it to do a select first. The other thing that I was considering was keeping accumulators in application vars and updating the database hourly but I was concerned that we'd lose some data if cf were restarted.

  1   2   3   4   5   6   7   8   9   10   >