Coldfusion multiple instance

2004-08-24 Thread vishnu prasad
Hi all i have four coldfusion instance in jrun ,and jrun is installed in c: so all my jrun files are installed in {jrun-home/server/servername} all things are in c: now i want to change the path of one instance into d:/somefolder how can i do this thanks in advance Vishnu [Todays Threads]

Re: Coldfusion multiple instance

2004-08-24 Thread simon
try going to your cfusion_ear\cfusion_war\WEB-INF jrun-web.xml file and add something like the following (replace values with your context root if using one, and the actual directory path with forward slashes): virtual-mapping resource-path//resource-path system-pathc:/mynewrootdir/system-path

Re: URL's with variables

2004-08-24 Thread Ewok
- Original Message - From: Hugo Ahlenius To: CF-Talk Sent: Tuesday, August 24, 2004 1:43 AM Subject: Re: URL's with variables Have you ruled out the web-server? It should (in theory) work in any browser, they are just using a text-based reference to an information source (i.e. url) and

Re: URL's with variables

2004-08-24 Thread Ewok
quote source=originalpost there is only one index.cfm in the entire site and that is the default doc for the site in IIS /quote - Original Message - From: Hugo Ahlenius To: CF-Talk Sent: Tuesday, August 24, 2004 1:43 AM Subject: Re: URL's with variables Have you ruled out the

Re: Queries/Arrays/Structs

2004-08-24 Thread Joe Rinehart
I just blogged a CFC I wrote to do this (query - structure), as well as a transforming to an array of structs, XML, and delimited formats. Read more / download at http://clearsoftware.net/client/index.cfm?mode=entryentry=908A13D0-E081-0478-47142477868E2D49 Hope it can help. -joe - Original

RE: URL's with variables

2004-08-24 Thread Hugo Ahlenius
|there is only one index.cfm in the entire site and that is the |default doc for the site in IIS /quote But the question is -- does IIS return (or redirect to) index.cfm when no file is specified or just a ? given: http://host/dir/ http://host/dir/? Perhaps it is looking for default.htm/asp,

.cfmail to .eml

2004-08-24 Thread Andy J
HI, ok, this might sound odd but is there a away of creating an email (with attachements) but without using cfmail. All I want is the final file so when I open it in Tunderbird I can read the message and see the file. Hope this is clear Andy --- Checked by AVG anti-virus system

Re: Has anyone seen this?

2004-08-24 Thread Jim Campbell
They're the top-ranked site for http:// (If you don't hit I'm Feeling Lucky) - perhaps all of their URL's are full paths on their site?It's not a purchased AdWord. - Jim Qasim Rasheed wrote: If you type http:// in the search box on google homepage and press I am feeling lucky, you are

Re: .cfmail to .eml

2004-08-24 Thread Howie Hamlin
CFX_iMSMail (our tag for sending mail with iMS) can do this.The code would be something like: cfx_imsmail createmailfileonly=yes spooldir=some_directory attachments=c:\file1.zip,c:\file2.zip header_to=someone header_from=someone body=test This code would create a mail file in the specified

Datasource

2004-08-24 Thread vishnu prasad
Hi All i have my coldfusion application run in jrun when i create the datasource through contol panetl odbctest the connection its says successful but when i try to add the odbc socket from coldfusion administraion ia m getting this error Connection verification failed for data source: idb

Re: Datasource

2004-08-24 Thread Greg Stewart
One possibility, are both the ColdFusion MX ODBC server and ColdFusion MX ODBC agent services running? G On Tue, 24 Aug 2004 09:23:39 -0400, vishnu prasad [EMAIL PROTECTED] wrote: Hi All i have my coldfusion application run in jrun when i create the datasource through contol panetl odbctest

Re: Re: Datasource

2004-08-24 Thread simon
In addition, I'd also double check to make sure that the access database (I assume it's access since you're using ODBC) permissions aren't set to read-only. ~Simon Simon Horwith CTO, eTRILOGY ltd. Member of Team Macromedia Macromedia Certified Master Instructor Blog - http://www.horwith.com

RE: SOLUTION: Re: Okay, go here to see what I'm talking about...( cfserver not r unning correctly)

2004-08-24 Thread Bosky, Dave
Kinda scary,huh? Wait till it happens on a production box then what do you do besides sit back waiting patiently for CF to start working again... Jeff, who do you host with these days? _ From: Jeff [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 7:32 PM To: CF-Talk Subject: Re:

Transmenus and form elements

2004-08-24 Thread Claremont, Timothy
I am using a transmenus _javascript_ menu in my application. Everything works fine except when I have a cfselect box in my page, near the top. The transmenus drop down and go BEHIND the select boxes, so you can't see the menu items. Is there a change I can make that will allow the menus to always

Re: Transmenus and form elements

2004-08-24 Thread Joe Rinehart
Hi Tim, It's more of a DHTML issue than anything else - not really _javascript_ or CF.The cfSelect tag just generates plain-old html select tags. AFAIK, the piece of IE that renders selects, etc., does so on top of whatever the page is rendering, and therefore they always show on top. I don't

Creating a List from a Recursion

2004-08-24 Thread Anne Girardeau
I've created a custom tag that recurses over a database to create a breadcrumb trail.The problem I'm encountering is I would really like to be able to pull a list from that tag that it can then be easily manipulated.Below is the custom tag code: cfquery name=checkParent

CFMX, multi instance, and logs

2004-08-24 Thread lists
Where oh where is the log destination set for CFMX?I have multi-instances of CFMX on a box and I can't get teh application, server, etc logs going.The original CFMX instance is working, bu the second is not.I set the destination on the second instance correctly in the CFADMIN tool

Re: Transmenus and form elements

2004-08-24 Thread Qasim Rasheed
As far as I know most drop down menu will not show up if over a select box.Select boxes are essentially created by the OS rather than the browser, and therefore do not respond well to layering... they always want to be on top. The only solution is to put the select element inside of a div then

Re: Queries/Arrays/Structs

2004-08-24 Thread Qasim Rasheed
This might help you http://clearsoftware.net/client/queryTool.cfm On Mon, 23 Aug 2004 17:20:13 -0500, Paul Giesenhagen [EMAIL PROTECTED] wrote: I have some Queries that I want to convert a record to either an Array or a Struct (different queries, different requirements). What is the easiest

RE: Transmenus and form elements

2004-08-24 Thread d.a.collie
without code all I could say was it's CSS with the layer positioning needing set? wrap in div's and set the z-index to try forcing on top? -- dc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Creating a List from a Recursion

2004-08-24 Thread John Beynon
valuelist() perhaps? jb. On Tue, 24 Aug 2004 09:53:04 -0400, Anne Girardeau [EMAIL PROTECTED] wrote: I've created a custom tag that recurses over a database to create a breadcrumb trail.The problem I'm encountering is I would really like to be able to pull a list from that tag that it can then

HELP! Unable to reset page encoding

2004-08-24 Thread Mark Leder
Hi all. Using Win 2003 server with CFMX 6.1 All pages contain cfprocessingdirective pageencoding=utf-8 I just made a change to my appliction.cfm page and reposted it to the site. Now all I get is an error Unable to reset the page encoding. I've stopped and started the CFMX service, and also

CF-Smarty

2004-08-24 Thread Micha Schopman
I am looking for stack based template parsers build with CFML (and thus running on ColdFusion). I am specifically looking for a stack based version, not for a version based on regular expressions or recursion. Does anyone happen to know one? Micha Schopman Software Engineer Modern Media,

Strange Oracle Error

2004-08-24 Thread djones
To all you oracle guru's out there, can any of you shed some light for me? A client sent me this error, they could not get a screen shot of the error so I am not 100% positive that this is worded correctly as I have never seen this error before? Oracle Error Code=0 Timeout while obtaining Oracle

RE: HELP! Unable to reset page encoding

2004-08-24 Thread Dave Watts
Using Win 2003 server with CFMX 6.1 All pages contain cfprocessingdirective pageencoding=utf-8 I just made a change to my appliction.cfm page and reposted it to the site. Now all I get is an error Unable to reset the page encoding. I've stopped and started the CFMX service, and also

RE: Strange Oracle Error

2004-08-24 Thread Dave Watts
To all you oracle guru's out there, can any of you shed some light for me? A client sent me this error, they could not get a screen shot of the error so I am not 100% positive that this is worded correctly as I have never seen this error before? Oracle Error Code=0 Timeout while

RE: HELP! Unable to reset page encoding

2004-08-24 Thread Mark Leder
Dave, Thanks for your quick reply. I hadn't changed the new doc properties in DWMX in quite a while. What I did was copied/pasted all the existing application.cfm stuff into a new blank document, resaved it and reloaded it. This solved the problem. Site is running again. Mark -Original

Re: Creating a List from a Recursion

2004-08-24 Thread Anne Girardeau
I don't think that will work in a recursion judging by what I've read about it.It seems it just takes data from a query column and creates a list out of it. But, that's assuming all of the data needed for the list is there on the first query.Since I'm dealing with a recursion, the query will

Re: .cfmail to .eml

2004-08-24 Thread Andy Jarrett
Thanks for that. Though i've installed the CFX and registered it with CF the following code isnt producing a file cfx_imsmail createmailfileonly=yes spooldir=c:\ header_to=[EMAIL PROTECTED] header_from=[EMAIL PROTECTED] body=test Is there something im missing? Cheers Andy CFX_iMSMail

Re: .cfmail to .eml

2004-08-24 Thread Andy Jarrett
Thanks for that. Though with the following code it doesnt seem to be generating any file cfx_imsmail createmailfileonly=yes spooldir=c:\Documents and Settings\aj\Desktop\ header_to=[EMAIL PROTECTED] header_from=[EMAIL PROTECTED] body=test Am i missing something? Andy [Todays Threads]

Increasing the THREAD pool size on the JRUN server

2004-08-24 Thread Greg Landers
We are running CFMX on a pair of load balanced WIN servers and suddenly they have started crashing repeatedly. We restart them and after a couple of minutes once some traffic has started . dead. The error message states JRun Connector Protocol Error and after reviewing the log files it seems that

Alagad Image CFC

2004-08-24 Thread Eric Jones
Anyone using the alagad image CFC and having problems with it putting a red tint on resized images? ERJ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Creating a List from a Recursion

2004-08-24 Thread Joe Rinehart
Hi Anne, In your custom tag, you can look at the base tag list with getBaseTagList() and see if it is its own first base tag.If not, create a structure called ancestorData, and give it a member called ancestorList.If it is its own base tag, create a reference to the structure using ancestorData =

Re: Alagad Image CFC

2004-08-24 Thread Joe Rinehart
Eric, Can you post your code? -joe - Original Message - From: Eric Jones [EMAIL PROTECTED] Date: Tue, 24 Aug 2004 11:00:47 -0400 Subject: Alagad Image CFC To: CF-Talk [EMAIL PROTECTED] Anyone using the alagad image CFC and having problems with it putting a red tint on resized images?

OT: Gmail is too creepy......

2004-08-24 Thread Sean Corfield
Apart from being OFF-TOPIC for this list, that website contains a number of basic factual errors and is mostly paranoid fear, uncertainty and doubt. Take it to cf-community please! On Sun, 22 Aug 2004 14:02:38 -0400, Andrew Grosset [EMAIL PROTECTED] wrote: Have a look at this website before

RE: Alagad Image CFC

2004-08-24 Thread Eric Jones
Here's the code. those of you who want to see sample images email me and I'll send them directly to you. !--- This instantiates the component, thereby creating an object for us to work with. --- cfset myImage = CreateObject(Component, CustomTags.corev2.imageComponent.Image) / cfset thisFile =

RE: Increasing the THREAD pool size on the JRUN server

2004-08-24 Thread Hugo Ahlenius
Could it be Jrun bug 56262 ? There are a number of posts in the Jrun forums abut this: JRUN Support Forums - Thread death and memory leak in JRun4 http://tinyurl.com/2rabd -- Hugo Ahlenius - Hugo AhleniusE-Mail: [EMAIL PROTECTED]

RE: Increasing the THREAD pool size on the JRUN server

2004-08-24 Thread Greg Landers
Thank you for that link Hugo! That is exactly what we are dealing with. Peace, Greg _ From: Hugo Ahlenius [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 10:26 AM To: CF-Talk Subject: RE: Increasing the THREAD pool size on the JRUN server Could it be Jrun bug 56262 ? There are

Template Execution Order

2004-08-24 Thread Dan O'Keefe
Has anyone ever come up with a way to display all of the templates in executed order. Searching of the archives does not seem to yield any info. CF 5.0 is the version I am looking to use it on. Thanks, -- Dan O'Keefe [Todays Threads] [This Message] [Subscription] [Fast

RE: Template Execution Order

2004-08-24 Thread Eric Jones
this would be great to have. anyone get this please post to the list. ERJ -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 12:02 PM To: CF-Talk Subject: Template Execution Order Has anyone ever come up with a way to display all of the

UCase() issue

2004-08-24 Thread Cutter (CF related)
Here's my problem. I have a variable that is set from a db call. This variable is passed to a tag through an attribute. The attribute value is displayed from within a UCase() function. Pretty simple stuff. But, sometimes the value of the db call contains html code (i.e.: br / , or rsquo

Re: URLEncode/URLDecode

2004-08-24 Thread Cutter (CF related)
Jordan, Though I appreciate your reply, though I made a mistake with my message. It's not URLEncode, but rather the URLEncrypt UDF from cflib, in conjunction with the URLDecrypt UDF. Cutter Jordan Michaels wrote: Cutter (CF related) wrote: Still looking for any practical example of using

Re: URLEncode/URLDecode

2004-08-24 Thread Jordan Michaels
Hi Cutter: haha. Okay. I was wondering why you were talking about cflib.org. =P I don't know anything about those tags though... so I'm afraid I can't help much. =\ Warm regards, Jordan Cutter (CF related) wrote: Jordan, Though I appreciate your reply, though I made a mistake with my

Re: URLEncode/URLDecode

2004-08-24 Thread George Abraham
Cutter, >From what little I saw, it looks like both the tags work in conjunction to camouflage the values of url variables. Say you don't want people to know that the ID of the record they are editing is 235. Then the URLEncrypt function will encrypt it with some junk-like output. Then the

Re: UCase() issue

2004-08-24 Thread Barney Boisvert
How about wraping the unmodified (no uCase()) string in a SPAN tag and applying style=text-transform:uppercase; to it?That should take care of it, at least in modern browsers. cheers, barneyb On Tue, 24 Aug 2004 12:20:20 -0400, Cutter (CF related) [EMAIL PROTECTED] wrote: Here's my problem. I

Quick CFMX upgrade question

2004-08-24 Thread Phill B
I'm going to upgrade a windows 2k server to CFMX from CF5. I'm going to uninstall CF5, clean up any residuals and then install CFMX. Anybody have any suggestions, recommendations or any other things to keep in mind while I do this? -- Phillip B. [Todays Threads] [This Message]

Re: URLEncode/URLDecode

2004-08-24 Thread Jordan Michaels
George Abraham wrote: Cutter, From what little I saw, it looks like both the tags work in conjunction to camouflage the values of url variables. Say you don't want people to know that the ID of the record they are editing is 235. Then the URLEncrypt function will encrypt it with some

Re: .cfmail to .eml

2004-08-24 Thread Howie Hamlin
I apologize - that functionality is not often used in the tag (though it's been there for quite some time) and it seems to have been broken.I corrected the tag so that the createmailfileonly functionality works properly again.You can download the updated tag here:

Re: URL's with variables

2004-08-24 Thread Mike Alberts
I had problems doing this a long time ago. I develop on Win/Apache and the production environment was NT/IIS and it didn't like not having the document name and caused errors. I never bothered to see if it could be 'fixed' in the IIS config, just went back to using index.cfm. It WAS on NT, so it

Re: URLEncode/URLDecode

2004-08-24 Thread Scott Brady
URLEncodedFormat will only change specific characters. So, if you pass it the string my string, all you'll get out is my%20string.Also, it doesn't take a seed parameter. The second [optional] parameter is for the character set. (I believe that pre-MX, it didn't even take that second parameter at

RE: Increasing the THREAD pool size on the JRUN server

2004-08-24 Thread Dawson, Michael
Greg, can you post back if this workaround solves your problem?We are getting ready to jump to Enterprise on JRun and I'm scared of this problem. Thanks M!ke Dawson From: Greg Landers [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 10:39 AM To:

Interesting flash remoting example?

2004-08-24 Thread Michael Kear
I'm assuming thisterrific effect is flash remoting? No? Anyway it's really creative and deserves a Attaboy to the designer. http://www.turnerclassicmovies.com/ Cheers Mike Kear AFP Webworks Windsor, NSW, Australia http://afpwebworks.com .com, .net, .org etc domains start at A$20/year

Re: Quick CFMX upgrade question

2004-08-24 Thread Chris Johnston
On Tue, 24 Aug 2004 11:33:29 -0500, Phill B [EMAIL PROTECTED] wrote: I'm going to upgrade a windows 2k server to CFMX from CF5. I'm going to uninstall CF5, clean up any residuals and then install CFMX. Anybody have any suggestions, recommendations or any other things to keep in mind while I

Re: Quick CFMX upgrade question

2004-08-24 Thread Bob Haroche
I'm going to upgrade a windows 2k server to CFMX from CF5. I'm going to uninstall CF5, clean up any residuals and then install CFMX. I did that upgrade on a Win2K workstation but left CF 5 in place -- shut it down first. CFMX recognized the earlier version and offered to migrate all (or many)

Re: Interesting flash remoting example?

2004-08-24 Thread Chris Johnston
On Wed, 25 Aug 2004 02:53:30 +1000, Michael Kear [EMAIL PROTECTED] wrote: I'm assuming thisterrific effect is flash remoting? No? Anyway it's really creative and deserves a Attaboy to the designer. http://www.turnerclassicmovies.com/ Cool website. I am wondering which effect you thought

OT: Urchin?

2004-08-24 Thread Ray Champagne
Does anybody here use Urchin?I have a few basic questions if anyone does THX, Ray = Ray Champagne - Senior Application Developer CrystalVision Web Site Design and Internet Services 603.433.9559 www.crystalvision.org

Re: UCase() issue

2004-08-24 Thread Cutter (CF related)
Barney, you're a genius. Cutter Barney Boisvert wrote: How about wraping the unmodified (no uCase()) string in a SPAN tag and applying style=text-transform:uppercase; to it?That should take care of it, at least in modern browsers. cheers, barneyb On Tue, 24 Aug 2004 12:20:20 -0400,

Using Struts with CF

2004-08-24 Thread Marco Antonio C. Santos
Anybody here develops CF apps with Struts MVC pattern? What's your impressions? Marco [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Interesting flash remoting example?

2004-08-24 Thread Michael Kear
Exactly Chris,hence my question mark on the subject line.I was wondering if people who knew more about flash remoting than I did would be able to tell.I figured the info related to the actors was coming from the database and the fact that every day has a different star might indicate that too.But

Re: Book Review [ Java for Coldfusion Developers ]

2004-08-24 Thread Jon Gunnip
Here is a review I wrote for the Salt Lake CFUG (http://www.slcfug.org/index.cfm?pageID=59): Jon Java for ColdFusion Developers is great overview of the Java Programming Language for web developers who already know ColdFusion and know little or no Java. The book is written for ColdFusion

RE: Interesting flash remoting example?

2004-08-24 Thread dave
i dont know if u could actually tell, except maybe check too see if they have remoting by doing the call at the end seems a bit slow too be remoting though (at least with cfcs) if u didnt see the tut that i help do on communitymx here is a diff version of it with the same remoting though

Help with PreserveSingleQuotes...losing my mind here

2004-08-24 Thread Cassidy Symons
As a preface, I'm using CF5 on Win2K. I'm trying to create a UDF as follows (it will have more functions later, I know it doesn't seem very useful at the moment): cfscript function TextStore(db_string) { db_string = PreserveSingleQuotes(db_string); return db_string; } cfscript then call it

Re: Interesting flash remoting example?

2004-08-24 Thread Barney Boisvert
I don't think it's the data aquisition that's slow, just the UI.it maxed my processor, and was still running well below it's desired framerate, so it's definitely a proc intensive little movie.There isn't actually that much data to gather, when you think about it, and it's static, so using XML

Re: Help with PreserveSingleQuotes...losing my mind here

2004-08-24 Thread Barney Boisvert
I belive that PSQ is only valid inside CFQUERY tags, because that's the only place that CF will automatically double your single quotes. Thus, you can't use it in a UDF.It's weird that it's giving you that error message, but getting the wrong message like that isn't unheard of. I'm curous about

Re: Help with PreserveSingleQuotes...losing my mind here

2004-08-24 Thread Cassidy Symons
I belive that PSQ is only valid inside CFQUERY tags, because that's the only place that CF will automatically double your single quotes. Thus, you can't use it in a UDF.It's weird that it's giving you that error message, but getting the wrong message like that isn't unheard of. cfset foo =

RE: Help with PreserveSingleQuotes...losing my mind here

2004-08-24 Thread Dave Watts
I'm trying to create a UDF as follows (it will have more functions later, I know it doesn't seem very useful at the moment): cfscript function TextStore(db_string) { db_string = PreserveSingleQuotes(db_string); return db_string; } cfscript then call it as cfset bar =

Re: Help with PreserveSingleQuotes...losing my mind here

2004-08-24 Thread Cassidy Symons
This is just a guess, but I think the problem might have to do with the fact that you're using the same name for the local variable as you are for the argument. You should be able to do this: function TextStore(db_string) { var tmp_db_string = PreserveSingleQuotes(db_string); return

Re: Interesting flash remoting example?

2004-08-24 Thread dave
if it maxed your processor then maybe they are using xml if they arent then they probably shouldnt as doing it the xml way creates WAY more overhead then remoting does and is slower u r right, there isnt too much info too pull in. So remoting would ROCK!! -- Original Message

Re: Help with PreserveSingleQuotes - RESOLVED

2004-08-24 Thread Cassidy Symons
Sorry, I figured things out...I was having a brainfart. Cassidy [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Increasing the THREAD pool size on the JRUN server

2004-08-24 Thread Greg Landers
There were two issues: ColdFusion connections and MySQL connections. We added the attribute maxHandlerThreads to the JRun config file like this: service class=jrunx.scheduler.SchedulerService name=SchedulerService attribute name=maxHandlerThreads1000/attribute /service At which point we started

RE: CF-Smarty

2004-08-24 Thread Matt Liotta
Could you be more specific? Are you looking for generic parser generators or do you just want to do some sort of declarative templating? -Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Micha Schopman Sent: Tuesday, August 24, 2004 10:04 AM To:

RE: Help with PreserveSingleQuotes...losing my mind here

2004-08-24 Thread Dave Watts
As I said in an email to Barney, I've used PSQ outside of a queries before and it has worked, however...I was just playing around with turning off PSQ, and I realized ColdFusion was automatically doubling up my single quotes without even calling PSQ, which I'd never experienced before.

Re: Help with PreserveSingleQuotes...losing my mind here

2004-08-24 Thread Barney Boisvert
As I said in an email to Barney, I've used PSQ outside of a queries before and it has worked, however...I was just playing around with turning off PSQ, and I realized ColdFusion was automatically doubling up my single quotes without even calling PSQ, which I'd never experienced before. I know

Re: Help with PreserveSingleQuotes...losing my mind here

2004-08-24 Thread Cassidy Symons
Yes, I think you are. That's the default behavior for CFQUERY, and always has been. The PreserveSingleQuotes function allows you to override that behavior. As for PreserveSingleQuotes working before, the function won't produce an error if used outside of CFQUERY, but it won't have any effect

test post

2004-08-24 Thread Web Exp
test post [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: test post

2004-08-24 Thread Aseem Mal
test post test post [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: WAY OT: Einstein at a Spelling Bee - was Re: Exactly *how* smart are we?

2004-08-24 Thread Don
Bruce maybe... iirc Einstein had lousy spelling... and wasn't real great with math either. I suspect Albert would have found the spelling bee idea silly anyway, given that he never memorized his own phone number because it was in the phone book. s. isaac dealey954.927.5117 new epoch : isn't it

Re: Legal or Not Legal?

2004-08-24 Thread Jochem van Dieten
Matt Blatchley wrote: The Web metrics program I'm using tracks the usual...ipaddress, country, state, ISP, keyword/search engine, and site path of the user as they go from page to page within a site.This is all fine, but two different people have told me that once I match up the statistical

Re: Template Execution Order

2004-08-24 Thread Matt Robertson
Has anyone ever come up with a way to display all of the templates in executed order. Yes, Macromedia has :-) In CF Admin: -Enable debugging. -Check Report Execution Times -Set display to Tree -- --Matt Robertson-- MSB Designs, Inc. mysecretbase.com [Todays Threads] [This Message]

Re: Template Execution Order

2004-08-24 Thread Dan O'Keefe
I know that is in 6.1 but the client I am working at has 5.0. Dan - Original Message - From: Matt Robertson [EMAIL PROTECTED] Date: Tue, 24 Aug 2004 13:12:03 -0700 Subject: Re: Template Execution Order To: CF-Talk [EMAIL PROTECTED] Has anyone ever come up with a way to display all of

RE: Template Execution Order

2004-08-24 Thread Eric Jones
DOH! thanks! -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 24, 2004 4:12 PM To: CF-Talk Subject: Re: Template Execution Order Has anyone ever come up with a way to display all of the templates in executed order. Yes, Macromedia has :-) In CF

Re: Template Execution Order

2004-08-24 Thread Barney Boisvert
Be aware that enabling this will make your application slow WAY down if you're using CFCs.For whatever reason, CFC invocations increase the processing time enormously, both for the actual request, and the rendering of the debug output. cheers, barneyb On Tue, 24 Aug 2004 13:12:03 -0700, Matt

Re: CF-Smarty

2004-08-24 Thread Micha Schopman
I am familiar with the general discussion about why create a template parser, since ColdFusion IS a template parser so I need to give some background info on what I try to accomplish. I am (started in January this year) creating a CMS with CFML. This CMS is created with the seperation of business

RE: CF-Smarty

2004-08-24 Thread Ken Ferguson
So you want to build into CF the ability to have PHP's smarty template engine? Sort of like having a scripting engine inside a scripting engine. I dig the idea. I use a php app that makes tremendous use of the smarty template engine and there is no end of really cool things I can do with it. Sorry

RE: CF-Smarty

2004-08-24 Thread Matt Liotta
Is it a requirement that the parser run in CFML? Would Java be okay? Can you wait for Blackstone? Are you sure you need more power than XSLT already provides? -Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Micha Schopman Sent: Tuesday, August

Re: CF-Smarty

2004-08-24 Thread Micha Schopman
Yes, XSLT is unfortunately very limited. It is a fine transformation language for simple or intermediate level templates, but I have experienced several situations where XSLT lacks functionality. It is just not powerfull enough. What I am interested in are more or less proof of concepts, little

Re: URL's with variables

2004-08-24 Thread S . Isaac Dealey
The only time I've ever seen a problem with it is if I accidentally left the trailing / off of the directory name. Doesn't mean there can't be problems even when the / is there. I think most (all?) webservers are capable of supporting this, so in an instance where there is a problem I'd bank on it

RE: CF-Smarty

2004-08-24 Thread Matt Liotta
As it stands now there simply aren't people writing parsers in CFML. I have written parsers for a variety of languages using C and Java. Further, there are a good number of open source parser generators available for C/C++ and Java. However, you aren't going to be able to easily make use of them

Re: Creating a List from a Recursion

2004-08-24 Thread Anne Girardeau
Hey Joe, Thanks for your input.Actually I figured something out using session variables and it works amazingly well. The performance of it also isn't too terrible since the most the script should ever recurse would be 5 or 6 times, if that. I am, however, intrigued by your comment about having

Re: Creating a List from a Recursion

2004-08-24 Thread Barney Boisvert
I'd recommend using the request scope, rather than the session scope. A breadcrumb display is not bound to a user session in any way, it's strictly related to the current request. Joe's suggestion to use the custom tag framework that CF provides is superior even to that, because it allows

Re: Creating a List from a Recursion

2004-08-24 Thread Anne Girardeau
Thanks for the tip barneyb, I replaced session with request and it still works beautifully. I agree that it's not much of an issue with breadcrumb generation.I'm never going to need more than one set of breadcrumbs on a requesting page so hopefully I'm pretty safe with what I have. Thanks again,

Re: URL's with variables

2004-08-24 Thread Ewok
quote source=originalpost there is only one index.cfm in the entire site and that is the default doc for the site in IIS /quote and the answer was... there is only one index.cfm in the entire site and that is the default doc for the site in IIS not only is it the default document in IIS, it's

Date, Ignore time

2004-08-24 Thread Tangorre, Michael
What is the most efficient way to ignore the time portion of a date field in SQL server when making a comparison to a user specified date value without a time portion? Wow, that was a mouthful. Thanks, Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: Date, Ignore time

2004-08-24 Thread Casey C Cook
trunc ? Thanks, CC x56927 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Date, Ignore time

2004-08-24 Thread Barney Boisvert
Cast to date, if you're not using an index, would seem like the best bet to me.Second to that, add a time portion to the user's value behind the scenes that will make the comparison do what you want.If it's a LT comparison, set the time to midnight.If it's a LTE, set the time to 23:59:59.etc. I

Re: Date, Ignore time

2004-08-24 Thread Casey C Cook
Or maybe Left(Getdate(),11) Thanks, CC [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

categories, subcategories and sub-subcategories in a database

2004-08-24 Thread mayo
I have scripts and notes that I would like to be able to organize in a better fashion. For example (scripts) Category: _javascript_ SubCategory: Form Validation SubSubCategory: Checkboxes Item: Is checkbox selected? I'm thinking about the following tables: SCRIPTS scriptID scriptText

Simultaneous File download limiting system

2004-08-24 Thread Dennis Powers
Hi, We are attempting to create a file download system that will limit the user to two simultaneous file transfers.We have a project where we have a file browser web page in the web site that reads from a database and when the user wishes to download a file they click the icon and we direct them

RE: Creating a List from a Recursion

2004-08-24 Thread Dennis Powers
Currently the breadcrumbs display directly from the custom tag which works relatively well.Except there are instances when I would really like to have the data placed into a list. Any ideas how I could accomplish this? You need to build the list successively with each recursion and then pass

Re: Date, Ignore time

2004-08-24 Thread Greg Morphis
thats what I was going to suggest select trunc(date_Field) from dual will return just the date part.. but they're using SQL server, I dont think trunc works with that :) perhaps select convert(datetime, convert(varchar(10), DateField, 101), 101)

  1   2   >