Gzip compression and caching system

2005-02-19 Thread gabriel l smallman
Im working on a tag to wrap around content and then save it to a file, gzip it and serve it out. Expanding on the cf_GZipPage custom tag. But trying to take is a step further. I would like to save the gzip'd binary data in the db. Main reason is the expected amount of gzipped files could be well

Re: Looking for a good web based html editor

2005-02-19 Thread Will Tomlinson
As stated previously, I don't like the name! I like not having to curse when talking about my editors! :) Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

Re: Using Verity Collections Generated on Different Server

2005-02-19 Thread Matt Woodward
I think it needs to point to the specific collection. Thats off the top of my head, but I currently have a cluster which reads from a single shared collection and it works. You may need to re-index the collection after both servers are pointing to it. try:

Re: Using Verity Collections Generated on Different Server

2005-02-19 Thread Matt Woodward
I am not sure you can, but CF 7 now has the ability to run Verity on a totally separate server. I'll look into that--the issue is that the app from which I'm getting these Verity collections (a large knowledge management application) is running on CF 5 and they have no plans to upgrade those

RE: Gzip compression and caching system

2005-02-19 Thread Russ
You could always save it to a temporary file right before serving it out... -Original Message- From: gabriel l smallman [mailto:[EMAIL PROTECTED] Sent: Saturday, February 19, 2005 9:46 AM To: CF-Talk Subject: Gzip compression and caching system Im working on a tag to wrap around

Re: Gzip compression and caching system

2005-02-19 Thread Pete Jordan
Im working on a tag to wrap around content and then save it to a file, gzip it and serve it out. Expanding on the cf_GZipPage custom tag. But trying to take is a step further. I would like to save the gzip'd binary data in the db. Main reason is the expected amount of gzipped files could be well

Re: cftry/cfcatch known bug?

2005-02-19 Thread Micha Schopman
Parse errors are not caught with cftry/cfcatch. Reason being, the page couldn't compile, so it couldn't even try/catch anything. -nathan strutz http://www.dopefly.com/ Micha Schopman wrote: There are no parse errors involved. An expired session variable, in this case session.cultureid should

RE: Gzip compression and caching system

2005-02-19 Thread Dawson, Michael
I built a small, working test application that stored data in a SQL 2k database and then pulled it back out. It was very nifty. If you would mail me off-list, I can try to find it later. Right now, I'm trying to figure out how to load a 591-column table in SQL 200x. :( BTW, don't let them

DRK's

2005-02-19 Thread Jay McEntire
So now that devnet is dead -- are the DRK's open source and free to distribute? If so where can I find them? Also, anyone know of a free-good dynamic FAQ application done in CF? Here is an example of what I''m looking for...

CFGRID woes

2005-02-19 Thread Will Tomlinson
I'm messing with this cfgrid tag and have it kind of working. But when you click update, it doesn't update anything. Wondering if it has something to do with the primary key not being sent through or something. Any ideas? cfquery name=getmyevents datasource=#DSN# SELECT * FROM dbo.tblevents

RE: Gzip compression and caching system

2005-02-19 Thread gabriel l smallman
Issue is that this causes the browser to pop up a dialog how you want to handle this file type. So the browser appears to not automatically unpack ..gz extensions. If you want to see what I mean: http://icc.getfused.com:8300/gzip/test1.cfm cfquery name=foo datasource=#dsn# SELECT name,

RE: Gzip compression and caching system

2005-02-19 Thread gabriel l smallman
I would prefer not to, though this is better then making the os go find it in directory with a zillion files in it. -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Saturday, February 19, 2005 10:40 AM To: CF-Talk Subject: RE: Gzip compression and caching system You could

Re: Gzip compression and caching system

2005-02-19 Thread Jochem van Dieten
gabriel l smallman wrote: Issue is that this causes the browser to pop up a dialog how you want to handle this file type. So the browser appears to not automatically unpack ..gz extensions. If you want to see what I mean: http://icc.getfused.com:8300/gzip/test1.cfm That server has a broken

Re: Flash Remoting remains as elusive as ever

2005-02-19 Thread dave
drunk coders type like me, hu From: Will Tomlinson [EMAIL PROTECTED] Sent: Friday, February 18, 2005 11:49 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Flash Remoting remains as elusive as ever whoo hoo!!! now you got the bug :) HEll,

RE: Looking for a good web based html editor

2005-02-19 Thread dave
lol, well yeah but as it happened my gf had her imac and i told her to login and add somthing and to try out the text editor but it wasnt there and she was on safari, so... but she then downloaded ff and all was good, was just sayin, it dont work on safari.

re: DRK's

2005-02-19 Thread dave
i give all that money too csu and all they can use is php, truely a sad day :( wouldnt be hard to make at all, or just use what they are, just click on the powered by From: Jay McEntire [EMAIL PROTECTED] Sent: Saturday, February 19, 2005 1:38 PM To:

Webservices Complex data Types

2005-02-19 Thread Umer Farooq
Hi, How would one pass data for the following.. WSDL Element: ns:VerifyAddItemRequest ns:ErrorLanguagexs:string/ErrorLanguage ns:MessageIDxs:string/MessageID ns:Versionxs:string/Version

RE: CFGRID woes

2005-02-19 Thread Michael T. Tangorre
From: Will Tomlinson [mailto:[EMAIL PROTECTED] I'm messing with this cfgrid tag and have it kind of working. But when you click update, it doesn't update anything. Wondering if it has something to do with the primary key not being sent through or something. Any ideas? cfquery

RE: CFGRID woes

2005-02-19 Thread Michael T. Tangorre
From: Will Tomlinson [mailto:[EMAIL PROTECTED] I'm messing with this cfgrid tag and have it kind of working. But when you click update, it doesn't update anything. Wondering if it has something to do with the primary key not being sent through or something. Any ideas? cfquery

RE: Using Verity Collections Generated on Different Server

2005-02-19 Thread Gaulin, Mark
The admin UI that shows existing collection paths and requests new collection paths is a little inconsistent, and that's probably why the second collection was created under the folder where you wanted it to go. Next time, use /full/path/to/verity/collections at the full path, and use

Re: CFGRID woes

2005-02-19 Thread Will Tomlinson
I had fixed that after I posted, still doesn't work. hmmm...I'm missing *something*. Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a

RE: CFGRID woes

2005-02-19 Thread Michael T. Tangorre
From: Will Tomlinson [mailto:[EMAIL PROTECTED] I had fixed that after I posted, still doesn't work. hmmm...I'm missing *something*. Until you figure it out you can't sign your emails The Game, instead you can use your buddy's signature, He Hate Me. :-)

RE: CFGRID woes

2005-02-19 Thread dave
lmfao if you're referring to me, i certainly don't hate you, the only one I hate lives in Redmond ;) *we all can have a difference of opinions, if we didn't we'd never learn a damn thing* From: Michael T. Tangorre [EMAIL PROTECTED] Sent: Saturday,

Re: Using Verity Collections Generated on Different Server

2005-02-19 Thread Matt Woodward
The admin UI that shows existing collection paths and requests new collection paths is a little inconsistent, and that's probably why the second collection was created under the folder where you wanted it to go. Next time, use /full/path/to/verity/collections at the full path, and use

RE: CFGRID woes

2005-02-19 Thread Michael T. Tangorre
From: dave [mailto:[EMAIL PROTECTED] lmfao if you're referring to me, i certainly don't hate you, the only one I hate lives in Redmond ;) *we all can have a difference of opinions, if we didn't we'd never learn a damn thing* I was making reference to the XFL football dude that was

RE: CFGRID woes

2005-02-19 Thread dave
oh sorry :) i just assumed since im his only friend ;) hehe not sure he has game, just smells gamieĀ  har har har jk From: Michael T. Tangorre [EMAIL PROTECTED] Sent: Saturday, February 19, 2005 5:38 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE:

RE: CFGRID woes

2005-02-19 Thread Michael T. Tangorre
From: dave [mailto:[EMAIL PROTECTED] oh sorry :) i just assumed since im his only friend ;) hehe not sure he has game, just smells gamieĀ  har har har jk :-) ~| Discover CFTicket - The leading ColdFusion Help Desk and

OT: Visio 2003 Professional Java Data types

2005-02-19 Thread Michael T. Tangorre
Does anyone have the Java data types for the UML diagrams in Visio? They used to be in there back in previous versions but Visio 2003 Pro seems to have removed them, go figure. :-) Thanks, Mike ~| Logware (www.logware.us): a

Getting IPTC data into a database

2005-02-19 Thread Warren Parsons
I'm trying to find a way to extract IPTC information from a JPG and insert that data into a database (MySQL in this case). For the uninitiated, IPTC information is metadata such as a photo's Caption, Copyright info, Keywords, etc, all of which are usually specified by the author in an image

Re: Using Verity Collections Generated on Different Server

2005-02-19 Thread Matt Woodward
I suppose I didn't ask the obvious question first, which is are Verity collections created on CF 5 going to be compatible with CFMX 6.1 (which is what I'm testing this on now) or CFMX 7 (which is what we'll be upgrading to very shortly)? The directory structures look identical between

Re: CFGRID woes

2005-02-19 Thread Will Tomlinson
let me splain a few things here since some of us seem a little confused by me and what I've said in the past. 1. I'm following the example in MM live docs. 2. I doubt I know 10% of what most of you guys know (except dave). 3. I've only been programming for 2 years now. 4. I call myself

RE: CFGRID woes

2005-02-19 Thread Mike Nimer
There is a known bug, with the editable grid in an html form. Make the whole form a flash form, instead of just the grid. Hth, ---nimer -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Saturday, February 19, 2005 12:40 PM To: CF-Talk Subject: CFGRID woes I'm

CF7 on OS X

2005-02-19 Thread Chris Kief
I've installed CF 7 on OS X but I can't seem to get the CFIDE working when I change the document root. In my jrun-web.xml, I've set the context-root to / and set up the following mappings: virtual-mapping resource-path/WEB-INF/*/resource-path

Re: CFGRID woes

2005-02-19 Thread Will Tomlinson
Mike! Oh hell! It works now! That took care of it. Cool, thanks! THE GAAAME! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a

re: CF7 on OS X

2005-02-19 Thread dave
im gunna attempt to install osx on a windows box (this should get interesting!), anyone done that yet? From: Chris Kief [EMAIL PROTECTED] Sent: Saturday, February 19, 2005 6:42 PM To: CF-Talk cf-talk@houseoffusion.com Subject: CF7 on OS X I've installed

Re: CFGRID woes

2005-02-19 Thread dave
yeah you only know 1% of what i know! cfhumorhumor??? whats that?/cfhumor maybe coming in cfmx 8 From: Will Tomlinson [EMAIL PROTECTED] Sent: Saturday, February 19, 2005 6:06 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: CFGRID woes let me

Re: Getting IPTC data into a database

2005-02-19 Thread Dick Applebaum
Warren Depending on your timeframe may be a an easier way. The coming release of OS X Tiger (1st half 2005) indexes metadata automatically. For as little as $500 for a Mac mini you could add this capability, by simply putting the box on your network, then saving the images on the box. The

cfeclipse ? rob

2005-02-19 Thread dave
ok seems though this is kinda odd, the eclipse download for linux is a .zip file, which linux cant open ^%$^%$*^$ but thats ok my ? is, on this install I installed cfmx7 to a seperate hard drive hoping that i could then access it either from winblows or linux (get the same files without

Re: Getting IPTC data into a database

2005-02-19 Thread Jochem van Dieten
Dick Applebaum wrote: The coming release of OS X Tiger (1st half 2005) indexes metadata automatically. For as little as $500 for a Mac mini you could add this capability, by simply putting the box on your network, then saving the images on the box. The metadata store is based on

RE: Webservices Complex data Types

2005-02-19 Thread Dave Watts
How would one pass data for the following.. WSDL Element: ns:VerifyAddItemRequest ns:ErrorLanguagexs:string/ErrorLanguage ns:MessageIDxs:string/MessageID ns:Versionxs:string/Version

Re: Getting IPTC data into a database

2005-02-19 Thread Jochem van Dieten
Warren Parsons wrote: The method I've worked out thus far is to use ImageMagick (via CFEXECUTE) to output a text file containing the JPG's IPTC information. Then I read the text file (CFFILE) and parse out the information I want and pass it to a query to insert into the DB. What I

Re: Getting IPTC data into a database

2005-02-19 Thread Dick Applebaum
On Feb 19, 2005, at 4:13 PM, Jochem van Dieten wrote: Dick Applebaum wrote: The coming release of OS X Tiger (1st half 2005) indexes metadata automatically. For as little as $500 for a Mac mini you could add this capability, by simply putting the box on your network, then saving the images

Getting IPTC data into a database

2005-02-19 Thread Warren Parsons
Thanks to everyone so far for all of your suggestions. First off, although I appreciate the idea, hooking a Mac up to the network is not an option. Regarding using the VARIABLE attribute of CFEXECUTE: I'm running under BlueDragon 6.1 which doesn't support this attribute. I've tried using

RE: Getting IPTC data into a database

2005-02-19 Thread Paul Vernon
Would this be any use??? http://www.drewnoakes.com/code/exif/sampleUsage.html Paul ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

Re: cfeclipse ? rob

2005-02-19 Thread Charles Polisher
dave wrote: ok seems though this is kinda odd, the eclipse download for linux is a .zip file, which linux cant open ^%$^%$*^$ but thats ok my ? is, on this install I installed cfmx7 to a seperate hard drive hoping that i could then access it either from winblows or linux (get the same

Re: Webservices Complex data Types

2005-02-19 Thread Umer Farooq
Hi, It could have one of the following values.. ReturnAll ItemReturnDescription . which I've set.. I need to figure out.. how to pass.. a attribute.. that in it self is a complex type.. I did test.. the SOAP gateway.. using XMLSpy and writing out the evenlope.. it works fine..

Re: cfeclipse ? rob

2005-02-19 Thread dave
yeah you are right, after I wrote that I went back in and it worked but it didnt the first time. From: Charles Polisher [EMAIL PROTECTED] Sent: Saturday, February 19, 2005 8:41 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfeclipse ? rob dave

Re: CF7 on OS X

2005-02-19 Thread Chris Kief
I'll answer my own question for the archive. If you change the context root to /, you need to remove the CFMX RDS Application (for me this was located at /Applications/JRun4/servers/cfmx7/CFIDE). Just delete that folder and the CFIDE will work. chris __ Chris Kief Mindflood,

Re: cfeclipse ? rob

2005-02-19 Thread Will Tomlinson
yeah you are right, after I wrote that I went back in and it worked but it didnt the first time. You're a complete RETARD!! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

Re: Getting IPTC data into a database

2005-02-19 Thread Jochem van Dieten
Dick Applebaum wrote: On Feb 19, 2005, at 4:13 PM, Jochem van Dieten wrote: So you exchange one cfexecute call for another one. Oh no wait, it has to run on an entirely different machine with a different OS too. I understand your desire to promote Mac's whereever you can, but would you

OT: Copy parts of a MySQL table to a MS SQL tablE

2005-02-19 Thread Nick Baker
One MySql query MS SQL doesn't seem to like is copying parts of one table to another table. The tables should be identical as I created both with the same query only changing the table name. I am suspecting some syntax problem, but being new to MS SQL I just can't see what it is. Below is the

Re: Getting IPTC data into a database

2005-02-19 Thread Jochem van Dieten
Warren Parsons wrote: Regarding using the VARIABLE attribute of CFEXECUTE: I'm running under BlueDragon 6.1 which doesn't support this attribute. Enhancement request :-) I've tried using CFSAVECONTENT wrapped around my CFEXECUTE, but when I try outputting the variable, nothing shows up.

Re: OT: Copy parts of a MySQL table to a MS SQL tablE

2005-02-19 Thread Jochem van Dieten
Nick Baker wrote: cfquery name = GetResultsDRC dataSource = DRDB INSERT INTO ChartGraph SELECT * FROM MasterTable Where Col1= 'TransactionDate' AND TransactionTime = #EndTime# AND TransactionTime =#StartTime# order by TransactionTime /cfquery Does the

Re: cfeclipse ? rob

2005-02-19 Thread Spike
Jeez Will, People who don't know will be getting the impression you're about to go postal ;) Spike Will Tomlinson wrote: yeah you are right, after I wrote that I went back in and it worked but it didnt the first time. You're a complete RETARD!!

Getting IPTC data into a database

2005-02-19 Thread Warren Parsons
Does something show up in the page if you just leave cfsavecontent out? Afraid not. Could it be that it is outputting to stderr instead of stdout? Not that I would know how to capture that ... I have no idea on that one. I'm still digging through the discussions on the ImageMagick site

RE: Getting IPTC data into a database

2005-02-19 Thread James Holmes
Can you add java classes to the server or is that also right out? E.g. http://www.geocities.com/marcoschmidt.geo/image-info.html -Original Message- From: Warren Parsons [mailto:[EMAIL PROTECTED] Sent: Sunday, 20 February 2005 9:38 To: CF-Talk Subject: Getting IPTC data into a database

Getting IPTC data into a database

2005-02-19 Thread Warren Parsons
Yes I can add Java classes to the server, as long as I've got good documentation for doing so. I would also need documentation on communicating with the Java class via CF. Regards, Warren L. Parsons ~| Logware

Re: cfeclipse ? rob

2005-02-19 Thread dave
will hit postal before he hit puberty.. From: Spike [EMAIL PROTECTED] Sent: Saturday, February 19, 2005 9:33 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfeclipse ? rob Jeez Will, People who don't know will be getting the impression

RE: Getting IPTC data into a database

2005-02-19 Thread James Holmes
It should all be in the BD docs. -Original Message- From: Warren Parsons [mailto:[EMAIL PROTECTED] Sent: Sunday, 20 February 2005 10:08 To: CF-Talk Subject: Getting IPTC data into a database Yes I can add Java classes to the server, as long as I've got good documentation for doing so.

Re: cfeclipse ? rob

2005-02-19 Thread Spike
dave wrote: ok seems though this is kinda odd, the eclipse download for linux is a .zip file, which linux cant open ^%$^%$*^$ but thats ok my ? is, on this install I installed cfmx7 to a seperate hard drive hoping that i could then access it either from winblows or linux (get the same

Getting IPTC data into a database

2005-02-19 Thread Warren Parsons
Can you add java classes to the server or is that also right out? E.g. http://www.geocities.com/marcoschmidt.geo/image-info.html Any suggestions on where I could find a Java class that would extract IPTC data? The ImageInfo class you linked to doesn't appear to have this ability. Regards,

Re: cfeclipse ? rob

2005-02-19 Thread Rob
my ? is, on this install I installed cfmx7 to a seperate hard drive hoping that i could then access it either from winblows or linux (get the same files without having to update either OS), is that possible with cfeclipse? can i make the workbench folder the wwwroot in cfmx 7? Yeah, you

RE: Getting IPTC data into a database

2005-02-19 Thread James Holmes
This was the first result from a Google search on iptc java jpeg http://www.drewnoakes.com/code/exif/ -Original Message- From: Warren Parsons [mailto:[EMAIL PROTECTED] Sent: Sunday, 20 February 2005 10:14 To: CF-Talk Subject: Getting IPTC data into a database Can you add java classes

Re: cfeclipse ? rob

2005-02-19 Thread dave
which would work, but. when im on windows I want to be using dreamweaver. For example, right now I am on windows working on a flash project and I will use dreamweaver to make up the remoting cfc (gotta love the new cfc maker), so in this case I will be in dw not cfeclipse. Or I will use

Re: cfeclipse ? rob

2005-02-19 Thread dave
thanks rob! :) From: Rob [EMAIL PROTECTED] Sent: Saturday, February 19, 2005 10:15 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfeclipse ? rob my ? is, on this install I installed cfmx7 to a seperate hard drive hoping that i could then

RE: cfeclipse ? rob

2005-02-19 Thread James Holmes
I think we'd all like dave and Will's points to be mute :P -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Sunday, 20 February 2005 11:18 To: CF-Talk Subject: Re: cfeclipse ? rob which would work, but. when im on windows I want to be using dreamweaver. For example,

RE: cfeclipse ? rob

2005-02-19 Thread dave
put the pipe down and at least reply the the correct thread :P From: James Holmes [EMAIL PROTECTED] Sent: Saturday, February 19, 2005 10:22 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: cfeclipse ? rob I think we'd all like dave and Will's points

Re: Getting IPTC data into a database

2005-02-19 Thread Dick Applebaum
On Feb 19, 2005, at 6:17 PM, Jochem van Dieten wrote: Sorry, went out for a while... I understand your desire to promote Mac's whereever you can, but would you really consider this a feasible solution? Actually, on the Apple lists, I promote CF get a ration from the PHP people. But, I am

RE: Getting IPTC data into a database

2005-02-19 Thread James Holmes
Java way: 1) Call class to return just the chosen info on the single file in which you are interested. Hmm, hard choice... -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Sunday, 20 February 2005 11:39 To: CF-Talk Subject: Re: Getting IPTC data into a database

Getting IPTC data into a database

2005-02-19 Thread Warren Parsons
James, thanks a lot for the heads-up. I'd actually ran across the Java class you pointed me to earlier today, but since I had no idea how to implement it, I let it go. Right now, I'm trying to find out how I would run the Metadata Extractor Library from within ColdFusion (if run is the right

Re: Getting IPTC data into a database

2005-02-19 Thread Dick Applebaum
On Feb 19, 2005, at 7:49 PM, James Holmes wrote: Java way: 1) Call class to return just the chosen info on the single file in which you are interested. vs cfexecute name=mdls arguments=/mypath/myfile variable=myMetadata gives: kMDItemAttributeChangeDate = 2004-10-20 01:00:15 -0700

Getting IPTC data into a database - Solved!

2005-02-19 Thread Warren Parsons
Thanks to the tip from James about Drew Noakes' Metadata Extractor library and a tutorial on CommunityMX.com, I was able to get this working. Thank you very much to everyone who gave input on this, especially James! Regards, Warren L. Parsons

RE: Getting IPTC data into a database

2005-02-19 Thread James Holmes
Java objects: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/java24.htm The sample code for the class: http://www.drewnoakes.com/code/exif/sampleUsage.html I just wrote this from scratch as a pure translation of the sample code and I know bugger all about Java: cfobject action=create

Re: cfeclipse ? rob

2005-02-19 Thread Rob Munn
i wish there was a switch to mute the threads that bug me but as this thread seems to have expired the point is moot - Original Message - From: dave [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Saturday, February 19, 2005 7:30 PM Subject: RE: cfeclipse ? rob put

Re: cfeclipse ? rob

2005-02-19 Thread dave
well good job for keeping it going!! duh heres a tip, if a thread bugs you THEN DONT FRIGGIN READ IT, geezo heres another tip, go get eprompter and it makes going through and deleting very quick and easy some of u need to get out more.

Re: OT: Copy parts of a MySQL table to a MS SQL tablE

2005-02-19 Thread Nick Baker
Thanks for the suggestions. Unfortunately, the INSERT code you provided didn't work either. Yes, the standalone SELECT does work. At 08:32 PM 2/19/2005, you wrote: Nick Baker wrote: cfquery name = GetResultsDRC dataSource = DRDB INSERT INTO ChartGraph SELECT * FROM

cfloop vs cfoutput mx 6.1 / 7

2005-02-19 Thread Duncan I Loxton
Can anyone tell me if there is a performance difference in the following 2 bits of code? I know back in 4.5 cfloop was worse than cfoutput but now? Any web references to tests on these things welcome! Thanks. Duncan // using cfloop for the query output // cfquery name=getProducts select *