RE: Can't get CF8 to read EXIF from .jpg on Remote server

2007-08-07 Thread Jayesh Viradiya
Hi, 2 things. 1) The code posted by you, 1 CFset photoURL=http://www.foo.com/photo.jpg; 2 CFimage Source=#photoURL# action=read name=photo 3 CFSET PhotoEXIF=ImageGetEXIFMetadata(photo) 4 CFDUMP var=#PhotoEXIF# We tried reproducing that case but couldnt and it worked

Re: [Reactor for CF] URGENT: cfqueryparam is break bit values in mysql

2007-08-07 Thread Tom Chiverton
On Tuesday 07 Aug 2007, [EMAIL PROTECTED] wrote: For some reason, when I run the below query with cfqueryparam, the bit columns come back empty. If I remove the cfquery param, then the bit columns have the propery 0/1 value. Any ideas? Nope, but it's almost certainly not Reactor's fault. When

Re: AUTOSUGGESTBINDDELAY won't take anything less than 1

2007-08-07 Thread Tom Chiverton
On Monday 06 Aug 2007, [EMAIL PROTECTED] wrote: Is that a feature request that I could submit? Would that go to Yahoo or Adobe? adobe.com/go/wish Is there an overwhelming reason to not allow us to set anything below 1? I can't see one, as long as the docs make clear the potential impact of

Re: CF / Alagad / Photography Questions

2007-08-07 Thread Tom Chiverton
On Monday 06 Aug 2007, [EMAIL PROTECTED] wrote: Problem is it will not retain a crisp enough look for the client. I've always found blurring slightly before a resize helps. -- Tom Chiverton This email is sent for and on behalf of

massive jrun -out.log files

2007-08-07 Thread John Beynon
All of a sudden my CF on Jrun instances are churning out MASSIVE -out.log files in the jrun/logs folder and i have no idea what it means and would appreciate it if anyone could take a look - I've loaded part of the log file onto a server at http://www.berkeleyhomes.co.uk/scratch/jrunlogs.txt -

Massive jrun -out.log files

2007-08-07 Thread John Beynon
All of a sudden my CF on Jrun instances are churning out MASSIVE -out.log files in the jrun/logs folder and i have no idea what it means and would appreciate it if anyone could take a look - I've loaded part of the log file onto a server at http://www.berkeleyhomes.co.uk/scratch/jrunlogs.txt -

RE: massive jrun -out.log files

2007-08-07 Thread Jaime Metcher
There's lots of stuff there I don't understand (particularly the JINI stuff), but it seems apparent that FusionReactor is throwing a thread dump. If you had a chronic low-memory condition or otherwise were continually triggering FusionReactor's crash protection you'd see some pretty beefy log

Re: massive jrun -out.log files

2007-08-07 Thread John Beynon
cool thanks for that - i've just applied the 2.0.4 fusionreactor patch and it's stopped doing it - although little confused as the other box in the webfarm is identical and it's still running the 2.0.0 patch...and it all has been working up till now i think - although that could explain how i've

RE: CF / Alagad / Photography Questions

2007-08-07 Thread Chad Gray
ImageCR works great. We use it for our photography studio's proofing web sites that I built. It can handle the large images you are talking about and caches the resized image so it does not have to be processed every time the page is requested. It also has a sharpen setting if you find that

RE: CF / Alagad / Photography Questions

2007-08-07 Thread Adkins, Randy
Thanks for the comments. I will see if Alagad has a sharpening option. If not, I may have to change to ImageCR. Just have to see if the hosting provider will install it. If not, may have to change to a new provider. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent:

RE: CF / Alagad / Photography Questions

2007-08-07 Thread Chad Gray
Another option is not to upload such large files. Prep them first with a photoshop action. Have the customer take the images from the CD and run them through a photoshop action to resize them to the max size used on the web site. You will have to apply some sharpening in photoshop also so

RE: CF / Alagad / Photography Questions

2007-08-07 Thread Adkins, Randy
Well I tried that approach with the client and they were very well extremely clear they are not going to do that . They want the website to do it for them. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 9:56 AM To: CF-Talk Subject: RE: CF /

RE: Content Placeholders

2007-08-07 Thread Bobby Hartsfield
I wouldn't add the overhead of looping and regex finding where it is totally not needed. Get the selected image record from the database... If a qry.column is replace **image1** with nothing Else Replace it with img src/path/to/images/#qry.columnname#... / Pretty simple... You could also

RE: Content Placeholders

2007-08-07 Thread Justin Scott
Trying to figure out how to use a placeholder in dynamic content to pull in other content at runtime. I would approach this by using a regular expression with some looping to pull all of variables out of the content and put them into a list or array. I wouldn't add the overhead of

CFMAIL wrongly moved to Undelivr folder

2007-08-07 Thread Joy Anderson
I'm experiencing a problem with CF7 occasionally moving into the Undelivr folder emails that were actually sent (and received). I have a scheduled task that hourly moves files from the Undelivr folder back into the Spool folder, and this has resulted in emails being sent multiple times on

Trouble Downloading CF8 Dev Ed

2007-08-07 Thread coldfusion . developer
I've downloaded for years ... I've read through all download help and still nothing. I click on the English version and click download. It's clicks, submits, clicks again and then does nothing. Happens in both IE and Firefox. Any ideas? Thanks

Re: Trouble Downloading CF8 Dev Ed

2007-08-07 Thread Oğuz Demirkapı
Try to create a new Adobe login to download. http://demirkapi.net/avblog/permalinks/2007/07/30/ColdFusion%2D8%2DDownload%2DProblem/ [EMAIL PROTECTED] wrote: I've downloaded for years ... I've read through all download help and still nothing. I click on the English version and click

Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Elena Aminova
Is it possible to dynamically generate XML data set for Spry in Fusebox 5.1? It is possible to do that outside of Fusebox, but not in Fusebox framework. Did anyone encounter this issue yet? Thanks, Elena. ~| ColdFusion 8 -

Form Reuse and Validation Methodologies Best Practices

2007-08-07 Thread Michael Eger
We are currently researching the Best Practices for managing form reuse, validation and error handling in a CF application. Our current application is not a fusebox application, but I still like separating the form logic, validation logic and the update/insert logic. I think a good form

Re: CF / Alagad / Photography Questions

2007-08-07 Thread Claude Schneegans
I will see if Alagad has a sharpening option. It is not only a matter of sharpening. The quality depends mostly on the algorithm used to reduce the image. Some algorithms just drop some pixels and keep one pixel every n pixels. This not good. Good algorithm will also interpolate every remaining

Re: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Raymond Camden
Yes to q1. Spry could care less what your back end is. Fusebox. Model-Glue. Even dreaded PHP. Spry is entirely client side. Elves could make the XML - it wouldn't matter. As to your second question, it didn't make sense to me. :) On 8/7/07, Elena Aminova [EMAIL PROTECTED] wrote: Is it possible

Re: Trouble Downloading CF8 Dev Ed

2007-08-07 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Awesome! That did the trick! Strange. Try to create a new Adobe login to download. http://demirkapi.net/avblog/permalinks/2007/07/30/ColdFusion%2D8%2DDownload%2DProblem/ [EMAIL PROTECTED] wrote: ~| Enterprise web

cfflush in CF 8

2007-08-07 Thread Christopher Watson
OK, so what's up with cfflush in CF 8? It ain't doing it. I've got no problem getting things to flush out to the client in CF MX 6 or 7, but in 8, nothin' doin'. I've messed with the 'interval' attribute, tried different content, etc. I see everything up to the flush in 6 or 7, but in 8

Generate dynamic XML data set for Spry in Fusebox 2

2007-08-07 Thread Elena Aminova
Is it possible to dynamically generate XML data set for Spry in Fusebox 5.1? It is possible to do that outside of Fusebox, but not in Fusebox framework. Did anyone encounter this issue yet? The following code does not result in a drop down list of the data within Fusebox application: and yet

Re: cfflush in CF 8

2007-08-07 Thread John Blayter
Are you still using one of the beta versions? I just did a CFFLUSH this morning on CF8 and it worked just fine. I think I had my interval set to 10 On 8/7/07, Christopher Watson [EMAIL PROTECTED] wrote: OK, so what's up with cfflush in CF 8? It ain't doing it. I've got no problem getting

Re: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Elena Aminova
All right, Ray, Let me try to rephrase my question: the following code does not result in a drop down list of the data within a fusebox application. and yet calling the fuseaction directly from the browser does show the generated xml data. Its working when the page is set outside of fusebox...

Re: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Raymond Camden
Oh ok - did you forget your cfcontent perhaps? http://www.coldfusionjedi.com/index.cfm/2007/8/6/Dont-forget-that-CFCONTENT-tag-when-working-with-Spry On 8/7/07, Elena Aminova [EMAIL PROTECTED] wrote: All right, Ray, Let me try to rephrase my question: the following code does not result in a

Re: cfflush in CF 8

2007-08-07 Thread Raymond Camden
Ensure you have enough content in your test script. IE has a feature where it won't show crap until it gets enough. I used to hack around this by doing this before my flush: cfoutput#repeatString( , 200)#/cfoutput Please stand by... cfflush On 8/7/07, John Blayter [EMAIL PROTECTED] wrote: Are

Re: lt;cfflushgt; in CF 8

2007-08-07 Thread Christopher Watson
Are you still using one of the beta versions? No, we're fully licensed on the release build. ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki.

Re: lt;cfflushgt; in CF 8

2007-08-07 Thread Christopher Watson
Ensure you have enough content in your test script. Ick. Nasty hack. Hope I don't have to do that. Will test it and see if that's the reason. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features

cfdocument issues.

2007-08-07 Thread Troy Montour
I'm having an issue with cfdocument not loading my style sheets. here is my cfm page took the tag bracket off so it would show. I've tried linking to the style sheet but that didn't work either. If I change the class= to inline styles it works fine but this would be a pain since we have a few

Re: lt;cfflushgt; in CF 8

2007-08-07 Thread Raymond Camden
Can't blame CF for that - its IE. It says, Hey, even though you sent me content, I don't feel like I have enough content to show you yet, and honestly, I do know more than you do and you should just trust me. What could go wrong? Or something like that. On 8/7/07, Christopher Watson [EMAIL

Re: cfdocument issues.

2007-08-07 Thread Raymond Camden
One of the tips I learned from Dean Harmon of Adobe was to try to make your pages complete web pages. By that he meant (if I rememeber right), use everything you would in a normal HTML page: TItle, Head, Body, etc. I'm not saying it will work, but give it a try. On 8/7/07, Troy Montour [EMAIL

Re: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Brian Kotek
Or any Fusebox or CF debugging, Fusebox layouts, etc? On 8/7/07, Raymond Camden [EMAIL PROTECTED] wrote: Oh ok - did you forget your cfcontent perhaps? http://www.coldfusionjedi.com/index.cfm/2007/8/6/Dont-forget-that-CFCONTENT-tag-when-working-with-Spry On 8/7/07, Elena Aminova [EMAIL

Re: cfdocument issues.

2007-08-07 Thread Troy Montour
Ray, nope didn't work its basically is acting as if it doesn't want to load the css file during creation. heres what I tried cfoutput cfdocument format=pdf filename='c:\inetpub\wwwroot\dds\Troys\test.pdf' pagetype = letter overwrite=yes html head meta http-equiv=Content-Type

Re: cfdocument issues.

2007-08-07 Thread Raymond Camden
Since it is going to be embedded in a PDF anway, you could just cfinclude it, right? On 8/7/07, Troy Montour [EMAIL PROTECTED] wrote: Ray, nope didn't work its basically is acting as if it doesn't want to load the css file during creation. heres what I tried cfoutput cfdocument

Re: cfdocument issues.

2007-08-07 Thread Jim Wright
On 8/7/07, Raymond Camden [EMAIL PROTECTED] wrote: One of the tips I learned from Dean Harmon of Adobe was to try to make your pages complete web pages. By that he meant (if I rememeber right), use everything you would in a normal HTML page: TItle, Head, Body, etc. I'll second this

running jrockit with CFusionMX7 to find memory leak

2007-08-07 Thread Calvert Rent
I have been having a terrible time trying to get jrockit running with coldfusion. I have coldfusion MX 7 running and installed jrockit (jrockit-R27.3.1-jdk1.5.0_11). The reason I am trying to run jrockit is to use their memory leak tools to find a memory leak on my server. It crashes nearly

RE: Content Placeholders

2007-08-07 Thread Bobby Hartsfield
I was just using images as an example. The img tag could be replaced with whatever you wanted. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 10:27 AM To: CF-Talk

RE: cfdocument issues.

2007-08-07 Thread Chad Gray
I have had problems in the past where cfdocument would not pull in an image. I figured out that because the directory had NTFS permissions on it that the IUSR (anonymous) user was not allowed to load the image cfdocument could not load the image. Maybe you are running into the same thing that

Re: cfdocument issues.

2007-08-07 Thread Troy Montour
Ray and Jim, Thank you so much that fixed it.. I had to include it Thank You Troy Montour ~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now

Re: Content Placeholders

2007-08-07 Thread Paul Hastings
in the i18n world, java MessageFormat's are often used for dynamic content like this. it's flexible, quick as an added bonus handles locale formatting where needed. see: http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entryentry=CEA3E94F-20ED-7DEE-2AFB54B337BC25C6

coldfusion 8 and memory

2007-08-07 Thread Tony
hi there. back in the days of cfmx 7.x 1.5gb was the max amt of ram you could specify on a windows server to allocate to coldfusion. has that changed with cf8? thanks! tony -- 'Never have anything in your life that you can't walk out on in thirty seconds flat, if you spot the heat coming

Re: coldfusion 8 and memory

2007-08-07 Thread Brian Kotek
The memory limitation is in the Windows JVM, not CF. On 8/7/07, Tony [EMAIL PROTECTED] wrote: hi there. back in the days of cfmx 7.x 1.5gb was the max amt of ram you could specify on a windows server to allocate to coldfusion. has that changed with cf8? thanks! tony -- 'Never have

Re: running jrockit with CFusionMX7 to find memory leak

2007-08-07 Thread Jason Fill
This is not relating to jrockit, but do you happen to be running FusionReactor? There was a bug in v2 of FR that, in some instances, caused the ODBC Wrapper to make memory climb. This has been fixed in their 2.04 release - and works great I might add. Just thought I would though that out

Problem with cfgrid and binding to a cfc

2007-08-07 Thread Steve Sequenzia
I am trying to set a cfgrid to bind to a cfc but for some reason it is not showing any data. The grid is loaded and it does not error out or anything it just does not show any data in the grid. Here is the code: Display Page - cfform name=productsForm cfgrid name=productsGrid format=HTML

Re: Problem with cfgrid and binding to a cfc

2007-08-07 Thread Raymond Camden
The number one tip in the world for stuff like this - Firebug. Are you using Firebug to see if your Ajax call is having issues? Maybe yourquery isn't returning anything for example. On 8/7/07, Steve Sequenzia [EMAIL PROTECTED] wrote: I am trying to set a cfgrid to bind to a cfc but for some

Re: running jrockit with CFusionMX7 to find memory leak

2007-08-07 Thread Calvert Rent
Hey Jason, No, I am not running FusionReactor... thanks though. Really, I am just trying to track down a memory leak. I have reviewed the code 100s of times, but nothing seems out of the ordinary. Does anyone know any tools that work with ColdFusion to track down memory leaks? Thanks!

Re: coldfusion 8 and memory

2007-08-07 Thread Tony
ok :) (holding back smart ass remark) any idea on the limit for the windows jvm? tony thanks! On 8/7/07, Brian Kotek [EMAIL PROTECTED] wrote: The memory limitation is in the Windows JVM, not CF. On 8/7/07, Tony [EMAIL PROTECTED] wrote: hi there. back in the days of cfmx 7.x 1.5gb

Re: Problem with cfgrid and binding to a cfc

2007-08-07 Thread Steve Sequenzia
Ray, Yes I a using Firebug. Here is what the query string looks like:

Re: running jrockit with CFusionMX7 to find memory leak

2007-08-07 Thread Cutter (CFRelated)
varScoper? Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Calvert Rent wrote: Hey Jason, No, I am not running FusionReactor... thanks though. Really, I am just trying to track

Need to display multiple data from multiple rows matching one variable

2007-08-07 Thread Michael Stevens
Sorry about that subject. I don't know how to explain that succinctly... The two tabes in our database I'm dealing with are ardetail and arhistory. arhistory contains invoice information while ardetail has order information. There can be multiple orders per invoice. These are my queries:

Re: coldfusion 8 and memory

2007-08-07 Thread Brian Kotek
On 32-bit processor machines, the largest contiguous memory address space the operating system can allocate to a process is 1.8GB. Because of this, the maximum heap size can only be set up to 1.8GB. On 64-bit processor machines, the 1.8 GB limit does not apply, as 64-bit processor machines have a

Re: CFMAIL wrongly moved to Undelivr folder

2007-08-07 Thread Jochem van Dieten
Joy Anderson wrote: I'm experiencing a problem with CF7 occasionally moving into the Undelivr folder emails that were actually sent (and received). Here are the ColdFusion log entries that were generated for the email I described above: 03:01:12 Exception reading response; nested

Re: coldfusion 8 and memory

2007-08-07 Thread Cutter (CFRelated)
From what I understand, it is due to the 32 bit architecture. Currently Adobe only supports one 64 bit server version and configuration, and that is on Solaris. Last time I asked Adobe was exploring other 64 bit architectures, but with no time frames. Steve Cutter Blades Adobe Certified

Re: coldfusion 8 and memory

2007-08-07 Thread Sean Corfield
On 8/7/07, Brian Kotek [EMAIL PROTECTED] wrote: On 32-bit processor machines, the largest contiguous memory address space the operating system can allocate to a process is 1.8GB. On Windows, you mean. A 32-bit processor can address 4Gb and I've worked on operating systems - on 32-bit chips -

Re: coldfusion 8 and memory

2007-08-07 Thread Brian Kotek
Yes, on Windows (I had specified that in my earlier post but should have made that clear). On 8/7/07, Sean Corfield [EMAIL PROTECTED] wrote: On 8/7/07, Brian Kotek [EMAIL PROTECTED] wrote: On 32-bit processor machines, the largest contiguous memory address space the operating system can

RE: coldfusion 8 and memory

2007-08-07 Thread John Mason
It's probably more correct to say the jvm heap and permanent space has to be under 2GB for a 32-bit arch. So if for some reason you had a small permanent space, the heap could be slightly bigger than 1.8GB. But that's a finer point than most people need to have. CF needs at least 128 for the

RE: running jrockit with CFusionMX7 to find memory leak

2007-08-07 Thread John Mason
No reason to completely switch out the JVM for this.. Sun has free tools to help find memory leaks with their jvm's Check.. http://java.sun.com/performance/jvmstat/ You can also use Seefusion or Fusion-reactor which pulls a lot of the same info but more in the light of CF. John Mason [EMAIL

Re: Problem with cfgrid and binding to a cfc

2007-08-07 Thread Raymond Camden
Hey - try renaming your columns to be upper case. Or try removing them and just let the grid lay out th ecolumns. On 8/7/07, Steve Sequenzia [EMAIL PROTECTED] wrote: Ray, Yes I a using Firebug. Here is what the query string looks like:

Re: Problem with cfgrid and binding to a cfc

2007-08-07 Thread Steve Sequenzia
Ray, I tried to make the names upper case and no change. I cannot remove the cfgridcolumn because it errors out without at least one when using the bind. Here is the error: The cfgrid tag for HTML format using bind attribute requires at least one cfgridcolumn. I don't know what the problem

Re: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Elena Aminova
We do have the cfcontent type=text/xml reset=true set in the code but it seems the problem is with some of our data in the database. Special chars like ý causes the generated xml file to be incomplete. By getting rid of these special chars the xml file was correctly generated and used by

Mac stuffit file

2007-08-07 Thread ch g
Recently we are updating our site to mac users also, we are providing some downloadable stuff it compressed files to them. If they click that link or button its opening blank error page(error 404). But the same code is working for zip file, if i replace zip file with sitx file its blowing an

Re: Problem with cfgrid and binding to a cfc

2007-08-07 Thread Raymond Camden
Oh duh. Hmmm. You lost me there then. Outside of being pretty slow, the code seemed ok. On 8/7/07, Steve Sequenzia [EMAIL PROTECTED] wrote: Ray, I tried to make the names upper case and no change. I cannot remove the cfgridcolumn because it errors out without at least one when using the

Re: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Raymond Camden
Ah cool. So yeah - my little rant. Don't bother with XMLFOrmat. Well, I won't say don't bother - but XMLFormat will ignore certain invalid characters. This has caused me MUCH heartache. On 8/7/07, Elena Aminova [EMAIL PROTECTED] wrote: We do have the cfcontent type=text/xml reset=true set in

Re: coldfusion 8 and memory

2007-08-07 Thread Sean Corfield
On 8/7/07, John Mason [EMAIL PROTECTED] wrote: limitation, but to run CF on 64-bit it would have to be CF8 on Solaris since that's all that is supported currently. macromedia.com / adobe.com has been running ColdFusion with heap sizes 2Gb on Solaris for years - this is not about 32-bit vs

RE: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Dave Watts
Ah cool. So yeah - my little rant. Don't bother with XMLFOrmat. Well, I won't say don't bother - but XMLFormat will ignore certain invalid characters. This isn't a problem with XMLFormat. There are only five built-in XML character entities, and XMLFormat replaces those. Characters like ý are

Re: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Raymond Camden
Wait! I see it! If you look at the response in Firebug, above the JSON you see: link href=../style.css rel=stylesheet type=text/css Your code is injecting HTML in. On 8/7/07, Raymond Camden [EMAIL PROTECTED] wrote: Ah cool. So yeah - my little rant. Don't bother with XMLFOrmat. Well, I won't

Re: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Raymond Camden
I didn't mean the Y per se - but like the MS Word Characters. If they are valid - nothing seems to like them very much. On 8/7/07, Dave Watts [EMAIL PROTECTED] wrote: Ah cool. So yeah - my little rant. Don't bother with XMLFOrmat. Well, I won't say don't bother - but XMLFormat will ignore

Re: running jrockit with CFusionMX7 to find memory leak

2007-08-07 Thread Calvert Rent
varScoper looks good, but this page uses cfscript which doesn't work w/ varScooper. I am currently downloading Java SE 5.0 so I can try out jvmstat. After I download a new version of Java, I assume I need to point coldfusion (through the admin interface) to point to the new instance of java.

Re: CFMAIL wrongly moved to Undelivr folder

2007-08-07 Thread Joy Anderson
Jochem van Dieten wrote: CF is delivering the email message to the SMTP server and the SMTP server waits a long time before confirming the receipt. So after a while CF stops waiting for the receipt and decides the message is undeliverable, and some time later the SMTP server confirms the

Re: Problem with cfgrid and binding to a cfc

2007-08-07 Thread Steve Sequenzia
It is still not working for me. I can see the data in JSON format when I run the query string from Firebug, but there is just still no data showing up in the grid? Oh duh. Hmmm. You lost me there then. Outside of being pretty slow, the code seemed ok.

CFMX 7 / Vista

2007-08-07 Thread Adkins, Randy
Has anyone able to get the CFMX 7 installer to work on Vista? I did a Google and found a few sites that talk about it but some are talking about different items that helped them. Just wondering if anyone has solid set of install instructions or steps since I know it is CF not completing the

RE: coldfusion 8 and memory

2007-08-07 Thread John Mason
Naturally this depends on the OS/Arch hence the reason I mention that. Adobe must be doing something very particular with their JVM setup Sean. For example running a 32-bit JVM on a 64-bit Solaris. I would certainly like to know if that's what they are doing and to know how stable that is. A

Re: Mac stuffit file

2007-08-07 Thread Larry Lyons
Recently we are updating our site to mac users also, we are providing some downloadable stuff it compressed files to them. If they click that link or button its opening blank error page(error 404). But the same code is working for zip file, if i replace zip file with sitx file its blowing

Re: Problem with cfgrid and binding to a cfc

2007-08-07 Thread Raymond Camden
Did you update the copy you pointed me to? Cuz that copy still has the link in the response. On 8/7/07, Steve Sequenzia [EMAIL PROTECTED] wrote: It is still not working for me. I can see the data in JSON format when I run the query string from Firebug, but there is just still no data showing

RE: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Dave Watts
I didn't mean the Y per se - but like the MS Word Characters. If they are valid - nothing seems to like them very much. That's purely a matter of the specific application reading or writing the XML. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the

Re: Problem with cfgrid and binding to a cfc

2007-08-07 Thread Steve Sequenzia
I guess I am confused (what's new, right). The link to the actual grid is: http://dev.thinksys.com/atc/portal/modules/inventory/viewInventory.cfm That does not load any data in the. The only update I have made to that is I made the column names upper case. The query string from Firebug when

Re: Problem with cfgrid and binding to a cfc

2007-08-07 Thread Raymond Camden
No, what I mean is - go here:

Re: Mac stuffit file

2007-08-07 Thread ch g
But if i click that link its giving 404 error in both mac and windows systems. Thank you Recently we are updating our site to mac users also, we are providing some downloadable stuff it compressed files to them. If they click that link or button its opening blank error page(error 404).

Re: Problem with cfgrid and binding to a cfc

2007-08-07 Thread Steve Sequenzia
Got it. Works now. I was looking right at that and I did not see it. Thanks Ray, you rock! No, what I mean is - go here: http://dev.thinksys.com/atc/portal/modules/inventory/data.

Re: Mac stuffit file

2007-08-07 Thread Tom McNeer
On 8/7/07, ch g [EMAIL PROTECTED] wrote: But if i click that link its giving 404 error in both mac and windows systems. If it's a 404 error, then the web server can't find the file. So I'd check the path, if I were you. But Larry's point was that there's no need for a link to the .sitx file

Re: CFMX 7 / Vista

2007-08-07 Thread Jeff Chastain
Randy, It is possible, but it takes a bit of extra work. In order to get the installer itself to run, you have to right click on it and select 'Run as Administrator'. Then, once the installer does run, you will have JVM issues as the JVM that comes with Vista is newer than what CFMX 7 can

Re: Generate dynamic XML data set for Spry in Fusebox

2007-08-07 Thread Raymond Camden
Heh ok - then let me be more clear - I wish that the XML generated from XML would just plain work for FIrefox and other browsers. MS funky quotes break them. I would have assumed xmlFormat would have removed them as well. Maybe I assume too much. I think most folks would assume the same though.

Re: Mac stuffit file

2007-08-07 Thread ch g
I appreciate your help... I was in little bit of confusion, this is my simple code a href=2003_Collection.zipZip file/abr/ a href=2005_Collection_mac.sitxStuff it file/a If i click the link zip file its working perfect. If i click the Stuff it file link then its blowing an error. Both files

Re: Application-wide SQL Injection prevention?

2007-08-07 Thread Dinner
On 8/6/07, Paul Vernon wrote: I don't know how many times we've seen the subject of this thread over the last few years but it generally ends with Jochem blowing holes in every type of contrived SQL injection protection and the general consensus ends up being if you are worried about SQL

RE: running jrockit with CFusionMX7 to find memory leak

2007-08-07 Thread Jaime Metcher
Have I missed something here? Things like visualgc, FusionReactor etc just tell you how big the heap is. Unless you can pin down the memory leakage to particular moments in time, this doesn't help much. We need to know what's in that heap. From what I've seen the only one of Sun's tools that

Re: coldfusion 8 and memory

2007-08-07 Thread Casey Dougall
On 8/7/07, John Mason [EMAIL PROTECTED] wrote: On most modern 32-bit Windows systems the maximum heap size will range from 1.4G to 1.6G. On 32-bit Solaris kernels the address space is limited to 2G. On 64-bit operating systems running the 32-bit VM, the max heap size can be higher,

Re: coldfusion 8 and memory

2007-08-07 Thread Sean Corfield
On 8/7/07, John Mason [EMAIL PROTECTED] wrote: On most modern 32-bit Windows systems the maximum heap size will range from 1.4G to 1.6G. On 32-bit Solaris kernels the address space is limited to 2G. On 64-bit operating systems running the 32-bit VM, the max heap size can be higher, approaching

Query with dynamic criterias?

2007-08-07 Thread Marc Quattrini
Hi, I have the following problem that I can't solve: A customer can view deliveries from/to multiple companies. I have set up the system to get all the companies this customer is allowed to see delivery from/to. !--- get the customer companies query --- cfquery name=custCompanies

Re: Query with dynamic criterias?

2007-08-07 Thread Charlie Griefer
Cust IN (#listQualify(valueList(custCompanies.Supplier), ')# (the last param of the listQualify there is a single quote between two double quotes) doing this however, you lose the wildcard in the supplier... if you really need that, you'll have to loop: WHERE cfloop query=custCompanies

Site masking from GoDaddy.com

2007-08-07 Thread Dave Hatz
I am not even sure site masking is the correct term, but let me see if I can explain what is happening. I have a client with a URL like this http://www.mywebsite.com/clientname but he doesn't like that name, so he goes out to GoDaddy.com and gets a new site, http://www.clientswebsite.com/

Re: Content Placeholders

2007-08-07 Thread Dinner
On 8/7/07, Paul Hastings wrote: in the i18n world, java MessageFormat's are often used for dynamic content like this. it's flexible, quick as an added bonus handles locale formatting where needed. Now that's pretty slick! Thanks!

Re: Mac stuffit file

2007-08-07 Thread Dinner
On 8/7/07, ch g [EMAIL PROTECTED] wrote: I appreciate your help... I was in little bit of confusion, this is my simple code a href=2003_Collection.zipZip file/abr/ a href=2005_Collection_mac.sitxStuff it file/a Check your apache config- I bet there's a funky mapping in there for stuffit

RE: Query with dynamic criterias?

2007-08-07 Thread Marc Quattrini
Hi Charlie, Thanks for the help. Coldfusion doesn't complain, but I have all the result coming up, not just the ones from my criterias. I should have a total of 4 results and I have the entire 22 records coming up. When I do a filter directly in SQL with the criterias, I have only 4 coming up,

Re: Site masking from GoDaddy.com

2007-08-07 Thread Casey Dougall
On 8/7/07, Dave Hatz [EMAIL PROTECTED] wrote: I am not even sure site masking is the correct term, but let me see if I can explain what is happening. I have a client with a URL like this http://www.mywebsite.com/clientname but he doesn't like that name, so he goes out to GoDaddy.com and gets

RE: Query with dynamic criterias?

2007-08-07 Thread Marc Quattrini
Hi Charlie, The problem seems to be with the OR 1=1 statement. It should read AND 1=1. It accept always True otherwise and all records have this. Thanks. Marc -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 August 2007 11:31 To: CF-Talk Subject:

Re: Query with dynamic criterias?

2007-08-07 Thread Brian Kotek
Is there a reason why you are doing this in two queries instead of one query with a join? On 8/7/07, Marc Quattrini [EMAIL PROTECTED] wrote: Hi Charlie, The problem seems to be with the OR 1=1 statement. It should read AND 1=1. It accept always True otherwise and all records have this.

RE: Application-wide SQL Injection prevention?

2007-08-07 Thread Paul Vernon
For XSS then you really should be looking at using HTMLEditFormat() and HTMLCodeFormat() to make any user submitted content safe. Damn. What does that do to WYSIWYG stuff?!?! And CF8 has this shiny DHTML editor... I guess I should qualify that and say, use HTMLEditFormat() and

RE: Query with dynamic criterias?

2007-08-07 Thread Marc Quattrini
Hi Brian, First is that I have no idea how to do that. The solution has been found anyway. But I would like to know how to achieve this with only one query. Thanks for the reply. Marc -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 August 2007 13:13

  1   2   >