cfloop vs cfoutput mx 6.1 / 7
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 // select * from Products order by Family #getProducts.ProductName# // using cfoutput for the quey output // select * from Products order by Family #ProductName# ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195618 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: OT: Copy parts of a MySQL table to a MS SQL tablE
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: > > > > > > INSERT INTO ChartGraph > > SELECT * > > FROM MasterTable > > Where Col1= 'TransactionDate' AND TransactionTime <= #EndTime# AND > > TransactionTime >=#StartTime# > > order by TransactionTime > > > >Does the standalone SELECT work? How about: > >INSERT INTO ChartGraph (field 1, field2, field3) >SELECT field1, field2, field3 >FROM MasterTable >Where Col1= 'TransactionDate' AND TransactionTime <= #EndTime# >AND TransactionTime >=#StartTime# > >Jochem > > ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195617 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? rob
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. From: "Rob Munn" <[EMAIL PROTECTED]> Sent: Sunday, February 20, 2005 1:15 AM To: CF-Talk Subject: Re: cfeclipse ? rob 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" To: "CF-Talk" Sent: Saturday, February 19, 2005 7:30 PM Subject: RE: cfeclipse ? rob > put the pipe down and at least reply the the correct thread :P > > > From: James Holmes > Sent: Saturday, February 19, 2005 10:22 PM > To: CF-Talk > Subject: RE: cfeclipse ? rob > > 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, 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 > dreamweaver if im doing any cssp stuff so i can work in split view. > > so my 2 objectives are to get cfm7 and mysql in a central place so I can > access the files from either system. > > which maybe a mute point if I get mac running on here to or I go buy one. > > > > ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195616 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? rob
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" Sent: Saturday, February 19, 2005 7:30 PM Subject: RE: cfeclipse ? rob > 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 > Subject: RE: cfeclipse ? rob > > 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, 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 > dreamweaver if im doing any cssp stuff so i can work in split view. > > so my 2 objectives are to get cfm7 and mysql in a central place so I can > access the files from either system. > > which maybe a mute point if I get mac running on here to or I go buy one. > > > > ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195615 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Getting IPTC data into a database
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: #tag.toString()# This is the output for the sample image he provides (I renamed it on my system and therefore in the code above): (http://www.drewnoakes.com/code/exif/exifImages/FujiFilm%20FinePixS1Pro%20(1 ).jpg) [Iptc] Directory Version - 2 [Iptc] Caption/Abstract - Communications [Iptc] Writer/Editor - Ian Britton [Iptc] Headline - Communications [Iptc] By-line - Ian Britton [Iptc] By-line Title - Photographer [Iptc] Credit - Ian Britton [Iptc] Source - FreeFoto.com [Iptc] Object Name - Communications [Iptc] Date Created - Thu Jun 20 00:00:00 WST 2002 [Iptc] City - [Iptc] Province/State - [Iptc] Country/Primary Location - Ubited Kingdom [Iptc] Category - BUS [Iptc] Supplemental Category(s) - Communications [Iptc] Urgency - 53 [Iptc] Keywords - Communications [Iptc] Copyright Notice - ian Britton - FreeFoto.com -Original Message- From: Warren Parsons [mailto:[EMAIL PROTECTED] Sent: Sunday, 20 February 2005 11:02 To: CF-Talk Subject: Getting IPTC data into a database 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 term). I don't mind digging for the info, it is after all me who will benefit from getting this working. But if you wouldn't mind posting a bit of sample CF code for running it, I would be very grateful. Regards, Warren L. Parsons ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195614 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Getting IPTC data into a database - Solved!
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 ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195613 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Getting IPTC data into a database
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 gives: kMDItemAttributeChangeDate = 2004-10-20 01:00:15 -0700 kMDItemBitsPerSample = 24 kMDItemColorSpace = "RGB " kMDItemContentType = "public.jpeg" kMDItemContentTypeTree = ("public.jpeg", "public.image", "public.data", "public.item", "public.content") kMDItemDisplayName = "metadata.jpg" kMDItemFSContentChangeDate = 2004-10-19 00:13:04 -0700 kMDItemFSCreationDate = 2004-10-19 00:13:04 -0700 kMDItemFSCreatorCode = 0 kMDItemFSFinderFlags = 0 kMDItemFSInvisible = 0 kMDItemFSLabel = 0 kMDItemFSName = "metadata.jpg" kMDItemFSNodeCount = 0 kMDItemFSOwnerGroupID = 501 kMDItemFSOwnerUserID = 501 kMDItemFSSize = 21917 kMDItemFSTypeCode = 0 kMDItemID = 246476 kMDItemKind= "JPEG Image" kMDItemLastUsedDate= 2004-10-19 00:13:04 -0700 kMDItemPixelHeight = 213 kMDItemPixelWidth = 624 kMDItemResolutionHeightDPI = 72 kMDItemResolutionWidthDPI = 72 kMDItemUsedDates = (2004-10-19 00:13:04 -0700) and this is a highly tuned OS-level function (prolly written in C) vs a Java function. > > Hmm, hard choice... It *is* a hard choice... I f you have a Mac running Tiger available Say what you will, but Mac Tiger has a built-in, automatic metada/content SQL db as part of the core file system and OS... Something like this was available in BeOS, and planned for Longhorn (removed). Apple began work on this in 1999 and has a patent, released recently. Apple is said to have a 1-3 year lead in this technology. Dick > > -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 > > [snip] > > Imagemagic way: > > 1) upload & save file > 2) cfexecute to imagemagic to extract metadata > 3) cfquery to insert into sql db > 4) cfquery to search metadata & return matches > > Spotlight way > > 1) upload & save file -- automatically extracts metadata/content and > inserts into an sql db > 2) cfexecute CLI mdfind command to search metadata/content & return > matches > > [snip] > > ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195612 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Getting IPTC data into a database
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 term). I don't mind digging for the info, it is after all me who will benefit from getting this working. But if you wouldn't mind posting a bit of sample CF code for running it, I would be very grateful. Regards, Warren L. Parsons ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195611 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Getting IPTC data into a database
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 [snip] Imagemagic way: 1) upload & save file 2) cfexecute to imagemagic to extract metadata 3) cfquery to insert into sql db 4) cfquery to search metadata & return matches Spotlight way 1) upload & save file -- automatically extracts metadata/content and inserts into an sql db 2) cfexecute CLI mdfind command to search metadata/content & return matches [snip] ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195610 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Getting IPTC data into a database
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 not shy-- if a better way exists, I promote it... and take the flack. >> Not necessarily... just saving the files does the indexing of content >> and metadata, automatically. >> >> If desired, you could eliminate all the imagemagic extraction & sql db >> uptate. >> >> Then just replace the cfquery for searching with a cfexecute of a >> metadata equivalent. (this is a client server relationship similar to >> a >> db server). > > Like I said: you replace one cfexecute with another one. Imagemagic way: 1) upload & save file 2) cfexecute to imagemagic to extract metadata 3) cfquery to insert into sql db 4) cfquery to search metadata & return matches Spotlight way 1) upload & save file -- automatically extracts metadata/content and inserts into an sql db 2) cfexecute CLI mdfind command to search metadata/content & return matches Seems like 2 less steps-- yes, one is a cfexecute, but it is a highly-tuned OS-level sql query against a sql server (included in the Spotlight implementation). The other, the indexing, is also highly-tuned--- a daemon detects file changes, extracts content & metadata & updates the db. If you wish, you can easily write a cfmdquery custom tag to hide the cfexecute for the search. The other advantages is that it automatically indexes both content and metadata-- on all common file formats, word, pdf, excel-- even cfm & cfc > But you > get an extra machine and an extra OS to manage. That is true, but anyone who knows Linux/Unix knows OS X... at least at the CLI-level. > And is any colo > going to allow a Mac-mini in his racks or do you need an XServe? Good point, but a colo wasn't mentioned as one of the reqts. A Mac plays very nicely on a network of win & 'Nix machines (it has to). I'm not suggesting that it is a solution for everyone... just an option, for some. Dick > > Jochem > ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195609 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: cfeclipse ? rob
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 Subject: RE: cfeclipse ? rob 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, 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 dreamweaver if im doing any cssp stuff so i can work in split view. so my 2 objectives are to get cfm7 and mysql in a central place so I can access the files from either system. which maybe a mute point if I get mac running on here to or I go buy one. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195608 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: cfeclipse ? rob
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, 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 dreamweaver if im doing any cssp stuff so i can work in split view. so my 2 objectives are to get cfm7 and mysql in a central place so I can access the files from either system. which maybe a mute point if I get mac running on here to or I go buy one. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195607 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? rob
thanks rob! :) From: Rob <[EMAIL PROTECTED]> Sent: Saturday, February 19, 2005 10:15 PM To: CF-Talk Subject: Re: cfeclipse ? 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 can. It might be better to make your workspace somewhere in your home directory though, and then when you make a new project select "other location" and browse to the wwwroot/whatever folder. the reason is a bit of metadata gets stuck in your workspace folder and you prolly dont what that on the web Cheers dave -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open source xslt IDE~ http://treebeard.sourceforge.net ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195606 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? rob
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 dreamweaver if im doing any cssp stuff so i can work in split view. so my 2 objectives are to get cfm7 and mysql in a central place so I can access the files from either system. which maybe a mute point if I get mac running on here to or I go buy one. From: Spike <[EMAIL PROTECTED]> Sent: Saturday, February 19, 2005 10:12 PM To: CF-Talk Subject: Re: cfeclipse ? rob 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 files > without having to update either OS), is that possible with cfeclipse? can i > make the workbench folder the wwwroot in cfmx 7? > > I'm not sure that it would be a good idea to put your workspace in a place where it could be used by Eclipse from either Windows or Linux, but there would be no problem with having 2 workspaces, one under Windows and another under Linux with projects pointing to a shared location. When creating projects for the first time tell it to use an external location rather than the workspace as the location of the project. Then, the next time you use the other operating system use the import option on the file menu to import the project to that workspace rather than creating it using the File > New menu. Spike -- Stephen Milligan Code poet for hire http://www.spike.org.uk Do you cfeclipse? http://cfeclipse.tigris.org ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195605 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Getting IPTC data into a database
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 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, Warren L. Parsons ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195604 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? 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 can. It might be better to make your workspace somewhere in your home directory though, and then when you make a new project select "other location" and browse to the wwwroot/whatever folder. the reason is a bit of metadata gets stuck in your workspace folder and you prolly dont what that on the web Cheers dave -- ~Blog~ http://www.robrohan.com ~The cfml plug-in for eclipse~ http://cfeclipse.tigris.org ~open source xslt IDE~ http://treebeard.sourceforge.net ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195603 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Getting IPTC data into a database
>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, Warren L. Parsons ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195602 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? rob
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 files > without having to update either OS), is that possible with cfeclipse? can i > make the workbench folder the wwwroot in cfmx 7? > > I'm not sure that it would be a good idea to put your workspace in a place where it could be used by Eclipse from either Windows or Linux, but there would be no problem with having 2 workspaces, one under Windows and another under Linux with projects pointing to a shared location. When creating projects for the first time tell it to use an external location rather than the workspace as the location of the project. Then, the next time you use the other operating system use the import option on the file menu to import the project to that workspace rather than creating it using the File > New menu. Spike -- Stephen Milligan Code poet for hire http://www.spike.org.uk Do you cfeclipse? http://cfeclipse.tigris.org ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195601 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Getting IPTC data into a database
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. I would also need documentation on communicating with the Java class via CF. Regards, Warren L. Parsons ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195600 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? rob
will hit postal before he hit puberty.. From: Spike <[EMAIL PROTECTED]> Sent: Saturday, February 19, 2005 9:33 PM To: CF-Talk Subject: Re: cfeclipse ? rob 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!! > > ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195599 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
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. I would also need documentation on communicating with the Java class via CF. Regards, Warren L. Parsons ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195598 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Getting IPTC data into a database
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 >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 looking for information about sending output directly to variables. To be honest, I don't really care if I end up using ImageMagick as the means to extract the IPTC data. If there's some other way to do it in CF, such as reading the binary info directly, I'm open to suggestion. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195597 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Getting IPTC data into a database
>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 looking for information about sending output directly to variables. To be honest, I don't really care if I end up using ImageMagick as the means to extract the IPTC data. If there's some other way to do it in CF, such as reading the binary info directly, I'm open to suggestion. Regards, Warren L. Parsons ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195596 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? rob
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!! > > ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195595 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: OT: Copy parts of a MySQL table to a MS SQL tablE
Nick Baker wrote: > > > INSERT INTO ChartGraph > SELECT * > FROM MasterTable > Where Col1= 'TransactionDate' AND TransactionTime <= #EndTime# AND > TransactionTime >=#StartTime# > order by TransactionTime > Does the standalone SELECT work? How about: INSERT INTO ChartGraph (field 1, field2, field3) SELECT field1, field2, field3 FROM MasterTable Where Col1= 'TransactionDate' AND TransactionTime <= #EndTime# AND TransactionTime >=#StartTime# Jochem ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195594 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Getting IPTC data into a database
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. A CFDUMP reveals the variable is > indeed empty. Does something show up in the page if you just leave cfsavecontent out? > I suspect it's something to do with how ImageMagick outputs the IPTC > information, perhaps it just doesn't output anything unless you specify an > output file... Could it be that it is outputting to stderr instead of stdout? Not that I would know how to capture that ... Jochem ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195593 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
OT: Copy parts of a MySQL table to a MS SQL tablE
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 query. Thanks, Nick INSERT INTO ChartGraph SELECT * FROM MasterTable Where Col1= 'TransactionDate' AND TransactionTime <= #EndTime# AND TransactionTime >=#StartTime# order by TransactionTime ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195592 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Getting IPTC data into a database
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 really consider this a feasible solution? > > Not necessarily... just saving the files does the indexing of content > and metadata, automatically. > > If desired, you could eliminate all the imagemagic extraction & sql db > uptate. > > Then just replace the cfquery for searching with a cfexecute of a > metadata equivalent. (this is a client server relationship similar to a > db server). Like I said: you replace one cfexecute with another one. But you get an extra machine and an extra OS to manage. And is any colo going to allow a Mac-mini in his racks or do you need an XServe? Jochem ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195591 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? rob
> 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 tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195590 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: CF7 on OS X
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, Inc. www.mindflood.com 714.557.2488 x211 On 2/19/05 3:42 PM, "Chris Kief" <[EMAIL PROTECTED]> wrote: > 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: > > > /WEB-INF/* > /Applications/JRun4/servers/cfmx7/cfusion/WEB-INF > > > /* > /Users/ckief/Sites > > > Everything is working fine and CF is serving pages as expected. I then tried > adding a virtual-mapping for the CFIDE: > > > /CFIDE/* > /Applications/JRun4/servers/cfmx7/cfusion/CFIDE > > > This didn't work. Browser was giving me a 404 error and the Jrun log file > showed: > > error Requested resource '/CFIDE/administrator/index.cfm' > (%2fCFIDE%2fadministrator%2findex.cfm) not found > > I then found this technote > (http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19400) and > tried moving the CFIDE to the new document root as it says to do. Of course > that doesn't work either - same error. > > Has anyone been able to accomplish this? > __ > Chris Kief > Mindflood, Inc. > www.mindflood.com > 714.557.2488 x211 > > > chris > > > > ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195589 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? rob
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 Subject: Re: cfeclipse ? rob 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 files without having to > update either OS), is that possible with cfeclipse? can i > make the workbench folder the wwwroot in cfmx 7? unzip comes with SuSE Linux, if your distro doesn't have it you should be able to get it from: http://www.info-zip.org/pub/infozip/UnZip.html HTH! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195588 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Webservices Complex data Types
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.. Since the service is over SSL.. can't really use TCPmon to look at the packet.. is there any way to grab the SOAPEnvelope.. or the body.. Dave Watts wrote: >>How would one pass data for the following.. >> >> WSDL Element: >> >> xs:string >> xs:string >> xs:string >> ns:DetailLevelCodeType > > > You should read the rest of the schema to figure out what > "ns:DetailLevelCodeType" should contain. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > > > ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195587 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cfeclipse ? rob
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 files without having to > update either OS), is that possible with cfeclipse? can i > make the workbench folder the wwwroot in cfmx 7? unzip comes with SuSE Linux, if your distro doesn't have it you should be able to get it from: http://www.info-zip.org/pub/infozip/UnZip.html HTH! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195586 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Getting IPTC data into a database
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 http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195585 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Getting IPTC data into a database
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 CFSAVECONTENT wrapped around my CFEXECUTE, but when I try outputting the variable, nothing shows up. A CFDUMP reveals the variable is indeed empty. I suspect it's something to do with how ImageMagick outputs the IPTC information, perhaps it just doesn't output anything unless you specify an output file... I'm working on this myself, but keep the ideas coming. Thanks! -- Warren L. Parsons ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195584 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Getting IPTC data into a database
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 on the >> box. >> >> The metadata store is based on SQLite & you can issue SQL-Like queries >> thru the CLI via cfexecute: >> >> $ mdfind "kMDItemAcquisitionModel == 'Canon PowerShot S45'" > > 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 really consider this a feasible solution? > > Jochem > > Not necessarily... just saving the files does the indexing of content and metadata, automatically. If desired, you could eliminate all the imagemagic extraction & sql db uptate. Then just replace the cfquery for searching with a cfexecute of a metadata equivalent. (this is a client server relationship similar to a db server). So, easier, faster, more capability... that sounds like a pretty good option! Dick ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195583 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Getting IPTC data into a database
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 would *like* to find is a more efficient way of getting from Point A > to Point B, namely one that doesn't involve creating and reading a text file > as an intermediate step. I'm no expert on ImageMagick, but I've done a lot of > searching and haven't found any information on passing the returned IPTC > information directly to a variable, rather than a text file. If you use cfexecute without any attribute for the output file but enclosed in a cfsavecontent tag, don't you get the info directly into a variable? Since CF 6.1 cfexecute even has a variable attribute. Jochem ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195582 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Webservices Complex data Types
> How would one pass data for the following.. > > WSDL Element: > > xs:string > xs:string > xs:string > ns:DetailLevelCodeType You should read the rest of the schema to figure out what "ns:DetailLevelCodeType" should contain. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195581 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Getting IPTC data into a database
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 SQLite & you can issue SQL-Like queries > thru the CLI via cfexecute: > > $ mdfind "kMDItemAcquisitionModel == 'Canon PowerShot S45'" 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 really consider this a feasible solution? Jochem ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195580 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
cfeclipse ? rob
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 having to update either OS), is that possible with cfeclipse? can i make the workbench folder the wwwroot in cfmx 7? ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195579 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Getting IPTC data into a database
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 metadata store is based on SQLite & you can issue SQL-Like queries thru the CLI via cfexecute: $ mdfind "kMDItemAcquisitionModel == 'Canon PowerShot S45'" Or, if you want to extract the metadata for specific images and put it in your own db, you can easily do this too: $ mdls myImage.jpg The first link, below, gives the overview, the second gives some examples of queries and metadata extraction. This has been demoed on multiple occasions by Steve Jobs & is wicked fast. It is an expansion of the metadata indexing/search/extraction used in iTunes to include all common file types. OS X Tiger is currently in beta test & Apple is pretty good about meeting its software release deadlines. http://developer.apple.com/macosx/tiger/ and http://developer.apple.com/macosx/tiger/spotlight.html HTH Dick On Feb 19, 2005, at 1:57 PM, Warren Parsons wrote: > 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 editing or cataloging program (Photoshop or > ACDSee). > > 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 would *like* to find is a more efficient way of getting from > Point A to Point B, namely one that doesn't involve creating and > reading a text file as an intermediate step. I'm no expert on > ImageMagick, but I've done a lot of searching and haven't found any > information on passing the returned IPTC information directly to a > variable, rather than a text file. > > I've also experimented with using CFFILE's READBINARY action directly > on the JPG, and although the desired data is contained in the result, > it looks to be a major pain to parse it out, as there's an awful lot > of extraneous information in the result, and I'm not sure how > consistent the output will be from file to file. I'm not real > confident that this is the best path to follow. > > My ImageMagic-TXT file-CFFILE-DB method is technically workable, but > I'm not sure how well it will work when dealing with large numbers of > JPGs (probably from 25 to 100 at a go). > > Any answers, assistance or just plain brainstorming on this matter > would be greatly appreciated. > > I'm running on a Linux machine, so I'm afraid I can't use the > Windows-only custom tags that are available. > > Many thanks, > Warren L. Parsons > > ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195578 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: CFGRID woes
yeah you only know 1% of what i know! humor??? whats that? maybe coming in cfmx 8 From: Will Tomlinson <[EMAIL PROTECTED]> Sent: Saturday, February 19, 2005 6:06 PM To: CF-Talk Subject: Re: CFGRID woes 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 "the game" to poke fun at myself. It's called having a sense of humor, and not taking yourself too seriously. I've noticed some of us in here have personnas it seems like. This is mine, it's like pro wrestling, fake, but entertaining at the same time (for some of us). If you think "The Nature Boy", or "The Icon" would be better, let me know and I'll change it! 5. I appreciate the help everyone offers here, and I'm giving back to the cf community in my own way, mostly by giving presentations at the local college, pushing CF the best way I can. Can't help you guys too much, you're way over my head most of the time (except dave). 6. What the hell is wrong with my CFGRID LOL!! Thanks guys, THE GAME! ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195577 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
re: CF7 on OS X
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 Subject: CF7 on OS X 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: /WEB-INF/* /Applications/JRun4/servers/cfmx7/cfusion/WEB-INF /* /Users/ckief/Sites Everything is working fine and CF is serving pages as expected. I then tried adding a virtual-mapping for the CFIDE: /CFIDE/* /Applications/JRun4/servers/cfmx7/cfusion/CFIDE This didn't work. Browser was giving me a 404 error and the Jrun log file showed: error Requested resource '/CFIDE/administrator/index.cfm' (%2fCFIDE%2fadministrator%2findex.cfm) not found I then found this technote (http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19400) and tried moving the CFIDE to the new document root as it says to do. Of course that doesn't work either - same error. Has anyone been able to accomplish this? __ Chris Kief Mindflood, Inc. www.mindflood.com 714.557.2488 x211 chris ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195576 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: CFGRID woes
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 project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195575 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
CF7 on OS X
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: /WEB-INF/* /Applications/JRun4/servers/cfmx7/cfusion/WEB-INF /* /Users/ckief/Sites Everything is working fine and CF is serving pages as expected. I then tried adding a virtual-mapping for the CFIDE: /CFIDE/* /Applications/JRun4/servers/cfmx7/cfusion/CFIDE This didn't work. Browser was giving me a 404 error and the Jrun log file showed: error Requested resource '/CFIDE/administrator/index.cfm' (%2fCFIDE%2fadministrator%2findex.cfm) not found I then found this technote (http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19400) and tried moving the CFIDE to the new document root as it says to do. Of course that doesn't work either - same error. Has anyone been able to accomplish this? __ Chris Kief Mindflood, Inc. www.mindflood.com 714.557.2488 x211 chris ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195574 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: CFGRID woes
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 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? SELECT * FROM dbo.tblevents ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195573 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: CFGRID woes
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 "the game" to poke fun at myself. It's called having a sense of humor, and not taking yourself too seriously. I've noticed some of us in here have personnas it seems like. This is mine, it's like pro wrestling, fake, but entertaining at the same time (for some of us). If you think "The Nature Boy", or "The Icon" would be better, let me know and I'll change it! 5. I appreciate the help everyone offers here, and I'm giving back to the cf community in my own way, mostly by giving presentations at the local college, pushing CF the best way I can. Can't help you guys too much, you're way over my head most of the time (except dave). 6. What the hell is wrong with my CFGRID LOL!! Thanks guys, THE GAME! ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195572 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Using Verity Collections Generated on Different Server
> 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 collections created on CF 5 and CFMX 6.1, but are > the inner workings of these collections the same? Apparently the answer to this question is "yes"--it turns out that I can successfully query some of the collections that were delivered to me, but not others (and of course the two I'm most needing to use are ones that don't work!), so I'm just going to have follow up with the person who generates them and see what's going on. If there's some "gotcha" to report related to all of this I'll be sure and pass it along. Matt ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195571 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Getting IPTC data into a database
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 editing or cataloging program (Photoshop or ACDSee). 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 would *like* to find is a more efficient way of getting from Point A to Point B, namely one that doesn't involve creating and reading a text file as an intermediate step. I'm no expert on ImageMagick, but I've done a lot of searching and haven't found any information on passing the returned IPTC information directly to a variable, rather than a text file. I've also experimented with using CFFILE's READBINARY action directly on the JPG, and although the desired data is contained in the result, it looks to be a major pain to parse it out, as there's an awful lot of extraneous information in the result, and I'm not sure how consistent the output will be from file to file. I'm not real confident that this is the best path to follow. My ImageMagic-TXT file-CFFILE-DB method is technically workable, but I'm not sure how well it will work when dealing with large numbers of JPGs (probably from 25 to 100 at a go). Any answers, assistance or just plain brainstorming on this matter would be greatly appreciated. I'm running on a Linux machine, so I'm afraid I can't use the Windows-only custom tags that are available. Many thanks, Warren L. Parsons ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195570 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
OT: Visio 2003 Professional Java Data types
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 new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195569 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: CFGRID woes
> 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 Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195568 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: CFGRID woes
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 Subject: RE: CFGRID woes > 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 popular... his jersey had "He Hate Me" on the back. LOL .. reminded me of Will always calling himself "The Game". That's all.. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195567 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: CFGRID woes
> 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 popular... his jersey had "He Hate Me" on the back. LOL .. reminded me of Will always calling himself "The Game". That's all.. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195566 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Using Verity Collections Generated on Different Server
> 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 "myCollection" as the collection name; this will create > the collection in the right place. Once the collection is defined you > can overwrite the files it creates with the ones from the other server... > this should work just fine. (I'm not sure if the CF or verity service > has to be stopped before the copy...) Thanks Mark, your explanation made perfect sense but unfortunately didn't solve the issue. I've tried several collections (there are 10 total) and several different scenarios, but none of them seems to want to actually return any results no matter what I try. 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 collections created on CF 5 and CFMX 6.1, but are the inner workings of these collections the same? Thanks, Matt ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195565 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: CFGRID woes
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, February 19, 2005 5:02 PM To: CF-Talk Subject: RE: CFGRID woes > 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". :-) ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195564 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: CFGRID woes
> 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". :-) ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195563 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: CFGRID woes
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 project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195562 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Using Verity Collections Generated on Different Server
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 "myCollection" as the collection name; this will create the collection in the right place. Once the collection is defined you can overwrite the files it creates with the ones from the other server... this should work just fine. (I'm not sure if the CF or verity service has to be stopped before the copy...) Mark -Original Message- From: Matt Woodward [mailto:[EMAIL PROTECTED] Sent: Saturday, February 19, 2005 9:30 AM To: CF-Talk Subject: Re: Using Verity Collections Generated on Different Server > 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: /full/path/to/verity/collections/myCollection Thanks, I'll give that a shot again. When I first tried that it seemed to create another directory structure underneath the collection with the collection name again. So if I did /full/path/to/verity/collections/myCollection/ and hit create, it would create the directory /full/path/to/verity/collections/myCollection/myCollection I'll mess with that some more though. I thought about reindexing or refreshing things but I didn't want to destroy any of the collections and have to move them again. I'll probably just duplicate one with a different name so I can break things as I experiment. Thanks for the suggestions, Matt ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195561 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: CFGRID woes
> 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? > > > > SELECT * FROM dbo.tblevents > > > > tableName = "tblevents" keyonly="True"> > > > > > > font="Verdana, Arial, Helvetica, sans-serif" fontsize="10" > width="800" selectmode="edit" > insertButton = "Insert a Row" deleteButton = "Delete > selected row" delete="yes" insert="yes"> > > > > You need an "action" attribute on your form tag. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195559 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: CFGRID woes
> 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? > > > > SELECT * FROM dbo.tblevents > > > > tableName = "tblevents" keyonly="True"> > > > > > > font="Verdana, Arial, Helvetica, sans-serif" fontsize="10" > width="800" selectmode="edit" > insertButton = "Insert a Row" deleteButton = "Delete > selected row" delete="yes" insert="yes"> > > > > I meant to say you need a "method" attribute. POST | GET Mike ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195560 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Webservices Complex data Types
Hi, How would one pass data for the following.. WSDL Element: xs:string xs:string xs:string ns:DetailLevelCodeType xs:string xs:string xs:string I can pass it as structs.. but when I pass the detailLevel the call chokes.. itemRequest = StructNew(); itemRequest.MessageID = "" itemRequest.ErrorLanguage = "en_CA"; itemRequest.Version = "393"; // Choking here. itemRequest.detailLevel = "Normal"; -- Umer Farooq Octadyne Systems [EMAIL PROTECTED] +1 (519) 489-1119 voice +1 (519) 635-2795 mobile +1 (530) 326-3586 fax WEB SOLUTIONS FOR NON-PROFIT ORGANIZATION: http://www.Non-ProfitSites.biz WARNING: --- The information contained in this document and attachments is confidential and intended only for the person(s) named above. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or any other use of the information is strictly prohibited. If you have received this document by mistake, please notify the sender immediately and destroy this document and attachments without making any copy of any kind. ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195558 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
re: DRK's
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: CF-Talk Subject: DRK's 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... http://ext-colostate.custhelp.com/cgi-bin/ext_colostate.cfg/php/enduser/std_alp.php?p_sid=ldzf8vyh&p_lva=&p_sp=&p_li= ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195557 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Looking for a good web based html editor
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. From: James Holmes <[EMAIL PROTECTED]> Sent: Saturday, February 19, 2005 2:08 AM To: CF-Talk Subject: RE: Looking for a good web based html editor I just tell my Mac users to use FireFox :P -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Saturday, 19 February 2005 5:32 To: CF-Talk Subject: RE: Looking for a good web based html editor tinymce is my vote too, so easy to stick in but the only drawback is it doesnt work in safari yet ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195556 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Flash Remoting remains as elusive as ever
drunk coders type like me, hu From: Will Tomlinson <[EMAIL PROTECTED]> Sent: Friday, February 18, 2005 11:49 PM To: CF-Talk Subject: Re: Flash Remoting remains as elusive as ever > whoo hoo!!! > now you got the bug :) > HEll, I'm dowloadin thus sumbitch now! Woo! ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:19 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Gzip compression and caching system
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 HTTP implementation, it sends the full page when I use a HEAD request. > > SELECT name, content FROM table WHERE id=#id# > > > > > #foo.content# > > > For compression, don't use Content-Disposition and Content-Type, use Content-Encoding or possibly Transfer-Encoding. See RFC 2616. Jochem ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195554 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Gzip compression and caching system
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 always save it to a temporary file right before serving it out... ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195553 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Gzip compression and caching system
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 SELECT name, content FROM table WHERE id=#id# #foo.content# ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195553 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
CFGRID woes
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? SELECT * FROM dbo.tblevents ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195551 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
DRK's
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... http://ext-colostate.custhelp.com/cgi-bin/ext_colostate.cfg/php/enduser/std_alp.php?p_sid=ldzf8vyh&p_lva=&p_sp=&p_li= ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195550 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Gzip compression and caching system
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" tell you it's wrong to store files in a database and that you should only store the filenames. Many applications store files in databases which makes them extremely portable and easy to manage. (I haven't ready any replies to your message, but those things generally do come out.) M!ke -Original Message- From: gabriel l smallman [mailto:[EMAIL PROTECTED] Sent: Saturday, February 19, 2005 8:23 AM To: CF-Talk Subject: Gzip compression and caching system 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 over 100k. I would prefer to not let the file system handle finding and reading the data. Issue is I cannot figure out how to read the binary data from the db and serve it back out so the browser recognizes the mime type and encoding. Right now the only way I can get it work is if I save the data to a file and: Anyone have an idea? Or am I stuck with reading it from a file? gabe ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195549 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: cftry/cfcatch known bug?
>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 trigger the cfcatch part. The code runs perfectly when the session.cultureid is available, but when it is not, I like to output a xml node stating the error. I can understand when you try to parse invalid cfml, cftry and cfcatch does not get executed, but in the case of a missing variable on runtime I would expect cfcatch to execute, or else cfcatch would be completely useless. ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195548 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Gzip compression and caching system
>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 over 100k. I would prefer to not let the file system handle finding and >reading the data. The following is untried but should work... I'm assuming you have a name field in your table that can be supplied as a suggested filename to the user. SELECT name, content FROM table WHERE id=#id# #foo.content# Pete Jordan ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195547 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
RE: Gzip compression and caching system
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 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 over 100k. I would prefer to not let the file system handle finding and reading the data. Issue is I cannot figure out how to read the binary data from the db and serve it back out so the browser recognizes the mime type and encoding. Right now the only way I can get it work is if I save the data to a file and: Anyone have an idea? Or am I stuck with reading it from a file? gabe ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195546 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Using Verity Collections Generated on Different Server
>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 servers. (I'm on CFMX 6.1 on this particular server right now but we already got our CFMX 7 upgrade.) I'm pretty sure on their end they do this very thing, meaning generate the collections on one server and just move them to other servers for clustering purposes, but I'll have to get more details on this point and see how they have things configured. Time to copy a couple of them, mess with things, and see what works and what doesn't. Thanks, Matt ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195545 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Using Verity Collections Generated on Different Server
> 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: /full/path/to/verity/collections/myCollection Thanks, I'll give that a shot again. When I first tried that it seemed to create another directory structure underneath the collection with the collection name again. So if I did /full/path/to/verity/collections/myCollection/ and hit create, it would create the directory /full/path/to/verity/collections/myCollection/myCollection I'll mess with that some more though. I thought about reindexing or refreshing things but I didn't want to destroy any of the collections and have to move them again. I'll probably just duplicate one with a different name so I can break things as I experiment. Thanks for the suggestions, Matt ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195544 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Re: Looking for a good web based html editor
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 documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195543 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
Gzip compression and caching system
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 over 100k. I would prefer to not let the file system handle finding and reading the data. Issue is I cannot figure out how to read the binary data from the db and serve it back out so the browser recognizes the mime type and encoding. Right now the only way I can get it work is if I save the data to a file and: Anyone have an idea? Or am I stuck with reading it from a file? gabe ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195542 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54