How does Security affect search engine spiders?

2008-10-12 Thread Doug Boude (rhymes with 'loud')
Hi all. I am curious if anybody knows how securing a site affects a search engine spider's ability to crawl it. For instance, if I have my entire site secured by means of authentication so that any page request is redirected to the login page if the appropriate security creds are not present in

Singletons and me

2008-07-10 Thread Doug Boude (rhymes with 'loud')
I have a question on the subject of Singletons, opinions solicited. Allow me to illustrate my question by comparing what I consider to be two nearly equivalent means of executing the Singleton pattern: scenario A (the object written exactly right): !-- create the singleton -- cfset

cfgrid retrieved via ajax issue

2008-07-05 Thread Doug Boude (rhymes with 'loud')
Hi all. I am retrieving a template via an ajax call. That template contains a cfgrid. I have already overcome the issue of having to import the 'grid' tags via cfajaxproxy in the parent page, but am not getting a JS error when the grid loads after the call. Here is the error (from Firebug):

deploying and using jar files

2008-06-25 Thread Doug Boude (rhymes with 'loud')
Okay, from what I've read thus far, deploying a jar file is so easy that even a monkey could do it. As I understand it, if I drop the jar file into the /lib directory and then restart CF 8, it will magically be available to me. Only, I must be missing something because this hasn't been the

Re: deploying and using jar files

2008-06-25 Thread Doug Boude (rhymes with 'loud')
. Those pesky clients. They're just rascals, aren't they? :) Doug Have you tried putting the jar in this path C:\ColdFusion8\wwwroot\WEB-INF\lib Thanks On Wed, Jun 25, 2008 at 5:56 PM, Doug Boude (rhymes with 'loud') [EMAIL PROTECTED] wrote