RE: cfqueryparam breaking query

2005-03-15 Thread Taco Fleur
PS: Use char when the data values in a column are expected to be consistently close to the same size -- Taco Fleur Senior Web Systems Engineer http://www.webassociates.com -Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 March 2005 3:39 PM To: CF-Talk

RE: cfqueryparam breaking query

2005-03-15 Thread Taco Fleur
CHAR is a fixed width datatype If you have a field with CHAR( 34 ) and you only insert 4 characters than the other 30 characters are padded with a space. -- Taco Fleur Senior Web Systems Engineer http://www.webassociates.com -Original Message- From: Tyler Fitch [mailto:[EMAIL PROTECTED

Re: cfqueryparam breaking query

2005-03-15 Thread Sean Corfield
On Tue, 15 Mar 2005 17:11:11 -0800, Tyler Fitch <[EMAIL PROTECTED]> wrote: > I don't know what Ron's problem is, but cf_sql_char isn't limited to a > single char. Sean, you thought wrong ;). It's the same thing as a > CHAR datatype in a RDBMS. I use cf_sql_char with a size="35" for my > UUID cfq

Re: LDAP

2005-03-15 Thread Duncan
A bit of code for you to try cfldap: http://www.sixfive.co.uk/news/?nid=136 On Tue, 15 Mar 2005 10:27:02 -0800, Cary Gordon <[EMAIL PROTECTED]> wrote: > We use OpenLDAP because it meets our clients first requirement - it is free. > The downside, for LDAP beginners, is that it is not particularl

RE: java.lang.IllegalStateException: corrupt table

2005-03-15 Thread Mike Nicholls
I don't the error has anything to do with queries or cfcache, the stack trace seems to indicate it is being thrown by an cache used by the CF classloader. -Original Message- From: S.Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 March 2005 5:23 p.m. To: CF-Talk Subject: Re: ja

Re: java.lang.IllegalStateException: corrupt table

2005-03-15 Thread S . Isaac Dealey
I can't say that I've seen the error before, but my first guess would be that it has something to do with cached queries... Remove the cachedafter / cachedwithin attributes on your queries temporarily -- run it for a day (or less) -- at least that would tell you precisely what is failing (if it is

Re: OT: Image Submit button

2005-03-15 Thread S . Isaac Dealey
> Did *I* really do *that*??? > No... no me. A typo? > Actually, it's all those years typing HTML that gets me > when I'm > writing CSS... I find myself slipping into using "=" > intead of ":" far > too often... which is why I like things like TopStyle. > Since I'm still all stuck on CFStudi

ANNOUNCE: Hal Helms Fasttrack to Fusebox class April-June 2005; Jeff Peters interview

2005-03-15 Thread Michael Smith
Do you want to program better in ColdFusion or Fusebox? Then check out our 5-day FB301H "Hal Helms FastTrack to Fusebox 4.1" hands on class. See class description below and read the interview with Jeff Peters about Fusebox below too. Or brush up your CF skills with one of our CF classes. Or if you

java.lang.IllegalStateException: corrupt table

2005-03-15 Thread Matthew Walker
Any ideas what this error might mean? We have a server spontaneously generating this error on most pages after running for periods of 30 minutes to two hours. Restarting the CF service seems to resolve it. Any indication of what the error means, what might be causing it, or what to do about it? Ser

Re: So does CF 7 Suck, Or Crystaltech?

2005-03-15 Thread tbuntel
WRT the license scanner...That is a different issue than the J2EE sessions. We spoke with the CrystalTech folks last week and informed them that the scanner only runs on request (clicking a button in the Administrator). The scanner may also be disabled completely by setting listen=false in the

Re: CFHTTP Connection Failure

2005-03-15 Thread Bryan Stevenson
> It strikes me as odd that you'd get a connection failure message even > though > the server sent you a response, as indicated by the header. Have you tried > using a recording proxy, or testing this from your server console using > wget > or a browser? hehe..me too ;-) I haven't tried using a

Re: What to do - stagnant job

2005-03-15 Thread Tyler Fitch
It's funny because it's true. On Tue, 15 Mar 2005 17:19:49 -0800, Spike <[EMAIL PROTECTED]> wrote: > Good point! > > Even the suckiest of jobs is better than having to spend all day at home > with the kids ;-) > > Spike > > Jim Davis wrote: > >>-Original Message- > >>From: Sean Corfiel

Re: What to do - stagnant job

2005-03-15 Thread Barney Boisvert
Such an ass. ; ) On Tue, 15 Mar 2005 17:19:49 -0800, Spike <[EMAIL PROTECTED]> wrote: > Good point! > > Even the suckiest of jobs is better than having to spend all day at home > with the kids ;-) > > Spike -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail?

Server Error - can you help!

2005-03-15 Thread Tom Weinstein
Hi, I did a clean installation of CFMX7 (server conifuration) on win2k3 using the iis6.0 external web server with an applied High Security template. After going throught the installation and configuration I verified the installation logs and the installation seemed succesfull. However, when I at

Re: What to do - stagnant job

2005-03-15 Thread Spike
Good point! Even the suckiest of jobs is better than having to spend all day at home with the kids ;-) Spike Jim Davis wrote: >>-Original Message- >>From: Sean Corfield [mailto:[EMAIL PROTECTED] >>Sent: Tuesday, March 15, 2005 6:08 PM >>To: CF-Talk >>Subject: Re: What to do - stagnant j

RE: What to do - stagnant job

2005-03-15 Thread Michael T. Tangorre
> From: Sean Corfield [mailto:[EMAIL PROTECTED] > I've always given people the same advice: if you're not happy with > your job, quit. Don't bitch about it, don't expect it will get better, > just quit. Then go out and look for something better. I would say your dissatisfaction has to be somew

Re: cfqueryparam breaking query

2005-03-15 Thread Tyler Fitch
I don't know what Ron's problem is, but cf_sql_char isn't limited to a single char. Sean, you thought wrong ;). It's the same thing as a CHAR datatype in a RDBMS. I use cf_sql_char with a size="35" for my UUID cfqueryparams w/o issue. t On Tue, 15 Mar 2005 16:46:02 -0800, Sean Corfield <[EMAIL

Re: OT: Image Submit button

2005-03-15 Thread Jared Rypka-Hauer - CMG, LLC
Did *I* really do *that*??? No... no me. A typo? Actually, it's all those years typing HTML that gets me when I'm writing CSS... I find myself slipping into using "=" intead of ":" far too often... which is why I like things like TopStyle. Since I'm still all stuck on CFStudio (I like it bes

RE: What to do - stagnant job

2005-03-15 Thread Jim Davis
> -Original Message- > From: Sean Corfield [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 6:08 PM > To: CF-Talk > Subject: Re: What to do - stagnant job > > On Tue, 15 Mar 2005 16:31:23 -0600, Donna French <[EMAIL PROTECTED]> > wrote: > > Just wondering (hoping) some of > > you

Re: cfqueryparam breaking query

2005-03-15 Thread Sean Corfield
On Tue, 15 Mar 2005 19:19:49 -0400, Ron G <[EMAIL PROTECTED]> wrote: > I have an Access 97 database(Yes I Know) that has a linked Oracle table\view > in it. I can query the linked table without cfqueryparam. >LAWSON_SHC_EMPLOYEE_V.LAST_NAME= value="#ucase(form.Lname)#" cfsqltype="cf

RE: CFCASE and variables ...

2005-03-15 Thread S . Isaac Dealey
heh... yep, I've been there. > Yep, my brain shortcut his post and I thought he was > referring to the > expression attribute of cfswitch. I thought he was > confused, turns out it > was me! s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures

RE: CFCASE and variables ...

2005-03-15 Thread Paul
Yep, my brain shortcut his post and I thought he was referring to the expression attribute of cfswitch. I thought he was confused, turns out it was me! -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 2:35 PM To: CF-Talk Subject: RE: CFCASE

cfqueryparam breaking query

2005-03-15 Thread Ron G
I ahve an Access 97 database(Yes I Know) that has a linked Oracle table\view in it. I can query the linked table without cfqueryparam. This Works: SELECT [LAWSON_SHC_EMPLOYEE_V].[LAST_NAME] FROM LAWSON_SHC_EMPLOYEE_V WHERE LAWSON_SHC_EMPLOYEE_V.LAST_NAME= '#ucase(form.Ln

cfqueryparam breaking query

2005-03-15 Thread Ron G
I have an Access 97 database(Yes I Know) that has a linked Oracle table\view in it. I can query the linked table without cfqueryparam. This Works: SELECT [LAWSON_SHC_EMPLOYEE_V].[LAST_NAME] FROM LAWSON_SHC_EMPLOYEE_V WHERE LAWSON_SHC_EMPLOYEE_V.LAST_NAME= '#ucase(form.Ln

RE: CFHTTP Connection Failure

2005-03-15 Thread Dave Watts
> I'm hoping someone on list can spot something that is causing > this issue (Connection Failure) ;-) > > ... > > A DUMP OF CFHTTP: > struct > Charset utf-8 > ErrorDetail [empty string] > Filecontent Connection Failure > Header HTTP/1.1 200 OK Date: Tue, 15 Mar 20

RE: What to do - stagnant job

2005-03-15 Thread Justin D. Scott
> I would find time to build something that interests you. That's actually how DtDNS (www.dtdns.com) got started six years ago. I started tinkering, and a DNS service popped out. Turned into a nice little side business that pretty much runs itself. -Justin Scott ~

RE: Domain Traffic

2005-03-15 Thread Tarantor
First of all thanks for your reply. I just want to know traffic of a domain within a time period. I have different domains on same box with 1 IP and I want to measure monthly traffic for each domain individually. TIA! -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent

Re: What to do - stagnant job

2005-03-15 Thread Mike Kear
It's decades since anyone asked me why I left, or why I was leaving. In my earlier life as a middle manager, I did a lot of hiring and I found it was not productive at all to ask why someone left their last job.Either they'd flat-out lie or I'd be subjected to half an hour of whining about ho

Re: What to do - stagnant job

2005-03-15 Thread Sean Corfield
On Tue, 15 Mar 2005 23:32:35 -, Adrian Lynch <[EMAIL PROTECTED]> wrote: > Which will turn the question into 'why are you leaving'? Yes, although I think you get "ethics points" for leaving, then looking - so that you can't be accused of comparison shopping or simply trying to push your salary

Problem with onclick and flash forms....

2005-03-15 Thread Charles Heizer
Hello, I was wondering if anyone else is or has had this problem. I have a CFMX7 flash type form, and I'm trying to add a simple javascript onclick, to confirm deletion. This is what I'm trying to use and I get an error " Illegal usage of actionscript." Can someone please point me in the right

RE: What to do - stagnant job

2005-03-15 Thread Connie DeCinko
Yeah, start experimenting with RIAs. -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 2:48 PM To: CF-Talk Subject: Re: What to do - stagnant job Thought about working on any personal projects? I usually fill time with those. Brainstorming

RE: What to do - stagnant job

2005-03-15 Thread Connie DeCinko
I wonder if they are not creating any new work because they fear it'll cost them. Perhaps they feel that new features will mean a new server or more bandwidth or fancier development tools ~| Find out how CFTicket can incre

RE: What to do - stagnant job

2005-03-15 Thread Connie DeCinko
One of those, "Hey, I didn't know we could do that!" kind of moments. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 3:52 PM To: CF-Talk Subject: RE: What to do - stagnant job Build a demo of something, then show the powers that be the demo

CFHTTP Connection Failure

2005-03-15 Thread Bryan Stevenson
Hey All, I'm hoping someone on list can spot something that is causing this issue (Connection Failure) ;-) THE CODE (url masked for privacy): http://x.com"; method="get" resolveURL="yes" userAgent="Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)" port="80">

RE: What to do - stagnant job

2005-03-15 Thread Connie DeCinko
I would find time to build something that interests you. Don't ask before doing, just build it. Then perhaps one day when they do come to you for something new, you will have either a. already built it, or b. have built something so similar that you can whip something up and knock their socks off

RE: What to do - stagnant job

2005-03-15 Thread Adrian Lynch
Which will turn the question into 'why are you leaving'? Ade -Original Message- From: Andy Ousterhout [mailto:[EMAIL PROTECTED] Sent: 15 March 2005 23:25 To: CF-Talk Subject: RE: What to do - stagnant job In today's job market, I'd recommend following Sean's advice with one caveat -- fi

RE: What to do - stagnant job

2005-03-15 Thread Calvin Ward
In other words, make sure your bed is your nicest piece of furniture... -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 6:08 PM To: CF-Talk Subject: Re: What to do - stagnant job On Tue, 15 Mar 2005 16:31:23 -0600, Donna French <[EMAIL PROTE

RE: What to do - stagnant job

2005-03-15 Thread Andy Ousterhout
In today's job market, I'd recommend following Sean's advice with one caveat -- find another job before you leave. Otherwise you will have a gap in your resume that will raise questions about why you left. Andy -Original Message- From: Sean Corfield I quit. Then went and looked for a n

Re: NCAA Pool App

2005-03-15 Thread Dwayne Cole
Do I have to install to see it. Do you have a working copy up somewhere. -- Original Message -- From: Scott Stroz <[EMAIL PROTECTED]> Reply-To: cf-talk@houseoffusion.com Date: Tue, 15 Mar 2005 17:10:35 -0500 >Those of us from NJ refer to it as 'Fairly Ri

Re: What to do - stagnant job

2005-03-15 Thread Sean Corfield
On Tue, 15 Mar 2005 16:31:23 -0600, Donna French <[EMAIL PROTECTED]> wrote: > Just wondering (hoping) some of > you out there have been in a similar situation at one time or another, > and what you did to get out of the rut? I quit. Then went and looked for a new job. I've always given people the

Re: What to do - stagnant job

2005-03-15 Thread Spike
I would be inclined to agree with Isaac... I was effectively not allowed to work last year because I was waiting for the US government visa approval process which seems to move on a geological timescale. I kept myself busy by increasing my knowledge of Java helping out on the CFEclipse project

RE: Domain Traffic

2005-03-15 Thread Jim Davis
I'm not sure what you're asking for: you want to calculate traffic as in analyze log files? Or as in generating traffic (load testing)? Or as in tracking live traffic (performance monitoring)? There are lots of great tools for all of these. For the first I like SmarterStats (from SmarterTools.c

Re: What to do - stagnant job

2005-03-15 Thread S . Isaac Dealey
> I work for a small company and have for about three years > now, and I'm > either going to have to create something new or find a > blunt object to > mutilate myself with. They are happy with the web app and > what it does > as is, so I'm not getting any demands or direction in the > way of > wri

RE: What to do - stagnant job

2005-03-15 Thread Ian Skinner
Build a demo of something, then show the powers that be the demo and they'll want it, want it now, and want to know why they just can't use the demo! That's pretty much how our entire intranet came into being. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacrament

Re: What to do - stagnant job

2005-03-15 Thread Will Tomlinson
Thought about working on any personal projects? I usually fill time with those. Brainstorming my next big idea. :) Will ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.hous

OT: Domain Traffic

2005-03-15 Thread Tarantor
Hi, I know it is OT but I need a quick suggestion. I must find a solution to calculate traffic for domains on a Windows 2003 Standard Server. I just want to see traffic for every domains (virtual) separately. Any suggestion? Best regards, OĆ°uz DemirkapĆ½ ~

What to do - stagnant job

2005-03-15 Thread Donna French
I work for a small company and have for about three years now, and I'm either going to have to create something new or find a blunt object to mutilate myself with. They are happy with the web app and what it does as is, so I'm not getting any demands or direction in the way of writing or even editi

Re: NCAA Pool App

2005-03-15 Thread Scott Stroz
Those of us from NJ refer to it as 'Fairly Ridiculous'. On Tue, 15 Mar 2005 16:03:56 -0500, Tony Weeg <[EMAIL PROTECTED]> wrote: > looks cool rick, might jazz it up, and make sql server database for it... > > on another note...isnt it "Fairleigh Dickinson" > > tw > > > On Tue, 15 Mar 2005 15:

Using Jabber to connect CF to Yahoo! (or AIM or MSN)

2005-03-15 Thread Scott Stroz
An earlier thread discussed using Jabber to connect CF to Yahoo! or AIM or MSN. After gettin gthis working, I promised a blog entry to walk through the process. Here it is: http://www.boyzoid.com/blog/index.cfm?mode=entry&entry=A82A21E0-E081-2BAC-6942512B1394E738 -- Scott Stroz Boyzoid.com ___

RE: WS-Security Implementation

2005-03-15 Thread Dave Watts
> I had heard that CF7 had an implementation (perhaps only in > the enterprise version)... was this mistaken? I hadn't heard anything about it, but that doesn't mean much. To the extent that WS-Security means custom SOAP headers, you could interact with that through CF, but other parts of WS-Secu

Re: NCAA Pool App

2005-03-15 Thread Tony Weeg
i know :) but... also, you can pick a winner in a future game, if you made them a loser in a previous game... tw On Tue, 15 Mar 2005 15:12:06 -0600, Eric Creese <[EMAIL PROTECTED]> wrote: > DOes not matter they will be out of it before you blink > > -Original Message- > From: Tony Wee

Re: OT - UI problems

2005-03-15 Thread Bryan Stevenson
> While creativity, by its very definition, cannot be picked up by a book, > usability and other important UI concerns can. And it's important when > discussing real-world corporate experience to point out that most > real-world > corporate applications have awful UIs, and no one really cares that

RE: WS-Security Implementation

2005-03-15 Thread Kevin Aebig
I had heard that CF7 had an implementation (perhaps only in the enterprise version)... was this mistaken? Thanks for the insight BTW.. Sincerely, Kevin -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 3:28 PM To: CF-Talk Subject: RE: WS-Securit

RE: CFCASE and variables ...

2005-03-15 Thread S . Isaac Dealey
Nope -- that's invalid. The value attribute of the cfcase tag doesn't accept variables. Which is why he posted originally. > "#variable#" should work. > -Original Message- > From: Charles Heizer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 12:40 PM > To: CF-Talk > Subject: CF

Re: NCAA Pool App

2005-03-15 Thread Tony Weeg
rick... where do you want bug submissions? tw On Tue, 15 Mar 2005 15:37:27 -0500, Rick Root <[EMAIL PROTECTED]> wrote: > Okay, since nobody apparently has written an NCAA pool application, I > did one myself. It is public domain! > > http://www.webworksllc.com/finalfour/about.cfm > > You can

RE: WS-Security Implementation

2005-03-15 Thread Dave Watts
> I'm trying to find out if there is anyway to implement the > webservice standard for security WS within CF6 or CF7? I've > hunted and found nothing on the topic which leads me to > believe that it could only be done through the use of JAVA... > > Can anyone shed some light on this? While Apa

RE: WS-Security Implementation

2005-03-15 Thread Kevin Aebig
Somebody... anybody... I know you're out there. =] Kevin -- http://www.keslabs.com Coldfusion Remote Dashboard :: http://www.keslabs.com/crd -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 2:01 PM To: CF-Talk Subject: WS-Security Imp

RE: NCAA Pool App

2005-03-15 Thread Eric Creese
DOes not matter they will be out of it before you blink -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 3:04 PM To: CF-Talk Subject: Re: NCAA Pool App looks cool rick, might jazz it up, and make sql server database for it... on another note...i

Re: CFFILE - I'm sure this has been discussed before...

2005-03-15 Thread S . Isaac Dealey
Hi Che, Not sure why it wouldn't work with Safari, but the version of IE produced for Mac had a bug which appended a carriage return to the end of the file, thus destroying the integrity of the data during upload. Iirc there was a fix for that released -- a "hotfix/patch" I believe -- but of cours

RE: OT - UI problems

2005-03-15 Thread Dave Watts
> Unlike most developers theses days, I don't believe that > usability or UI creativity can be picked up in a book. There > needs to be a solid basis of artistic merit coupled with a > clean, modern, intuitive way of thinking. > > Through the good and the bad, real-world corporate experience >

RE: NCAA Pool App

2005-03-15 Thread Kristopher Pilles
Me too... -Original Message- From: Eric Creese [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 3:44 PM To: CF-Talk Subject: RE: NCAA Pool App okay I am in -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 2:37 PM To: CF-Talk S

Re: CFCASE and variables ...

2005-03-15 Thread S . Isaac Dealey
> In CF, based on some testing I did a while back, the > performance of the case construct versus the conditional > one was close enough to ignore the difference, so you're > not going to be taking a performance > hit by choosing one over the other. Although that's not why I use switch-case constr

Re: NCAA Pool App

2005-03-15 Thread Tony Weeg
looks cool rick, might jazz it up, and make sql server database for it... on another note...isnt it "Fairleigh Dickinson" tw On Tue, 15 Mar 2005 15:37:27 -0500, Rick Root <[EMAIL PROTECTED]> wrote: > Okay, since nobody apparently has written an NCAA pool application, I > did one myself. It is

RE: NCAA Pool App

2005-03-15 Thread Eric Creese
okay I am in -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 2:37 PM To: CF-Talk Subject: NCAA Pool App Okay, since nobody apparently has written an NCAA pool application, I did one myself. It is public domain! http://www.webworksllc.com/fina

Re: So does CF 7 Suck, Or Crystaltech?

2005-03-15 Thread Matt Robertson
So if I don't use J2EE sessions in my work I'm not going to hit this, or is that an oversimplification? Since I don't use them and have them shut off in CF 6 that would be an easy thing for me to do. One way or another CF7 is in the picture. However the workarounds I've seen -- specifically the

Re: CFCASE and variables ...

2005-03-15 Thread S . Isaac Dealey
> Hello, > Can someone please explain to me why cfcase can not use a > variable as it's > value, I would expect this to be a simple and useful > feature. And does > anyone know a way around this? > Thanks, > - Charles The subject has been beaten to death in previous threads on this list... it's a

Re: CF AJAX implementations

2005-03-15 Thread Micha Schopman
When its done, most of the time is involved in thinking how to handle the user interface in combination with the featureset. I intend to make it as userfriendly as possible. That is even harder than creating it. Sometimes it takes weeks thinking through functionality (and waking up in the middle

Re: CF AJAX implementations

2005-03-15 Thread Deanna Schneider
Holy crap. When ya gonna give that away to the community? ;) - Original Message - From: "Micha Schopman" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, March 15, 2005 12:09 PM Subject: Re: CF AJAX implementations > Currently working on it in my spare time. Fully xhtml compliant, css

NCAA Pool App

2005-03-15 Thread Rick Root
Okay, since nobody apparently has written an NCAA pool application, I did one myself. It is public domain! http://www.webworksllc.com/finalfour/about.cfm You can all join my pool while you're at it. =) - Rick ~| Discover CF

CFFILE - I'm sure this has been discussed before...

2005-03-15 Thread Che Vilnonis
Why can't I upload images via on a Mac computer? My code bombs on Safari and IE 5.23. It works on a PC. -- -- Thanks, Che ~| Logware (www.logware.us): a new and con

RE: OT - UI problems

2005-03-15 Thread Justin D. Scott
> Here's what's on my bookshelf. Of these, I > like Mullet /Sano and Spolsky the best: I would also recommend "Don't Make Me Think!" by Steve Krug. I would hold off and wait for the second edition due in July before buying it though. The first edition is great, but getting a little dated. -Just

RE: OT - UI problems

2005-03-15 Thread Kevin Aebig
Unlike most developers theses days, I don't believe that usability or UI creativity can be picked up in a book. There needs to be a solid basis of artistic merit coupled with a clean, modern, intuitive way of thinking. Through the good and the bad, real-world corporate experience is what counts. T

Re: OT - UI problems

2005-03-15 Thread Charles Polisher
Thomas Chiverton wrote: > > on this have faced the same issue. Can any one suggest a good resource for > > making easy to understand user interfaces, books, sites anything. > > I'd be interested in hearing of any too. Here's what's on my bookshelf. Of these, I like Mullet /Sano and Spolsky the b

WS-Security Implementation

2005-03-15 Thread Kevin Aebig
Hey All, I'm trying to find out if there is anyway to implement the webservice standard for security WS within CF6 or CF7? I've hunted and found nothing on the topic which leads me to believe that it could only be done through the use of JAVA... Can anyone shed some light on this? Cheers, Kevin

Re: CFCASE and variables ...

2005-03-15 Thread Charles Heizer
Hi Paul, This is right out of the docs ... Value - Required - The value or values that the expression attribute of the cfswitch tag must match. To specify multiple matching values, separate the values with the delimiter character. The value or values must be simple constants or constant expressio

Re: CF 7 and Apache 2.0.52 install

2005-03-15 Thread Adam Haskell
If cfobject wasn't working on calling a CF component...sounds like the WEB-INF was not mapped correctly...cfdump is in that folder as well as component.cfc which I can only imagine is used to get components working...maybe not. Adam H On Tue, 15 Mar 2005 13:17:14 -0600, Ken Ferguson <[EMAIL PROT

Re: CFCASE and variables ...

2005-03-15 Thread Barney Boisvert
Because "that's the way it always is". The case construct is optimized for checking a single variable against a set of constants. If you're checking a variable against other variables, you are prevented from performing those compiler-level optimizations. If you want to compare variable values, y

RE: CFCASE and variables ...

2005-03-15 Thread Paul
"#variable#" should work. -Original Message- From: Charles Heizer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 12:40 PM To: CF-Talk Subject: CFCASE and variables ... Hello, Can someone please explain to me why cfcase can not use a variable as it's value, I would expect this to

CFCASE and variables ...

2005-03-15 Thread Charles Heizer
Hello, Can someone please explain to me why cfcase can not use a variable as it's value, I would expect this to be a simple and useful feature. And does anyone know a way around this? Thanks, - Charles ~| Logware (www.logware.u

Re: OT: Image Submit button

2005-03-15 Thread S . Isaac Dealey
Yea, I didn't really have any idea what the implementation in question was... I noticed you typo'd the css and use = instead of : ... didn't say anything about it 'cause I figured it was just a typo and likely the folks reading the thread are familiar enough with css to catch it rather than trying

RE: CF 7 and Apache 2.0.52 install

2005-03-15 Thread Ken Ferguson
I know and Apache was working fine (for months). It was really odd, because CF was "kind of" working too. No, CF was installed in the default "C:\CFusionMX7" directory. I've installed CF 7 now on 8 different servers and this is the first time I've had any issues. I've not ever seen anything like it

Re: OT: Image Submit button

2005-03-15 Thread Jared Rypka-Hauer - CMG, LLC
I was assuming that class="formitems" was supplying some sort of formatting to the form elements... only (duh) if it's an image button that's not going to matter. But I used that larger selector to insure that, since it's a form item, it receives the same class assignment that the rest of the form

Re: CF AJAX implementations

2005-03-15 Thread Micha Schopman
Currently working on it in my spare time. Fully xhtml compliant, css layouted and almost entirely maintained with xmlHttpRequests. http://www.mschopman.demon.nl/cms.jpg ~| Logware (www.logware.us): a new and convenient web-based

RE: LDAP

2005-03-15 Thread Cary Gordon
We use OpenLDAP because it meets our clients first requirement - it is free. The downside, for LDAP beginners, is that it is not particularly user friendly, meaning that, if you aren't an LDAP expert, and you don't know precisely how your organization needs to be structured, you will do it wrong.

Re: OT: Image Submit button

2005-03-15 Thread S . Isaac Dealey
or ... #imgSubmit { background-image: "path/to/image.jpg"; } Granted, that with a button, you could just embed the image and make the style on the button transparent, i.e. button.btnImage { border: 0px; background-color: transparent; } I think that ought to work anyway... I wasn't paying a

RE: OT: Image Submit button

2005-03-15 Thread kola.oyedeji
Which is why I mailed a few days asking what was the code on the action page doing as I suspected as much :) Kola > -Original Message- > From: Adrian Moreno [mailto:[EMAIL PROTECTED] > Sent: 15 March 2005 17:04 > To: CF-Talk > Subject: Re: OT: Image Submit button > > > I have another pro

RE: CF to excel

2005-03-15 Thread RADEMAKERS Tanguy
One possibility amongst others is that cfcontent is disabled in the administrator. The first thing to do is to get the actual error message from coldfusion as well as the error code (HTTP 500 = "something went wrong" - a little more info might come in handy). Check the error log file for that. Also

Re: CF 7 and Apache 2.0.52 install

2005-03-15 Thread Stephen Dupre
The spaces should not affect Apache at all. That's the way Apache installs on Windows and I've used it that way. Did you initially install *ColdFusion7* on a path with spaces? That may be an issue with server discovery (the wsconfig finding the running JRun server). We just recently fixed th

Re: OT: Image Submit button

2005-03-15 Thread Adrian Moreno
> I have another problem with a submit button. It works well as input > type="submit" and moves on to the next ten records, but when I change > it to an image it seems to just refresh the page but not go to the > next records. If you output form.fieldnames, you'll see what the problem is. sub

OT: Call for Reviews: House of Fusion Review Section

2005-03-15 Thread Judith Dinowitz
The House of Fusion Review Section is going up tonight, and we'd like to put up a variety of content: reviews of books, games, products, etc. Your review could be in it! If you'd like to contribute anything to this section, please send the reviews to me offlist ([EMAIL PROTECTED]). Whatever you

RE: CF 7 and Apache 2.0.52 install

2005-03-15 Thread Ken Ferguson
Actually, I just got it working. I uninstalled both CF and Apache and then reinstalled Apache into a non-default directory (C:\Apache). Then I reinstalled CF and ran the wsconfig. Now it's working, even though the initial configuration from the first time I pulled up the admin took about 15 minutes

Re: OT: Image Submit button

2005-03-15 Thread Jared Rypka-Hauer - CMG, LLC
how about this: And in the stylesheet... FORM .formitems #imgSubmit { background-image = path/to/image.jpg } Just a thought... J > -Original Message- > From: Larry Lyons [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 9:58 AM > To: CF-Talk > Subject: Re: OT: Image S

Re: CF AJAX implementations

2005-03-15 Thread Barney Boisvert
Let me give a big thumbs up for Neuromancer. We've used it (and are continuing to use it) on several projects, and it's wonderful. cheers, barneyb On Tue, 15 Mar 2005 12:32:20 -0500, Dave Watts <[EMAIL PROTECTED]> wrote: > > Has anyone seen any examples or details of ColdFusion AJAX > > implemen

RE: CF AJAX implementations

2005-03-15 Thread Dave Watts
> Has anyone seen any examples or details of ColdFusion AJAX > implementations? I was thinking of doing something with the > several hundred photos on my blog, and would of course love > to see if someone else has plowed any of this ground already. Since AJAX is simply a new label on an old ide

Re: CF 7 and Apache 2.0.52 install

2005-03-15 Thread Stephen Dupre
Can you send me your httpd.conf file from Apache? It looks like something is misconfigured. [EMAIL PROTECTED] Regards, Stephen Dupre Macromedia QA ~| Logware (www.logware.us): a new and convenient web-based time tracking app

RE: OT: Image Submit button

2005-03-15 Thread Eric Creese
shouldn'e mailto:[EMAIL PROTECTED] Sent: Tuesday, March 15, 2005 9:58 AM To: CF-Talk Subject: Re: OT: Image Submit button > I have another problem with a submit button. It works well as input > type="submit" and moves on to the next ten records, but when I change > it to an image it seems to ju

Re: CF AJAX implementations

2005-03-15 Thread Mark Drew
I have only done some demos of this, but I am thinking of implementing some easy JS libraries for this. I shall let you know how I get on MD On Tue, 15 Mar 2005 10:55:10 -0600, James Edmunds <[EMAIL PROTECTED]> wrote: > Has anyone seen any examples or details of ColdFusion AJAX > implementations

Re: OT: Image Submit button

2005-03-15 Thread Larry Lyons
> I have another problem with a submit button. It works well as input > type="submit" and moves on to the next ten records, but when I change > it to an image it seems to just refresh the page but not go to the > next records. > > This works: name="submitNext"> > > This does not: src="/image

CF AJAX implementations

2005-03-15 Thread James Edmunds
Has anyone seen any examples or details of ColdFusion AJAX implementations? I was thinking of doing something with the several hundred photos on my blog, and would of course love to see if someone else has plowed any of this ground already. Thanks in advance, James Edmunds New Iberia, LA http://

format y-axis in cfchart

2005-03-15 Thread cf coder
The values displayed on the y-axis are are mix of float and int. The chart displays int values on the y-axis if I use only one cfchartseries tag. The code below calculates the value for the gridlines and scaleto attributes. [code] [/code] When I output this variable, the value returned is 88

  1   2   >