Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 138108 - 138137 of 154390   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
138108
... 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...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
9:22 am
138109
... 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...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
10:18 am
138110
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"? ...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
2:40 pm
138111
... 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. ...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
4:02 pm
138112
... 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....
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
5:06 pm
138113
....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...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
9:00 pm
138114
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...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
9:20 pm
138115
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...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
9:39 pm
138116
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...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
10:51 pm
138117
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...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
11:19 pm
138118
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...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
11:47 pm
138119
I have the password and can unzip a file manually, but is there a way to use the password with cfzip action="unzip" ? Thanks, Rick ...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
11:49 pm
138120
... 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...
archive@...
mdinowit
Offline Send Email
Sep 1, 2008
11:57 pm
138121
... <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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
12:10 am
138122
... 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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
12:24 am
138123
Other than the throttles on SMS, and cfdocument etc, standard itself won't provide any specific performance improvements. You may be considering running...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
12:51 am
138124
... 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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
1:01 am
138125
... 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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
3:57 am
138126
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! ...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
4:01 am
138127
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. ...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
4:03 am
138128
... 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 ...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
4:47 am
138129
... 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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
5:13 am
138130
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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
5:33 am
138131
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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
6:31 am
138132
Thanks for the info, Paul. It seems strange that the Adobe team would go to the trouble to development the cfzip tag and make any provision for...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
12:50 pm
138133
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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
1:22 pm
138134
... 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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
1:46 pm
138135
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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
2:06 pm
138136
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...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
2:07 pm
138137
The free CF8 Enterprise offer for teaching and learning is now available and live. You can read more about it here:...
archive@...
mdinowit
Offline Send Email
Sep 2, 2008
2:16 pm
Messages 138108 - 138137 of 154390   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help