Hightlight Tag Broken, Verity Search Alternative?

2005-02-04 Thread Russ Unger
All, I've got a couple of quick-hit bugs (hopefully) that are driving me batty. For starters, I work locally off of Win2k3 Server running mysql at home as a dev/test environment and then I have a production box running Linux & mysql. I'm pretty-well tested when it comes to being on current, sta

A new hosts and session variables do not stick.

2005-02-04 Thread Nick Baker
CFMX 6.1 I have been through this before and was painful. The last fix I tried with this problem at another hosts didn't work this time. That last fix was appending cookie info below to URL's as below nextpage.cfm?#cookie.CFTOKEN##cookie.CFID# Below is my setting code New hosts if Intermedi

RE: authentication schemes.

2005-02-04 Thread Dawson, Michael
Why not build a form-based authentication scheme and ignore the browser's functionality? Then, use SSL to protect the connection. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tra

RE: Recovery from a session time-out?

2005-02-04 Thread Dawson, Michael
I setup my intranet so that, even if the session times-out, it will be transparent to the end-user. I do this by keeping a separate session cookie. When the session times-out, then the user accesses another page in the application, my scripts will reload the data in the session scope again. Th

RE: authentication schemes.

2005-02-04 Thread Dave Watts
> The requirement we're trying to meet here is that we want the > users to authenticate themselves when they access the > application. We can't accept that an authentic user logged > onto the workstation some four hours ago, so the person > accessing this application is the same person. The c

RE: authentication schemes.

2005-02-04 Thread Ian Skinner
...From: Dave Watts [mailto:[EMAIL PROTECTED] ...So, all you have to do is deny access to those files for the accounts ...with ...which people are logging into their workstations, and allow access to ...those ...files for other accounts. The requirement we're trying to meet here is that we want th

RE: Recovery from a session time-out?

2005-02-04 Thread Dave Watts
> I am stuck with a 30 minute timeout on the Crystaltech > Hosting Service CFMX servers. I have contacted them asking > for a longer timeout, but they will not do it. > > I don't want to rewrite everything right now to get rid of > session variables, so: > > Is there a graceful way to recover

RE: authentication schemes.

2005-02-04 Thread Dave Watts
> Does anybody know if there is a way using IIS(Server 2000) > and IE(5.5-6.0) to always require a user to authenticate > themselves when they access certain web sites/applications. > In other words, do not allow IE/IIS to authenticate a user > behind the scenes using credentials provided when

Re: No white space in source code?

2005-02-04 Thread Barney Boisvert
and will go a long way towards reducing it. If you don't want any, however, you'll need to judiciously use CFSILENT or some kind of post-processing to strip the whitespace out of the generated content. cheers, barneyb On Fri, 4 Feb 2005 18:11:23 -0500, CFDEV <[EMAIL PROTECTED]> wrote: > What's

Re: No white space in source code?

2005-02-04 Thread Adam Haskell
are 2 things you can use. Also make sure whitespace amangement is checked in the Administrator. And use CFCs and and set output = false. Theres also a custom tag called lesswhitespace...but on large pages it takes a while to process the page.. Adam H On Fri, 4 Feb 2005 18:11:23 -0500, CFDE

No white space in source code?

2005-02-04 Thread CFDEV
What's the trick so there is no blank space where the coldfusion code is when we look at the source code in the browser? Thanks Pat ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Adam Haskell
You'll never see any of my stuff, we have a HUGE CF intranet, but no one will ever know about it except for me talking about it Adam H On Fri, 4 Feb 2005 16:42:03 -0500, dave <[EMAIL PROTECTED]> wrote: > too me its like this, ms has a tendency to drop things everytime someone has > somethin

RE: SOT: authentication schemes.

2005-02-04 Thread Ian Skinner
Yes, it just might! I will have to go a hunting for that. It looks like basic authentication may be back on the table. I found a very good explanation of the different authentication choices here [http://www.owasp.org/columns/jlima/joelima2.html]. And it confirms and idea that I had which is

Recovery from a session time-out?

2005-02-04 Thread Richard Colman
I am stuck with a 30 minute timeout on the Crystaltech Hosting Service CFMX servers. I have contacted them asking for a longer timeout, but they will not do it. I don't want to rewrite everything right now to get rid of session variables, so: Is there a graceful way to recover from a session va

Re: SOT: authentication schemes.

2005-02-04 Thread Robert Munn
I seem to remember that some time in the past Ben wrote an authentication CFX tag that would pop a browser auth. box. Perhaps, in combination with SSL, that would work? > Does anybody know if there is a way using IIS(Server 2000) and IE(5. > 5-6.0) to always require a user to authenticate thems

SOT: authentication schemes.

2005-02-04 Thread Ian Skinner
Does anybody know if there is a way using IIS(Server 2000) and IE(5.5-6.0) to always require a user to authenticate themselves when they access certain web sites/applications. In other words, do not allow IE/IIS to authenticate a user behind the scenes using credentials provided when the client

Re: OT: Sql question

2005-02-04 Thread Umer Farooq
Well.. oneway to do it is to create a new relationship table.. i.e tblRelatedTrails > relationID > trailID > relatedTrailID and when doing a select for review you can do a sub select on the relatedTrails table.. and use IN() anotherway is to use the geo info of the trails.. and sele

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread dave
too me its like this, ms has a tendency to drop things everytime someone has something new (look no futher than asp or google type searches or anti-spyware, which is hilarious because their browser installs the spyware then u gotta pay them to buy their ani-spyware to get rid of it and make them

RE: A brief question about lists

2005-02-04 Thread Jim Davis
> -Original Message- > From: Yves Arsenault [mailto:[EMAIL PROTECTED] > Sent: Friday, February 04, 2005 3:32 PM > To: CF-Talk > Subject: Re: A brief question about lists > > Hi Jim, > > And the results processed fairly quickly? Even with the log files? Well - the log file stuff I only di

Re: cfset ?

2005-02-04 Thread dave
yeah i know just given ya a hard time ;) actually i thought u meant xhtml, sorry i gots a hottie on my mind! From: Will Tomlinson <[EMAIL PROTECTED]> Sent: Friday, February 04, 2005 4:10 PM To: CF-Talk Subject: Re: cfset ? No no no!! I was a bit va

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Vince Bonfanti
I'd agree with that. The Apache web server is probably in the same category--used more in public hosting environments and less behind corporate firewalls, so surveys that only measure public web servers (such as Netcraft) tend to be skewed. Vince > -Original Message- > From: Ben Forta [m

Re: OT: CFQuery SQL Scope of return?

2005-02-04 Thread Umer Farooq
SELECT TOP x.. However.. MS SQL Server does not support select range type quries. If your table does not contain lot of data.. look at CFOUTPUT controls.. otherwise.. SQL StoredProc would give you good results.. Nick Baker wrote: > MS SQL > CFMX 6.1 > > How do you limit the score of info ret

RE: CFQuery SQL Scope of return?

2005-02-04 Thread Dave Watts
> MS SQL > CFMX 6.1 > > How do you limit the score of info returned? > or > The equivalent of MySQL > LIMIT #StartRow#, #NumberRows# To get the first 5 rows: SELECT TOP 5 ... To get the second 5 rows: SELECT TOP 5 ... FROM ... WHERE field NOT IN (SELECT TOP 5 ...) Dave Watts, CTO, Fig

RE: OT: Sql question

2005-02-04 Thread John Munyan
Yes, the crux of the question is how to handle the subset question. In the below example a review left for SnowLake would be availble for the Snowlake Hike only. If I user left a review for Gem lake, then the review should be available for SnowLake or Gemlake since you pass by Snow lake on your

Re: cfset ?

2005-02-04 Thread Will Tomlinson
No no no!! I was a bit vague with my response there I guess. I AM coding everything xhtml, except those DAMN cfforms are still screwing me!! Friggin in uppercase! Who's the idget that did that anyway?? In speaking of extra keystrokes, I'm talkin about That's useless to me! I'm used to lo

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread dave
he he me 2! that damn glorified frontpage junk! hahaha From: Will Tomlinson <[EMAIL PROTECTED]> Sent: Friday, February 04, 2005 3:33 PM To: CF-Talk Subject: Re: Coldfusion VS ASP.NET use I'm gonna be a good boy and stay out of this one! :) Will ~

Re: cfset ?

2005-02-04 Thread dave
actually .net will (haha) its really easy to do in dreamweaver! set the default document type to be xhtml compliant in the preferences and then when done with page under commands select fix xhtml. u have to do a few things like adding alt text to images but u should be doing that anyway. a fe

Re: OT: Sql question

2005-02-04 Thread Umer Farooq
John Munyan wrote: > I have a question about how a relationship would be best modeled in SQL. > Currently I have a hiking website, which hosts trail reviews. People can add > their own comments which are associated with the hike. > > For instance maybe I hiked snow lake on 12/1/05 and also 6/

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Rey Bango
Good idea ;) Rey... - Original Message - From: "Will Tomlinson" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, February 04, 2005 2:33 PM Subject: Re: Coldfusion VS ASP.NET use > I'm gonna be a good boy and stay out of this one! > > :) > > Will > > ~~

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Will Tomlinson
I'm gonna be a good boy and stay out of this one! :) Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Lo

Re: A brief question about lists

2005-02-04 Thread Yves Arsenault
Hi Jim, And the results processed fairly quickly? Even with the log files? Thanks, Yves On Fri, 4 Feb 2005 14:54:08 -0500, Jim Davis <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Yves Arsenault [mailto:[EMAIL PROTECTED] > > Sent: Friday, February 04, 2005 2:43 PM > > To:

Errors not catched

2005-02-04 Thread Micha Schopman
I am creating a XML tree. The childs[i].lastversionid element is not available, and I am aware of. But, instead of executing the cfcatch part (which creates XML data with the error data in it to show in a treeview) CFMX just throws the error. Anybody happen to have same issues before with cftry/

OT: CFQuery SQL Scope of return?

2005-02-04 Thread Nick Baker
MS SQL CFMX 6.1 How do you limit the score of info returned? or The equivalent of MySQL LIMIT #StartRow#, #NumberRows# Thanks, Nick ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket applicat

Re: A brief question about lists

2005-02-04 Thread Yves Arsenault
Thank you all who answered! This list would probably be up to 350 items.. so I was thinking that might be a bit much. I suspect if I dig around with the SQL a bit more, I can get the results I desire... Yves On Fri, 4 Feb 2005 14:54:08 -0500, Jim Davis <[EMAIL PROTECTED]> wrote: > > -Origi

Re: cfset ?

2005-02-04 Thread Will Tomlinson
This all translates to tens of thousands of extra keystrokes for me. And being the lazy coder that I am, I'll deem them unecessary! :) Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application

Re: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Umer Farooq
you need to create a DTD to encompass all these.. W3C has a good example.. [XHTMLMOD] http://www.w3.org/TR/2002/WD-XHTMLplusMathMLplusSVG-20020809/#ref-xhtmlmodschema frankly I think.. until the XHTML MOD Schema is finalized(working draft now) stuff like this gonna be.. a pain.. unless you are a

OT: Sql question

2005-02-04 Thread John Munyan
I have a question about how a relationship would be best modeled in SQL. Currently I have a hiking website, which hosts trail reviews. People can add their own comments which are associated with the hike. For instance maybe I hiked snow lake on 12/1/05 and also 6/1/05. However, the user rev

RE: A brief question about lists

2005-02-04 Thread Jim Davis
> -Original Message- > From: Yves Arsenault [mailto:[EMAIL PROTECTED] > Sent: Friday, February 04, 2005 2:43 PM > To: CF-Talk > Subject: A brief question about lists > > Hello, > > I was wondering if there are any guidelines, or limits in how many > items can be in a list in a CF variable

RE: A brief question about lists

2005-02-04 Thread Michael Dinowitz
None other than the fact that a list is a delimited text string that has to be parsed to get out the value. Too long and it takes a lot of processing to deal with it. Personally, I don't use lists longer than 100 items unless there's a really good reason for it. > Hello, > > I was wondering if th

RE: A brief question about lists

2005-02-04 Thread Dave Watts
> I was wondering if there are any guidelines, or limits in how > many items can be in a list in a CF variable. There's no specific list data type in CF; lists are just strings. So, my guess is that a list can only contain as many characters (including delimiters) as any other string. Of course,

Re: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Barney Boisvert
I believe that it's still the XHTML MIME type, because that's what the document acutally, is regardless of what other stuff it might have embedded in it. But you're right, the MIME type is utterly insufficient for describing a compound XML document. cheers, barneyb On Fri, 4 Feb 2005 17:03:18 +0

A brief question about lists

2005-02-04 Thread Yves Arsenault
Hello, I was wondering if there are any guidelines, or limits in how many items can be in a list in a CF variable. Anyone? Thanks, -- Yves Arsenault ~| Logware (www.logware.us): a new and convenient web-based time tracking a

RE: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Damien McKenna
> -Original Message- > From: Paul Vernon [mailto:[EMAIL PROTECTED] > > My mails are generally set up as follows... > failto="[EMAIL PROTECTED]" ...> Perfect! That was it! Thanks Paul. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.

Re: Migrate Lotus Notes Apps to Coldfusion

2005-02-04 Thread Matt Woodward
>our group maybe getting the fun challange of migrating about 50-80 >Lotus/Domino apps to Coldfusion. I was curious if anyone has done this >and/or if anyone had any pointers or suggestions on wherre to start. >Right now we have an ODBC connection and are able to read some data >but we're concerned

Migrate Lotus Notes Apps to Coldfusion

2005-02-04 Thread Adam Haskell
our group maybe getting the fun challange of migrating about 50-80 Lotus/Domino apps to Coldfusion. I was curious if anyone has done this and/or if anyone had any pointers or suggestions on wherre to start. Right now we have an ODBC connection and are able to read some data but we're concerned abou

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Ben Forta
Dave, honestly, I don't think anyone really knows the answer to that one. But it is clear that some technologies tend to be used less in internal corporate development (PHP is a perfect example of this) meaning that proportionally there is more of them public facing and that skews any extrapolation

Re: Blog app

2005-02-04 Thread Rick Root
Daniel Kessler wrote: > > It's good to hear that it might not be too hard. It looked nice. BlogCFM 0.93b includes full support for Oracle and SQL Server. I also fixed quite a lot of major and minor bugs, and finished some features that weren't done (like requiring account confirmation before

RE: SQL Replace Question

2005-02-04 Thread John Stanley
Well, I tested this and it works fine on a 2k db NOT running in compatability mode, so that is the issue. Now to find a workaround. -Original Message- From: John Stanley Sent: Friday, February 04, 2005 11:35 AM To: CF-Talk Subject: OT:SQL Replace Question Anyone have any idea why this c

RE: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Paul Vernon
My mails are generally set up as follows... This works for the most part except with MTA's like MS Exchange that will accept mails for any address and then bounce them after receiving the full mail... This means that the failto address is lost because it is only used in the SMTP conversation and

Blog app

2005-02-04 Thread Daniel Kessler
At 12:01 PM -0500 2/3/05, CF-Talk wrote: >"Y'know, I use Oracle as the DBMS for my blog." > >"Isn't that kinda overkill?" > >"Yeah, but your should hear the server growl whenever somebody pulls up >pictures of my cat!" yeah it is probably overkill, but it's what the University supports and I use

Another little tip

2005-02-04 Thread Marlon Moyer
I just moved an application that was coded a couple of years ago from a CF5 server to a CFMX 6.1 server. I just figured out why my cfserver was pegging 100% CPU when it would hit a certain page. There was a CFFile statement where the output attribute didn't have ending quotes. It didn't throw an

RE: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Russ
Use the failto attribute of the cfmail tag. Russ -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 12:45 PM To: CF-Talk Subject: RE: Trying to make emails bounce correctly, headers problem I want regular replies to go to the From: addres

RE: CF5 to CFMX - CFUSION_DISABLE_DBCONNECTIONS and MS Excel data sources

2005-02-04 Thread Dave Watts
> Pardon my ignorance, but can we speculate why MM removed the > CFUSION_DISABLE_DBCONNECTIONS function (and other related > functions) from CFMX? Does it have to do with Java? Or does > it have to do with security? Presumably because the entire product was rewritten, and uses JDBC database dri

Re: OT: Visual Source Safe DEV/PROD Setup

2005-02-04 Thread Robert Munn
I strongly recommend against automatic deployment to your production environment on check-in. You should really have three environments: dev, test, and prod. Build code in dev and check that it all works. Then you can check in your code in dev. Deploy from dev to test and check that it works. Th

RE: Server side printing

2005-02-04 Thread Dave Watts
> Can anyone suggest how an Intranet user can send a PDF or > text file to be printed on a specific printer from the server > side? I'm thinking specifically about printing labels on a > Dymo Labelwriter 330 USB which is on a box on the network. > > This is with CF5 / Win2K3 I haven't tried

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Dave Watts
> And keep in mind that over 80% of CF use is internal stuff, > behind firewalls, stuff Google will never see. Isn't that equally true for every other web application server technology? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber ven

Re: cfset ?

2005-02-04 Thread Claude Schneegans
>>Will send it right now with the subject RE_Extract. Ah ah! Got it! And it is not marked as spam. ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) T

RE: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Damien McKenna
I want regular replies to go to the From: address and error messages to go to the Error-To: address. I didn't think it'd be needed. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include > -Original Message- > F

Re: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Howie Hamlin
Some email servers return to the FROM header address and ignore the other headers. Try this: " ... > HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanni

RE: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Dave Watts
> Every week I send out a company newsletter to 2500 > subscribers. We get a few hundred bounce messages each time > and they currently go back to the From address. Rather than > cluttering up that account I created an 'emailerrors' account > and am trying to configure the email to go to it i

OT: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Damien McKenna
Loha. Every week I send out a company newsletter to 2500 subscribers. We get a few hundred bounce messages each time and they currently go back to the From address. Rather than cluttering up that account I created an 'emailerrors' account and am trying to configure the email to go to it instead

Re: cfset ?

2005-02-04 Thread Dan O'Keefe
No, I used this address. Will send it right now with the subject RE_Extract. Dan On Thu, 03 Feb 2005 23:07:29 -0500, Claude Schneegans <[EMAIL PROTECTED]> wrote: > >>Did your email address change? I sent a couple emails about > RE_extract with no reply. > > No, it didn't. > I changed my messag

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Jim Davis
> -Original Message- > From: Mark A Kruger [mailto:[EMAIL PROTECTED] > Sent: Friday, February 04, 2005 9:57 AM > To: CF-Talk > Subject: RE: Coldfusion VS ASP.NET use > > Recall that many asp sites use "default.asp" ... not index.asp, whereas > CF's > "index.cfm" is far more standard. Alth

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Neil Middleton
Surely this is abundantly obvious, ASP/.NET has a much larger saturation than CF, you don't need to google to know that...just open your eyes a little. -- Neil http://www.theservicefactory.com Get Firefox - http://www.getfirefox.com ~

OT:SQL Replace Question

2005-02-04 Thread John Stanley
Anyone have any idea why this code will not strip out the spaces in the string "N0P 2L0"? select Replace(postal_code,' ', '') from location where id = 1009637 when I change the last argument to 'X' it throws two X's in like it should. We are running ms sql 2k in 6.5 compatibility mode, so I don

RE: new boston CFUG - sort of

2005-02-04 Thread Steven Erat
> I'm a little confused tho' - the first meeting is sending > mixed messages. > Is it virtual, online or both? It says "virtual" but then > gives a physical > address. Hi Jim, I see you've added a photo. I've bumped into many times before, but never put the face with the name. Good to meet yo

RE: new boston CFUG - sort of

2005-02-04 Thread Steven Erat
> Where are you guys meeting? I'm in Nashua. > > Duane Please refer to my reply to Jim Davis on this list, or see: http://www.talkingtree.com/blog/index.cfm?mode=alias&alias=BostonCFMeetup Thanks ~| Logware (www.logware.us): a

Re: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Rick Root
James Holmes wrote: > SELECT BLOG_CONFIG.*, 'foo' as foo FROM BLOG_CONFIG > > And you thought that would be hard, didn't you... Hehheheh.. I'll keep that in mind! You know, making BlogCFM work for 5 different databases has been an interesting exercise. Once it's done, I'm hoping to talk the al

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread James Holmes
SELECT BLOG_CONFIG.*, 'foo' as foo FROM BLOG_CONFIG And you thought that would be hard, didn't you... -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Saturday, 5 February 2005 12:04 To: CF-Talk Subject: Re: Creating Oracle Functions in CFQUERY revisited James, that d

Think like an object

2005-02-04 Thread Michael Dinowitz
A lot of OO books/papers make reference to an article titled "Think like an object" from the Sept. 1991 Unix Review. This article is not online anywhere and I was wondering if someone here had a copy and could scan/photocopy it for me. I'm writing up a lot of CF-OO stuff and would like to see it.

Re: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Massimo, Tiziana e Federica
"Micha Schopman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > XHTML in general has to be served as application/xhtml+xml, > application/xml or text/xml to be valid. So serving the files with a > mimetype other than the required results in invalid XHTML, although the > format looks

Re: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Rick Root
James, that did the trick! Crazy, in ALL other SQL queries sent via CFQUERY, if you end them in ;, you get an "Invalid Character" error... Here's a question, Mr. Oracle Man... Why can't I do this? SELECT *, 'foo' as foo FROM BLOG_CONFIG It's easy enough to work around by specifying the field

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Bert Dawson
whoops - looked like i removed the first line - it should have read:... searching google i found: index.cfm: about 17,600,000 index.asp: about 16,600,000 Cheers Bert On Fri, 4 Feb 2005 10:37:36 -0500, Vince Bonfanti <[EMAIL PROTECTED]> wrote: > Where did you search to get those number? {snip} >

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Mark Drew
Just a dump of dumb numbers index.cfm - 19,200,000 default.cfm - 2,100,000 index.asp - 18,500,000 default.asp - 17,900,000 index.aspx - 3,670,000 default.aspx - 8,740,000 index.php - 29,100,000 default.php - 4,200,000 index.jsp - 10,900,000 default.jsp - 266,000 Ohh.. me scared.. aspx all

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Mark Fragnoli
Searching 'fuseaction' in google turns up 12,700,000. A lot of pages from US Senate and House. The gov't clearly endorses Fusebox and CF. Hmmm, is this a good thing? ;) Mark >That means that there are bigger sites for CFM? >how about fusebox? each site would be index.cfm and that is pretty

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread James Holmes
It may be, but the function still works anyway. -Original Message- From: Janet Schmitt [mailto:[EMAIL PROTECTED] Sent: Friday, 4 February 2005 11:42 To: CF-Talk Subject: Re: Creating Oracle Functions in CFQUERY revisited YEAR is a reserved word in Oracle. Try a different name for the

Re: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Janet Schmitt
YEAR is a reserved word in Oracle. Try a different name for the function. Janet. At 09:55 AM 2/4/2005 -0500, you wrote: >All four queries execute fine... no errors... then when I try to access >the Year() function, I still get the error: > >[Macromedia][Oracle JDBC Driver][Oracle]ORA-06575: Pac

Re: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Rick Root
James Holmes wrote: > Hmm, does the Month function work? As for the error (or lack of it), it > might be some weird driver issue. I'll try your exact code in a sec and post > back. Let me know... I'm running CFMX 6.1 Updater 1 on Windows, and using the default Oracle JDBC Driver, connecting to an

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread James Holmes
I've got it - you are missing the final semicolon after END month and END year. Running without them leads to this: CREATE FUNCTION month (MyDate DATE) RETURN NUMBER IS BEGIN RETURN extract(MONTH FROM MyDate); END month Warning: Function created with compilation errors Notice that no ORA error

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Vince Bonfanti
Where did you search to get those number? By default, IIS doesn't use "index.asp" as the default document, but uses "default.asp" (for legacy ASP) and "default.aspx" (for ASP.NET). What are the results for those? Vince > -Original Message- > From: Bert Dawson [mailto:[EMAIL PROTECTED] >

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread RADEMAKERS Tanguy
>As a side note, why wouldn't invalid syntax cause the create function >statement to error? you can use both AS and IS, it doesn't seem to have any effect (at least in SQL*Plus): SQL*Plus: Release 9.2.0.1.0 - Production on Fri Feb 4 16:25:07 2005 Copyright (c) 1982, 2002, Oracle Corporation. A

RE: new boston CFUG - sort of

2005-02-04 Thread Ray Champagne
Hey Duane, Jim, Robyn: I am 99% sure that the meeting will be virtual. You can get the breeze online meeting URL by going to this page: http://coldfusion.meetup.com/17/events/?eventId=4177446&action=detail Now, to figure out some questions to ask.. Nice bubbles, Jim. At first it looked l

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Mark Drew
That means that there are bigger sites for CFM? how about fusebox? each site would be index.cfm and that is pretty much it? On Fri, 4 Feb 2005 10:18:59 -0500, Russ <[EMAIL PROTECTED]> wrote: > How about a google search just for the file extension? > > Results 1 - 10 of about 82,700,000 for in

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Mark Drew
I know this is a hard metric, and it leads from a Macromedia CF brand re-inforcement excercise I need to play with a client. Not that they are going to go .net is just that .Net gets more press as its the new kid on the block. Any ideas on metrics/re-inforcement apreciated. MD On Fri, 4 Feb

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Russ
How about a google search just for the file extension? Results 1 - 10 of about 82,700,000 for inurl:.aspx. (0.08 seconds) Results 1 - 10 of about 129,000,000 for inurl:.cfm. (0.28 seconds) -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 1

OT: Visual Source Safe DEV/PROD Setup

2005-02-04 Thread Kazmierczak, Kevin
I want to do the following for our cf stuff and not sure about the last step: Setup a project in VSS. Check files out to a test server, make changes there. Check files in. (Here is the part I don't know about) Make them automatically copy to the live server How do other people setup a de

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread James Holmes
Hmm, does the Month function work? As for the error (or lack of it), it might be some weird driver issue. I'll try your exact code in a sec and post back. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, 4 February 2005 11:08 To: CF-Talk Subject: Re: Creating Or

Re: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Rick Root
James Holmes wrote: > You stil have AS in the Year Fn > > RETURN NUMBER AS BEGIN > > Should be IS Changed, still getting the same error. As a side note, why wouldn't invalid syntax cause the create function statement to error? - Rick ~~~

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Mark A Kruger
Recall that many asp sites use "default.asp" ... not index.asp, whereas CF's "index.cfm" is far more standard. -Mark -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 7:48 AM To: CF-Talk Subject: RE: Coldfusion VS ASP.NET use And keep in mind

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread James Holmes
You stil have AS in the Year Fn RETURN NUMBER AS BEGIN Should be IS -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, 4 February 2005 10:55 To: CF-Talk Subject: Creating Oracle Functions in CFQUERY revisited Okay... James suggested yesterday that I create my

Re: cfset ?

2005-02-04 Thread Claude Schneegans
>>Uhhh, the table tags are part of your content. They are the >>structure. The presentation are things like headings Well, I was more thinking of the content (text) as opposed to the presentation in a larger sense, including the container as well. For me, the fact that some text must be laid

Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Rick Root
Okay... James suggested yesterday that I create my oracle functions inside a CFC, and make sure to put the SQL to create the function all on one line. But it's not helping.. Here is my code: test.cfm Oracle functions created.

RE: 500 Internal Server Error

2005-02-04 Thread Pat Wenke
Do you have "Enable HTTP status codes" turned off in CF Admin? We had the same problem until I saw a post from Ben Forta regarding the setting. Ever since I turned it off, we haven't had a problem. -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Friday, Fe

Re: 500 Internal Server Error (Update)

2005-02-04 Thread Bert Dawson
Have you tried going to CF admin and unchecking the "Enable HTTP status codes" on the settings page? Bert On Fri, 4 Feb 2005 09:47:54 -0500, Michael T. Tangorre <[EMAIL PROTECTED]> wrote: > > From: Micha Schopman [mailto:[EMAIL PROTECTED] > > I have the same issues, and they occur only when I r

RE: 500 Internal Server Error (Update)

2005-02-04 Thread James Holmes
When a page generates very little content, IE decides to show the 500 error instead of the actual CF error code. Try the same page in FireFox to see if this is the problem. If so, add a block of dummy HTML output to make IE render the error page while you are developing. -Original Message---

RE: 500 Internal Server Error (Update)

2005-02-04 Thread Michael T. Tangorre
> From: Micha Schopman [mailto:[EMAIL PROTECTED] > I have the same issues, and they occur only when I really > have put a bug somewhere. But it is a pain in the ass to > debug, because you haven't got an idea where to look > especially with OO frameworks with a lot of references. Yeah, PITA is

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Craig Dudley
And the fact the asp uses Default.asp a lot of the time. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: 04 February 2005 13:51 To: CF-Talk Subject: RE: Coldfusion VS ASP.NET use How about .aspx? -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] S

RE: 500 Internal Server Error (Update)

2005-02-04 Thread Micha Schopman
I have the same issues, and they occur only when I really have put a bug somewhere. But it is a pain in the ass to debug, because you haven't got an idea where to look especially with OO frameworks with a lot of references. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL

Re: 500 Internal Server Error (Update)

2005-02-04 Thread Rick Root
Michael T. Tangorre wrote: > > Seems to happen when certain errors are encountered on the page (stepped > through the page). The sitewide error handler is not catching them... Not > good. I've experienced this as well on CFMX 6.1 Updater 1... makes code debugging extremely difficult. very annoy

RE: 500 Internal Server Error (Update)

2005-02-04 Thread Michael T. Tangorre
> From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] > Every now and again I will get a "500 Internal Server Error". > This happens when I submit a CF template for processing (i.e. > forms). I am developing > locally: CFMX 6.1, WinXP Pro / IIS, IE 6. Has anyone > encountered this and if so, di

  1   2   >