CFHTTP and Caching

2007-12-24 Thread Ian Vaughan
I am getting problems with CFHTTP and caching a RSS feed, I cant find out why I am getting the error below ?? Any ideas on what it can be ? This is the error I am getting below even though weather_xml has been defined in the application.cfm page i.e. CFSET APPLICATION.weather_xml

Set or lengthen the Time-Out on an image ALT tag or workaround?

2007-12-24 Thread ismail cassiem
Hi, I need help please! I have fields with images next to them used as tooltips, I'm using the ALT but the problem io have the users have lenthy text they want to display over the images. The ALT works fine but it time-out which does not allow users to read the full tooltip text! Is there a

Re: Set or lengthen the Time-Out on an image ALT tag or workaround?

2007-12-24 Thread Charlie Griefer
On Dec 24, 2007 1:18 AM, ismail cassiem [EMAIL PROTECTED] wrote: Hi, I need help please! I have fields with images next to them used as tooltips, I'm using the ALT but the problem io have the users have lenthy text they want to display over the images. The ALT works fine but it time-out

Re: Set or lengthen the Time-Out on an lt;image ALTgt; tag or workaround?

2007-12-24 Thread ismail cassiem
Wow Thanks it looks great the only thing is I dowloaded the demo but have no clue how to incorporate it? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

RE: CFHTTP and Caching

2007-12-24 Thread Dan G. Switzer, II
Ian, This is the error I am getting below even though weather_xml has been defined in the application.cfm page i.e. CFSET APPLICATION.weather_xml =XMLParse(cfhttp.FileContent) ERROR IS Element WEATHER_XML is undefined in APPLICATION. My application.cfm page is cfset

Send Blowfish-encoded string to PHP

2007-12-24 Thread Dmitrii 'Mamut' Dimandt
Unfortunate as it is, but I need to send a string encrypted with Blowfish over to a PHP page, decrypt it there and use it there. Let's say: cfset x = encrypt(var,key,blowfish,hex) cfset redirectTo('som_page/?v=#x#') where redirectTo simply redirects the page over to some place and sends the

Re: Send Blowfish-encoded string to PHP

2007-12-24 Thread Claude Schneegans
where redirectTo simply redirects the page over to some place and sends the encoded value over with it. How can this be accomplished in PHP (using mcrypt library for instance)? Something is not clear: why does it has to be done in PHP since apparently it is not done yet, and you seem to do

Re: CF Image question...

2007-12-24 Thread Brett Barnhart
I'd like to do something similar. In my case, drive space is limited. So, I'd really like to store the image once, but then control how it is displayed totally on the fly. I'd like 3 options.. 1) Display as thumbnail 2) Display full size for web 3) download original picture for printing I'm

WebAssist DataBase Search extension doesnt work!

2007-12-24 Thread Ali Majdzadeh
Hi: I use DW8/CF8 and I tried to use this DW8 extension(WebAssist Database Search version 1.4.1) to make the search for the website. But the problem is at the end when I apply (I click finish) it returns an error about a javascript. Anyone has used it? Anyone has the same problem? Thanks

Re: JREE Servers (was Session Management - sticky sessions)

2007-12-24 Thread Sean Corfield
On Dec 23, 2007 11:13 PM, Brad Wood [EMAIL PROTECTED] wrote: I'll admit, it's nice how well CF simplifies the messy stuff, but messing with the mutli-server install has a way of dumping you waist-deep with the unfamiliar (and previously hidden) world of Java. True. I prefer the multiserver

Re: Set or lengthen the Time-Out on an image ALT tag or workaround?

2007-12-24 Thread s. isaac dealey
you're trying to use an attribute that's not meant to be a true tool tip as a tool tip. if you want a tooltip, check a site like dynamicdrive.com or one of the many jQuery tooltip plugins: http://www.codylindley.com/blogstuff/js/jtip/ and/or use the title attribute on the image in

Re: Set or lengthen the Time-Out on an image ALT tag or workaround?

2007-12-24 Thread Charlie Griefer
On Dec 24, 2007 1:20 PM, s. isaac dealey [EMAIL PROTECTED] wrote: you're trying to use an attribute that's not meant to be a true tool tip as a tool tip. if you want a tooltip, check a site like dynamicdrive.com or one of the many jQuery tooltip plugins:

RE: JREE Servers (was Session Management - sticky sessions)

2007-12-24 Thread Brad Wood
Hope that helps? Very much so-- thanks. I need to find (or make) a big Venn diagram that shows all these relations... ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: Set or lengthen the Time-Out on an image ALT tag or workaround?

2007-12-24 Thread s. isaac dealey
I think the title attribute times out the same as the alt attribute (but i do agree that it's the more correct option of the 2 choices). I suggested the js solution because he was apparently looking for a popup tooltip that persisted for a longer period of time. I don't think title will do

Re: CF Image question...

2007-12-24 Thread Dave l
The thing I wish it would do is add a permanent watermark on uploaded images instead of only on temp png while being shown. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Thoughts on my version of a DAO

2007-12-24 Thread Adrian Lynch
Merry Christmas all. Don't ask why I'm up at 5 in the morning on Xmas day! I've written my own version of a DAO and have been using this for my latest project and have found it to be very nice to use albeit not perfect. I would love peoples' criticisms and comments.