Personalization Algorythms

2000-06-21 Thread AOusterhou
It is great to have the list back . Does anyone know of any CF-based personalization algorythms/tags? I am building an application for a company that requires that I learn about the level of sophistication of a User based on several factors and present different options based on these

Re: User email addresses as user login names any concerns ????

2000-06-12 Thread AOusterhou
Claude: I think the only concern is the level of security your application requires. If the user name password is really only for personalization or other low security type application, this will work fine and I've seen a number of web sites take this route. However, if you are righting a

Re: Nesting CFoutput's

2000-05-09 Thread AOusterhou
In a message dated 5/9/00 1:49:31 PM Central Daylight Time, [EMAIL PROTECTED] writes: You've got extra CFOUPUT's. See below: cfloop index="i" from="1" to="52" step="1" cfquery name="getdupes" datasource="personnel" SELECT * FROM planning_track

Re: Dynamic query without page refresh - possible?

2000-05-05 Thread AOusterhou
Does all of this happen basically transparent to the User? If so, is this an effective way to make complex pages appear to operate faster than they really do by splitting it up into more digestible frames? Andy --

Re: Is there anything that ASP can do and CF cannot?

2000-05-05 Thread AOusterhou
What does eWebEditPro do? -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a message to [EMAIL PROTECTED] with

Re: locking application and session variables

2000-05-04 Thread AOusterhou
In a message dated 5/3/00 5:03:00 PM Central Daylight Time, [EMAIL PROTECTED] writes: Sorry about the lame response. I was talking on the phone, got distracted and fingers where moving while the brain was in neutral. Andy t 05:13 PM 5/3/00 -0400, you wrote: The upgraded 4.5 server can

Re: CFHttp and Wddx posting for results only???

2000-04-28 Thread AOusterhou
Sharon: How do you design sites that are XML/Wddx Friendly? Do you have someplace I can go to read about this? Andy -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Translation Concept

2000-04-28 Thread AOusterhou
Order this book from Amazon or your favorite bookstore. It is the bible on how to get done right what you want to do. I did this for GE and it is a none-trivial problem. If it is set up incorrectly, it will cost HUGE bucks to maintain. Programming for the World : A Guide to

Re: CF and AOL

2000-04-28 Thread AOusterhou
Michael: Do you only do this if they come in from AOL? If so, pardon my Newbie question, but how do you check? Andy In a message dated 4/28/00 3:28:07 PM Central Daylight Time, [EMAIL PROTECTED] writes: It's not so much an issue with CF and AOL as much as it's an issue with the world and

Re: Application.cfm Question...

2000-04-27 Thread AOusterhou
For to improve performance, should each directory have an application.cfm file in it? Perhaps just containing an include of the one in the Root Directory? Or is the overhead of searching upwards for the application.cfm so small that it is not worth the effort? Andy

RE: Application.cfm Question...

2000-04-26 Thread AOusterhou
For to improve performance, should each directory have an application.cfm file in it? Perhaps just containing an include of the one in the Root Directory? Or is the overhead of searching upwards for the application.cfm so small that it is not worth the effort? Andy