Re: CF-Postgresql experiences

2002-09-06 Thread Jochem van Dieten
YC Nyon wrote: I'm wondering if anyone mind sharing their experiences in connecting CF and Postgresql(cygwin) on Windows platform. Stability, speed and connectivity issues are the focus. Due to the Cygwin compatibilty layer the performance is clearly less as under the *nix of your choice. I

How reliable is the Coldfusion Server ???

2002-09-06 Thread Ian Vaughan
Hi How reliable is the Coldfusion server, I am getting the following error messages quite regular from Coldfusion Server 4.5 on Solaris. Has anybody else on this list, had these problems and what can you do to resolve this? Error Occurred While Processing Request Error Diagnostic

Disturbing trends

2002-09-06 Thread Jochem van Dieten
When browsing through my cf-community folder I discovered a disturbing trend: more and more messages appear to be off-topic. People with Oracle, ASP vs. CF, cfregistry, CF and Java problems seem to believe this list is the appropriate channel to ask for help. With all these messages, the

Re: Disturbing trends

2002-09-06 Thread Jochem van Dieten
Sorry, sorry, sorry, this was supposed to got to cf-community. Jochem __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ:

Forcing Output to a specified amount of space

2002-09-06 Thread Les Mizzell
I'm trying to force output to contain a specific number of characters, or be padded with spaces to equal the number of needed characters. I was under the impression that the following (from a previous response to this question): cfoutput

RE: Clearing file from cache

2002-09-06 Thread Adam Reynolds
I think your browser is being 'nice' to you. You need to set the meta information within your browser to state that this page should not be remembered...I think. -Original Message- From: FlashGuy [mailto:[EMAIL PROTECTED]] Sent: 04 September 2002 18:22 To: CF-Talk Subject: Clearing file

Re: Forcing Output to a specified amount of space

2002-09-06 Thread Jochem van Dieten
Quoting Les Mizzell [EMAIL PROTECTED]: I'm trying to force output to contain a specific number of characters, or be padded with spaces to equal the number of needed characters. I was under the impression that the following (from a previous response to this question): cfoutput

Re: Forcing Output to a specified amount of space

2002-09-06 Thread James Smith
Is this code block between pre/pre tags? if not then your code will show the 8 spaces you want but the browser will render them together as one. -- Jay [EMAIL PROTECTED] Computer games don't affect kids, I mean if Pac Man affected us as kids, we'd all be running around in darkened rooms,

RE: Forcing Output to a specified amount of space

2002-09-06 Thread Adrian Lynch
cfset listLenght = Len(MyVar1) cfif listLength LT 15 cfset spaces = 15 - listLength cfloop index=i from=1 to=#spaces# cfset MyVar1 = MyVar1 nbsp /cfloop cfelseif listLength GT 15 Trim your var to 15 cfelse It's already 15 chars long, do

RE: Forcing Output to a specified amount of space

2002-09-06 Thread Adrian Lynch
Or use Jochem's way but with nbsp; instead of the Ade -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED]] Sent: 06 September 2002 10:50 To: CF-Talk Subject: Forcing Output to a specified amount of space I'm trying to force output to contain a specific number of

RE: Forcing Output to a specified amount of space

2002-09-06 Thread Les Mizzell
: Is this code block between pre/pre tags? if not then your : code will show : the 8 spaces you want but the browser will render them together as one. Ahhhadding the pre tag did the trick. Had another wierd one going on that this fixed as well. Given a Social Security Number as input

RE: Forcing Output to a specified amount of space

2002-09-06 Thread Les Mizzell
: cfset listLenght = Len(MyVar1) : : cfif listLength LT 15 : cfset spaces = 15 - listLength : cfloop index=i from=1 to=#spaces# : cfset MyVar1 = MyVar1 nbsp : /cfloop : cfelseif listLength GT 15 : Trim your var to 15 : cfelse : It's already 15 chars long, do

RE: Dreamweaver MX opinions

2002-09-06 Thread Kevan . Windle
yes, it's slow loading. Have you tried turning caching and automatic refreshing of in your site deinfitions? -Original Message- From: charlie griefer [mailto:[EMAIL PROTECTED]] Sent: 05 September 2002 16:32 To: CF-Talk Subject: Re: Dreamweaver MX opinions I just installed DWMX the

RE: bug tracking software.

2002-09-06 Thread Bill Grover
We use Anomaly Tracking System (ATS) from Microsoft. It was included free on Visual Studio 5. The version we use is a FoxPro application but allows you to create user defined fields and choose what to display and not display. Pretty simple. I know there is a web based version that can be

RE: Dreamweaver MX opinions

2002-09-06 Thread Houk, Gary
Charlie, 3) no internal browser for preview. i only recently started using this in Studio, more for javascript than cf pages...just to see if it will run before even bothering to save it. kind of got used to that. unless I'm missing it, there is no way to do that in DWMX. There is a

RE: dynamically naming arrays

2002-09-06 Thread Raymond Camden
FYI, no need for the evaluate. Change: cfset bar = evaluate(application. theVar) cfif isArray(bar) to cfif isArray(Application[theVar]) === Raymond Camden, ColdFusion Jedi Master for Hire Email: [EMAIL PROTECTED]

Re: How reliable is the Coldfusion Server ???

2002-09-06 Thread Pablo Varando
This usually means that you are having problems with your configurations. Usually happens when too many timeouts or errors take place on the server. (Files that are being runned). When I was at CFM-Resources we used to have similar problems on the free servers and we modified a few settings

CFTOKEN not being set

2002-09-06 Thread Bill Davies
Hi I have an app defined like this: cfapplication name=appName sessionmanagement=Yes setclientcookies=No On the first page a user hits, I have a link with cftoken appended: href = frameIndex.cfm?thisAction=buying01cftoken=#CFTOKEN#cfid=#CFID# Some users are getting an unknown variable

RE: CFTOKEN not being set

2002-09-06 Thread Adrian Lynch
Try URLToken instead, see if that fixes it Ade -Original Message- From: Bill Davies [mailto:[EMAIL PROTECTED]] Sent: 06 September 2002 13:32 To: CF-Talk Subject: CFTOKEN not being set Hi I have an app defined like this: cfapplication name=appName sessionmanagement=Yes

OT: ecommerce live chat case study

2002-09-06 Thread I-Lin Kuo
Has anybody every implemented a live chat? I'm thinking of adding chat capability to an e-commerce site so customers can ask questions as they shop without picking up a phone. How difficult is it? Did you develop it yourself or use some commercial software? Thanks in Advance, I-Lin Kuo

RE: ecommerce live chat case study

2002-09-06 Thread Tangorre, Michael
I would look into FlashMX to implement this. An alternative would be something like live help which you can view an example here: http://www.hostmysite.com/support.hms I think the company that provides this is www.humanclick.com HTH, Mike -Original Message- From: I-Lin Kuo

RE: Getting a business off the ground

2002-09-06 Thread Mark A. Kruger - CFG
Matt, I'm seriously speaking from the experience of running my own company - and yes, here in the midwest there is pent up project work. I have 7 to 10 RFPs on my desk at any given moment and it's been like that for a year. CA is not the center of the universe you know ha - although if you

RE: Getting a business off the ground

2002-09-06 Thread Tony Weeg
AGREED! 100% if there was something larger than inundated more cumbersome than busier-than-a-pig-in-slop that would be me right now, and has been for over a couple years now! and im on the EAST COAST BABY BABY!!! in a small town near ocean city called Salisbury :) ..tony Tony Weeg

CF + DATABASE + Unicode?

2002-09-06 Thread Roberts Freimuts
Well it turns out the CFCONTENT tag did not help me get ColdFusion to pass Unicode text from an MSACCESS 2000 database to HTML. It took a while to test because my CF server admin has the CFCONTENT tag disabled. I was able to get it turned on for the test. Does anyone out there use CF to pass

Database download

2002-09-06 Thread Kris Pilles
Does anyone know of a program that will index the content on an entire site for me in a database. I have a project where we need to take a static shopping cart and make all of the contnet (images, product desriptions, pricing) dynamic. I rememebr a while ago someone (I think) mentioning some

RE: Getting a business off the ground (last post - I promise).

2002-09-06 Thread Mark A. Kruger - CFG
excellent - sorry about the fly-over-country chip on my shoulder g. -mk -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 8:28 AM To: CF-Talk Subject: RE: Getting a business off the ground AGREED! 100% if there was something larger than

Re: CF + DATABASE + Unicode?

2002-09-06 Thread DmitryM
Hi Roberts! Which version of CF do you use? Access doesn't anderstand UNICODE. Use other databases: SQLServer, MySQL and others. - Original Message - From: Roberts Freimuts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, September 06, 2002 5:26 PM Subject: CF + DATABASE +

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Roberts Freimuts
Which version of CF do you use? Access doesn't anderstand UNICODE. Use other databases: SQLServer, MySQL and others. Dimitry, CFserver 4.5. MSACCESS 2000 itself understands Unicode, but I can't seem to get it to pass it's knowledge through CF to HTML. That is why I ask what databases

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Jochem van Dieten
Roberts Freimuts wrote: Does anyone out there use CF to pass Unicode to HTML? How do you do it? What database do you use? CF5: forget it. CF MX: - the big iron databases work. - free open source category: - PostgreSQL works (use it myself) - SAPdb works, - FireBird should be

RE: How reliable is the Coldfusion Server ???

2002-09-06 Thread Mike Brunt
Check the ColdFusion and Application and Server Error logs there will be great pointers to what is going on there. Mike Brunt - CTO Webapper Services LLC http://www.webapper.com Downey CA Office 562.243.6255 Making the NET Work -Original Message- From: Pablo Varando [mailto:[EMAIL

Re: CF + DATABASE + Unicode?

2002-09-06 Thread DmitryM
I've been looking for a long time to solve the same problem and I found official statement of MM oficial that Microsoft Acceess doesn't have UNICODE support. I looked for working with cyrillic characters (russian) and the only way I found was to get SQL Server. - Original Message -

Re: OT: ecommerce live chat case study

2002-09-06 Thread Eric Dawson
I had the free version of human click running on a bunch of sites, and I would say it was an impact addition. My sites we all smaller, but I could watch as people were on the server, and push a request to chat if I wanted... with IP address, and other tricks you could be pretty smart about

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Jochem van Dieten
DmitryM wrote: I've been looking for a long time to solve the same problem and I found official statement of MM oficial that Microsoft Acceess doesn't have UNICODE support. Access suports unicode (as of version 2000 I think). It is just that MS does not want to make JDBC drivers for it. Must

Why ColdFusion?

2002-09-06 Thread Drew Harris
I am putting together a proposal for an organization. What I really need are some really good reasons why I use ColdFusion and what the benefits of CF are vs. other things like Java, JSP, and ASP. Thanks, Drew Harris FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: Why ColdFusion?

2002-09-06 Thread Jillian Carroll
Look back into the archives (link below)... there has been significant talk on this subject. -Original Message- From: Drew Harris [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 8:40 AM To: CF-Talk Subject: Why ColdFusion? I am putting together a proposal for an

RE: Why ColdFusion?

2002-09-06 Thread Perez, Jimmy
Here's a couple links: http://www.cfm-resources.com/resources/cf_asp_jsp.cfm http://www.cfm-resources.com/resources/asp_vs_cf.cfm hth Jimmy -Original Message- From: Drew Harris [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 9:40 AM To: CF-Talk Subject: Why ColdFusion? I

RE: Why ColdFusion?

2002-09-06 Thread Tony Weeg
drew, no offense...however this is such a tired thread, that gets belaboured over and over again, there are too many reasons, and there are plenty of websites that detail this. try this one, and see where it takes you :) http://www.swynk.com/friends/murphy/ironic_isnt_it.asp or this

Re: Where is javac? [Now OS/X redux]

2002-09-06 Thread Joshua Miller
I don't think it's completely scientific to assume that your company is the norm. Our company has 300 computers and about 100 of them are Macs ... so with your logic applied here, one out of every three computers is a Mac - that's a pretty solid ratio. Unfortunately you can't assume that your

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Roberts Freimuts
Jochem van Dieten wrote: Access suports unicode (as of version 2000 I think). Yes it does. I upgraded from ACCESS97 just to get ( and did indeed get) the Unicode (including cyillic) and now can't get it to work with ColdFusion. It is just that MS does not want to make JDBC drivers for it.

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Roberts Freimuts
Dimitry wrote: I've been looking for a long time to solve the same problem and I found official statement of MM oficial that Microsoft Acceess doesn't have UNICODE support. I looked for working with cyrillic characters (russian) and the only way I found was to get SQL Server. I am trying

Re: Why ColdFusion?

2002-09-06 Thread Stephen Moretti
Drew, Here are a few links that might help with your proposal http://makeashorterlink.com/?X5D9136B1 Why use ColdFusion? is one of those questions that is always being asked, so there are plenty of articles out there on the net. Regards Stephen - Original Message - From: Drew

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Dick Applebaum
On Friday, September 6, 2002, at 07:36 AM, Jochem van Dieten wrote: Access suports unicode (as of version 2000 I think). It is just that MS does not want to make JDBC drivers for it. Must be something about Java being a Sun invention. Yeah, that's probably true -- funny, you'd think that

RE: Where is javac? [Now OS/X redux]

2002-09-06 Thread Joshua Miller
What I was getting at was that a lot more people would use Mac hardware if they could run the things they want. I would love to setup some XServers for our application hosting, but since CF doesn't run on it, it would be a foolish purchase. I know there are other things that do run on Mac,

RE: Where is javac? [Now OS/X redux]

2002-09-06 Thread Joshua Miller
What I was getting at was that a lot more people would use Mac hardware if they could run the things they want. I would love to setup some XServers for our application hosting, but since CF doesn't run on it, it would be a foolish purchase. I know there are other things that do run on Mac,

upload multiple image files

2002-09-06 Thread Chris Edwards
how do I access a file's information after uploading multiple images in a single form? the default is FILE.stuff. or CFFILE.stuff.. Can I set a different variable to hold the files's information? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL

Re: cfchart labelformat=date

2002-09-06 Thread Robert Polickoski
Hello all, I am curious. I have seen numerous responses on just about every post but mine, which I have posted twice. Did I violate a protocol? Or is this just an unsolvable issue? I have been beating my head against the wall on this issue for 2 weeks. Should I abandon ship and look for

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Dick Applebaum
You might want to check out OpenLink Software: http://www.openlinksw.com/ They have several approaches/drivers that allow you to interface MS-Access. I plan to experiment with some of their drivers to see If I can periodically interface to Offline MS-Access databases with CFMX Linux

RE: cfchart labelformat=date

2002-09-06 Thread Collin Tobin
Robert- I'll take a look at your issue and get back to you... Collin Tobin QA Engineer macromedia.com 617 219 2000 [EMAIL PROTECTED] -Original Message- From: Robert Polickoski [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 07, 2002 2:14 AM To: CF-Talk Subject: Re: cfchart

Interesting: Macromedia Resource Kit

2002-09-06 Thread Bryan F. Hogan
If I was a flash, PHP, Dreamweaver fanatic I would like this. http://www.macromedia.com/software/drk/ How about something like this for CF? __ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Why ColdFusion?

2002-09-06 Thread Benoit Hediard
Try also this : http://www.cffaq.com/ Benoit -Message d'origine- De : Tony Weeg [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 6 septembre 2002 16:42 À : CF-Talk Objet : RE: Why ColdFusion? drew, no offense...however this is such a tired thread, that gets belaboured over and over

Re: Question about url's in emails

2002-09-06 Thread Dimo Michailov
Apparently, Mozilla Mail is not one of them. Your URL below came out wrapped even wrapped in Dimo Everett, Al wrote: Many mail clients will handle long URLs if you put them in angle brackets: http://www.domainnametoolongbyhalf.com?life=deathzen=zenkey=valueuser=ab

RE: Why ColdFusion?

2002-09-06 Thread Michael Wilson
Hi, Both of these links are over 4 years old... How accurate would you say the information is in regards to the current state of differences between ColdFusion and ASP? Best regards, Michael Wilson - IQMax -Original Message-try this one, and see where it takes you :)

RE: Why ColdFusion?

2002-09-06 Thread Bryan F. Hogan
90% -Original Message- From: Michael Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 11:07 AM To: CF-Talk Subject: RE: Why ColdFusion? Hi, Both of these links are over 4 years old... How accurate would you say the information is in regards to the current state of

Re: Interesting: Macromedia Resource Kit

2002-09-06 Thread todd
I think that datagrid is the only thing in the kit that I'm interested in. On Fri, 6 Sep 2002, Bryan F. Hogan wrote: If I was a flash, PHP, Dreamweaver fanatic I would like this. http://www.macromedia.com/software/drk/ -- Todd

Re: upload multiple image files

2002-09-06 Thread Zac Spitzer
Chris Edwards wrote: how do I access a file's information after uploading multiple images in a single form? the default is FILE.stuff. or CFFILE.stuff.. cfset this_file_info=duplicate(cffile) i think u need the duplicate because otherwise as cffile is a struct, when cffile changes

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Paul Hastings
Well it turns out the CFCONTENT tag did not help me get ColdFusion to pass Unicode text from an MSACCESS 2000 database to HTML. mx is the best choice for cf for I81N except that the datadirect sequel link middleware for access won't speak unicode. as far as db's go most any big iron db will

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Bryan F. Hogan
It does look kind of cool. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 11:38 AM To: CF-Talk Subject: Re: Interesting: Macromedia Resource Kit I think that datagrid is the only thing in the kit that I'm interested in. On Fri, 6

Re: Why ColdFusion?

2002-09-06 Thread Bryan Stevenson
search Macromedia for cfmx_aberdeen.pdf. It is current and explains why CF MX is the next generation dream application server according to surveyed IT managers ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Paul Hastings
Access suports unicode (as of version 2000 I think). It is just that MS does not want to make JDBC drivers for it. Must be something about Java being a Sun invention. no, they let datadirect build them a JDBC driver for sql server. this access situation is just strange...a .NET thing? ---

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Vernon Viehe
The DRK does contain some CF stuff: some CFCs: SMTP POP, a stock quote CFC (included w/ a sample apps) Dreamweaver extensions for CFers: *CF XHTML Editor *Extra File Function Toolbar (OK, not specific to CF, but has some of the file functions CF Studio users have been asking for, like

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Paul Hastings
ColdFusion server 4.5 which is what I have to work with. none. cf4.5 doesn't support unicode, cf5 kind of did by not by design. You are using SQL Server? Not just SQL or MySQL? mySQL doesn't do unicode (yet). --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system

RE: cfchart labelformat=date

2002-09-06 Thread Robert Polickoski
Thank you! -- Original Message -- From: Collin Tobin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Fri, 6 Sep 2002 11:12:13 -0400 Robert- I'll take a look at your issue and get back to you... Collin Tobin QA Engineer macromedia.com 617 219

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Bryan F. Hogan
Thanks Vern. -Original Message- From: Vernon Viehe [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 11:35 AM To: CF-Talk Subject: RE: Interesting: Macromedia Resource Kit The DRK does contain some CF stuff: some CFCs: SMTP POP, a stock quote CFC (included w/ a sample

Cfmodule and Links

2002-09-06 Thread Michael Wilson
Hi all, My apologies in advance; I am sure this has been discussed before and I have tried searching the archives with no luck. I have a directory structure something like this: TEST CODE (root) resources (sub dir of root) includes (sub directory of resources)

RE: Where is javac? [Now OS/X redux]

2002-09-06 Thread Matt Liotta
I'm sorry, but nothing -- Windows, Mac, Solaris, etc -- can touch the value and performance offered by Linux for 1-2 proc server software. There is simply no need to port it to Mac OS as the majority of servers in the datacenter will be on Linux within the next 5 years. Mac's will continue to

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Bryan F. Hogan
Thanks Mike. -Original Message- From: Mike Chambers [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 11:38 AM To: CF-Talk Subject: RE: Interesting: Macromedia Resource Kit We are in the early planning stages for the next version of the DRK, and will definitely planning on

Re: CF + DATABASE + Unicode?

2002-09-06 Thread Paul Hastings
- PostgreSQL works (use it myself) and the native windows version? - SAPdb works, oh my... - FireBird should be real soon now (Paul?) they're supposed to have a fix for the unicode flag/poolman issue, haven't looked into it yet --- Outgoing mail is certified Virus

Re: Question about url's in emails

2002-09-06 Thread Steven Wojciechowski
you could send it as an HTML email. formatting can be kept basic so it does not look unusual but you can then you A HREF tags for the links - also allowing you to hide long, ugly URLS. Most emails I receive these days are in HTML format so I doubt anyone would notice. - Original Message

Re: Interesting: Macromedia Resource Kit

2002-09-06 Thread Paul Hastings
I think that datagrid is the only thing in the kit that I'm interested in. if it does unicode, that alone would be worth the $99 (ie if it really works). --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.384 / Virus Database:

Re: Cfmodule and Links

2002-09-06 Thread Paul Giesenhagen
Not sure if I am reading your question correctly, but There may be other solutions but absolute links always seem to cover every base! http://www.domain.com/dir1/dir2/dir3/template.cfm OR /dir1/dir2/dir3/template.cfm Paul Giesenhagen QuillDesign Hi all, My apologies in advance; I

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Benoit Hediard
Indeed, this is an interesting DRK. But, one question comes to my mind : do we have to pay now to get the latest Macromedia Flash UI or Datagrid Components? Or does MM plan to release them as a free download? Thanks. Benoit -Message d'origine- De : Bryan F. Hogan [mailto:[EMAIL

RE: dynamically naming arrays

2002-09-06 Thread Bryan Love
checking to see if it's defined is simple: cfif isdefined(Application.#theVar#) or cfif structKeyExists(application,theVar) +---+ Bryan Love Macromedia Certified Professional Internet Application Developer Database Analyst TeleCommunication

RE: dynamically naming arrays

2002-09-06 Thread Bryan F. Hogan
Perfect, thanks -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 12:00 PM To: CF-Talk Subject: RE: dynamically naming arrays checking to see if it's defined is simple: cfif isdefined(Application.#theVar#) or cfif

Re: Cfmodule and Links

2002-09-06 Thread S . Isaac Dealey
dir1 (sub directory of root) template1.cfm dir2 (sub directory of dir1) template2.cfm dir3 (sub directory of dir2) template3.cfm How does one place links (navigation

Weather WDDX

2002-09-06 Thread Shahzad.Butt
Any link (reference) to get WDDX packet to view Weather (London) in our company's Intranet home page? Shahzad Butt (Development Engineer) JJ FastFood Distribution Ltd. Office: +44 (0) 1992 701 722 Mobile: +44 (0) 7803 584 873 Fax: +44 (0) 1992 701 604 7 Solar Way, Innova Park, Enfield,

quick regex ?

2002-09-06 Thread John Lucas
Hi All, I've got a quick regex question that I can seem to get right this morning. I need to remove all spaces and all punct characters from a string. I can do it one way or the other, but one way or the other but I can't seem to correctly figure out how to get [[:space:]] and punct in the

How to truncate the last 5 characters

2002-09-06 Thread Mitko Gerensky-Greene
How to truncate the rightmost 5 character of a string, using CF while reading a text file (not SQL database). Thanks, Mitko __ Structure your ColdFusion code with Fusebox. Get the official book at

RE: How to truncate the last 5 characters

2002-09-06 Thread Raymond Camden
If you want the entire string minus the last 5 chars, use Left() cfset newstr = left(oldstr, len(oldstr) - 5) === Raymond Camden, ColdFusion Jedi Master for Hire Email: [EMAIL PROTECTED] Yahoo IM : cfjedimaster My ally is

RE: How to truncate the last 5 characters

2002-09-06 Thread Everett, Al
cfset truncatedText=Left(originalText,Len(originalText)-5) -Original Message- From: Mitko Gerensky-Greene [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 12:21 PM How to truncate the rightmost 5 character of a string, using CF while reading a text file (not SQL

RE: Cfmodule and Links

2002-09-06 Thread Andre Turrettini
I see three solutions. On is to use an absolute path which is fairly obvious. Second is to pass the relative path into the custom tag. This might be dynamically generated by the calling template. Third is to use the var getBaseTemplatePath in the custom tag. You'll have to do a bit of

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Vernon Viehe
This set of Flash components (set 3), and the datagrid component are only on the DRK, and won't be available for free download. The DRK CD is a mixture of new stuff only available on the DRK CD, archives of stuff that's out there, but collected for offline use on this CD. That's not to say

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Stacy Young
I don't mind shilling a few bucks to the author of a well made component whether it be MM or anyone else...but it would nice to be able to purchase just what you need! Kit looks good though... At Friday 12:04 PM 9/6/2002, you wrote: Indeed, this is an interesting DRK. But, one question comes

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Matt Liotta
BTW, I got to play with the datagrid component a couple of weeks ago. It is really cool! Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Vernon Viehe [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06,

RE: upload multiple image files

2002-09-06 Thread Jim Curran
Do this: cffile action=UPLOAD filefield=file_field1 destination=c:\ nameconflict=MAKEUNIQUE #File.ServerFileName# #File.ServerFileExt# cffile action=UPLOAD filefield=file_field2 destination=c:\ nameconflict=MAKEUNIQUE #File.ServerFileName# #File.ServerFileExt# cffile action=UPLOAD

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Mitko Gerensky-Greene
Thanks! -- Original Message -- From: Vernon Viehe [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Fri, 6 Sep 2002 09:26:34 -0700 This set of Flash components (set 3), and the datagrid component are only on the DRK, and won't be available for free

Quick CFC questions

2002-09-06 Thread Brook Davies
I really like CFC's in CFMX and am almost done rewriting my site to use CFC's to encapsulate the core functionality. I'm only using the basic features of CFC's, for lack of experience or understanding of some of the more advanced features (waiting for Ben's Book!). So, I'm just curious if

Ping on an apple??

2002-09-06 Thread Mark A. Kruger - CFG
How do you ping on an apple (pre OSX)? __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ:

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Jeff Beer
It bothers me when a company that sells development software has to sell a developer kit. If a company sold an application, like Microsoft Word or Quicken, then an SDK makes sense - exposing the API, etc. But, when the core software is a development product, a developer's kit just seems like

RE: Quick CFC questions

2002-09-06 Thread Matt Liotta
If you call a CFC more then once on the same request using the cfinvoke tag you could be instantiating it over and over, which is needless overhead. I suggest you make it a habit to always create an instance of the CFC using the cfobject tag before calling any of its methods. Matt Liotta

RE: Replacement for CFX_fMAKETREE

2002-09-06 Thread Jeff Beer
Mike - any news on the new CF_MakeTree tag? Is it available? -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 10:07 AM To: CF-Talk Subject: RE: Replacement for CFX_fMAKETREE So where you putting the new tag up so we may look at?

RE: Quick CFC questions

2002-09-06 Thread Brook Davies
Right, That sounds like good practice. I also tried instantiating a cfc into the application scope, which worked fine, but did not result in any visible increase to performance. At 09:42 AM 06/09/02 -0700, you wrote: If you call a CFC more then once on the same request using the cfinvoke tag

RE: Ping on an apple??

2002-09-06 Thread Mark W. Breneman
Download a ping tool. http://search.atomz.com/search/?sp-a=00011e1f-sp000asp-f=iso-8859-1sp- q=ping Mark W. Breneman -Macromedia Certified ColdFusion Developer -Network / Web Server Administrator Vivid Media [EMAIL PROTECTED] www.vividmedia.com 608.270.9770 -Original

Re: quick regex ?

2002-09-06 Thread Alex
/[[:space:]]|[[:punct:]]/ On Fri, 6 Sep 2002, John Lucas wrote: Hi All, I've got a quick regex question that I can seem to get right this morning. I need to remove all spaces and all punct characters from a string. I can do it one way or the other, but one way or the other but I can't

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Matt Liotta
I should also add that I just bought it, but am quite unhappy that I have to wait for a CD to be shipped to me. It should be downloadable. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Matt Liotta

SOT: Another Regex help request

2002-09-06 Thread Shawn Grover
I need to parse a javascript file for function names. I have a regex that will find the function MyName but I only want the MyName. Here's my regex (from memory, so I might not have it right): (?:function\s)\S*\( (which if my understanding is right means a non-grouping search for

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Mike Chambers
matt, would you be willing to download 650 megs? Not being sarcastic, but that is the main reason we did not make it downloadable. btw, you are not the first person to request that today. mike chambers [EMAIL PROTECTED] -Original Message- From: Matt Liotta [mailto:[EMAIL

Re: http://examples.macromedia.com/coldfusion/examples/ down??

2002-09-06 Thread Sean A Corfield
On Thursday, September 5, 2002, at 10:20 , bryan.hogan wrote: I don't feel anyone other than some beginner CFers would feel that they are of use. Why is that? Are the examples just too simple? What sort of things would you like to see? Perhaps everyone here could contribute some worthwhile

Re: Where is javac? [Now OS/X redux]

2002-09-06 Thread Sean A Corfield
On Friday, September 6, 2002, at 07:47 , Joshua Miller wrote: I don't think it's completely scientific to assume that your company is the norm. Our company has 300 computers and about 100 of them are Macs ... so with your logic applied here, one out of every three computers is a Mac - that's

Re: OT: ecommerce live chat case study

2002-09-06 Thread Sean A Corfield
On Friday, September 6, 2002, at 05:37 , I-Lin Kuo wrote: Has anybody every implemented a live chat? I'm thinking of adding chat capability to an e-commerce site so customers can ask questions as they shop without picking up a phone. How difficult is it? If you use Flash MX and the

RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Matt Liotta
Sure, I've got plenty of bandwidth. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ 888-408-0900 x901 -Original Message- From: Mike Chambers [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 10:24 AM To: CF-Talk Subject: RE: Interesting:

  1   2   3   >