... The simple solution typically is to add all the hostnames you are using to the hosts file of your CF server with the 127.0.0.1 IP address. (You need to...
... With the extensions of RFC 2388 the HTTP protocol is perfectly capable of allowing a user-agent to upload an entire directory in one HTTP post. The choice...
Okay, odd even further... I remove the CFQueryparams and the row gets added, no error.. So why would cfqueryparam be causing a "statement is not executing"? ...
... It could also mean that you end up with it going down the TOtally Ineffective Ludicrous Entertaining Technology or TOILET. ok its been a long weekend. ...
... I'm not entirely convinced that writing the test before writing the code is the best strategy... or at least that it's the best strategy for everyone....
....Which I have run into with MG...most of what we are doing is made overly complex by using MG, which in turns made it overly difficult to debug when we had...
Sorry for the Off Topic Post: Just in case some haven't heard the sad news that CFDEVCON has been cancelled. To help compensate for this loss the Scotch on the...
Eric sometime we should talk about these draconian restrictions and what you've had to do with Fusebox, drop me a line sometime. Adam On Mon, Sep 1, 2008 at...
TDD advocate here... I really think folks are going into TDD with this mindset that it's just write a test before you write code (so yes your are somewhat...
I'm new to coldfusion and have a few developed sites which I plan to host on a dedicated server. In process of working out which version of CF I need. Wanted...
In CF 8 Standard, the SMS gateway is single threaded; it will only run in one request at a time. If your sites are low volume, this may be fine. If not, you'll...
... I imagine you were thinking something like I was... What was it in Fusebox (of all things) that would be anathema to the server managers at AT&T? FB's...
... <snip> ... <snip> Whoa, hold it right there. Show me the TDD advocate who promotes writing all tests before writing code and I'll personally have their...
... Thanks Adam, I'd be interested in reading more about that. :) I hadn't heard about the shift in thinking from TDD to BDD. There's an old apocryphal story I...
Other than the throttles on SMS, and cfdocument etc, standard itself won't provide any specific performance improvements. You may be considering running...
... That's probably true some of the time... I'm not necessarily convinced it's true most of the time... And I'm going to delve a bit into the land of personal...
... Hi Rick, I haven't actually used the new CFZIP tag yet, but I don't see anything in the documentation that indicates support for password protection in...
Thanks, Justin. I couldn't find anything about using a password, either. Surely that'll be added next version. Thanks for the tip, too, on the CFX_Zip tag! ...
if you are on your own server, you can also install winzip or winrar or 7zip and use cfexecute to run the command-line interface with necessary parameters. ...
... core java zip (java.util.zip) class doesn't support passwords. it's been an open bug/enhancement for the last 8 years (yes, that *eight* years) so kind of ...
... Random guess: you're binding it to the wrong datatype? Or something like that. Is the database telling you anything? Nothing in the logs, eh? -- There is...
They all have their ups and downs, I would imagine. I can vouch for the fact that well-written MG apps, as I assume is the same for the other frameworks, are...
I like that you've been thinking about thinking while writing your framework, Isaac. I dig that. :-) The way I'm currently tackling the tests, is to try to...
sqlite doesnt produce logs, maybe an option or something. I think, if I can get it up and running, I'm going to start using Apache Derby... The datatypes are...
... Personally, I create and CFEXECUTE a bat file which runs a 10 years old version of PKZIP. It supports compression/decompresssion and passwords and still...
Thanks for the tip, Claude. Would you mind sharing an example of how you use CFExecute and the bat file to process a certain list of files? Haven't used...
I created a site and decided that in order to show image thumbnails on list pages I do not downsize images and store them phisicaly on server rather have only...