Re: URL's with variables

2004-08-23 Thread Hugo Ahlenius
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 shouldn't care how it is typed (note tahat I haven't read the rfc's though...). To see if it is the server, do a request and see what you

Re: Queries/Arrays/Structs

2004-08-23 Thread Nando
Yes, i use queryRowToStruct() all the time from cflib ... On Mon, 23 Aug 2004 19:13:23 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > CFLib has several functions regarding these type of operations. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [

Re: Book Review [ Java for Coldfusion Developers ]

2004-08-23 Thread Daniel Farmer
thanks for your comments guys [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Has anyone seen this?

2004-08-23 Thread Barney Boisvert
Because for the keyword "http", Microsoft's web site is top of the list.  Nothing special happening there, exactly the same as any other keyword.  Next month it might be AltaVista  (they're second on the list righ tnow), but who knows. cheers, barneyb On Mon, 23 Aug 2004 21:58:41 -0400, Qasim Ras

RE: Breadcrumbs - do you fully track users?

2004-08-23 Thread Jim Davis
In usability circles the term "Breadcrumbs" has come to specifically mean the hierarchical listing of a page's parent sections back to the root. Of course this doesn't really jibe with the source of the term "Breadcrumbs" ("Hansel and Gretel" for those that don't know) which specifically dealt wit

Re: Has anyone seen this?

2004-08-23 Thread Tony Weeg
if you type http:// in the browser and hit go, you dont go anywhere, but http:///, which doesnt resolve to anything. its almost as if microsoft bought the "word" from google "http://" which is probably completely possible since my company bought some words on there too... it might be a HEFTY pric

RE: Queries/Arrays/Structs

2004-08-23 Thread marlon
CFLib has several functions regarding these type of operations. > Original Message > Subject: Queries/Arrays/Structs > From: "Paul Giesenhagen" <[EMAIL PROTECTED]> > Date: Mon, August 23, 2004 3:20 pm > To: "CF-Talk" <[EMAIL PROTECTED]> > > I have some Queries that I want to con

Has anyone seen this?

2004-08-23 Thread Qasim Rasheed
If you type "http://" in the search box on google homepage and press I am feeling lucky, you are directed to Microsoft homepage. Any reasons? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: CFMX6.1 Waiting for an Available Thread to Run (forever)

2004-08-23 Thread Adrocknaphobia
Although I do have a question out of curiosity I have to recheck but im pretty sure I'm set to allow for 10 threads (5 per cpu). However most of the time I count 7 jrpp-xxx in one dump. Although every so often I count 12. What gives? Does this dump only show threads currently in use? From what

Re: CFMX6.1 Waiting for an Available Thread to Run (forever)

2004-08-23 Thread Adrocknaphobia
Yeah, that's actually an solution I'm going to try (forgot to mention it). I'm not aware what war this application was deployed with, but I'm willing to doubt its the out-of-the-box version. I'm going to try and deploy it with my 'current' war that has all the hotfixes and oracle drivers. I just s

RE: CFMX6.1 Waiting for an Available Thread to Run (forever)

2004-08-23 Thread Dave Watts
> The problem: > Every 1-3 days the system comes to a screeching halt, and > eventually throws the all too common JRun Connection errors. > CF nor Oracle throw any types of errors to indicate the > source of the problem. Have you tried other Oracle JDBC drivers? Oracle provides two different JD

Re: OT: Where are opened attachments saved

2004-08-23 Thread Gel .
As far as I know, they are saved somewhere in the temp directory. So on WinXP that would be in some obscure Documents and Settings/username/../../ directory. If you open the attachment in Word or something that allows you to save, then click Save As you should see the default path. Mine is Docum

CFMX6.1 Waiting for an Available Thread to Run (forever)

2004-08-23 Thread Adrocknaphobia
The system: I have an application in production, peak usage at about 100 concurrent users. (Dual CPU - 1G Ram). The box handles the load like it aint no thang, as the majority of the application and number crunching is going on in Oracle. The JRun instance use the appropriate amount of cpu and ram.

Re: URL's with variables

2004-08-23 Thread Ewok
MM seems to do it rather well. Oh well.. guess im stickin to the old fashioned way   - Original Message -   From: Nando   To: CF-Talk   Sent: Monday, August 23, 2004 7:56 PM   Subject: Re: URL's with variables   I've heard there are problems that arise in certain browsers when you   eli

Re: URL's with variables

2004-08-23 Thread Nando
I've heard there are problems that arise in certain browsers when you eliminate the document name on the lists here and there. My impression is it can't be done reliably. On Mon, 23 Aug 2004 19:12:19 -0400, Ewok <[EMAIL PROTECTED]> wrote: > The person who set it up knows what he is doing and is al

Re: URLEncode/URLDecode

2004-08-23 Thread Jordan Michaels
Cutter (CF related) wrote: > Still looking for any practical example of using the URLEncode/URLDecode > UDF's found on cflib.org. Anybody? The (little) documentation just > doesn't cut it... > > Cutter What kind of an example are you looking for? Just how it's used? We use it a lot for several d

Mailing list software (Recomendation Pls)

2004-08-23 Thread Mike Porter
Can any one recommend a descent piece of CF mailing list server software? Possible (but not necessary) with integrated content management. Regards, Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Latest version of HomeSite+?

2004-08-23 Thread Jim McAtee
If one has Dreamweaver license can an older version of HomeSite+ (5.1, 5.2) be upgraded to the most recent without installing DreamWeaver? - Original Message - From: "Justin Hansen" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, August 23, 2004 2:29 PM Subject: RE: L

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

2004-08-23 Thread Jeff
On 8/23/04 5:25 PM, "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> wrote: > Jeff, > > And what was the solution prey tell - or did I miss that? > > -Mark See, that's the funny part...there WASN'T a solution... It...just...started...working. And I'm not about to try and figure out "why". Lol...

URLEncode/URLDecode

2004-08-23 Thread Cutter (CF related)
Still looking for any practical example of using the URLEncode/URLDecode UDF's found on cflib.org. Anybody? The (little) documentation just doesn't cut it... Cutter [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: URL's with variables

2004-08-23 Thread Ewok
The person who set it up knows what he is doing and is also a fellow developer. I'd bet my left one that he was using firefox. Besides, I wouldnt send an app on it's way without some cross browser testing so im all but posotive that that's not it. - Original Message -   From: joe velez  

Re: cfloginuser not logging in user

2004-08-23 Thread Casey C Cook
I thought I read another thread that said the getauthuser() is not "defined" until you exit cflogin. Thanks, CC x56927 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: URL's with variables

2004-08-23 Thread joe velez
i think i had a similar problem in older versions of Netscape, maybe THEY (whoever is testing) has netscape, or an older browser? I don't know what else would cause that... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfloginuser not logging in user

2004-08-23 Thread Doug Lineberry
Got it!! That worked perfectly. :)  Thanks >> What do you mean, until I leave the cflogin block?  Where >> else would I need to run cfloginuser from and still have the >> getAuthUser available to all files and subfolders? > >You would run CFLOGINUSER from within your CFLOGIN block, but the >GetA

Re: Breadcrumbs - do you fully track users?

2004-08-23 Thread Matt Robertson
Their position based on the menu hierarchy.  I don't try to show their actual path.  Just got done with a feature session with a client and their primary concern was for a user to get a sense of location/position from the breadcrumb trail.  There was no interest in displaying click history.  Never

Re: Queries/Arrays/Structs

2004-08-23 Thread Matt Robertson
Hi Paul, cf_querytostruct http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_us&view=sn106&viewName=Exchange%20Search%20Details&authorid=35342266&page=0&scrollPos=0&subcatid=0&snid=sn106&itemnumber=0&extid=1000687&catid=0 Seems like you could just convert the thing manually with less co

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

2004-08-23 Thread Ewok
either way... they are both *dead*   - Original Message -   From: S. Isaac Dealey   To: CF-Talk   Sent: Monday, August 23, 2004 6:25 PM   Subject: WAY OT: Einstein at a Spelling Bee - was Re: Exactly *how* smart are we?   > It would've been easier asking Bruce Lee to enter a karate   >

Re: Legal or Not Legal?

2004-08-23 Thread Matt Robertson
If you sell the collected sales data to someone else and didn't disclose this in your PP (er... thats Privacy Policy ) you've got a customer service problem (i.e. customers will never do business with you when you get caught).  If you do that in certain U.S. industries (mostly related to finance-re

URL's with variables

2004-08-23 Thread Ewok
I am just curious to kow if anyone knows first hand of any problems when it comes to using or not using the document name in a url with variables... example: site.com/index.cfm?somevar=value is the same as site.com/?somevar=value I just did an entire site this way and it worked just fine on t

RE: cfloginuser not logging in user

2004-08-23 Thread Dave Watts
> What do you mean, until I leave the cflogin block?  Where > else would I need to run cfloginuser from and still have the > getAuthUser available to all files and subfolders? You would run CFLOGINUSER from within your CFLOGIN block, but the GetAuthUser function would be run anywhere else you li

Re: cfloginuser not logging in user

2004-08-23 Thread Doug Lineberry
What do you mean, until I leave the cflogin block?  Where else would I need to run cfloginuser from and still have the getAuthUser available to all files and subfolders? >It is a known bug that getAuthUser() inside cflogin will return an >emptry string. It doesn't "work" till you leave the cflogin

Re: Queries/Arrays/Structs

2004-08-23 Thread Mark Drew
I have a UDF to make RecordsetToStruct.. never needed arrays much .. but I am sure we could do the same.. contact me offlist and I shall send it to you MD 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 eithe

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

2004-08-23 Thread S . Isaac Dealey
> It would've been easier asking Bruce Lee to enter a karate > tournament, or asking Einstein to enter a spelling bee! > Sheeesh! 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

Queries/Arrays/Structs

2004-08-23 Thread Paul Giesenhagen
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 way to Query -> Struct and Query -> Array I was about to roll through the resultset and create a struct and array .. but I was curious if there is a

Re: cfloginuser not logging in user

2004-08-23 Thread Raymond Camden
It is a known bug that getAuthUser() inside cflogin will return an emptry string. It doesn't "work" till you leave the cflogin block. -Raymond On Mon, 23 Aug 2004 17:56:53 -0400, Doug Lineberry <[EMAIL PROTECTED]> wrote: > I am setting up our new login process. I am attempting to utilize the CFLO

RE: Breadcrumbs - do you fully track users?

2004-08-23 Thread Taco Fleur
Interesting one Mike, I had a good think about this a while ago and decided that to me bread crumbs are how a user got to where he is, sort of like the back button.. I try to put a "You are here" which shows the steps form the homepage and then a "How you got here" which is the bread crumbs.. Taco

Re: CF MX Connector

2004-08-23 Thread Richard Wigfall
Hello Steve, Thank you for your help, however, I received a syntax error in the httpd.conf file when restarting Apache with the recompiled connector: (Cannot load ...mod_jrun.so into server... Undefined symbol: removePathParms) Any ideas where I went wrong, the new recompiled mod_jrun.so was about

Re: Breadcrumbs - do you fully track users?

2004-08-23 Thread Ewok
under normal circumstances, I usually show links (stepped) back to the home page or main page of the section regardless of how the user got there   - Original Message -   From: Michael Kear   To: CF-Talk   Sent: Monday, August 23, 2004 10:55 AM   Subject: Breadcrumbs - do you fully track

cfloginuser not logging in user

2004-08-23 Thread Doug Lineberry
I am setting up our new login process. I am attempting to utilize the CFLOGIN and CFLOGINUSER functions as well as a SECURITY.CFC file to authenticate my user logins. My folder structure is this: Root/Research/Secure/ Includes: application.cfm default.cfm loginform.cfm request_login.cfm security.

Re: Legal or Not Legal?

2004-08-23 Thread Ben Doom
Matt Blatchley wrote: > Any particular reason why you would consider it not a good practice? Well, for one thing, IP != user.  For example, if I browse here at work, my IP matches that of 5 other users.  If I browse from a dial-up connection, the IP I have today may have been someone else's yest

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

2004-08-23 Thread Mark A. Kruger - CFG
Jeff, And what was the solution prey tell - or did I miss that? -Mark   -Original Message-   From: Jeff Small [mailto:[EMAIL PROTECTED]   Sent: Monday, August 23, 2004 3:56 PM   To: CF-Talk   Subject: SOLUTION: Re: Okay, go here to see what I'm talking about...(cfserver not r unning corr

Re: Exactly *how* smart are we?

2004-08-23 Thread Will Tomlinson
It would've been easier asking Bruce Lee to enter a karate tournament, or asking Einstein to enter a spelling bee! Sheeesh! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: Legal or Not Legal?

2004-08-23 Thread Ken Ferguson
Actually, as I understand it, you have no legal responsibility to even tell the surfer what stats you are collecting. Businesses spell out their privacy policy in order put their potential customers at ease and to get people to feel secure on their site. However, you are free to harvest whatever in

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

2004-08-23 Thread Jeff Small
> Looks like it's all fixed now. Dave must've been right. Dave, where in > the world did you learn that trick??? I've put it up on the DON'T ERASE > section of our server room whiteboard. Now, I wonder if spinning on > through 720 degrees or just increasing the rotational speed will make > the mach

RE: Latest version of HomeSite+?

2004-08-23 Thread Calvin Ward
HomeSite+ is only available with DWMX, HomeSite 'lite' is available seperately... Calvin -Original Message- From:  Justin Hansen Date:  8/23/04 4:30 pm To:  CF-Talk Subj:  RE: Latest version of HomeSite+? I believe the current version is 5.5, it comes with Dreamweaver and you can suppos

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

2004-08-23 Thread Ken Ferguson
Looks like it's all fixed now. Dave must've been right. Dave, where in the world did you learn that trick??? I've put it up on the DON'T ERASE section of our server room whiteboard. Now, I wonder if spinning on through 720 degrees or just increasing the rotational speed will make the machine run be

Fusebox Conf interviews 6: Hal Helms FLiP, 10 reasons to go, books

2004-08-23 Thread Michael Smith
In this Fusebox Conference interview I talk with Hal Helms about a bonus Fusebox Lifecycle Process (FLiP) CD that he and Jeff Peters are giving out at the Fusebox conference. I have also heard from some people who are having trouble convincing their bosses to send them to the conference. So I have

RE: Latest version of HomeSite+?

2004-08-23 Thread Justin Hansen
I believe the current version is 5.5, it comes with Dreamweaver and you can supposedly buy it as a individual product on macromedia.com Justin Hansen Project Manager Uhlig LLC   _   From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 2:01 PM To: CF-Talk Subject: Lates

Merant 3.70 ODBC drivers for CFMX

2004-08-23 Thread David Koehler
I need Merant 3.70 ODBC drivers for CFMX. Anyone know a good source? Dave [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: RandRange ain't so Random

2004-08-23 Thread Ben Doom
Samuel R. Neff wrote: > You're better off not calling randomize() at all.  If you don't call it, > then CF will default to the calling randomize() with the current time in > milliseconds.  However, due to argument types you can't actually pass that > level of precision to randomize() yourself.   O

OT - SQL Server 2000

2004-08-23 Thread Steve Logan
Since this is going to be considered off topic for this list, it'd be best to reply to me off list unless this sparks an interesting discussion. I've kind of evolved in being the "person who sets up the SQL servers for new users" as part of my job.  I've managed to muddle my way around and get SQL

Re: CFC design - "import" keyword

2004-08-23 Thread Barney Boisvert
If the methods are static, use CFINVOKE on the component, rather than an instance.  If they're not static (or you want to call them non-statically for performance reasons), then I'd instantiate the class in the constructor of each CFC that uses it and keep it around in an instance variable.  Depend

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

2004-08-23 Thread Jeff Small
> Try unplugging the machine, spinning it 360 degrees and plug it up again. > Does the trick every time :-) There's always one in every crowd, isn't there? Boy, you're lucky you're about ten miles away right now...boy, howdy [Todays Threads] [This Message] [Subscription] [Fast Unsubscri

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

2004-08-23 Thread Bryan Stevenson
LMAOthat's just what my Monday needed ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com [Todays Threads] [This Message] [S

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

2004-08-23 Thread Bosky, Dave
Try unplugging the machine, spinning it 360 degrees and plug it up again. Does the trick every time :-)   _   From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 4:07 PM To: CF-Talk Subject: Re: Okay, go here to see what I'm talking about...(cfserver not running correctl

SOLVED Re: Where are opened attachments saved

2004-08-23 Thread Bryan Stevenson
It's a bit further down...but thanks Marlon...pressed SEND then found my own stinkin answer...never fails ;-) C:\Documents and Settings\username\Local Settings\Temporary Internet Files\content.IE5\one of the funny named folders Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Developme

RE: Dreamweaver - sharing common snippets with a team?

2004-08-23 Thread Dave Watts
> Is this possible.  I have done my best to search for an > answer and I'm beginning to think this is a bit of useful > functionality missing from Dreamweaver, at least in version > 6.1. You can do this, kind of, using Library items. Library items are specific to a site, so you'd have to have a

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

2004-08-23 Thread Jeff Small
> Oh yeah, you need an application.cfm in that folder too!!! > > What happens if you create a new folder under cfide/administrator/test > and add the file index.cfm with the line ? > > What do you get then? > > --Ferg Okay! *THAT* was interesting! Here's what happened. When we put it in (http:/

CFC design - "import" keyword

2004-08-23 Thread Nathan Strutz
My co-worker is making a shopping cart, trying to keep it fairly CFC oriented, not necessarily OO to the core, just reliant on CFCs in places where they would seem useful. Anyway, we got into a discussion about his cfscript library, which he turned into a CFC for portability. Now he'd like to u

RE: Where are opened attachments saved

2004-08-23 Thread Marlon Moyer
It's usually stored in the temporary internet files directory. C:\Documents and Settings\username\Local Settings\Temporary Internet Files > -Original Message- > From: Bryan Stevenson [mailto:[EMAIL PROTECTED] > Sent: Monday, August 23, 2004 3:00 PM > To: CF-Talk > Subject: OT: Where are o

Re: OT: Where are opened attachments saved

2004-08-23 Thread Ray Champagne
I use Eudora, but I would say right click on the attachment name in Outlook, choose 'save as' and see where what directory pops up.  It should be saved in that one (probably some kind of name such as attch or something). Ray At 03:59 PM 8/23/2004, you wrote: >Hey All, > >If you open an attachme

OT: Where are opened attachments saved

2004-08-23 Thread Bryan Stevenson
Hey All, If you open an attachment (say Word doc) in Outlook Express (latest version on XP Pro)...make some changes and save itwhere does that file get saved?  This is of course opening an attachement and NOT doing a "save as". So: -open attachment -make changes -save -close file Does it sti

SOT: Dreamweaver - sharing common snippets with a team?

2004-08-23 Thread Ian Skinner
Is this possible.  I have done my best to search for an answer and I'm beginning to think this is a bit of useful functionality missing from Dreamweaver, at least in version 6.1.   I found this tantalizing quote on the Macromedia website. Sharing snippets You can share code snippets with other

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

2004-08-23 Thread Ken Ferguson
Oh yeah, you need an application.cfm in that folder too!!!   _   From: Ken Ferguson Sent: Monday, August 23, 2004 2:48 PM To: CF-Talk Subject: RE: Okay, go here to see what I'm talking about...(cfserver not running correctly) What happens if you create a new folder under cfide/administrator

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

2004-08-23 Thread Ken Ferguson
What happens if you create a new folder under cfide/administrator/test and add the file index.cfm with the line ? What do you get then? --Ferg   _   From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 2:21 PM To: CF-Talk Subject: Re: Okay, go here to see what I'm talki

RE: RandRange ain't so Random

2004-08-23 Thread Samuel R. Neff
You're better off not calling randomize() at all.  If you don't call it, then CF will default to the calling randomize() with the current time in milliseconds.  However, due to argument types you can't actually pass that level of precision to randomize() yourself.   To get truly random numbers acr

Re: RandRange ain't so Random

2004-08-23 Thread Joe Rinehart
Waiting for a phone call, I ran a test pulling a random number between 1 and 26 inclusive 100,000 times, and the distribution across the range was very near even.  Here's code:          Even distribution: #10 / size#   #i# - #count[i]# -joe [Todays Threads] [This Message] [S

Re: RandRange ain't so Random

2004-08-23 Thread Ben Doom
Running a quick test, I'm finding (on CF 6.1) that after runing randomize(timeformat(now(), "ss")) (which, btw, is not a great sample set) that I routinely get a reasonable even sample. That is, for a run of 1, randramge(1,25) returns each number at least 350-ish times and no more than 450-

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

2004-08-23 Thread Jeff Small
> In that case, check the CFIDE virtual directory anyway I suspect that it > will have an application configured and it will not have the correct cfm > mappings If that is the case, your best bet is to use the remove button > as you dont need an IIS application to be configured for CFIDE...

Re: RandRange ain't so Random

2004-08-23 Thread S . Isaac Dealey
> > Seems "weighted" towards the numbers in the middle more. > So, how can I > make this a little more random? How'd you test that theory? ... How large was your sample? The sample size needs to be in the tens to hundreds of thousands at least to be sure you're not just seeing the random weighti

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

2004-08-23 Thread Paul Vernon
> Sadly, barefoot2003 is just a folder under wwwroot. > Which is why I REALLY don't understand why it won't work. It's JUST a folder > under root! In that case, check the CFIDE virtual directory anyway I suspect that it will have an application configured and it will not have the correct cf

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

2004-08-23 Thread Jeff Small
> I may have missed this in one of the messages but I don't think so... > > I'm assuming that barefoot2003 is a virtual directory just like CFIDE is > if so, check the following settings in IIS... Sadly, barefoot2003 is just a folder under wwwroot. Which is why I REALLY don't understand why i

Re: JSP to CFMX?

2004-08-23 Thread Bryan Stevenson
Looks about right (been awhile). Here's an example from a PDF on the fly script I wrote using IText found at SourceForge HTH Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail

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

2004-08-23 Thread Paul Vernon
I may have missed this in one of the messages but I don't think so... I'm assuming that barefoot2003 is a virtual directory just like CFIDE is if so, check the following settings in IIS... Right click on CFIDE and select properties. Check to see if there is an application defined for that

Latest version of HomeSite+?

2004-08-23 Thread Jim McAtee
What's the latest version that Macromedia sells/gives away/includes/whatever these days? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: RandRange ain't so Random

2004-08-23 Thread Marc Campeau
> Seems "weighted" towards the numbers in the middle more. How did you test that? Does/would using randomize() before you call randRange() have an impact on your results? -- Marc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support

Re: JSP to CFMX?

2004-08-23 Thread Jeff Chastain
Great!  So, the following JSP code <%@ page language="java" import="java.util.*,java.io.*,java.text.*,java.lang.reflect.*,java.net.*" %> <% IPortletContext portletContext  = PortletContextFactory.createPortletContext(request, response); %> converts to the following CFMX code (assuming t

Is Bonnie Powers still around? Re: Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
> sorry, just found original thread before it was renamed - i see my > suggestion was offered before, > > jb. That's okay... I found THIS on the old House of Fusion archives, but the thread just died...if Bonnie Powers is around, I'd love to hear how she fixed this EXACT same problem! http://www

RandRange ain't so Random

2004-08-23 Thread Les Mizzell
Seems "weighted" towards the numbers in the middle more. So, how can I make this a little more random? -- Les Mizzell --- A vanta as márë órelyar! Nai eleni siluvar antalyannar! --- [Todays

Re: JSP to CFMX?

2004-08-23 Thread Bryan Stevenson
handled as you suspected...no need to code for it Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com [Todays Threads] [This Message]

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

2004-08-23 Thread John Beynon
sorry, just found original thread before it was renamed - i see my suggestion was offered before, jb. On Mon, 23 Aug 2004 14:37:09 -0400, Jeff Small <[EMAIL PROTECTED]> wrote: > > you didn't by any chance FTP the administrator pages to the server did > > you? I've seen this before where customtag

JSP to CFMX?

2004-08-23 Thread Jeff Chastain
I have a series of JSP files that I want to convert to CFMX, mainly as a learning exercise to see what equates to what. The problem I have run into right off is the java import statement.  In the jsp file, it looks something like this <%@ page language="java" import="java.util.*,java.io.*,ja

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

2004-08-23 Thread Jeff Small
> you didn't by any chance FTP the administrator pages to the server did > you? I've seen this before where customtags i've bought have just > returned garbage when called - turns out they need to be FTP'ed in BIN > mode and not ASCII No! See? That's what I mean! We haven't done *anything* to thes

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

2004-08-23 Thread John Beynon
you didn't by any chance FTP the administrator pages to the server did you? I've seen this before where customtags i've bought have just returned garbage when called - turns out they need to be FTP'ed in BIN mode and not ASCII jb. On Mon, 23 Aug 2004 14:26:45 -0400, Jeff Small <[EMAIL PROTECTED]>

Okay, go here to see what I'm talking about...(cfserver not running correctly)

2004-08-23 Thread Jeff Small
http://dev.lhwh.com/cfide/administrator/ That's all we're able to get... Now, go here... http://dev.lhwh.com/barefoot2003/ See? One works, with datasources, with cfm pages compiling and displaying perfectly...the other...nothing. [Todays Threads] [This Message] [Subscription] [Fast Unsub

RE: CFEclipse snippets, was JRun Servlet Error

2004-08-23 Thread Spike
If you give the extends attribute a default value of web-inf.cftags.cfcomponent you should be able to get around the problem. Since every component extends that by default, you'll just be explicitly declaring that's what it should extend. If you want to have it extend something else you can. So y

Re: CFINCLUDEs in a form?

2004-08-23 Thread Tim Claremont
Criminy. I had left the tags in the include file, as well as used them in the main page. Therefore I had two sets of CFFORM tags. >sounds like you're missing the tags surrounding your form. > >Ray > >At 01:42 PM 8/23/2004, you wrote: >> [Todays Threads] [This Message] [Subscription] [Fast

Re: CFINCLUDEs in a form?

2004-08-23 Thread Ray Champagne
sounds like you're missing the tags surrounding your form. Ray At 01:42 PM 8/23/2004, you wrote: >I have a bunch of oft-used CFSELECTS that show up on a bunch of different >forms within my application. Thus, I wanted to put them in an "includes" >directory and reference them with CFINCLUDE on

RE: Quickbooks IIF files???

2004-08-23 Thread Ray Champagne
Thanks to both of the Mark's... I will try out the second solution. Sometimes you just gotta know where to look for the right info! Ray At 01:51 PM 8/23/2004, you wrote: >You are correct - the iif file is pretty much a comma delimited ascii >file. The >answer you need is actually in the quickb

Re: CFINCLUDEs in a form?

2004-08-23 Thread Ben Doom
It's absolutely possible.  I've done exactly what you're doing a number of times. Is it possible you're adding new headers?  Accidentally embedding extra form tags?  Is the include *only* the select and options, or does it have other things in it? --Ben Tim Claremont wrote: > I have a bunch

RE: Quickbooks IIF files???

2004-08-23 Thread Mark A. Kruger - CFG
You are correct - the iif file is pretty much a comma delimited ascii file. The answer you need is actually in the quickbooks help files - here's an excerpt. -Mark --- You may also want to refer to the Reference Guide to Import Files Note: These instructi

OT: CFEclipse snippets, was JRun Servlet Error

2004-08-23 Thread Mark Drew
I got caught by the extends=""  cfeclipse addition too. I wonder if you can extend the snippets that you can say "dont add this attribute if blank" currently you can add (to cfeclipse) extends="$${extends}" to a snippet so that if you add it you get a dialog box asking you to enter extends.. you

CFINCLUDEs in a form?

2004-08-23 Thread Tim Claremont
I have a bunch of oft-used CFSELECTS that show up on a bunch of different forms within my application. Thus, I wanted to put them in an "includes" directory and reference them with CFINCLUDE on my various forms. However, wherever I place a CFINCLUDE statement within one of my forms, the submit and

RE: Quickbooks IIF files???

2004-08-23 Thread Mark Leder
Ray, Would something like this be of use? Take a look at the shopping cart assistant, may work on the same principle as what you're after. http://www.writeitonce.com/ Mark   _   From: Ray Champagne [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 12:52 PM To: CF-Talk Subject: Q

Re: Server not running...but running...um, help?

2004-08-23 Thread Jeff Small
> > I suggested that earlier - but he says that other .cfm files > > on the same configured sites run correctly. wouldn't that > > indicate that the connector was correctly installed? > > Probably, but not necessarily. I'm not sure what Jeff means when he says one > URL works fine locally, but not

RE: Server not running...but running...um, help?

2004-08-23 Thread Dave Watts
> I suggested that earlier - but he says that other .cfm files > on the same configured sites run correctly. wouldn't that > indicate that the connector was correctly installed? Probably, but not necessarily. I'm not sure what Jeff means when he says one URL works fine locally, but not remotely

RE: CFUN-GMAIL

2004-08-23 Thread Andrew Tyrone
Sorry!  I just sent one off before you posted this... -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 12:49 PM To: CF-Talk Subject: Re: CFUN-GMAIL Thank you Rey. I'd like to ask that ALL questions, comments, requests and offers for or abou

RE: CFUN-GMAIL

2004-08-23 Thread Andrew Tyrone
If someone wants a gmail account, I have 1 invitation left.  Email me at [EMAIL PROTECTED] and say "gimme!". -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 12:41 PM To: CF-Talk Subject: RE: CFUN-GMAIL GMail has heavily cut down on their '

Re: Automated Scripts?

2004-08-23 Thread Bryan Stevenson
LOL...Good Day...and welcome to Monday ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com   - Original Message -   From: R

Quickbooks IIF files???

2004-08-23 Thread Ray Champagne
I am currently building a timesheet application for my company, which is pretty simple.  My boss wants me to save her some time by being able to take all the data that I am collecting from the employees and import it into Quickbooks.  I have been google-ing this for the past hour, and what I am

  1   2   >