Re: (ot) redirect and referer

2011-02-08 Thread Dave Watts
Right but if all redirects in the chain are 301/302, original referer remains unchanged. And meta-refresh - 302 - destination doesn't solve our issue. I didn't know that. In that case, there isn't anything you can do with redirects only. Dave Watts, CTO, Fig Leaf Software http

Re: (ot) redirect and referer

2011-02-08 Thread Dave Burns
Key concept to understand though re the original q is that the HTTP_REFERER field is set by the browser and there's nothing you can do on the server to tell them how to set it. ~| Order the Adobe Coldfusion Anthology now!

Re: (ot) Find and Replace Help

2011-02-08 Thread Dave Watts
![CDATA[ ... contents ... ]]/abstract Third, if you're creating these documents yourself, you can use the XMLFormat function in CF to escape XML metacharacters before you output them to the document. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: (ot) Find and Replace Help

2011-02-08 Thread Dave Watts
First, if you have something in a document, it's not XML. I meant to write, if you have something LIKE THAT in a document, it's not XML. 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: Linking cfsearch results

2011-02-08 Thread Dave Watts
the eid column in that in your CFINDEX tag, then reference CUSTOM1 (or CUSTOM2) in your output. 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: Multiple applications with a single codebase issues

2011-02-08 Thread Dave Watts
, then create a virtual directory within each that uses the CMS software core directory. 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: Linking cfsearch results

2011-02-08 Thread Dave Watts
for substrings of text. But in the original poster's case, he might be better served by your suggestion instead of mine. 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: refreshing application variables

2011-02-08 Thread Dave Watts
Normally Dave Watts really knows his stuff, but I have to disagree with one of his suggestions. I definitely would NOT refresh an application by renaming it. While this will work, I would think that would leave the old Application scope running on the server. This isn't something

Re: Linking cfsearch results

2011-02-08 Thread Dave Watts
searches unless you're looking at the beginning of the string, though. So if you have that kind of content in a field, a full-text search solution will work much better than an SQL query. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: coldfusion errors

2011-02-08 Thread Dave Watts
. The onError event handler and CFTRY/CFCATCH will 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 caliber vendor-authorized instruction at our training

Re: coldfusion errors

2011-02-08 Thread Dave Watts
of development, much less into production. A compiler error will prevent the page from ever running successfully - if you have one, it means you've never tried to run the page before! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

Re: CFIMAGE (CF8) - moving /saving file from CFFileServlet

2011-02-07 Thread Dave Watts
operation, or (b) save it to a specific destination on your first operation? You can then serve it in the browser as needed. 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: CFIMAGE (CF8) - moving /saving file from CFFileServlet

2011-02-07 Thread Dave Watts
they're stored on the filesystem at all - there's no reason they couldn't just be stored in memory. 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: Accessing Specific CF8 Instances

2011-02-07 Thread Dave Watts
/cfide/administrator/ ... 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: Accessing Specific CF8 Instances

2011-02-07 Thread Dave Watts
working at once. I've done this once, and it was painful enough that I wouldn't recommend it. So, I'm hoping we could do something like this. http://www.website.com/index.cfm?CFID=x where x is the id of an instance. No, there's no mechanism for that. Dave Watts, CTO, Fig Leaf Software http

Re: refreshing application variables

2011-02-07 Thread Dave Watts
, init) cfset onApplicationStart() !--- not single-threaded if you do this --- /cfif /cffunction 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: CFImage at 300dpi

2011-02-04 Thread Dave Watts
Anyone else think Mike might be in trouble? I don't know. I sent him a message off-list. 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: CFImage at 300dpi

2011-02-04 Thread Dave Watts
Anyone else think Mike might be in trouble? I don't know. I sent him a message off-list. Aaaand, I meant to send that to YOU off-list, but apparently I haven't mastered the use of email. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: Watermarking images

2011-02-03 Thread Dave Watts
is requested. You only watermark once per image. I'll second this. There's no reason you have to do this at runtime. 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: Query of query help

2011-01-31 Thread Dave Watts
I've got a folder which contains 35,000 folders. Setting aside your QoQ question, you may have problems simply traversing a folder with this many items in it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: Anyone know anything about this new ColdFusion conference?

2011-01-31 Thread Dave Watts
who would otherwise leave, but those are two different things. To me, really only one thing is certain - if ColdFusion does not continue to make money for Adobe, they'll drop it like yesterday's news. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: Anyone know anything about this new ColdFusion conference?

2011-01-31 Thread Dave Watts
. 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: Anyone know anything about this new ColdFusion conference?

2011-01-31 Thread Dave Watts
throwing sticks. I wonder what kind of regression testing Railo does before releasing an update? That's not intended as a dig, but there are differences between expectations for open-source software and commercial software, between large vendors and small, etc. Dave Watts, CTO, Fig Leaf Software

Re: Anyone know anything about this new ColdFusion conference?

2011-01-31 Thread Dave Watts
When conversations denigrate to emotional rants and accusations and unsubstantiated sweeping generalizations, that's when I back away. You're no fun any more. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: Anyone know anything about this new ColdFusion conference?

2011-01-31 Thread Dave Watts
the future of CF, why would anyone think that these other people can? 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: why is cf_builder so expensive?

2011-01-29 Thread Dave Watts
. But no, you're not swaying me in any way here. 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: Anyone know anything about this new ColdFusion conference?

2011-01-29 Thread Dave Watts
Adobe sees things, I'm sure. You're either using their product, or you're not. If you stop using ColdFusion, no one at Adobe is going to get warm fuzzies by thinking, well, at least they're still using CFML. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

Need 2nd pair of eyes: why doesn't this code work?

2011-01-28 Thread Dave Burns
I'm having one of those moments where something seemingly trivial isn't working. I'm sure I'm missing something obvious. I have a custom tag that takes and attribute named year and outputs the number of years since then. So, my test.cfm looks like this: cf_yearsSince year=1970 I'd expect

Re: Need 2nd pair of eyes: why doesn't this code work?

2011-01-28 Thread Dave Burns
Sigh. FML. Thank you. Now, how to delete this thread or at least remove my name from it? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: why is cf_builder so expensive?

2011-01-28 Thread Dave Watts
can see why MS developers might be a little leery. 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: why is cf_builder so expensive?

2011-01-28 Thread Dave Watts
you think, and the benefit is lower than you think. Presumably, Adobe has better insight into both than we do. 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: why is cf_builder so expensive?

2011-01-28 Thread Dave Watts
accurately make a cost-benefit analysis without any background information other than my own wild-ass guesses. That's kind of fun! 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: why is cf_builder so expensive?

2011-01-27 Thread Dave Watts
You're right man. Builder doesn't run anywhere. Seriously. All of us using it are just pretending and are manipulating code with the raw power of our big heads. There's a hands-free typing joke in there somewhere. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: CF9 Service Randomly Restarting

2011-01-27 Thread Dave Watts
His original post mentioned hs_pid* logs with out of memory errors I believe. Well then, it would be a good idea to investigate that further. Are they using a 64-bit JVM? Etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: Verity Collections - is there a limit on how many you can have?

2011-01-27 Thread Dave Watts
is comparably expensive, but does search very well. 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: why is cf_builder so expensive?

2011-01-27 Thread Dave Watts
it shouldn't be that surprising to see a mishmash of technologies on their web properties. Is it worth their time or money to rewrite something that's working, just for marketing purposes? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: why is cf_builder so expensive?

2011-01-27 Thread Dave Watts
? Do all the employees have to buy new cars? Anyway, I guess Adobe can just pay to rewrite all this software using the proceeds they get from reducing the price of CFB. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

Re: why is cf_builder so expensive?

2011-01-27 Thread Dave Watts
to be obtuse here Dave. You seriously (read: SERIOUSLY) cannot see the benefit of Adobe not using PHP on a page about ColdFusion? You don't see how that can give CF competitors ammo? Well how good can CF really be if Adobe doesn't even use it on pages about CF? Adobe has enough issues with the industry

Re: why is cf_builder so expensive?

2011-01-27 Thread Dave Watts
just for marketing. Ah yeah. Just. I mean hey, marketing isn't really that important to a company right? Companies spend billions on marketing just because it's fun. And having consistency across a brand... well that's not very important either. I get it Dave. You're in bed with Adobe

Re: why is cf_builder so expensive?

2011-01-27 Thread Dave Watts
No, I don't think there's a bottomless pit of money. That's quite a leap Dave. I've said two negative things about Adobe (ever). The first is that it doesn't do enough to market CF. This is not an uncommon opinion. And the second is that it looks silly to not have your site run on the web dev

Re: Application.cfc cfinclude

2011-01-27 Thread Dave Watts
to experience the true event trigger. As far as I'm aware, the only way it's different is that it's not guaranteed to be thread-safe when you call it yourself. In all other respects, it's the same, and I'd recommend Michael's approach during development. Dave Watts, CTO, Fig Leaf Software http

Re: why is cf_builder so expensive?

2011-01-27 Thread Dave Watts
what's used on what web sites, and how that reflects on anything meaningful. 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: why is cf_builder so expensive?

2011-01-27 Thread Dave Watts
This isn't actually true at all, Dave. To give one high profile example, take Hotmail. Microsoft got a huge amount of shit for the fact that Hotmail ran on Linux (or BSD? I think BSD) with Apache. Sure, they bought Hotmail and that was the primary reason. But people kept saying oh, Windows

Re: why is cf_builder so expensive?

2011-01-27 Thread Dave Watts
their company. Here's a handy Google search: filetype:swf site:microsoft.com estimated results: 11,700 I wonder why that's not all Silverlight? 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: why is cf_builder so expensive?

2011-01-26 Thread Dave Watts
they would do is offer a version without flash for less.  I don't ever do flash, so bundling it isn't much of a perk to me. Unfortunately, even if they didn't bundle FB, they probably wouldn't drop the price. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: why is cf_builder so expensive?

2011-01-26 Thread Dave Watts
Sounds like Dave is a standup guy.  Yet, somehow his messages directed at me still bother me. I am sure he's professional blah blah etc etc, but he did come off somewhat arrogant and did not really leave a good first impression.  I am sure I am in the minority though given that he has

Re: why is cf_builder so expensive?

2011-01-26 Thread Dave Watts
either lmao. I just think anybody who assumes that one needs to buy cfbuilder regardless of a persons situation needs to take another look at it.  Thats all. Good thing I didn't say everyone needs to buy CFB then, I guess. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: checking CFAdmin mappings from CF log files

2011-01-26 Thread Dave Watts
files (neo-*.xml), and exposed through the admin API. 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: Return boolean from a CFC query

2011-01-26 Thread Dave Watts
. 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: why is cf_builder so expensive?

2011-01-26 Thread Dave Watts
. 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: why is cf_builder so expensive?

2011-01-26 Thread Dave Long
. Dave -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Wednesday, January 26, 2011 3:15 PM To: cf-talk Subject: Re: why is cf_builder so expensive? It would be nice if unicorns shit rainbows too. Well, you can get unicorn meat:)   http://www.thinkgeek.com

Re: CF_Wheels Model_Glue

2011-01-26 Thread Dave Watts
configuration required, it relies on you following conventions and just does its thing. 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: why is cf_builder so expensive?

2011-01-26 Thread Dave Watts
? the prospective enterprise customer asks. I invite you to compare CF's enterprise pricing to, say, LiveCycle. Or anything - anything - that IBM sells. Or Oracle database software. I could go on and on. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: Coldfusion webroot and multiple domain names

2011-01-26 Thread Dave Watts
as images and it contains all cfm files. Am able to include cfm files from that folder but not any images. You probably need to create a virtual directory, as I mentioned in my previous response. This would be a configuration change to your web server. Dave Watts, CTO, Fig Leaf Software http

Re: Decimals

2011-01-26 Thread Dave Watts
Does decimalFormat have any kind of making? I need this number 78.57 to be converted to the .79 You want to use round instead of decimalFormat, I think: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f88.html Dave Watts, CTO, Fig Leaf

Re: CF9 Service Randomly Restarting

2011-01-26 Thread Dave Watts
also look at the hs_pid*.log files that get created when a Hotspot error occurs to see if you can identify the specific problem. 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: Clustering ColdFusion - some black holes

2011-01-25 Thread Dave Watts
either.. ? Yeah, that doesn't really make sense to me either. 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: Bizarre CFDIV problem

2011-01-25 Thread Dave Watts
Two domains, each in its own IIS instance and IP number (for SSL reasons) but both go to the same root folder. CFDIV tags work on site1, but not site2. You need two virtual directories, to resolve /CFIDE. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: Custom Tags, cf_location

2011-01-25 Thread Dave Watts
/Begging_the_question 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, cf_location

2011-01-25 Thread Dave Watts
explanations of (again, undisputed) facts that I already happen to have picked up somewhere else - in this case, university philosophy and logic courses. I'm a college dropout, but I remember what I learned. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

Re: why is cf_builder so expensive?

2011-01-25 Thread Dave Watts
. Adobe's also offered Flash Builder for free to unemployed developers, and ColdFusion Builder free for educational use: http://freeriatools.adobe.com/ If you have a valid student ID, you're good to go. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: Custom Tags, cf_location

2011-01-25 Thread Dave Watts
it with a grain of salt. Sure. But if you already know something, and go to Wikipedia and it agrees with you, it's ok to point to that as an explanation of whatever it is you know. It's not suitable as a primary source - something else your professors probably mentioned. Dave Watts, CTO, Fig Leaf

Re: Coldfusion webroot and multiple domain names

2011-01-25 Thread Dave Watts
The client said that using one IP address, several domain names can be used- multiple sites using host header names. I am not sure what that means It means that you'll probably have to create virtual directories for both sites, as several people have mentioned. Dave Watts, CTO, Fig Leaf

Re: why is cf_builder so expensive?

2011-01-25 Thread Dave Watts
, and it's either worth the money for you or it isn't. Either is fine with 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) on GSA Schedule, and provides the highest caliber vendor-authorized

Re: why is cf_builder so expensive?

2011-01-25 Thread Dave Watts
that have been pretty argumentative. I don't think that's coincidental. I've been in dozens of threads this week probably, and these two are the only ones that have turned out that way. I leave it to you to draw your own conclusions from that. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com

Re: Coldfusion 9 install on Mac OS

2011-01-25 Thread Dave Watts
Administrator? - if so, what is the port number in the URL? My guess is that you haven't hooked up CF to Apache, and you put your .cfm files in the Apache document root, which means they'd be treated more or less like regular HTML files. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com

Re: Clustering ColdFusion - some black holes

2011-01-25 Thread Dave Watts
webserver is configured with this settings: JRun Host: [The server where cluster was created initially] JRun Server: [The cluster name] All IIS websites (The server has multiple websites, hundreds) Configure web server for cf 7/8/9 apps Yes, all of those settings and steps look right to me. Dave

Re: Coldfusion Standard and Load balancing env

2011-01-24 Thread Dave Watts
to CF configuration here. On the load balancer, you'll probably want to enable sticky sessions, as CF Standard can't replicate session data across CF servers like Enterprise can. That's really all, though. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: Coldfusion webroot and multiple domain names

2011-01-24 Thread Dave Watts
isn't going to be able to resolve a directory path on the server. You'd have to create a virtual directory for each of those virtual web servers (www.abc.com, www.def.com). Then, you'd be able to resolve URLs using the virtual directory as your starting point: img src=/images/image.gif Dave Watts

Re: Anyone know anything about this new ColdFusion conference?

2011-01-21 Thread Dave Watts
for CF. At least, I'd hope so, since that's his job. 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: Oh The evils: .NET on a Unix w/ Apache web server

2011-01-20 Thread Dave Watts
application that wasn't intended for that 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 Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our

Re: Secure or Not So Secure?

2011-01-20 Thread Dave Watts
this problem: client certificates, VPN tunneling, standard port blocking, etc. If you're concerned that someone could identify the password on the client, use something that addresses secure password storage: DPAPI, server startup keys, PKI, etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com

Re: CFIMAGE - case sensitivity on filename - CF9 vs CF9.01

2011-01-19 Thread Dave Watts
guess. 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: CFIMAGE - case sensitivity on filename - CF9 vs CF9.01

2011-01-18 Thread Dave Watts
it and its existing data to Linux. So it seems to me that you can either (a) add functionality to the application to normalize cases just for Windows, or (b) create a normalization process for migration purposes. I'd go with (b) I think. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: CF Permanent Redirect (301)???

2011-01-18 Thread Dave Watts
the name it was given for the Host header. A permanent redirect is really the best answer here. 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: CFcontent puts \n at top of file -- solution?

2011-01-18 Thread Dave Watts
CFSAVECONTENT, I suspect. Try rewriting it as a single line: cfsavecontent ...This is a test/cfsavecontent 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: CFIMAGE - case sensitivity on filename - CF9 vs CF9.01

2011-01-17 Thread Dave Watts
I would file a bug report.  'Overwrite' should always overwrite. But that's exactly what it's doing. It's overwriting the file. 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: CFIMAGE - case sensitivity on filename - CF9 vs CF9.01

2011-01-17 Thread Dave Watts
No, it's not a file lock issue. In Windows, when you overwrite a file, it doesn't matter what case you specified - the filesystem performs a case-insensitive match, and overwrites whatever's there. If you want different behavior, you need a case-sensitive filesystem. Dave Watts, CTO, Fig Leaf Software

Re: Is Coldfusion losing it biggest asset?

2011-01-14 Thread Dave Watts
. But that doesn't affect the very simple observation that the success of programming languages is often driven by their users, not by their creators. 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: Is Coldfusion losing it biggest asset?

2011-01-14 Thread Dave Watts
So just because that is the way things have been, they should continue? Come on Dave...  Imagine if people saw a big market for CF and companies knew the full extent of its capabilities.  Imagine of Adobe spent as much as it does for Flash or Photoshop in getting the word out as it does

Re: US Government moving to Drupal?

2011-01-13 Thread Dave Watts
it for many years, and many of the attendees were government employees. But there are lots of other reasons why CF has always been popular - it was first to market and had the chance to take hold in many agencies, and while companies come and go, the government is around forever. Dave Watts, CTO, Fig

Re: Open source - No Mortgage

2011-01-13 Thread Dave Watts
I suppose that it is possible to make some money around the edges of these technologies, but, I have this vision of an army of geeks working on these open source projects while they live in the garage of their parents house ... Maybe, if their parents happen to be IBM and Google. Dave Watts

Re: Is Coldfusion losing it biggest asset?

2011-01-13 Thread Dave Watts
features from other products. But if there's one thing that's always been true of the CF user base, it's always had its fair share of vocal critics of how CF is being managed, marketed, etc. I've been working with CF since version 1, and this has always been the way things are. Dave Watts, CTO, Fig

Re: CF9 Standard vs Enterprise Performance

2011-01-13 Thread Dave Watts
, some isolation and better memory allocation). 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: Is Coldfusion losing its biggest asset?

2011-01-12 Thread Dave Watts
not matter for many apps. 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: Is Coldfusion losing its biggest asset?

2011-01-12 Thread Dave Watts
AMF? ActionScript Message Format, aka Flash Remoting. http://www.jamesward.com/2007/12/12/blazebench-why-you-want-amf-and-blazeds/ 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: US Government moving to Drupal?

2011-01-12 Thread Dave Watts
of generalization in my response - I'm sure people can come up with counterexamples - but I think it's pretty accurate overall. 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: Upgrade Coldfusion from an upgrade?

2011-01-08 Thread Dave Watts
Anyone know if licenses from MX7 upgrades qualify for CF9 upgrades? Yes: http://www.adobe.com/products/coldfusion/upgrade/ 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: Beta Tester Wanted for new CF (MVC) Framework

2011-01-07 Thread Dave Watts
bullshit. I have a low tolerance for bullshit. 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: Beta Tester Wanted for new CF (MVC) Framework

2011-01-07 Thread Dave Watts
the least of my worries. Well, that is certainly true. I'd hate for people not to disagree with me because of who I am. I'm ok with people disagreeing with me because I'm wrong - that happens quite a bit. But I only defer to facts, not mojo. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com

Re: Beta Tester Wanted for new CF (MVC) Framework

2011-01-07 Thread Dave Watts
Plus I think he's an Old Milwaukee guy (chi tea? Ouch!) Fortunately, at this stage of my life I can do a bit better than Old Milwaukee! I just went to Belgium recently - now that's some good beer. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: Beta Tester Wanted for new CF (MVC) Framework

2011-01-07 Thread Dave Watts
On behalf of my friends in Wisconsin... what's wrong with Old Milwaukee? If you get full before you get drunk, something's not right. 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: CFHTTP ad DNS servers that do not return error status codes

2011-01-06 Thread Dave Watts
in the event of a failure, but that would only work against one specific broken DNS environment. 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: Accessing Specific CF8 Instances

2011-01-06 Thread Dave Watts
use the same web root. 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: Accessing a cached query in one function from another...

2011-01-06 Thread Dave Watts
might be useful here. If you're caching a query as a variable, you're either caching it within one of the persistent scopes (session, application, server) or as a member variable of a component. Otherwise, you're not really caching it at all. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com

Re: Beta Tester Wanted for new CF (MVC) Framework

2011-01-06 Thread Dave Watts
not. Really, if they did, Google wouldn't really even work. :) Simple, self-describing URLs have a higher page rank than complex, non-obvious URLs. If you're trying to show up on the first page of results, good URLs do make a difference. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: Beta Tester Wanted for new CF (MVC) Framework

2011-01-06 Thread Dave Watts
people who are good at categorization. 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: Accessing a cached query in one function from another...

2011-01-06 Thread Dave Watts
. 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: Strange errors when running CF from command line and running Flash Forms.

2011-01-06 Thread Dave Watts
caches output internally, and can be safely disregarded. 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: Accessing a cached query in one function from another...

2011-01-06 Thread Dave Watts
that data comes from, though - it could come from a query cached using caching attributes as long as you have that query in the same page, or it could come from a query you've stored in a persistent scope. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

<    7   8   9   10   11   12   13   14   15   16   >