Re: LisfFindNocase mystery

2007-11-20 Thread Sean Corfield
On Nov 20, 2007 3:02 AM, Jide Aliu <[EMAIL PROTECTED]> wrote:
> Does anyone know the list below returns 0? The function recognises the first 
> value but ignores the second value in the list

As others have said, you have a space in your list which is considered
part of the list.

Two possibilities:


#listFindNoCase(listNames, "20071016_392")#

or:


#listFindNoCase(listNames, "20071016_392",", ")#

The former removes the spaces before searching. The latter treats
space as a delimiter as well as comma.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293639
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: string concatenation / appending in CF8

2007-11-20 Thread Ryan Stille
Hmm that one didn't work for me when I tried it (I tried the ways I 
listed in my first post), but I'll have to go back and try it again, 
maybe I had something wrong.

-Ryan

Dale Fraser wrote:
> 
> 
> #string#
>
>
> Regards
> Dale Fraser
>
> http://learncf.com
>
>
> -Original Message-
> From: Ryan Stille [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 21 November 2007 11:50 AM
> To: CF-Talk
> Subject: string concatenation / appending in CF8
>
> Is there a shorter way to append strings in CF8 now?  With all the 
> "javascript" style operators I was hoping there would be something.
>
> +=  or  &=  or  .=  or whatever.   Or do we still need to do:
>
> Arguments.myOutputString = Arguments.myOutputString & "more text"
>
> all the time?  I would love a shorter way to do this.
>
> -Ryan
>
>
>
>
>
> 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293640
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFLDAP and Sun One Directory Service

2007-11-20 Thread Steve Metzger
We built a hierarchy in Sun one with various layers of OUs and groups with 
users under them. 

We thought it would be good practice to have each user possess a single user 
entry in the hierarchy. 

We use CFLDAP to authenticate, but we would like to limit the FILTER= parameter 
to a subset of OUs and groups that lie across various OUs. 

Example. 
Under Sales we have GroupA and GroupB OUs
Under Marketing we have GroupC and GroupD 
Under Executive we have user mrbig and mrsmall

If i want to add more intelligence to my authentication and my website is only 
for GroupA and GroupC and those under Executive I would expect a filter 
statement like this: 

(&(objectclass=person)(|(ou=GroupA)(ou=GroupC)(ou=Executive))(uid=#form.username#))

But we cannot include ou in objectclass=person for some reason...


Any clues?
thanks




~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293638
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: string concatenation / appending in CF8

2007-11-20 Thread Dale Fraser


#string#


Regards
Dale Fraser

http://learncf.com


-Original Message-
From: Ryan Stille [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 21 November 2007 11:50 AM
To: CF-Talk
Subject: string concatenation / appending in CF8

Is there a shorter way to append strings in CF8 now?  With all the 
"javascript" style operators I was hoping there would be something.

+=  or  &=  or  .=  or whatever.   Or do we still need to do:

Arguments.myOutputString = Arguments.myOutputString & "more text"

all the time?  I would love a shorter way to do this.

-Ryan





~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293637
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


string concatenation / appending in CF8

2007-11-20 Thread Ryan Stille
Is there a shorter way to append strings in CF8 now?  With all the 
"javascript" style operators I was hoping there would be something.

+=  or  &=  or  .=  or whatever.   Or do we still need to do:

Arguments.myOutputString = Arguments.myOutputString & "more text"

all the time?  I would love a shorter way to do this.

-Ryan



~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293636
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: VPS or Dedicated CF Hosts

2007-11-20 Thread Mary Jo Sminkey
>Same here. I use viviotech vps and they are great at responding to
>support tickets and keep on top of other support related issues that
>come up in their forums.

I used them for a short time myself but dropped them due to the lack of proper 
infrastructure/generator backup. I understand they are working on getting that 
in place, but in the meantime, a long power outage means your site will be 
down. I also found their Linux VPS servers full of out-of-date software which 
meant a lot of extra work trying to get the latest stuff installed. I've had 
very good luck in the past with HMS for dedicated servers and I'd guess their 
VPS plans are equally good and often recommend them. Personally though, I'm on 
a tighter budget though than their prices allow so use AHP Hosting and have 
been fairly happy with them (him) so far. Being a one-person shop myself I am 
more accepting of not having 24/7 support, and have found the response fast and 
generally knowledgeable. He also gave me a discount code for my customers to 
use to get an even better price when they signup, a nice little incentive for 
those on the fence about moving to a VPS plan. 







~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293635
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Verity, does it work?

2007-11-20 Thread Jonathan Gingerich
>Is there anything unusual about the document mentioned in the error?

I don't believe so.  It is failing for _every_ .doc file, although I haven't 
yet checked the exact STATUS for all.

JG 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293634
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: blocking spambots

2007-11-20 Thread Todd
Somewhere in the world, someone has a random email address that someone
thinks is fake and is wondering why the hell he's getting more spam. ;)

On Nov 20, 2007 3:39 PM, Les Mizzell <[EMAIL PROTECTED]> wrote:

> This same fake form also leads to a page that generates random email
> addresses for bots to slurp up - with links that lead back to the same
> page to generate more random email addresses. I've watched a harvester
> hit the page 9 or 10 times in a row - grabbing close to 15,000 fake
> email addresses in the process...
>


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293633
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: blocking spambots

2007-11-20 Thread Les Mizzell
> I need to code for ease of use for the most disabled client I have which
> would be a blind paraplegic using the suck straw to navigate, text to
> speech, on a 56k modem with windows 98.


My two previously mentioned simple/stupid tricks have been 99.9% 
effective for me...

Ask a dumb question:
Cow goes 1.Quack 2.Woof 3.Moo 4.Oink ?

Not a single bot has gotten past this "quiz" and submitted the form in 
over a year.

The "hide a fake form with CSS ahead of the real form that submits to 
nowhere" has been almost 100% effective for me as well. Well, it does 
submit actually - it's collecting IP addresses and anything else I can 
find out about the bot ...

This same fake form also leads to a page that generates random email 
addresses for bots to slurp up - with links that lead back to the same 
page to generate more random email addresses. I've watched a harvester 
hit the page 9 or 10 times in a row - grabbing close to 15,000 fake 
email addresses in the process...

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293632
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Problems with Application / CFApplication, I think

2007-11-20 Thread Ian Skinner
"java.lang.NullPointerException"

This is usually indicating a undefined variable being used.

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293631
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Problems with Application / CFApplication, I think

2007-11-20 Thread mark kecko
I'm getting this odd error (see below) in my exception log that has something 
to do with my cfapplication tag.  There's nothing, that I'm aware of, which 
points me in the right direction. The error just lists my application name, as 
specified in my cfapplication tag, and nothing else.

I'm running CFMX 6.1 (6,1,0,83762) with the 6.1 updater.  I'm using FuseBox 4.1 
and connecting to a MySQL 5 server.  Does anyone have any idea what could be 
causing this error?

APPLICATION.LOG
"Error","jrpp-70","11/20/07","13:19:05","MyAppName"," The specific sequence of 
files included or processed is: C:\Inetpub\wwwroot\myapp\index.cfm "

EXECEPTION.LOG
"Error","jrpp-70","11/20/07","13:19:05","MyAppName"," The specific sequence of 
files included or processed is: C:\Inetpub\wwwroot\myapp\index.cfm "
java.lang.NullPointerException
at coldfusion.runtime.ClientScopeKey.hashCode(ClientScopeKey.java:29)
at java.util.Hashtable.get(Hashtable.java:333)
at 
coldfusion.runtime.ClientScopeServiceImpl.GetClientScope(ClientScopeServiceImpl.java:168)
at 
coldfusion.tagext.lang.ApplicationTag.setupClientScope(ApplicationTag.java:571)
at 
coldfusion.tagext.lang.ApplicationTag.doStartTag(ApplicationTag.java:283)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1876)
at 
cfApplication2ecfm1273907579.runPage(C:\Inetpub\wwwroot\myapp\Application.cfm:3)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:30)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:93)
at 
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
at 
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at 
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:249)
at 
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at 
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:192)
at 
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at 
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at 
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

APPLICATION.CFM
 

~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293630
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Understanding the relationship btwn instances in multiserver

2007-11-20 Thread Maureen Barger
no

On Tue, November 20, 2007 12:13, Dave Watts wrote:
>> We run 7.01 under Solaris with an apache front end. Each
>> instance is then set up as an apache virtual host attached to
>> its respective jrun.

>
> Are these instances using the same database server?



~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293629
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: same line number keeps showing with cftrace

2007-11-20 Thread Tom Chiverton
On Monday 19 Nov 2007, Bryan S wrote:
> It works great when developing locally, however, when I use it on our
> UNIX development server it always returns the same line number.

Could "robust exceptions" be set to something different on the other box ?

-- 
Tom Chiverton
Helping to globally improve fourth-generation CEOs
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office.  Any reference to a partner in 
relation to Halliwells LLP means a member of Halliwells LLP.  Regulated by The 
Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293624
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Permissions with .CFR's (Report Builder)

2007-11-20 Thread Dave Watts
> I can't find mention anywhere of how to best manage 
> security/permissions on ..cfr files output by the ColdFusion 
> Report Builder.

I don't think you'll find much information on this topic because there isn't
any.

>  - How can I determine within the Report Builder if a user 
> should have access to the report
> 
>  - And if they shouldn't have access, how do I prompt them to 
> log in (either via a session or cflogin), or kick them out of 
> the report to where they can log in and be returned to the report.

I don't think there's much you can do about this within the Report Builder
itself. However, you can either use web server permissions/authentication to
manage access to .cfr files, or you can invoke those files from a CF page
using the CFREPORT tag, and manage access however you like from there.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293626
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Still having problems with website administration (not CFADMI N site)

2007-11-20 Thread Dave Watts
> OK, so I am still having the same issue with our districts 
> website admin section. Our main site is 
> www.snowline.k12.ca.us, and when I log into our 
> administration section from home using that URL everything 
> works fine. However, when I log into any of our other URL's 
> (www.snowlineschools.net, com and org), I can log in fine, 
> but I get kicked out if I attempt to enter the admin section.
> I am using CFLOGIN for the login control. For the site 
> security (besides having to log in) I am using IsUserInRole 
> to let them into their proper part. Now the way that our 
> environment is set up is that our web server is also our DNS 
> server (No, this was NOT my decision, and they are ordering 
> more hardware for me to get the web/cf server on it's own 
> machine), Windows Server 2003,  IIS, CF8 and SQL Server 2005.
> Also, when I use any of the 4 URL's from within the network 
> everything works fine. I am at a loss here. Any help would be 
> greatly appreciated.

If I had to guess, I would put my money on some sort of mismatch between
your sites, cookies, and redirection. Cookies are site- or domain-specific,
so if you get a cookie issued when you visit snowline.k12.ca.us, that cookie
won't work at snowlineschools.net.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293625
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: same line number keeps showing with cftrace

2007-11-20 Thread Bryan S
Hi Tom

Enable Robust Exception Information is checked on both servers in CFIDE

Bryan

On Nov 20, 2007 11:52 AM, Tom Chiverton <[EMAIL PROTECTED]> wrote:
> On Monday 19 Nov 2007, Bryan S wrote:
> > It works great when developing locally, however, when I use it on our
> > UNIX development server it always returns the same line number.
>
> Could "robust exceptions" be set to something different on the other box ?

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293628
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Understanding the relationship btwn instances in multiserver

2007-11-20 Thread Dave Watts
> We run 7.01 under Solaris with an apache front end. Each 
> instance is then set up as an apache virtual host attached to 
> its respective jrun.
> ColdFusion instances are not clustered.
> I have noticed at times when one instance is having traffic 
> issues (for example, a database issue which allows requests 
> to back up and overrun the number of threads allowed to jrun) 
> every instance is affected and performance is severely 
> degraded. This is not a hardware or memory issue as the box 
> is sitting idle. Each instance is in its own jvm.
> How are other instances affected in a multiserver instance 
> when one of those instances is under load?

Are these instances using the same database server?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!


~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293627
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: blocking spambots

2007-11-20 Thread Richard Dillman
You probably shouldn't block that stuff in a memo/comment field simply
because people may have those in their signature and will copy past that
into every comment, but with judicious use of validation of phone, email,
URL and such on those fields that have a very specific function, you can
block a lot. In those fields that are not looking for a specific type such
as first name, last name, and password, you could block URL and emails.  I
find that 90% of my spam put their URL/Email crap in every field.

Another good trick (sorry I don't remember who mentioned this in an earlier
thread before, probably Ben) is to have a hidden checkbox called "accept" or
"TOS" and look for it to be checked.  If it is you have a bot. (insert nasty
response here)

I'm sure captcha is a good response to eliminate bots, but a lot of my code
will be viewed by the disabled community and it needs to be 508 compliant,
and to be honest most captcha is hardly readable by me!

I need to code for ease of use for the most disabled client I have which
would be a blind paraplegic using the suck straw to navigate, text to
speech, on a 56k modem with windows 98.

On 11/20/07, Tom Chiverton <[EMAIL PROTECTED]> wrote:

> On Saturday 17 Nov 2007, Richard Dillman wrote:
> > Maybe this is a little too simple, but I simply block any non email
> fields
> > from containing an "@" or "http://"; or "www."
>
> Obviously not somewhere where people post links.
>
> --
> Tom Chiverton
> Helping to continually participate essential e-commerce
> on: http://thefalken.livejournal.com
>
> 
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered in England
> and Wales under registered number OC307980 whose registered office address
> is at St James's Court Brown Street Manchester M2 2JF.  A list of members is
> available for inspection at the registered office.  Any reference to a
> partner in relation to Halliwells LLP means a member of Halliwells
> LLP.  Regulated by The Solicitors Regulation Authority.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee named above and
> may be confidential or legally privileged.  If you are not the addressee you
> must not read it and must not use any information contained in nor copy it
> nor inform any person other than Halliwells LLP or the addressee of its
> existence or contents.  If you have received this email in error please
> delete it and notify Halliwells LLP IT Department on 0870 365 2500.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>
> 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293622
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Still having problems with website administration (not CFADMIN site)

2007-11-20 Thread Bruce Sorge
Well I am setting client cookies. Could that be the issue? I am not 
setting any domain cookies though and login storage is session, not 
cookie based.
I admit that I am not too overly familiar with the inner workings of 
CFLOGIN since I have just barely started using it. I am used to rolling 
my own login/security, but I thought I would stop re-inventing the wheel 
and use what Adobe gives me.

Thanks,

Bruce

Todd wrote:
> You sure it's a site problem and not a browser setting issue?  Are you
> allowing cookies from that domain that CFLOGIN may/may not use?   Are your
> security settings about the same across the board for all of them?   haven't
> monkey'ed around with CFLOGIN enough as I usually roll my own.
>
>   
>

~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293620
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Still having problems with website administration (not CFADMIN site)

2007-11-20 Thread WebSite CFtalk
Try clearing your cookies before logging in. 
- if that solves the login issue you have some sort of problem regarding
cflogin's use of cookies I guess?

Helge

-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED] 
Sent: 20. november 2007 16:35
To: CF-Talk
Subject: Still having problems with website administration (not CFADMIN
site)

OK, so I am still having the same issue with our districts website admin
section. Our main site is www.snowline.k12.ca.us, and when I log into
our administration section from home using that URL everything works
fine. However, when I log into any of our other URL's
(www.snowlineschools.net, com and org), I can log in fine, but I get
kicked out if I attempt to enter the admin section.
I am using CFLOGIN for the login control. For the site security (besides
having to log in) I am using IsUserInRole to let them into their proper
part. Now the way that our environment is set up is that our web server
is also our DNS server (No, this was NOT my decision, and they are
ordering more hardware for me to get the web/cf server on it's own
machine), Windows Server 2003,  IIS, CF8 and SQL Server 2005.
Also, when I use any of the 4 URL's from within the network everything
works fine. I am at a loss here. Any help would be greatly appreciated.

Thanks,

Bruce




~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293623
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Can you move CFIDE out of the web root when using the built-in web server?

2007-11-20 Thread Rebecca Younes
C:\ColdFusion8\wwwroot\CFIDE ... 

This is the built-in, non-editable mapping found in the CF Administrator. Does 
this mean that I can't override that mapping in jrun-web.xml? 

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293621
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Still having problems with website administration (not CFADMIN site)

2007-11-20 Thread Todd
You sure it's a site problem and not a browser setting issue?  Are you
allowing cookies from that domain that CFLOGIN may/may not use?   Are your
security settings about the same across the board for all of them?   haven't
monkey'ed around with CFLOGIN enough as I usually roll my own.

On Nov 20, 2007 10:34 AM, Bruce Sorge <[EMAIL PROTECTED]> wrote:

> OK, so I am still having the same issue with our districts website admin
> section. Our main site is www.snowline.k12.ca.us, and when I log into
> our administration section from home using that URL everything works
> fine. However, when I log into any of our other URL's
> (www.snowlineschools.net, com and org), I can log in fine, but I get
> kicked out if I attempt to enter the admin section.
> I am using CFLOGIN for the login control. For the site security (besides
> having to log in) I am using IsUserInRole to let them into their proper
> part. Now the way that our environment is set up is that our web server
> is also our DNS server (No, this was NOT my decision, and they are
> ordering more hardware for me to get the web/cf server on it's own
> machine), Windows Server 2003,  IIS, CF8 and SQL Server 2005.
> Also, when I use any of the 4 URL's from within the network everything
> works fine. I am at a loss here. Any help would be greatly appreciated.
>
> Thanks,
>
> Bruce
>


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293618
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Understanding the relationship btwn instances in multiserver

2007-11-20 Thread Maureen Barger
We run 7.01 under Solaris with an apache front end. Each instance is then
set up as an apache virtual host attached to its respective jrun.
ColdFusion instances are not clustered.
I have noticed at times when one instance is having traffic issues (for
example, a database issue which allows requests to back up and overrun the
number of threads allowed to jrun) every instance is affected and
performance is severely degraded. This is not a hardware or memory issue
as the box is sitting idle. Each instance is in its own jvm.
How are other instances affected in a multiserver instance when one of
those instances is under load?
Thanks.


~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293617
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Still having problems with website administration (not CFADMIN site)

2007-11-20 Thread Todd
The reason why I ask is because I have DNS running along side of web and
it's not a big deal.  Not preferred in the corporate environment, but this
is just a personal box of mine.

On Nov 20, 2007 10:44 AM, Todd <[EMAIL PROTECTED]> wrote:

>
> You sure it's a site problem and not a browser setting issue?  Are you
> allowing cookies from that domain that CFLOGIN may/may not use?   Are your
> security settings about the same across the board for all of them?   haven't
> monkey'ed around with CFLOGIN enough as I usually roll my own.
>
>
> On Nov 20, 2007 10:34 AM, Bruce Sorge <[EMAIL PROTECTED]> wrote:
>
> > OK, so I am still having the same issue with our districts website admin
> > section. Our main site is www.snowline.k12.ca.us, and when I log into
> > our administration section from home using that URL everything works
> > fine. However, when I log into any of our other URL's
> > (www.snowlineschools.net, com and org), I can log in fine, but I get
> > kicked out if I attempt to enter the admin section.
> > I am using CFLOGIN for the login control. For the site security (besides
> > having to log in) I am using IsUserInRole to let them into their proper
> > part. Now the way that our environment is set up is that our web server
> > is also our DNS server (No, this was NOT my decision, and they are
> > ordering more hardware for me to get the web/cf server on it's own
> > machine), Windows Server 2003,  IIS, CF8 and SQL Server 2005.
> > Also, when I use any of the 4 URL's from within the network everything
> > works fine. I am at a loss here. Any help would be greatly appreciated.
> >
> > Thanks,
> >
> > Bruce
> >
>
>


~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293619
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Still having problems with website administration (not CFADMIN site)

2007-11-20 Thread Bruce Sorge
OK, so I am still having the same issue with our districts website admin
section. Our main site is www.snowline.k12.ca.us, and when I log into
our administration section from home using that URL everything works
fine. However, when I log into any of our other URL's
(www.snowlineschools.net, com and org), I can log in fine, but I get
kicked out if I attempt to enter the admin section.
I am using CFLOGIN for the login control. For the site security (besides
having to log in) I am using IsUserInRole to let them into their proper
part. Now the way that our environment is set up is that our web server
is also our DNS server (No, this was NOT my decision, and they are
ordering more hardware for me to get the web/cf server on it's own
machine), Windows Server 2003,  IIS, CF8 and SQL Server 2005.
Also, when I use any of the 4 URL's from within the network everything
works fine. I am at a loss here. Any help would be greatly appreciated.

Thanks,

Bruce


~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293616
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: LisfFindNocase mystery

2007-11-20 Thread Bobby Hartsfield
Because it made the value ' 20071016_392' not '20071016_392'

..:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com




~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293615
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: blocking spambots

2007-11-20 Thread Tom Chiverton
On Saturday 17 Nov 2007, Richard Dillman wrote:
> Maybe this is a little too simple, but I simply block any non email fields
> from containing an "@" or "http://"; or "www."

Obviously not somewhere where people post links.

-- 
Tom Chiverton
Helping to continually participate essential e-commerce
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office.  Any reference to a partner in 
relation to Halliwells LLP means a member of Halliwells LLP.  Regulated by The 
Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293614
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: LisfFindNocase mystery

2007-11-20 Thread Jide Aliu
> Does anyone know the list below returns 0? The function recognises the 
> first value but ignores the second value in the list
> 
> Thanks
> 
 
> 
 
> #ListFindNoCase(ListNames, "20071016_392")#
> 

Weird didn't work because of the space between the first and second value, not 
sure why...


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293612
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: LisfFindNocase mystery

2007-11-20 Thread Michael Dinowitz
There is a space at the beginning of the second list element which is 
considered part of the element. Remove the space and you get the proper result. 

> Does anyone know the list below returns 0? The function recognises the 
> first value but ignores the second value in the list
> 
> Thanks
> 
 
> 
 
> #ListFindNoCase(ListNames, "20071016_392")#
> 


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293613
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


LisfFindNocase mystery

2007-11-20 Thread Jide Aliu
Does anyone know the list below returns 0? The function recognises the first 
value but ignores the second value in the list

Thanks

 
 #ListFindNoCase(ListNames, "20071016_392")#



~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293611
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4