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 147400 - 147429 of 154390   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
147400
... Actually, you only have to make the source available 'on request'. -- Helping to dynamically syndicate markets as part of the IT team of the year, '09 and...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
9:06 am
147401
... Actually that's sorta (kinda, if you squint) true: http://www.labnol.org/internet/search/google-query-uses-1000-machines/7433/ Google holds the ENTIRE...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
12:36 pm
147402
It looks like it is time to "be my own Ben Forta" and whip out my handy dandy ColdFusion Evangelism Kit: ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
1:08 pm
147403
The following code for Button triggered download works with IE7 (hopefully IE6 & 8 as well) but not FireFox3, do you know how to make it supports both...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
3:24 pm
147404
Try swapping out "lightgreen" with the hex value of that color and add "px" after 150 and it'll probably work fine. ... From: Don L [mailto:donli@...] ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
3:33 pm
147405
try onclick="window.location.href='http://xyz.com/somefile.zip'" Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ ... ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
3:44 pm
147406
In firefox the downloadfilename will stop at the first space, won't bring the rest of the file name and extension. it works fine if no spaces are in the file...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
3:50 pm
147407
Too bad, neither techniques works. I bet it may have something to do with the way the xyz.com/somefile.zip is set up, but it would be good that I'm wrong in...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
4:01 pm
147408
<input type="button" style="background-color:lightgreen;width=150" onclick="location.href='http://xyz.com/somefile.zip';" value=" Download the File "> two...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
4:09 pm
147409
I missed that but yes, width= should be width:. Here's the code that it should be: <input type="button" style="background-color:#HEXVAL;width:150px;" ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
4:19 pm
147410
I am trying to write a CFC that will handle the population of an array of components. The CFC is very simple, it has the following properties: array //Will...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
4:30 pm
147411
the FILE attribute of <cfcontent> tag must include full path to file + filename - does it? the FILENAME parameter in your <cfheader> tag can be anything you...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
4:31 pm
147412
Yeah, you all, good catch on width= instead of width: also, there's a semicolon for the onclick event, still to no avail. hmmm... thks. ... ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
4:31 pm
147413
type="any" On Wed, Apr 1, 2009 at 10:24 AM, Donnie Carvajal < ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
4:35 pm
147414
Using type="any" will allow each element in the array to be a different type. Let me give you an example. I have a Person CFC that has a property "addresses"....
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
4:42 pm
147415
Try adding a 'return false' to the onclick. Adrian ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
5:00 pm
147416
lightgreen is a perfectly valid value for background-color!!! Moreover, it has ***absolutely no effect*** on whether the button onclick works or not - invalid...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
5:02 pm
147417
Don, the following code should work in all major browsers - certainly I've tested in Firefox 3, IE7, Chrome, and Opera 9. Here's the HTML: <button...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
5:12 pm
147418
... Too bad, nope. Also, a plain href link to the file won't work neither... thks though ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
5:20 pm
147419
... Yes, since inside the style="..." attribute you are using CSS, and CSS does not use = to delimit properties and values. ... Makes no difference. Again,...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
5:46 pm
147420
... This suggests it's more an issue with the file/server/network, not the method you are getting it with (however, still see my reply dated "04/01/2009 01:12...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
5:46 pm
147421
Setting the spaces to underscores worked, but before I did that I did try to take out the url-encoded and it still didn't work. Thank you Keith ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
6:12 pm
147422
Phillip, We bring this up often in our CFUG discussions as pretty much the best way possible to fail: blatant ignorance. Awesome story, good day to bring it...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
6:17 pm
147423
Hi James, Thank you very much! I am going to do it on our server this afternoon. Hi Jason, Matt and Dave, Thank you so much for all your responses! We really...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
6:41 pm
147424
So does anyone know this or is this something not available? Nathan ... From: Nathan Chen [mailto:Nathan.Chen@...] Sent: Sunday, March 29, 2009 10:56 PM To:...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
8:47 pm
147425
1) Open in MS Word and save as html 2) Open in Dreamweaver and use the cleanup tool Commands => Cleanup Word HTML -- Scott Stewart ColdFusion Developer ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
8:50 pm
147426
Word outputs HTML files. They are a mess though. Just open the document in Word and do: Save As Web Page. Robert B. Harrison Director of Interactive Services ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
8:52 pm
147427
Scott, That's the step the end users try to avoid. They want something on the fly, letting CF to do the trick automatically after the file is uploaded. Nathan ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
9:05 pm
147428
I've got a function that replaces accented characters with english-type characters -- this is for file naming and such. It works fine until I put the function...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
9:07 pm
147429
Have a look at using OpenOffice with JODConverter: http://www.artofsolving.com/opensource/jodconverter Mark ... ...
archive@...
mdinowit
Offline Send Email
Apr 1, 2009
9:09 pm
Messages 147400 - 147429 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