Re: DWMX Madness!!!

2003-08-19 Thread Massimo Foti
Critz [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] everytime I type a in dwmx it seems to convert it to two (') so i end up with single and double quotes on each end of words i am trying to quote is there a way to shut this off? No need to say it's a bug (yes, MM is aware

RE: DWMX Madness!!!

2003-08-19 Thread James Johnson
Are you using a flat panel monitor? I get a similar problem where the closing double-quote looks like a single-quote. I've just learned to live with it. James -Original Message- From: Tyler Clendenin [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 3:02 PM To: CF-Talk Subject:

Re: cflock - what does it do? Exactly?

2003-08-19 Thread Alan Ford
The principles I spoke of in my post still apply, but CFLOCKs with SCOPE=Session only key to the one user's session now. ? Named locks on code that access the Server or Application scopes, or that try to safeguard non-threadsafe CFX tags by single-threading access to them via named exclusive

Re: cflock - what does it do? Exactly?

2003-08-19 Thread Alan Ford
You're mixing your words now How true - I was falling into the trap of not being very careful how I described something. You're still misunderstanding I've been trying to understand why cflock is misunderstood (as well as confirming my thoughts about what it really did). I'm a real time

RE: real simple syndication (rss)

2003-08-19 Thread Kola Oyedeji
Hi Check out this article on webmonkey for a plain English Introduction to RSS. http://hotwired.lycos.com/webmonkey/03/17/index3a.html?tw=authoring For people signed up to multiple newsletters and constantly checking an abundance of Blogs/developer sites RSS is a God send. Also for a simple

Re: cflock - what does it do? Exactly?

2003-08-19 Thread Adam Churvis
The way cflock worked with session locks in 6.0 did mean that you got locking contention when you weren't even thinking you should. Module A in session 1 would lock out module B in session 93, when there was no need at all to do that (aasuming that they both had exclusive session locks). Yes,

Need to write Dispatcher!

2003-08-19 Thread Vernaillen Tim
Hello I need to write a dispatcher that polls (continue, every 1 minute or ???) a directory. In this directory, there's always an image and an index file. I need to take those two, give them both a uniqueID-filename (???) and place them in two buffers with the same uniqueID-filename. We're

RE: OT: packet sniffer

2003-08-19 Thread Michael Wolfe
Try Ethereal (http://www.ethereal.com) It's an excellent tool, and the best part is it's free! Mike Wolfe ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

XML Serialisation

2003-08-19 Thread Neil Middleton
Guys, I'm after a tag or function which can convert a complex cf data type into an xml packet. I've seen the ones on CFlib that convery queries and structs but I'm after one which can do combinations of datatypes all in one go and return a valid xml packet. I would use WDDX but I'd like XML as

RE: XML Serialisation

2003-08-19 Thread Tim Blair
I would use WDDX but I'd like XML as opposed to WDDX Er, WDDX _is_ XML... --- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com for more information about our company, or call us free

Re: XML Serialisation

2003-08-19 Thread zac spitzer
Neil Middleton wrote: Guys, I'm after a tag or function which can convert a complex cf data type into an xml packet. I've seen the ones on CFlib that convery queries and structs but I'm after one which can do combinations of datatypes all in one go and return a valid xml packet. I would use

Re: DWMX Madness!!!

2003-08-19 Thread Critz
oi James!! no... it's not just looks. if I am in a javascript block and I type document.getElementById(userName)... it ends up putting too single quotes as the second double quotes.. like If I type a double quote it puts two singles and places the cursor in the middle... i know i am not

Re: DWMX Madness!!!

2003-08-19 Thread Critz
oi Massimo!! ah k, i'll have a muck around those settings something it's driving me nuts thanks Crit -- Tuesday, August 19, 2003, 1:36:29 AM, you wrote: MF Critz [EMAIL PROTECTED] wrote in message MF news:[EMAIL PROTECTED] everytime I type a in

Re: DWMX Madness!!!

2003-08-19 Thread Massimo Foti
oi Massimo!! ah k, i'll have a muck around those settings something it's driving me nuts Sorry I can't provide additional help, I am pretty sure people in the DW forum are aware of it, I will try to contact Angela Buraglia and Danilo Celic and see if I can dig all the details

Re: DWMX Madness!!!

2003-08-19 Thread Massimo Foti
ah k, i'll have a muck around those settings something it's driving me nuts The fellow DW developers say that turning off clear type in XP solve the issue. Give it a try and let us know Massimo Foti Certified Dreamweaver MX Developer Certified Advanced

Apache, standalone server and ColdFusion Administrator

2003-08-19 Thread Aidan Whitehall
Development box -- Windows XP Professional, Apache 2.0.46 ColdFusion MX c/w standalone server. There are several virtual hosts defined in Apache, and AFAICT, the only reference to ColdFusion within httpd.conf is the LoadModule directive for JRun and that index.cfm has been added to the

Re: DWMX Madness!!!

2003-08-19 Thread Critz
oi Massimo!! aye, that did fix it but it made my display look extremely jagged... ah well now i've got a decision to make jagged fonts or funky double quote weirdness :) thanks for your help mate. preciate it. Crit -- Tuesday, August 19,

Re: cflock - what does it do? Exactly?

2003-08-19 Thread Alan Ford
If you're not having any contention issues *under load*, then don't mess with it I am having problems under load, but I'm not convinced that they are locking problems. Early this morning I upgraded the live server to 6.1, and 6.1 reacts very differently to 6.0. The performance curves are

Thread dumps

2003-08-19 Thread Alan Ford
Is there anyone who is really familiar with 6.1 thread dumps? I am still having problems even under 6.1 (though the nature of the problems have changed). Under 6.0 cfmx would overload, but I could get it back. This usually happened under heavy load. Under 6.1 I have no huge amount of experience

RE: Cutting content...

2003-08-19 Thread Aidan Whitehall
What was the original thread for this reply? Ignore this if I'm being too nosey but I'm intrigued by that little function and would like to know what it's for :-) Oh, it was someone asking how to display the first x chars of a string pulled from a database without it splitting a word in two. I

Re: MX61 admin password problem

2003-08-19 Thread Thomas Chiverton
On Monday 18 Aug 2003 19:11 pm, Moneymaker, Jon S CONT (WPNSTA Yorktown) wrote: checked around some for help on cf-talk and found that I had to modify the neo-security.xml file to get indid that, was able to get in THEN, I tried to change/modify the password but no luckthe changes

RE: Removing extra space between images

2003-08-19 Thread Joshua Miller
Try wrapping everything between the td/td tags in a cfsavecontent block, then when you display, strip out any returns using ReReplaceNoCase(). That should solve your problem. cfsavecontent variable=images ... Your processing here ... /cfsavecontent

question about CFLOCK

2003-08-19 Thread McNamara Kyle W CONT PORT
Can anyone recommend a standard for the required timeout attribute? with perhaps a few words about why that is a good standard? thank you! Kyle ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

CFadministrator question / scheduled tasks

2003-08-19 Thread McNamara Kyle W CONT PORT
Hello, There has been some confusion about how to run something every 5 minutes. The webmaster here believes that you use the third option and then put in 00:00:00 as the start and 00:00:00 as the end. I have scheduled it that way and it simply does nothing. I can run it manually (and from the

RE: CFadministrator question / scheduled tasks

2003-08-19 Thread John Stanley
I always put 00:01 as the start and 23:59 as the end. Also, I put the start date a few days earlier than now. -Original Message- From: McNamara Kyle W CONT PORT [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 9:47 AM To: CF-Talk Subject: CFadministrator question / scheduled tasks

RE: CFadministrator question / scheduled tasks

2003-08-19 Thread Vernaillen Tim
can you use the scheduled tasks in the CFadministrator. There's a run daily every x hours, x minutes, x seconds, . -Original Message- From: McNamara Kyle W CONT PORT [mailto:[EMAIL PROTECTED] Sent: dinsdag 19 augustus 2003 15:47 To: CF-Talk Subject: CFadministrator question /

RE: CFadministrator question / scheduled tasks

2003-08-19 Thread Tony Weeg
we use: 00:00:00.000 and 23:59:59.999 works like a charm :) tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003

mx tag help/insight for studio 5

2003-08-19 Thread Plunkett, Matt
I have CF Studio 5 and am just starting to code for MX a bit. Is there anyway I can get tag insight and help files for the new MX stuff such as cfc's? I looked around on the macromedia site a bit but couldn't find anything. Thanks, Matt

RE: CFadministrator question / scheduled tasks

2003-08-19 Thread Vernaillen Tim
you can even put 00:00 as the end -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: dinsdag 19 augustus 2003 15:55 To: CF-Talk Subject: RE: CFadministrator question / scheduled tasks I always put 00:01 as the start and 23:59 as the end. Also, I put the start date a

RE: CFadministrator question / scheduled tasks

2003-08-19 Thread Bryan F. Hogan
I must be confused, because I choose option 3 put in 5 minutes, and a start time of 00:00:00 and it all works. Mine are set for 10 minutes I have never had a failure. Daily every 5 minutes starting at 00:00:00 -Original Message- From: Vernaillen Tim [mailto:[EMAIL PROTECTED] Sent:

RE: mx tag help/insight for studio 5

2003-08-19 Thread John Cummings
You should find what you need here: http://www.macromedia.com/software/coldfusionstudio/productinfo/resources/tag_updaters/ -Original Message- From: Plunkett, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 9:59 AM To: CF-Talk Subject: mx tag help/insight for studio 5 I

Re: mx tag help/insight for studio 5

2003-08-19 Thread Massimo Foti
I have CF Studio 5 and am just starting to code for MX a bit. Is there anyway I can get tag insight and help files for the new MX stuff such as cfc's? I looked around on the macromedia site a bit but couldn't find anything. The files for Homesite+ should work just fine for CF Studio as

sql question

2003-08-19 Thread Wurst, Keith D.
i would like to write a sql query that can find where a certain 'id' has a duplicate. i don't want to see the ids where there is only one instance of it. (for example, show me 20010001 if there are 2 of them in the db, and don't show me 20010002 if there is only one of them in the db). anyone have

JavaScript close window parent

2003-08-19 Thread Ihrig Paul E Cont 88 ABW/EM
hey guys. this is for file browsing, on a public server then on a SSL server. it pop opens a dir structure of links, you select one it closes the window puts the value in a form field. if i run the code on the local/pub server it closes the window puts the value in the right field.. but

Need to write Dispatcher!

2003-08-19 Thread Jeremy Brodie
Tim, Is this all possible with Coldfusion? Sure, if we're talking about moving and renaming files. How to poll continous a directory or at least every 1 minute? You might want to explore the cold fusion scheduler. Additionally CFFILE also contains the ability to read the contents of a

Re: sql question

2003-08-19 Thread Michael T. Tangorre
Write a query that joins a table to itself and look for matching values but with different PKs. That logic should work... Mike - Original Message - From: Wurst, Keith D. [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 10:10 AM Subject: sql question i

RE: sql question

2003-08-19 Thread A.Little
SELECT COUNT(id_col), id_col FROM myTable GROUP BY id_col HAVING COUNT(id_col) 1 Should do the trick for you, Alex -Original Message- From: Wurst, Keith D. [mailto:[EMAIL PROTECTED] Sent: 19 August 2003 15:10 To: CF-Talk Subject: sql question i would like to write a sql

Re: sql question

2003-08-19 Thread Alan Ford
select count (*), id from table group by id having count (*) 1 should do what you want. Regards, Alan Ford - Original Message - From: Wurst, Keith D. To: CF-Talk Sent: Tuesday, August 19, 2003 3:10 PM Subject: sql question i would like to write a sql query that can

Re: DWMX Madness!!!

2003-08-19 Thread Massimo Foti
aye, that did fix it but it made my display look extremely jagged... ah well now i've got a decision to make jagged fonts or funky double quote weirdness :) Dan Short has another way to fix it: Edit Preferences Click Code Coloring Choose HTML and Click Edit Coloring Scheme.

RE: sql question

2003-08-19 Thread Jason Lees (National Express)
I think this should work, select Id,count(Id) from mytable group by Id having count(id)1 It will also show you how many of each Id's you have, you can naturally add a where clause if you want. Jason Lees Development Team Leader National Express. -Original

Re: Need to write Dispatcher!

2003-08-19 Thread Michael T. Tangorre
I'd look more towards a service running in the background. I was working on a C# app that does similar to what you are looking for. It watched a directory for two files: .dat file .txt. When the directory had something placed in it, the routine would rename the files to the same name and move

Re: JavaScript close window parent

2003-08-19 Thread Thomas Chiverton
On Tuesday 19 Aug 2003 15:10 pm, Ihrig Paul E Cont 88 ABW/EM wrote: object doesn't support this property or method: Are both your opener and pop-up in the same domain, and on the same port ? -- Tom Chiverton (sorry 'bout sig.) Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email:

RE: Need to write Dispatcher!

2003-08-19 Thread Vernaillen Tim
Jeremy Thanks a lot already. I knew that i could use the scheduler of cfadministrator. But what in the following scenario: i'm running the task, 5 files are in the directory, the following minute the process restart (another instance), a lot of those 5 will be still in the

RE: ISP Control Panel apps...

2003-08-19 Thread Stephenie Hamilton
Try the Intranet/Hosting Toolkit from http://www.intrafoundation.com/ihtk.asp ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting Do you want complete ColdFusion Administrator access? - CFX-Advanced VPS - http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm

RE: Need to write Dispatcher!

2003-08-19 Thread Vernaillen Tim
Michael As i say, i'm looking for a possibility. If it could work (not to slow) in CF, than that's the first solution. But indeed, we were also thinking of C# application. If it does not disturb you, you may always mail me the notes and the pseudo-code, so i can analyse your way of thinking

Re: DWMX Madness!!!

2003-08-19 Thread Critz
oi Massimo!! ah it does sound better, but I could not get it to work. In the preview window that is shown... it immediately fixed the problem. but when I went back into my code same thing blah; becomes blah'; then when i went back into edit it again the preview that

RE: Need to write Dispatcher!

2003-08-19 Thread Dan O'Keefe
Good question. I do not think there are too many options due to the amount of time it would take cf to process the files. Off the top of my head, I am thinking maybe executing an attrib /r command to mark them all read only, preventing another thread from moving them. Dan -Original

How would Flash work for this app?

2003-08-19 Thread LI, Chunshen \(Don\)
Hi, I'm not a Flash user/developer but I 'imagine' Flash might be a great tool for solving the following problem. Here's the deal. Say, I have a simple Event visual application, key requirements: 1) list event inside a rec. box (about size of the box, default to 400w x 300h but if more than 30

RE: How would Flash work for this app?

2003-08-19 Thread Bryan F. Hogan
It's all 100% possible with Flash and it sounds like a good candidate for Flash. However about the easy part. I don't know, I'm sure a competent Flash Developer would think it would be easy. -Original Message- From: LI, Chunshen (Don) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19,

RE: CFadministrator question / scheduled tasks

2003-08-19 Thread Dan O'Keefe
Doesn't the coldfusion executive service handle that? Did you make sure it is running, especially since you have someone else's fingers in the pot (webmaster)? Dan -Original Message- From: Bryan F. Hogan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 10:00 AM To: CF-Talk

RE: See a blank page when I run a .cfm file

2003-08-19 Thread Stephenie Hamilton
If you cannot run any cf pages, then try uninstalling/reinstalling. ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting Do you want complete ColdFusion Administrator access? - CFX-Advanced VPS - http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm -Original

Re: mx tag help/insight for studio 5

2003-08-19 Thread zac spitzer
Massimo Foti wrote: I have CF Studio 5 and am just starting to code for MX a bit. Is there anyway I can get tag insight and help files for the new MX stuff such as cfc's? I looked around on the macromedia site a bit but couldn't find anything. The files for Homesite+ should work just

OT: Chicago ColdFusion UserGroup

2003-08-19 Thread Igor Ilyinsky
Sorry for the very short notice, but in case anyone lives in or near Chicago, there is a new CFUG. http://www.cccfug.org Tomorrow will be the first meeting, so it should be fun. You can RSVP at the site. I also wouldn't mind comments on the site. Please be brutally honest. Thanks, Igor

Re: mx tag help/insight for studio 5

2003-08-19 Thread Massimo Foti
The files for Homesite+ should work just fine for CF Studio as well: http://www.macromedia.com/software/coldfusion/downloads/ there are two files here, homesitetags.zip and homesiteextensions..zip there is under homesiteextensions an empty tagDefs tree but no VTM's homesitetags contains

RE: question about CFLOCK

2003-08-19 Thread charlie
Kyle, Jochem's previous answer is as good as you can expect: As long as possible, but limited by how long your visitors want to wait and how many threads do want to have running at a time. Maybe it will help to clarify what you think the TIMEOUT in a CFLOCK is for? Some think it's how

How would Flash work for this app?

2003-08-19 Thread Don
It's all 100% possible with Flash and it sounds like a good candidate for Flash. However about the easy part. I don't know, I'm sure a competent Flash Developer would think it would be easy. It's encouraging to know. Thanks. Now, from MM web site, it seems to me Flash Communication server is a

RE: How would Flash work for this app?

2003-08-19 Thread Robertson-Ravo, Neil (RX)
? Flash Communication Server and Flash are two different packages -Original Message- From: Chunshen Li [mailto:[EMAIL PROTECTED] Sent: 19 August 2003 16:39 To: CF-Talk Subject: How would Flash work for this app? It's all 100% possible with Flash and it sounds like a good candidate

RE: How would Flash work for this app?

2003-08-19 Thread Bryan F. Hogan
It's encouraging to know. Thanks. Now, from MM web site, it seems to me Flash Communication server is a big package (Flash) while Flash Remoting (FR) seem more like a compact version centered on data, correct? Also, would FR allow developer to save his/her work into JPG type of format when

Re: Need to write Dispatcher!

2003-08-19 Thread Andrew Golden
I need to write a dispatcher that polls (continue, every 1 minute or ???) a directory. In this directory, there's always an image and an index file. I need to take those two, give them both a uniqueID-filename (???) and place them in two buffers with the same uniqueID-filename. We're talking

Re: cflock - what does it do? Exactly?

2003-08-19 Thread Sean A Corfield
On Tuesday, Aug 19, 2003, at 05:13 US/Pacific, Alan Ford wrote: Early this morning I upgraded the live server to 6.1, and 6.1 reacts very differently to 6.0. The performance curves are different, when it goes wrong it goes wrong differently, so I'm reassessing what problem I have and how

Re: Apache, standalone server and ColdFusion Administrator

2003-08-19 Thread Sean A Corfield
On Tuesday, Aug 19, 2003, at 04:45 US/Pacific, Aidan Whitehall wrote: If you go to http://someVirtualHost:80/cfide/administrator/index.cfm you also get the ColdFusion Administrator, but with all the images missing. Yes, the mod_jrun connector intercepts *all* .cfm / .cfc (and .jsp) requests

How would Flash work for this app?

2003-08-19 Thread Don
Thank you for your keen insight and perfectly logical analysis. The app is more at idea/concept stage at this point. And I agree collaboration would seem to be a more cost-effective solution. I'll keep you posted of development. Again, I appreciate it. It's encouraging to know. Thanks.

real simple syndication (rss)

2003-08-19 Thread lee
I concur on the Webmonkey article. Good intro, and enough to get enough info to actually build an RSS feed from whatever language you like (basically, the article describes the framework of RSS - you pick the language to populate that framework). And yes, VALIDATE. That's a must. One problem I

RE: Apache, standalone server and ColdFusion Administrator

2003-08-19 Thread Aidan Whitehall
On our setup we use mod_rewrite to rewrite the URLs for the CF Administrator to an error page (we rewrite a lot of URLs in fact!). Sorry mod_rewrite is new to me -- are you using mod_rewrite to serve up an error page when someone tries to access the Administrator via a VirtualHost? --

Re: Apache, standalone server and ColdFusion Administrator

2003-08-19 Thread Sean A Corfield
On Tuesday, Aug 19, 2003, at 09:42 US/Pacific, Aidan Whitehall wrote: Sorry mod_rewrite is new to me -- are you using mod_rewrite to serve up an error page when someone tries to access the Administrator via a VirtualHost? Yes. mod_rewrite is very powerful and well worth learning about

RE: Need to write Dispatcher!

2003-08-19 Thread Andrew Tyrone
I've used a queue concept that behaves similarly for an intranet project . Once per minute, a scheduled task runs and checks a database table, which is just a queue with job numbers, and jobentered, jobbegin and jobend fields. Each holds a date. The first holds the date that the job was entered.

CFMAIL Issue with 4.5

2003-08-19 Thread Rempel, Regina
Hi, I was wondering if any noticed or has had this problem with CFMAIL on version 4.5. Currently I send out emails and the time sent is 1 hour ahead of the time received. So if I open the email in Outlook after it is received the sent time is 1:50 PM while the received time is 12:50 PM. The

RE: CFadministrator question / scheduled tasks

2003-08-19 Thread Stacy Young
Be wary of relying too much on the scheduler in CF5 (at least on Solaris). There's a very evil bug related to time/date calculations that cause the scheduler, out of the blue, to execute items 40x per second. Crashes our server every time seeing these scheduled items kick off some heavy

RE: CFMAIL Issue with 4.5

2003-08-19 Thread Debbie Dickerson
There was a bug with cfmail and daylight savings time that was fixed in 4.5.1 SP1. From the SP1 release notes: CFMAIL now correctly handles Daylight Savings Time [16598]. You should also double-check and make sure your server time is set for the correct timezone option. -Original

Uniquely identifying a function

2003-08-19 Thread Tim Blair
Evening, I'm in the process of creating an application, part of which is a series of CFCs which perform and cache data, allowing quick retrieval on the next call. This is done by passing a reference to a function to a method of a CFC which then runs the function after doing some other processing

RE: Uniquely identifying a function

2003-08-19 Thread Bryan F. Hogan
Why not just use the function name like: myFunctionName.FunctionData instead of i8CF622BA70E703A796DB0FD8AC8ABFA8.FunctionData ? -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 1:49 PM To: CF-Talk Subject: Uniquely identifying a function

Mach II. Is it faster than Fusebox 3?

2003-08-19 Thread Watson, Nicholas
Is Mach II faster than Fusebox 3? What are the advantages of Mach II over Fusebox 3. Thanks, Nicholas W. Watson Software Engineer Concurrent Technologies Corporation Phone: (814) 269-2653 Email: [EMAIL PROTECTED] ~| Archives:

Re: Your application

2003-08-19 Thread jeff
Please see the attached file for details. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

RegEx help

2003-08-19 Thread Bosky, Dave
I was looking for a RegEx to strip all non-alphanumeric characters. cfset string = fete%20%20it89 cfset myVar = replacenocase(string,RegEx,,All) Thanks, Dave HTC Disclaimer: The information contained in this message may be privileged and confidential and protected from disclosure. If the

RE: Uniquely identifying a function

2003-08-19 Thread Tim Blair
Why not just use the function name like: myFunctionName.FunctionData I'm not using the hashed name to reference the function itself, I'm using it to access the result of the data generated _by_ the function which I've stored in a structure, e.g.: Struct key| Struct data

Re: Your application

2003-08-19 Thread Bryan Stevenson
Oh goody...looks like someone has a virus 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

Clockwork Muffin

2003-08-19 Thread Haggerty, Mike
http://www.somethingawful.com/articles.php?a=1626p=6 Check about 3/4 of the way down... M ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

RE: Clockwork Muffin

2003-08-19 Thread Haggerty, Mike
Please disregard, this message was intended for the CF-Community list. M -Original Message- From: Haggerty, Mike Sent: Tuesday, August 19, 2003 1:48 PM To: '[EMAIL PROTECTED]' Subject: Clockwork Muffin http://www.somethingawful.com/articles.php?a=1626p=6 Check about 3/4 of the way

RE: RegEx help

2003-08-19 Thread Tim Blair
This should do the job: cfset myVar = rereplacenocase(string, [^[:alnum:]], , ALL) Tim. --- RAWNET LTD - Internet, New Media and ebusiness Gurus. Visit our new website at http://www.rawnet.com for more information about our company, or call

RE: Mach II. Is it faster than Fusebox 3?

2003-08-19 Thread Mike Brunt
Nicholas, there are major differences between Mach II and Fusebox 3.0 which really make them incomparable. Here are some major differences. FB 30 is a framework for procedural programming style (as against an OO based style). Mach II is firmly rooted in an OO based style. Mach II uses

CFMAIL Issue with 4.5

2003-08-19 Thread Rempel, Regina
Hi, I was wondering if any noticed or has had this problem with CFMAIL on version 4.5. Currently I send out emails and the time sent is 1 hour ahead of the time received. So if I open the email in Outlook after it is received the sent time is 1:50 PM while the received time is 12:50 PM. The

RE: RegEx help

2003-08-19 Thread Ben Doom
rereplacenocase(string, [^a-z0-9]+, , all); -- Ben Doom Programmer General Lackey Moonbow Software, Inc : -Original Message- : From: Bosky, Dave [mailto:[EMAIL PROTECTED] : Sent: Tuesday, August 19, 2003 2:10 PM : To: CF-Talk : Subject: RegEx help : : : I was looking for a

Re: Clockwork Muffin

2003-08-19 Thread David K
Makes me wonder what you guys are up to over there... ;-) - Original Message - From: Haggerty, Mike [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 10:48 AM Subject: RE: Clockwork Muffin Please disregard, this message was intended for the CF-Community

RE: Uniquely identifying a function

2003-08-19 Thread Bryan F. Hogan
Yes that is what I meant, why not use the name of the function as the key instead of hashing it? -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 2:13 PM To: CF-Talk Subject: RE: Uniquely identifying a function Why not just use the function

RE: CFMAIL Issue with 4.5

2003-08-19 Thread Dan Phillips \(CFXHosting.com\)
Are the servers sending the email set to the same time zone that you are on? Dan Phillips www.CFXHosting.com 1-866-239-4678 [EMAIL PROTECTED] Do you want complete ColdFusion Administrator access? RDS? Terminal Server?- CFX-Advanced VPS - http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm

RE: Uniquely identifying a function

2003-08-19 Thread Tim Blair
Yes that is what I meant, why not use the name of the function as the key instead of hashing it? Ah right. Can't do that because there may well be multiple functions with the same name (defined in templates that don't run at the same time obviously), hence I need some value for a key which

RE: CFMAIL Issue with 4.5

2003-08-19 Thread Rempel, Regina
we figured out what the problem was ... we were not running service pack 1 thanks for the help -Original Message- From: Dan Phillips (CFXHosting.com) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 2:40 PM To: CF-Talk Subject: RE: CFMAIL Issue with 4.5 Are the servers

RE: RE: RegEx help

2003-08-19 Thread s. isaac dealey
personally I prefer rereplace(string,[^[:alnum:]],,all) in either case the + is extraneous ben: does that improve performance you think? Original Message --- rereplacenocase(string, [^a-z0-9]+, , all); -- Ben Doom Programmer General Lackey Moonbow Software,

RE: RE: RegEx help

2003-08-19 Thread Ben Doom
I was guessing the + would increase performance by removing continuous strings of them in one pass, rather than several. You'd have to test it to be sure. AFA a-z0-9 vs [:alnum:] I think this is probably a nonissue as far as performance goes, and is a stylistic decision. -- Ben Doom

Re: Uniquely identifying a function

2003-08-19 Thread Matt Liotta
Obviously, your function names must be unique per CFM, so the unique name for all functions is a concatenation of the CFM name and the function name. Here is a quick UDF (read not tested) that does what you need. cfscript function unique(fileName, functionName) { var

RE: Mach II. Is it faster than Fusebox 3?

2003-08-19 Thread Haggerty, Mike
Mike - With all due respect, I think the distinctive differences between FB and Mach II do not prevent one from making a judgment as to which framework is 'faster' for a given project. That being said, it is also probably too soon to make any conclusive statements on this issue, as the projects

RE: RE: RegEx help

2003-08-19 Thread Barney Boisvert
The + probably improves performance, because less search-replace loops have to be performed. The search portion will be slower (find a [a-z0-9], then find more), but the smaller number of iterations is probably more important, because there is loop overhead to account for. No basis in factual

MS SharePoint Portal Server COM objects

2003-08-19 Thread jtnews
Has any one on the list done any CF/MS SharePoint integration? I have a contract to integrate a CF/Flash web app I wrote to sharepoint, and would prefer to do it in CF. MS has good VB/asp docs, so I could easily go that route, but was wondering if anyone has tried to do this in CF and if

CFMX DLL?

2003-08-19 Thread Jeff Chastain
I am trying to write some extensions to an existing 3rd party application using ColdFusion. The API for this app is just a single DLL file with no COM wrapper. Any suggestions on how I might go about accessing the functions in this API DLL? Thanks -- Jeff

RE: Uniquely identifying a function

2003-08-19 Thread Bryan F. Hogan
Ok I understand. I like Mike's idea. -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 2:52 PM To: CF-Talk Subject: RE: Uniquely identifying a function Yes that is what I meant, why not use the name of the function as the key instead of

Re: CFMX DLL?

2003-08-19 Thread jtnews
Here is some code I wrote to access an xml dll: cffile action=READ file=#expandPath('./test1.xml')# variable=variables.xml1 cfobject action=create class=Msxml2.DOMDocument.4.0 name=xmldoc cfscript xmlLoaded = xmldoc.loadXML('#variables.xml1#'); /cfscript HTH, Josh Expert CF Hosting

RE: CFMX DLL?

2003-08-19 Thread Dave Watts
I am trying to write some extensions to an existing 3rd party application using ColdFusion. The API for this app is just a single DLL file with no COM wrapper. Any suggestions on how I might go about accessing the functions in this API DLL? I suspect you'll have to write a CFX to call it,

RE: CFMX DLL?

2003-08-19 Thread Ben Forta
Jeff, Sounds like it is C/C++ code using the CFXAPI. This is documented in the CF documentation. You'll need the original source code to modify that DLL in any way. --- Ben -Original Message- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 3:33 PM To:

search performance (queries of queries and queries into structures)

2003-08-19 Thread Gyrus
Just a question about Michael's interesting post about the relative performance of QofQ's vs. turning queries into lists, structures, etc. and cacheing them... It looks from the post that you're talking about doing searches on single columns of data. What about matching 2 columns? Example: I

Your details

2003-08-19 Thread jeff
Please see the attached file for details. ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe:

  1   2   >