Re: Odd SQL Problem

2012-05-08 Thread Dave Watts
JDBC. I'm not sure why - perhaps it expects the connection string to work from the machine running CF. You could try writing it as a stored procedure, then calling the sproc from CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: Controlling Spiders

2012-05-07 Thread Dave Watts
, with different levels of aggressiveness. For example, generating static HTML as Matt mentioned is a pretty aggressive (and potentially very effective) caching mechanism. High volume sites often use third-party CDNs to take care of some of this as well. Dave Watts, CTO, Fig Leaf Software http

Re: bizarre cffile upload bug.

2012-05-07 Thread Dave Watts
, I'd guess that you're trying to render the PDF you just uploaded. Do you really need to do that in the same operation? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides

Re: bizarre cffile upload bug.

2012-05-07 Thread Dave Watts
the two. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: bizarre cffile upload bug.

2012-05-07 Thread Dave Watts
I must assume that the beta tag is maybe what is happening here. something about the filestream is getting corrupt when sending a file up. wird. Is the file itself written properly to the server in both cases? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: CF9/OpenOffice for Word to PDF

2012-05-04 Thread Dave Watts
with those documents. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: (ot) Blocking IPs

2012-05-02 Thread Dave Watts
, but it is definitely the IP address of the host connecting to you. and that means that legitimate IP's are and do get blocked for no good reason. This is true, in the sense that they may well be on the same range. But blocking individual addresses doesn't scale very well, to be honest. Dave Watts

Re: (ot) Blocking IPs

2012-05-02 Thread Dave Watts
, for example, you don't have to worry about people sending email through a spoofed IP address, because SMTP is a TCP application, and TCP requires sequence numbers. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: (ot) Blocking IPs

2012-05-02 Thread Dave Watts
to respond, etc, may have higher tolerance for higher amounts of traffic (whether that traffic is legitimate or not). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest

Re: Video Streaming Provider

2012-05-02 Thread Dave Watts
Brightcove...  It's cool also because the Allaire guys launched it. I'll second that - we're a very happy Brightcove partner. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule

Re: CF9 no longer recognizes virtual directories on IIS after install of Apache

2012-05-01 Thread Dave Watts
. That has nothing to do with the Apache web server except that it's also managed by the nonprofit Apache foundation. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides

Re: CF9 no longer recognizes virtual directories on IIS after install of Apache

2012-05-01 Thread Dave Watts
a backup from last week. The data is on another drive so I won't lose anything except a lot of down time and hours spent doing it. I doubt you'll have to do that - IIS problems are usually pretty easy to fix. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

Re: CF9 no longer recognizes virtual directories on IIS after install of Apache

2012-05-01 Thread Dave Watts
://www.mybp-graphics.com/serverpdfs/130kPDFs/137485.pdf;.. * Actually, no. Apache Commons VFS is included in CF 9.x. It has nothing to do with Apache HTTPD. It's a Java library, and CF uses it to talk to ... filesystems (big surprise there, I guess!) Dave Watts, CTO, Fig Leaf Software http

Re: isDefined inside a cfloop

2012-04-30 Thread Dave Watts
This does work for checking if it is empty but does not return a result if it is answered. Wouldn't you also want to output FORM.Veteran#v#? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA

Re: isDefined inside a cfloop

2012-04-30 Thread Dave Watts
, and second, the name of the field will simply be form.veteran, not form.veteran plus some number. Also, you might want to use radio buttons for Boolean questions instead of select boxes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: CFAdmin - Managing Individual User Logins

2012-04-27 Thread Dave Watts
them in Developer, if you've enabled multiple user logins on your server. If you're using Standard (which on second thought seems quite unlikely) you won't have access to the CAR stuff at all, I believe. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

Re: Charles Proxy and ColdFusion 9

2012-04-23 Thread Dave Watts
console, which will show up in Firebug. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers

Re: Charles Proxy and ColdFusion 9

2012-04-23 Thread Dave Watts
Actually, we don't output anything...ColdFusion handles it automatically for you.  All we do is enable debugging output in CF Administrator Do you have the option to output query information checked as well? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: Charles Proxy and ColdFusion 9

2012-04-23 Thread Dave Watts
something other than the specific output format of the CFC method result (JSON, XML, etc) could easily break the client. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides

Re: Creating Indexes with ORM

2012-04-18 Thread Dave Watts
-indexes-on-db-with-hibernate-index-annotation Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers

Re: VM Resources

2012-04-15 Thread Dave Watts
the servers. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: VM Resources

2012-04-15 Thread Dave Watts
not clear that increasing your VM's allocation will actually make anything better except the few edge cases you've outlined, which could probably also be made better through other approaches. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: Fire and forget logging on CF Standard - best option?

2012-04-15 Thread Dave Watts
be faster), then later on use a scheduled task (or some other alternative outside of CF) to read the file into the database. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides

Re: CF 9 and .txt files

2012-04-13 Thread Dave Watts
, basically, because there are a bunch of URL patterns that don't actually correspond to files that the web server can know about (/CFIDE/Main/ide.cfm, CFIMAGE, CFCHART, etc, etc). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

Re: CF 9 and .txt files

2012-04-13 Thread Dave Watts
that includes /cfusion - this is the context root they're using, so that they don't have to pass all requests for static files through CF. This can reduce the amount of work your web server has to do, a little, but requires you to make sure your URLs all conform to the appropriate pattern. Dave Watts, CTO

Re: CF 9 and .txt files

2012-04-11 Thread Dave Watts
to configure CF to do something with them, by editing web.xml. http://www.talkingtree.com/blog/index.cfm/2006/2/17/CF-Custom-File-Extensions Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA

Re: XML Security

2012-04-06 Thread Dave Watts
bet is to say just that, and no more. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online

Re: 404 errors in the application log

2012-04-02 Thread Dave Watts
implement an onMissingTemplate() method in your Application.cfc, which I think is a CF9 feature. This is the suggestion I'd recommend, and it's available in CF 8 as well. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

Re: Strange issue with random slow pages

2012-04-01 Thread Dave Watts
the first two. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: CF 9 - Administrator

2012-03-22 Thread Dave Watts
tried to set IIS to allow 32 bit applications, and that blows everything up. Anyone have any ideas? I am lost. If your other sites work, DON'T CHANGE ANYTHING ABOUT YOUR JVM CONFIG OR IIS APPLICATION POOL! If those were broken, nothing would work. Dave Watts, CTO, Fig Leaf Software http

Re: Admin System - Temp Tables? Advice?

2012-03-21 Thread Dave Watts
is active, and could go out of scope before the user has completed his edits. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized

Re: Local Dev Environment Troubles w/ Virtual Host- CF Builder

2012-03-21 Thread Dave Watts
would have its own web server (probably on TCP/8301). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training

Re: Browser and OS detection with CF

2012-03-19 Thread Dave Watts
Check out the cgi vars: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Expressions_8.html Well, actually, no, it won't all be there. Browsers don't for example, typically send the screen resolution to the server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com

Re: JRun grabbing port 443 before IIS can preventing https

2012-03-15 Thread Dave Watts
is absolutely correct, Russ's answer corresponds to the question you should have asked. Configure JRun not to use TCP/443 rather than depend on another service starting up first. https://www.adobe.com/support/coldfusion/adv_development/config_builtin_webserver/ Dave Watts, CTO, Fig Leaf Software http

Re: CF Beta 10 - 503 Service Temporarily Unavailable after install

2012-03-15 Thread Dave Watts
hosting (email, DNS, SSL etc) locked down with IP tables Apache talks to CF via IP using JNDI - are you allowing unrestricted localhost access to ports? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB

Re: JRun grabbing port 443 before IIS can preventing https

2012-03-15 Thread Dave Watts
Strangely, the attribute name=deactivated/attribute didn't exist. The document linked was for CFMX, but I added the tag with a value of true.  We shall see what happens. :) Everything in the document applies to current versions of CF running on JRun 4. Dave Watts, CTO, Fig Leaf Software

Re: CF Beta 10 - 503 Service Temporarily Unavailable after install

2012-03-15 Thread Dave Watts
Do you know what port or port range that JNDI uses for CF10 off hand? If not I can ask Google. Opening up everything locally makes me nervous. I don't, but the way I normally answer these sorts of things for myself is to let it run and see what ports are then in use, using netstat. Dave Watts

Re: PSA - Daylight Savings Time

2012-03-12 Thread Dave Watts
And in theory, CF10's scheduled task service should allow you to handle that with it's onMisfire support. If the hour for the scheduled task never arrives, that's not really a misfire is it? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: Thank God for query params. ;)

2012-03-11 Thread Dave Watts
I often amazed why simple cf tags like cfqueryparam and even cfoutpout don't get pimped enough. Stuff CF developers don't worry as much as PHP, ASP, or RoR developers would. It's a minor pain to create prepared statements in PHP, but it's very easy to do so in ASP.NET. Dave Watts, CTO, Fig

Re: (ot) Maillist with API

2012-03-06 Thread Dave Watts
sorry must have misread, if your looking for discussion lists then there is always google apps which gives you google groups using your own domain. Yes, and Apps does have an API that lets you do quite a bit. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: (ot) Maillist with API

2012-03-06 Thread Dave Watts
/getting_started.html Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: Running Scheduled Tasks

2012-03-05 Thread Dave Watts
and browse to the site address in a browser, but CF still does not like that.  Any suggestions how I can run my scheduled tasks? You will probably have to add the certificate to CF's Java keystore (Google cf java keystore for more info) Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: CFinclude issues

2012-03-02 Thread Dave Watts
including. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: Custom Tags

2012-03-02 Thread Dave Watts
edit the appropriate configuration file directly: http://kb2.adobe.com/cps/000/94a16ba6.html Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor

Re: Remove all CF comments

2012-03-01 Thread Dave Watts
code. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: Remove all CF comments

2012-03-01 Thread Dave Watts
 I just don't see why that's the hill you want to die on. I don't see why you care... Presumably for the same reason you cared enough to post in the first place? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

Re: Remove all CF comments

2012-03-01 Thread Dave Watts
may not. You: That's why we pair program. Michael: What if all the developers who worked on the project are long gone? You: Read the tests. Can you see why that's not a satisfactory answer to the people who disagree with you? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: Remove all CF comments

2012-03-01 Thread Dave Watts
that TDD and pair programming can't, and I think that's going to contradict many people's experiences. That's a pretty absolutist position. Hell, I suspect that if I asked Kent Beck himself, he'd say there are still some cases where comments provide value that TDD doesn't. Dave Watts, CTO, Fig Leaf

Re: cfpdf and cfzip without writing to disk

2012-02-29 Thread Dave Watts
Do I have to write the modified pdf (the one with the watermark) to disk to be able to add it the zip?  I can't seem to get cfzip to take the pdf variable. I can only get cfzip to read from disk. You could save to a RAM disk in CF 9. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com

Re: Remove all CF comments

2012-02-29 Thread Dave Watts
on the API to do these things, for various reasons, and I commented those too. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized

Re: CF attack on a buddies server

2012-02-22 Thread Dave Watts
: http://www.adobe.com/products/coldfusion/whitepapers/pdf/91025512_cf9_lockdownguide_wp_ue.pdf In this specific case, you shouldn't allow CF to write to any web content directories by default, and you shouldn't allow file uploads to any web content directories. Dave Watts, CTO, Fig Leaf Software

Re: CF attack on a buddies server

2012-02-22 Thread Dave Watts
for writing a file. It probably wasn't a Windows exploit actually, unless you happen to be running Windows 2000 or something. IIS and Windows are fairly secure out of the box and don't have remote exploits that let you write files via HTTP requests, unless you enable WebDAV. Dave Watts, CTO, Fig Leaf

(ot) SEO

2012-02-21 Thread Dave Hatz
Question about SEO page hits. If we have a button on web page that displays search results, will the search results page count towards a Page Hit for SEO? We have a page for example http://www.mycars.com/trucks/toyota and on this page we have a button to display search results for dealers

Re: Editing the http info before it goes to the browser.

2012-02-21 Thread Dave Watts
being done at that higher level. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online

Re: emailing a cfchart?

2012-02-21 Thread Dave Watts
suspect you could capture the output generated by either of those, using CFHTTP for example. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor

Re: emailing a cfchart?

2012-02-20 Thread Dave Watts
an actual image file. You can use the NAME attribute of CFCHART to generate a CF variable that contains the image, store that to a file, then serve that instead. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business

Re: App is hanging on some requests

2012-02-15 Thread Dave Watts
communicatations problem very frequently with McAfee. And if you ask me - not that anyone did - the best way to update the AV on a web server is to uninstall it. Then burn the CD. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

Re: instance of a cfm

2012-02-14 Thread Dave Watts
an explanation for a simple question? I don't think it was too long. However, I don't really understand the question at all. What do you mean by instances, or interface in this context? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran

Re: instance of a cfm

2012-02-14 Thread Dave Watts
/ExistCheck.cfc, meaning that wherever this line of code is, there would need to be a subdirectory called cfc, with a file called ExistCheck.cfc in it. You can only create instances from CFCs, though. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: Java Keystore... why is it needed for valid certs?

2012-02-13 Thread Dave Watts
is actually kind of a problem - when someone misuses a CA cert, it can be hard to ensure that the cert they fraudulently create isn't trusted by browsers by default. There isn't really a good universal revocation process. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: Load Testing - what to look for and monitor/report

2012-02-12 Thread Dave Watts
memory leaks with CF components - you just might run out of memory, though. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized

Re: Load Testing - what to look for and monitor/report

2012-02-11 Thread Dave Watts
for bottlenecks in your application with the goal of improving application performance. In a capacity planning test, you're trying to identify how many users your application can support as it's currently written. Which one of these are you doing? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: SEO Redirection

2012-02-07 Thread Dave Watts
, but there's really no reason to do this the way you're doing it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Dave Watts
for this sort of thing. A good password manager will encrypt your storage file, and will itself require a password and/or token to open. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Dave Watts
X doesn't have this, unfortunately. But you can get apps for every platform I've ever seen that are able to open KeePass files. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule

Re: (ot) Were to store admin passwords?

2012-02-06 Thread Dave Watts
. You can use it for other things but it feels very clunky to do this as it is all done via an advanced tab and the extra info is not plain to see and is also stored as typeless name/value pairs. Yeah, that part does kind of suck. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: Opinion: Abuse of session variables

2012-02-03 Thread Dave Watts
their authentication process. Of course, it was because of how their code was structured, and probably didn't need CFLOCK to resolve. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides

Re: Opinion: Abuse of session variables

2012-02-03 Thread Dave Watts
don't think about concurrency. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: Escaping #

2012-02-01 Thread Dave Watts
consists of the string namefirst1, namefirst2, etc, here's one way to do it: cfoutput#variables[namefirst i]#/cfoutput Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides

Re: Escaping #

2012-02-01 Thread Dave Watts
Try this: cfoutput        cfloop index=I from=1 to=50                input type=hidden name=namefirst#1# value=#namefirst##i# /        /cfloop /cfoutput I don't think that's going to get the value of a variable called, say, namefirst1. Dave Watts, CTO, Fig Leaf Software http

Re: the #2 will not print with Bar Code 39 f HR cfprint comand

2012-02-01 Thread Dave Watts
to print at all with cfprint. http://kb2.adobe.com/cps/405/kb405588.html Did you install all the fonts used by this PDF on your CF server? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule

Re: the ##2 will not print with Bar Code 39 f HR cfprint comand

2012-02-01 Thread Dave Watts
Yes, it prints from the server fine if I open the pdf and print from acrobat reader. it just wont print the #2 with the cfprint command. If you go into the fonts list in CF Administrator, are all the fonts used by your PDF listed there? Dave Watts, CTO, Fig Leaf Software http

Re: Crossed Accounts Issue

2012-02-01 Thread Dave Watts
       CFSET session.RetAuth=APPLICATION.oUser.authenticate(form.Login,form.Password)        CFSET SESSION.UserName=FORM.Login This is a race condition issue. You can solve it by implementing locking, either around this code or perhaps within your component. Dave Watts, CTO, Fig Leaf Software

Re: the ##2 will not print with Bar Code 39 f HR cfprint comand

2012-02-01 Thread Dave Watts
Yes they are all in CF Administrator Then, I got nothin. Sorry. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction

Re: Escaping #

2012-02-01 Thread Dave Watts
rid of the multiple ## . That will work as well, but in general it's more expensive to use evaluate (which has to do more work under the covers, to convert an arbitrary string to executable code) than the solution I proposed, which looks for a key within a structure. Dave Watts, CTO, Fig Leaf

Re: Escaping #

2012-02-01 Thread Dave Watts
but that didn't work. Right. The brackets indicate membership in a structure, but you didn't specify the structure structure[key] Variable scopes are exposed as structures. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: Escaping #

2012-02-01 Thread Dave Watts
, variables from that form are in the Form scope. If you have variables retrieved from a URL, they're URL variables. Etc, etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides

Re: Opinion: Abuse of session variables

2012-01-31 Thread Dave Watts
it to a persistent data store. But you don't have unlimited memory, so you have a balancing act. We all would need far more information than you've provided to tell you whether you're off-balance one way or the other. I will say this, though - there's a reason we have 64-bit servers nowadays. Dave Watts, CTO

Re: Opinion: Abuse of session variables

2012-01-31 Thread Dave Watts
variables is bad practice? If so, I'll have to disagree with that pretty strenuously. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized

Re: Opinion: Abuse of session variables

2012-01-31 Thread Dave Watts
/cflock Unfortunately, it didn't work very well in practice. perhaps you could just ask him why he is doing it. I am not being sarcastic when I say this - this is a very good suggestion. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: SOT: PHP The Anthem

2012-01-27 Thread Dave Watts
Highlighted on the YouTube homepage, they trash CF in the first line of the song... http://www.youtube.com/watch?v=S8zhmiS-1kwfeature=g-all-esicontext=G2be1824FBAA While they were putting this together, I was doing billable work. So, meh. Dave Watts, CTO, Fig Leaf Software http

RE: Way OT: Funny video

2012-01-27 Thread Dave Long
Congrats to him! He's not waiting in some welfare line. -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Friday, January 27, 2012 3:31 PM To: cf-talk Subject: Re: Way OT: Funny video On Fri, Jan 27, 2012 at 2:29 PM, Brook Davies cft...@logiforms.com wrote:

Re: (ot) SEO

2012-01-23 Thread Dave Hatz
We thought about going that route, but what about SEO hits? Client wants to make sure that http://www.mydomain.com/cars/toyota/tacoma gets credit for the page visit and not http://www.mydomain.com/car_results.cfm?make=toyotamodel=tacoma.

Re: (ot) SEO

2012-01-23 Thread Dave Hatz
Thanks Steve, Matt and Russ and all the others that pitched in to help with this solution. Exactly what we are looking for. I love this forum, the support is top notch. Thanks again to all Dave Hatz ~| Order the Adobe

Re: Error consuming CF created web service from SSIS

2012-01-23 Thread Dave Watts
and test invoking that from SSIS? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online

Re: (ot) SEO

2012-01-22 Thread Dave Hatz
Dave, Thanks for the feedback. Let me try to explain how the client site is currently set up. Client has a search results page on his site, like this http://www.mydomain.com/car_results.cfm?make=toyotamodel=tacoma where the Car Model and Type are passed in as parameters. The page uses CSS, JS

(ot) SEO

2012-01-20 Thread Dave Hatz
Sorry about the OT here, but I know there are some really good SEO people that are on this list. I have a CFM page that processes some information, then redirects to another CFM page. I have a client that is telling me that my redirect inside my cfm page is not going to work for SEO. I have

Re: (ot) SEO

2012-01-20 Thread Dave Watts
-series response): cflocation statuscode=301 ... Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training

Re: (ot) SEO

2012-01-20 Thread Dave Watts
want to go to (or the Application file used by that page) in a variety of ways. Redirection for its own sake is unnecessary and generally a bad approach. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB

Challenge

2012-01-17 Thread Dave Phillips
' out of the exchange features, which may be true, but I'm convinced there has to be a way to set it. Let me know your thoughts. Thanks, Dave Phillips ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Fwd: Re: [DFW CFUG] cfexchangecalendar busyStatus property

2012-01-14 Thread Dave Phillips
Anyone know how to expose the underlying Java objects of the Exchange variety? -- Forwarded message -- From: Dave Phillips experiencedcfdevelo...@gmail.com Date: Jan 12, 2012 5:22 PM Subject: Re: [DFW CFUG] cfexchangecalendar busyStatus property To: dfwc...@googlegroups.com I'd

Re: cfheader Content-Range

2012-01-12 Thread Dave Watts
# CF isn't going to know anything about your range headers. It's just going to serve the file. If you wanted to serve part of the file, you'd have to read it into memory and serve the slice that you want to serve. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com

Re: problems uninstalling cf9

2012-01-12 Thread Dave Watts
directory, and you may be able to just pull the files out of that and put them back over the updated files. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber

Re: Charts expiring and dropping from cache

2012-01-12 Thread Dave Watts
that file instead of the temporary file generated by the chart itself. One of the comments in the post suggested that, and it sounds acceptable to me. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB

Re: cfheader Content-Range

2012-01-12 Thread Dave Watts
Using cffile read? Is 1 character considered to be a byte? Usually, a character is one byte in size, but you can use the READBINARY action value instead, and use ToBase64 to serve it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: Charts expiring and dropping from cache

2012-01-12 Thread Dave Watts
Thanks, Dave. We are not allowed to touch the servers so I was looking for a way to avoid having to go through the server admins since they are quite busy. But the manual fix will suffice. Well, my guess is that CF itself has permission to write to that file in your environment, so

Re: CF Javascript errors

2012-01-12 Thread Dave Watts
advice on this would be appreciated. It sounds to me like those files have been corrupted in some way. Have you compared them with the default files? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB

cfexchangecalendar busyStatus property

2012-01-11 Thread Dave Phillips
As' property you see in Outlook: Busy/Tentative/Free/Out of Office). The cfexchangecalendar tag will not accept it as a property, but it is clearly a property according to Microsoft's definition of the Appointment calendar object. Any thoughts? Thanks, Dave

RE: anyone using ckeditor? I will PAY you for your help!

2012-01-11 Thread Phillips, Dave
Shouldn't your second line be: CKEDITOR.replace( 'cfoutput#content.englishText#/cfoutput', { Dave Phillips -Original Message- From: Torrent Girl [mailto:moniqueb...@gmail.com] Sent: Wednesday, January 11, 2012 1:38 PM To: cf-talk Subject: Re: anyone using ckeditor? I will PAY you

Re: Controlling location of temporary file

2012-01-11 Thread Dave Watts
/questions/318239/how-do-i-set-environment-variables-from-java http://stackoverflow.com/questions/580085/is-it-possible-to-set-an-environment-variable-at-runtime-from-java Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

<    2   3   4   5   6   7   8   9   10   11   >