RE: LDAP

2005-03-14 Thread Dawson, Michael
What brand of LDAP server are you planning on using? If it's Windows Active Directory, there are some things to know about. I use IIS/browser authentication for our intranet, but I use CFLDAP to connect to Active Directory to get group membership for each user. I also pull mailbox-related inform

RE: LDAP

2005-03-14 Thread Ian Skinner
KNOW YOUR LDAP CONFIGURATION. The ldap tag is pretty straight forward to use, if you know how your ldap has been configured. We currently use ours to control access based on NT security groups, stored in our ldap data. We currently do not do password verification with ldap, we do that directl

LDAP

2005-03-14 Thread Daniel Kessler
My boss asked me to hook into our ldap system for password validation and I'm looking for any heads-up or advice that I could get. Do people use cfLDAP for this? If I have an app and I just want a few people to have access to it, do I use a DB to store access groups and names of people and us

Re: FCKeditor - Dynamic Browse and Upload Directory

2005-03-14 Thread Protoculture
I think the settings for this are in one of the *.js files. ~| 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 Log

Re: FCKeditor - Dynamic Browse and Upload Directory

2005-03-14 Thread Pete Jordan
Brad Roberts wrote: > Anyone have a solution for setting the image browse and upload path > in FCKeditor (version 2 with the default CF connector)? I'd like to > share the editor among several sites. I'm actually (right now) in the middle of writing our own connector to cope with the virtual im

RE: FCKeditor - Dynamic Browse and Upload Directory

2005-03-14 Thread Burns, John D
I customized the CF connector to allow this. Basically there are a few variables that are set that get used in the actual read/write calls that are necessary for the function to work. The majority of that connector is just figure out what the path should be based on the current tag location, etc.

Re: WDDX Status?

2005-03-14 Thread Jim Davis
>SOAP is a transport protocol which is only useful in the context of web >services. Why not just write your own schema? It's not that difficult to do >this. I don't see much reason to bother with WDDX if you have a more >domain-specific way to talk about your data. Right now it's purely business-B

getting remote data

2005-03-14 Thread Stephens, Larry V
To date my CF apps have been on a server on our campus network. That makes it simple to get to the data with MS Access. I'm working on a couple of apps that will be hosted on a commercial server so I'll be ftping to it. I've split my data into two databases - one that will not be written to (bu

Dynamic Linking to Mapquest?

2005-03-14 Thread Claremont, Timothy
I searched the MM exchange, but the tags that I found don't seem to work anymore due to updates in the mappers sites. Anyone have a tag or link to a function where I can pass the address and get a map? Mapquest or Yahoo maps or google maps, etc... *

Structuring Shared Resources for Related Web Sites on Same Server

2005-03-14 Thread Dawson, Michael
I am planning on rebuilding two web sites that exist on the same server. A few sections of each site will share related information. Given that, are there any suggestions as to how I can structure my site so that shared resources (udfs, cfcs, cust tags, etc) are visible to each site yet not really

RE: WDDX Status?

2005-03-14 Thread Dave Watts
> Does anybody know if the WDDX implementation in CF 7 is > actually updated from previous versions? Is there any work > on the project? I would be surprised if there have been any recent changes to it, or if there ever will be. What's to change, after all? You can still use WDDX to describe ge

Re: Document Literal WebService with CFMX6.1

2005-03-14 Thread Phillip Duba
That's great news Larry. Look forward to hearing what Doug has done. I managed to get around what I needed to do by creating the SOAP envelope using CFXML and using CFHTTP to post it to the web service in question, but I would rather use the CFINVOKE/CreateObject path with structures. Thanks, P

FCKeditor - Dynamic Browse and Upload Directory

2005-03-14 Thread Brad Roberts
Anyone have a solution for setting the image browse and upload path in FCKeditor (version 2 with the default CF connector)? I'd like to share the editor among several sites. I've searched the FCKeditor forum, as well as this list, but haven't seen a solution. Thanks, Brad ~~

Re: WDDX Status?

2005-03-14 Thread Jim Davis
Sorry folks - I meant that for CF_Community. It's really off-topic for this list. That being said I'd still like to hear what you have to say - but please post to the CF-community thread if possible. Jim Davis ~| Discover CF

RE: sql ( ms sql ) alter command

2005-03-14 Thread Hua Wei
On mssql 2000, alter table [tablename] alter column [columnname] varchar(2000) -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 10:51 AM To: CF-Talk Subject: sql ( ms sql ) alter command I wish to modify an existing table by increasing the v

RE: sql select statement help..

2005-03-14 Thread Hua Wei
As long as jobNumber is not a unique field, the query works. select count(*) as numofjobs, convert(char(10),logdatetime,101) as DTLOGGED, jobPriority, jobNumber from jobs where logdatetime >= '02/01/2005' and logdatetime <= '02/02/2005' group by convert(char(10),

WDDX Status?

2005-03-14 Thread Jim Davis
Does anybody know if the WDDX implementation in CF 7 is actually updated from previous versions? Is there any work on the project? More to the point will the current release (now well over 5 year old) still work in modern Java/JavaScript implementations? Any other tool that's as easy to use fo

sql ( ms sql ) alter command

2005-03-14 Thread Protoculture
I wish to modify an existing table by increasing the varchar limit from 1000 to 2000. Is there a alter table command that can be used after the field has been created? ~| Find out how CFTicket can increase your company's custome

RE: sql select statement help..

2005-03-14 Thread James Holmes
Which will of course return a job count of 1 for each row, since it is grouped by jobNumber. To get the result set you want, if your DB supports it, you will need a referential subquery something like this: select j.jobPriority, j.jobNumber, (select count(*) as numofjobs from jobs where jobs.logd

RE: sql select statement help..

2005-03-14 Thread Hua Wei
Cfcoder, = select count(*) as numofjobs, jobPriority, jobNumber from jobs where logdatetime >= #startdate# and logdatetime <= #stopdate# group by logdatetime, jobPriority, jobNumber order by logdatetime,jobNumber -- if need orderby = ---

RE: Gmail highlighting

2005-03-14 Thread Micha Schopman
Yes, that is the idea. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

Re: OT - UI problems

2005-03-14 Thread Mickael
Can someone send me Jim's note I did not get it, strange? - Original Message - From: "Calvin Ward" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Monday, March 14, 2005 10:30 AM Subject: RE: OT - UI problems > I have to disagree. This is very much on topic in my opinion. Since when is > discuss

RE: Gmail highlighting

2005-03-14 Thread Calvin Ward
So, in that scenario, I would consider the following: In the CSS put... #searchResults strong {background-color: #00} In the HTML... You can highlight text within search results. This results in less code! Of course you can only have one search results div using this solution. - Calvin -

Re: Gmail highlighting

2005-03-14 Thread Jared Rypka-Hauer - CMG, LLC
So, say, in terms of a wiki... strong would be viable for "terms" while em would suffice for meta-information like last-updated-by: Blah blah blah wiki term blah blah blah the end of the world blah blah blah Douglas Adams Entry created by Fred Smith, last updated on March 19, 1963, by John Anders

RE: Gmail highlighting

2005-03-14 Thread Micha Schopman
At first I would say yes, EM would be a good candidate, however I would reserve EM for larger code blocks. Like a note, a warning, etc. This part states you might better use strong for it. But honestly, I wouldn't care while both have their semantics in letting content stand out. "Thus, it would

RE: OT - UI problems

2005-03-14 Thread Calvin Ward
I have to disagree. This is very much on topic in my opinion. Since when is discussing UI design for a CF application not appropriate for cf-talk? I liked the rest of your post, very useful and well written. - Calvin -Original Message- From: Jim Davis [mailto:[EMAIL PROTECTED] Sent: Sun

RE: Gmail highlighting

2005-03-14 Thread Calvin Ward
Hmm, would be more appropriate in that context? - Calvin -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: Monday, March 14, 2005 9:37 AM To: CF-Talk Subject: RE: Gmail highlighting When taking a semantic approach, I would consider using for highlighting. Not sp

sql select statement help..

2005-03-14 Thread cf coder
Hello everybody, I really need someone to help me here. I'm developing a graphical interface to report the no of jobs logged in a period. The x axis displays the period (days) and the y-axis displays the number of jobs logged in a given day. The data is pulled from the jobs table. The job logge

Re: Problems at CrystalTech have gotten ugly!

2005-03-14 Thread Jared Rypka-Hauer - CMG, LLC
*watches the SmugBug sitting on his desk die, crumble into dust, and blow away in the breeze from the forced-air furnace since it's 9 degrees outside this morning* Yep, it's Monday... ;) I tried! I really, really tried! Laterz, J On Mon, 14 Mar 2005 10:13:21 -0500, Bud <[EMAIL PROTECTED]> wrot

Re: Problems at CrystalTech have gotten ugly!

2005-03-14 Thread Bud
Jared Rypka-Hauer wrote: >I was under the impression that the error came up when the CF session >timed out first, but, logically, that makes no sense. If the CF >session timed out, it would just ask Jrun for a new one... so the >issue pops up when CF expects Jrun to be holding session information

Re: Bracket application

2005-03-14 Thread Alex Sherwood
Rick Root wrote: >Anyone out there have a NCAA pool app written in coldfusion they'd be >interested in sharing? =) > > > A former co-worker of mine wrote one last year. What's interesting is that he allowed you to enter the number of arrests for players and the severity of each crime for eac

RE: Gmail highlighting

2005-03-14 Thread Micha Schopman
When taking a semantic approach, I would consider using for highlighting. Not span. Micha Schopman Project Manager Modern Media, Databankweg 12 M, 3821 AL Amersfoort Tel 033-4535377, Fax 033-4535388 KvK Amersfoort 39081679, Rabo 39.48.05.380

Re: cfchart and cfchartdata question. Kindly help!

2005-03-14 Thread cf coder
thanks Cliff for the reply. That did occur to me and its probably the only way to do it. However, I don't know how to build the select sql query. From what I understand when using the count() function, I can't any other column name in the select. select count(*), jobPriority from call where log

Re: Gmail highlighting

2005-03-14 Thread Adam Haskell
Exactly what I was begining to type :) We're going through a lot of un-needed code revisions to undo that which should not have been done. Everything is an ID in our CSS and it is realy really messed up. Adam H On Mon, 14 Mar 2005 08:38:45 -0500, Calvin Ward <[EMAIL PROTECTED]> wrote: > This is

RE: OT: Image Submit button

2005-03-14 Thread kola.oyedeji
You shouldn't need the javascript, the fact that it's an image should also ensure that it's a submit button. Are you doing some sort of check on your action page to see if it has been submitted? Kola > -Original Message- > From: Robert Orlini [mailto:[EMAIL PROTECTED] > Sent: 14 March 200

Bracket application

2005-03-14 Thread Rick Root
Anyone out there have a NCAA pool app written in coldfusion they'd be interested in sharing? =) - Rick ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hour

cfchart and cfchartdata question. Kindly help!

2005-03-14 Thread Cliff Meyers
You should be able to accomplish what you're looking for just by adding 3 data series to the chart you're building. The most straightforward way to do it would probably be to modify your stored procedure to take another input parameter called "status" so you could view the results for a particular

RE: OT: Image Submit button

2005-03-14 Thread Robert Orlini
Thanks Troy. It does not submit the value just refreshes though. Robert O. -Original Message- From: Troy Murray [mailto:[EMAIL PROTECTED] Sent: Friday, March 11, 2005 4:29 PM To: CF-Talk Subject: Re: OT: Image Submit button Try this instead for the button: Next 10 -t On Fri, 11 Mar

RE: Application.cfc - why? what's it for?

2005-03-14 Thread S . Isaac Dealey
> Jim, > I am just concerned that redirecting out of a CFC might > create sloppy code. > I would probably want to continue to use Application.cfm > for the redirecting > or use an include at the top of every page. > Can I use both Application.cfm and Application.cfc? If so, > what order do they >

RE: Gmail highlighting

2005-03-14 Thread Calvin Ward
This is good, but I would do the following instead: In the CSS put... ..searchHighlight {background-color: #00} In the HTML... You can highlight text within search results. The reason is that there should only be one instance of an ID in an html document and the name of your CSS class should

RE: GRRRR Dreamweaver broke my client's web site

2005-03-14 Thread Calvin Ward
The reason is that the library and template functionality actually let you see in Dreamweaver what you are working on while you work on it. But not only that, if it worked correctly (which in this case it didn't), the resulting html only code will run on any server that can serve up html, regardles

RE: UI Problems

2005-03-14 Thread Micha Schopman
Mickael, This is something you hear often. Mostly this is the result of having to much functionality and showing to much to the user. The end result often is a busy interface. And still for experienced UI designers, it is often a challenge finding a balance between what to show, and what to hide.

UI Problems

2005-03-14 Thread Mickael
Hello All, My developer and I are working on a CMS for various clients. Our clients keep coming up with new requirements as the project grow or change. We are not having any issues meeting these requirement for new functionality on the website. But in my opinion we are not achieving an elega

RE: Verity DocCount

2005-03-14 Thread Robertson-Ravo, Neil (RX)
I ended up doing this - which I believe gives me the correct numbers. #lsCurrentCollections.name# : #docCounter.recordcount# -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: 11 March 2005 19:59 To: C

cfchart and cfchartdata question. Kindly help!

2005-03-14 Thread cf coder
Hello everybody, I really need someone to help me here. I'm new to charting. I'm developing a graphical interface to report the no of jobs logged in a period. The x axis displays the period (days) and the y-axis displays the number of jobs logged in a given day. The data is pulled from the jobs

Re: Application.cfc - why? what's it for?

2005-03-14 Thread Barney Boisvert
Don't worry about redirecting in Application.cfc too much. It is a CFC, but it's a little different than most other CFCs, so the same rules don't apply to the same degree. It's really a very procedural construct, it's just packaged into a CFC, because it makes things a lot cleaner. And you can o

Re: Easiest way to have a period in a struct key?

2005-03-14 Thread Jared Rypka-Hauer - CMG, LLC
In Case of Emergency, Put Emphasis Here: >Granted, everybody needs to do what must be done to get the app >working... don't NOT do it just because of me. Hehe, yeah right... ;) >Like anyone would take me that seriously. Laterz, J On Mon, 14 Mar 2005 03:16:48 -0400, Robert Munn <[EMAIL PROTECTED

Re: Document Literal WebService with CFMX6.1

2005-03-14 Thread Jared Rypka-Hauer - CMG, LLC
Tom, Forgive me if I seem a bit dense here, but I may actually understand what you're saying. ;) I hope you don't mind if I rephrase just to prove to us all that I'm not a True Dolt. A while back, I blew a day trying to create a struct in which an element contained both a string and another struc

Re: Easiest way to have a period in a struct key?

2005-03-14 Thread Robert Munn
Funny thing, I have just had this issue come up while working on code to consume a Web service. The issue is that there are lots of elements in the WSDL file that have a period in the name- e.g. "contact.name". The convention comes from the earlier (pre-Web) days of the client-server application

<    1   2