Re: Comparing large strings

2006-11-01 Thread Gert Franz
You could do the things mentioned in this order... First, check the header as mentioned... Then if there seems no difference get the page with cfhttp and 1. just compare the size of the returned string 2. if the site length has not changed compare the hash-value of the returned string So you

Releasing objects from memory (Garbage Collection)

2006-11-01 Thread Henry Wright
I have a cfloop that iterates through a query and creates an object for every userid that is returned in the query. Is there a way that I can dispose of the object once I am finished with it so that I can free up the processor and memory space. The loop could create up to 80 objects in any run,

Re: Releasing objects from memory (Garbage Collection)

2006-11-01 Thread James Holmes
As long as they aren't in a memory scope (the session or application scopes) they will be garbage collected when the JVM needs to do so, after the page has finished executing. On 11/1/06, Henry Wright [EMAIL PROTECTED] wrote: I have a cfloop that iterates through a query and creates an object

Re: Eclipse RDS Plugin

2006-11-01 Thread Mingo Hagen
There's also a smaller zip floating around the net: http://www.cfreport.org/downloads/CF_FB_Extensions.zip I really wish adobe would make this easier and better supported. Mingo. Sandra Clark wrote: Thanks, I ended up trying the Flex Builder download and doing that. I just hate the idea

Re: Eclipse RDS Plugin

2006-11-01 Thread Andrew Scott
Yes considering that eclipse is built for updating plugins etc, and adobe never utilised this feature too well. On 11/1/06, Mingo Hagen [EMAIL PROTECTED] wrote: There's also a smaller zip floating around the net: http://www.cfreport.org/downloads/CF_FB_Extensions.zip I really wish adobe

Re: Releasing objects from memory (Garbage Collection)

2006-11-01 Thread Ryan Stewart
If you really wanted to, you could use: StructDelete(structure, key [, indicatenotexisting ]) StructDelete ( variables, objectKey [, true] ) Ryan [EMAIL PROTECTED] 01/11/2006 08:31 I have a cfloop that iterates through a query and creates an object for every userid that is returned in

Re: Releasing objects from memory (Garbage Collection)

2006-11-01 Thread James Holmes
While this will remove the reference to the object, there's no guarantee that the JVM will do a garbage collection when you do. It's most likely to if you are pushing the memory limits of the machine at the time. On 11/1/06, Ryan Stewart [EMAIL PROTECTED] wrote: If you really wanted to, you

Re: Eclipse RDS Plugin

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 10:04, Andrew Scott wrote: Yes considering that eclipse is built for updating plugins etc, and adobe never utilised this feature too well. I think they are terrified that everyone will run Eclipse with plugins rather than Flex Builder. -- Tom Chiverton Helping

Re: Need regular expression in REReplace for email

2006-11-01 Thread Tom Chiverton
On Tuesday 31 October 2006 16:41, Claude Schneegans wrote: Just write proper JavaScript, avoiding the nasty IE hacks and known specifics and it'll run in IE and FF without issue. If you just stick to what's standard, you will not go very far. Well, yes, innerHTML :-) But things like that

Re: Flash form swf storage

2006-11-01 Thread Dan O'Keefe
Thanks Dave. That is why I was looking for it because I wanted to remove it from cache to see if it resolved the issue where an image inside of a flash form was not being updated. Dan On 10/30/06, Dave Watts [EMAIL PROTECTED] wrote: Anyone know where the SWF's from a flash form are stored on

RE: What to use beside cfinclude

2006-11-01 Thread Alastair Young
You can't *include* it as will be on a different serverbut if you just need the output of this page try this: cfhttp url=http://domain2.com/page2.cfm; method=GET/cfhttp cfoutput#cfhttp.fileContent#/cfoutput However, if page2.cfm is on the same physical machine you can include it - you just

Re: OT: Vortech Hosting - Orlando, Florida

2006-11-01 Thread Dan O'Keefe
Jenny, Have your replacement hosting needs been met yet? Dan On 10/31/06, Jenny Gavin-Wear [EMAIL PROTECTED] wrote: Is anyone else here with Vortech Hosting? http://www.vortechhosting.com Last week they accused me of sending spam from my server, which of course I don't do. They

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Casey Dougall
On 10/31/06, Denny Valliant [EMAIL PROTECTED] wrote: I'd use a table. :-P Thank you all for your assistance. In the end I was attempting to mimic what our Designer put into the layout template but I guess there are times when this just can't happen without much additional overhead. Kinda funny

Error Control

2006-11-01 Thread Matthew Irwin
I use to have my errors log into a database. After I had a meltdown on my server, a Coldfusion Tech had me to take my jvm.config from my developer pc and copy it to the server to start Coldfusnion. Since then all my users get the error while processing screen that coldfusion has. I have checked

Java ListIterator to CF Variable

2006-11-01 Thread Robertson-Ravo, Neil (RX)
Hi All, I am currently interfacing with our new Search Engine via its Java API (obviously using ColdFusion ;-) and it has the following line in the API docs... Java.util.ListIterator iterator = result.documents(); // returns a list iterator for the document summaries in this query result. What

CFHTTP, SSL and Certificates (Obligatory Oh My)

2006-11-01 Thread Rob Wilkerson
Hey all - I'm debugging a customer issue with a CFHTTP call that's reaching out to a secure location with a valid certificate. I've exported the cert (in both base64 and, just to be sure, binary formats) and imported it into cacerts, but it just won't take. Other HTTPS sites work just fine, but

Re: Java ListIterator to CF Variable

2006-11-01 Thread Andrew Scott
If you have returned it has a jave object via CreateObject, treat it the same way as you would in Java. On 11/2/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Hi All, I am currently interfacing with our new Search Engine via its Java API (obviously using ColdFusion ;-) and it has the

Re: Error Control

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 11:49, Matthew Irwin wrote: Does anyone have any Ideas as to what I'm over looking. Posting the error message for us to look at so we can help ? -- Tom Chiverton Helping to adaptively deliver sticky initiatives

RE: Java ListIterator to CF Variable

2006-11-01 Thread Robertson-Ravo, Neil (RX)
No worries... sorted cfloop condition=resultIterator.hasNext() eq true Now only thing to see is if there is a way to get the iterator length ;-) -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 01 November 2006 13:04 To: CF-Talk Subject: Java

how do i recordset with variables

2006-11-01 Thread James O'Dowd
I'm setting up a website where customers of my client see specific documents that my client allows permissions to. This way the client needs to be able to create and rename fields. Consequently, when it comes to displaying contents of a recordset, i need to be able to list the fields

RE: how do i recordset with variables

2006-11-01 Thread Ben Nadel
James, You can refer to a query record set using array/object notation: cfset value = Recordset1[ client_#directories.Name# ][ Recordset1.CurrentRow ] / More generally, you can refer to a record set like this: RECORSET[ COLUMN_NAME ][ ROW_NUMBER ] Hope that helps. ..

RE: CF Wiki

2006-11-01 Thread Chris Norloff
We tried CFWiki (v1.3) but decided against it. I was seeking something to collect processes lessons-learned from our SysAdmin team - the sort of thing you'd email to teammates to say 'I just learned this way of making things easier'. I found the editing and user tracking to be about the same

Re: how do i recordset with variables

2006-11-01 Thread Nick Tong - TalkWebSolutions.co.uk
James - try the evaluate function for a quick solution On 01/11/06, James O'Dowd [EMAIL PROTECTED] wrote: I'm setting up a website where customers of my client see specific documents that my client allows permissions to. This way the client needs to be able to create and rename fields.

RE: Disappointed in Authorize.Net recently; Looking for new merchant server.

2006-11-01 Thread Che Vilnonis
I've been away from Authorize.net for a few years but it does seem they've dropped in popularity and reliability. Really, I have nothing but good things to say about them. 2 years ago, the had a wicked DDOS attack agaist them, but since then, they have been great. The only thing I can think of is

Re: how do i recordset with variables

2006-11-01 Thread James O'Dowd
Thank you, thank you, thank you, thank you, thank you. Now i realise it's uses the same syntax as flash when you're using variables inside other variables. Makes sense i suppose seeing as they're both by Adobe nee Macromedia! Thanks again. I was getting rather frustrated by this and couldn't

Re: how do i recordset with variables

2006-11-01 Thread James O'Dowd
Actually while you're here, i just need a little help with the last part of this page, it's to do with the insert function when it's updating the record. I need it to cycled through the directories and update accordingly. Below is a snippet of code i'm using at the moment, which is obviously

FW: Server setup

2006-11-01 Thread Pete
Hi all Just wanted to try and get some thoughts on what people thought was the most preferred setup. I have a new server that I am about to setup for hosting approx 20 different CF based websites. I have both CF MX and CF MX 7 which I can install on the server. I can have either Windows Server

RE: What to use beside cfinclude

2006-11-01 Thread Andy Matthews
If you need to include the page pre-processing then you might be out of luck. You'll probably have to write some sort of web service and run it on domain2. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Andy Matthews
Even a table wouldn't give him the result for which he's looking. Assuming you had a 3x3 table, with the image in the bottom right corner, the text still would not be able to wrap around it at the bottom. !//-- andy matthews web developer certified advanced coldfusion

RE: how do i recordset with variables

2006-11-01 Thread Ben Nadel
You can do StructKeyExists in stead of is defined: cfif StructKeyExists( FORM, client_#directory.Name# ) cfelse /cfif But without a bit more code I can't really know what you are doing. .. Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com

Re: FW: Server setup

2006-11-01 Thread Peter Boughton
We've had plenty of problems with IIS5 on Win2k. Most times, there appears to be a simple solution, but it only applies to IIS6, which requires Win2003. So, if you're going Win2003 then IIS is probably fine. Though I've had zero problems with a regular Apache+CF configuration, so I'd probably

Re: Eclipse RDS Plugin

2006-11-01 Thread Cutter (CFRelated)
I don't think so. During CFUnited everyone from Adobe talked about using CFEclipse for modifying CFCs. Cutter http://blog.cutterscrossing.com Tom Chiverton wrote: On Wednesday 01 November 2006 10:04, Andrew Scott wrote: Yes considering that eclipse is built for updating plugins

Problem with using cfhttp to login to asp .net

2006-11-01 Thread Michael Nguyen
I'm having a problem with login to a asp.net. Firstly, I use cfhttp to make a request to the login page to get cookie info (ASP.NET_SessionId) Secondly, using cfhttp to login (passing ASP.NET_SessionId in cfhttpparam type=cookie and my login details) Finally, I use cfhttp to request the

Simple CFC question...

2006-11-01 Thread J W
I will probably do the Homer Doh!! After I hear the answer.. Here is a very simple CFC called mycfc.cfc cfcomponent cffunction name=sayhi returntype=string cfset hi = hi cfreturn hi /cffunction /cfcomponent Calling it using cfobject like this: cfobject name=testCFC

Re: Eclipse RDS Plugin

2006-11-01 Thread Mingo Hagen
You can't keep people from using a good thing... Adobe should either build a better tool or better facilitate (cf)Eclipse. Mingo. Tom Chiverton wrote: I think they are terrified that everyone will run Eclipse with plugins rather than Flex Builder.

RE: Simple CFC question...

2006-11-01 Thread Gaulin, Mark
It's returnVariable, not return -Original Message- From: J W [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 10:00 AM To: CF-Talk Subject: Simple CFC question... I will probably do the Homer Doh!! After I hear the answer.. Here is a very simple CFC called mycfc.cfc

Re: CF Wiki

2006-11-01 Thread Raymond Camden
Hey Chris - Canvas does record who makes changes, but it doesn't do diffs... yet. I have a huge update waiting in the wings from a user who sent it in before MAX. I'm hoping to get Canvas 2 out the door in the next week or so. On 11/1/06, Chris Norloff [EMAIL PROTECTED] wrote: We tried CFWiki

Re: Converting from SQL to mySql

2006-11-01 Thread John Paul Ashenfelter
On 10/30/06, Dave Watts [EMAIL PROTECTED] wrote: I honestly believe that if companies like the yahoo and google, who use mySql to run portions of their websites, figure to prove that a whopping $20,000 licence for MS or Oracle just is not worth it. Things just aren't as simple as this.

Re: Eclipse RDS Plugin

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 14:43, Cutter (CFRelated) wrote: I don't think so. During CFUnited everyone from Adobe talked about using CFEclipse for modifying CFCs. Exactly. No coders use Dreamweaver, which costs Adobe money because people are using the free alternative. -- Tom Chiverton

Re: Eclipse RDS Plugin

2006-11-01 Thread Tom Chiverton
On Wednesday 01 November 2006 15:01, Mingo Hagen wrote: You can't keep people from using a good thing... Adobe should either build a better tool or better facilitate (cf)Eclipse. I'd much rather they did the latter. -- Tom Chiverton Helping to augmentatively synthesize leading-edge

Re: Can I write code in CF 8 for CF 4.5?

2006-11-01 Thread John Paul Ashenfelter
On 10/30/06, Dave Watts [EMAIL PROTECTED] wrote: Don't you feel silly now that VMWare server is free :-P I don't know about John, but I got my money's worth out of VMware Workstation and GSX Server long before the free versions were available. While I happily deploy some of my clients on the

Posting to a blog via email

2006-11-01 Thread Andy Matthews
Someone over at Sitepoint asked this question: http://www.sitepoint.com/forums/showthread.php?t=432441 which led me to whip up the following code. I'd be interested in seeing if it could be improved upon. Anyone have any suggestions. [code] !--- get all emails --- cfpop server=your mail server

Re: Eclipse RDS Plugin

2006-11-01 Thread Teddy Payne
Using Eclipse for Flex Builder was a good move. Eclipse was made to create other tools in a homogenous way. The code insight and design views of Flex Builder have been a great experience that not many Eclipse based plugins can boast. On 11/1/06, Tom Chiverton [EMAIL PROTECTED] wrote: On

CSS Menu issue

2006-11-01 Thread Jake Churchill
I am having an issue with CSS menus. I have a horizontal menu accross the top with up to 3 levels of pop-out and drop-down menus below it. When selecting a top level item, the remaining sub levels get moved to a side navigation area with pop-out menus from there. The issue is that in IE

Performance Benchmarks

2006-11-01 Thread Neil Middleton
I'm sure Vincent will pop up here but I'll ask everyone anyway: Does anyone have any performance benchmarks comparing BlueDragon/CFMX7 and possibly Railo? I'm interested how performance compares across the three apps. -- Neil Middleton Visit feed-squirrel.com

CFFORM format=flash dynamic cfselects:Answer!

2006-11-01 Thread Ed Goodson
Right well I worked out how to do it! As nobody on this list knows how to do it I thought I would share the answer! To have more than one select binding to a cfgrid just add actionscript to the cfgrid. By trial and error I worked out that you do the following: On the cfgrid(this uses three

RE: CSS Menu issue

2006-11-01 Thread Dave Francis
It looks OK in IE7 -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 10:53 AM To: CF-Talk Subject: CSS Menu issue I am having an issue with CSS menus. I have a horizontal menu accross the top with up to 3 levels of pop-out and

RE: CFHTTP, SSL and Certificates (Obligatory Oh My)

2006-11-01 Thread kola.oyedeji
Yeh and still struggling with it... :( http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:48564 What version of CF? What error message are you getting... you said other HTTPS sites are working - I'm assuming you mean other cfhttp calls? Are there differences in the types of the

Re: CSS Menu issue

2006-11-01 Thread Jake Churchill
My IE7 is the standalone version only and it doesn't work there. Regardless, I can't get it to work in IE6 which is what I really need. Dave Francis wrote: It looks OK in IE7 -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 10:53

RE: CSS Menu issue

2006-11-01 Thread Coldfusion
For me in IE6 the first two drop down menus are hidden by the left hand navigation list -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 11:12 AM To: CF-Talk Subject: RE: CSS Menu issue It looks OK in IE7 -Original Message-

Re: CSS Menu issue

2006-11-01 Thread Jake Churchill
Exactly. This is what I'm trying to fix and what I would like some suggestions on. Coldfusion wrote: For me in IE6 the first two drop down menus are hidden by the left hand navigation list -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Wednesday, November

Re: CFHTTP, SSL and Certificates (Obligatory Oh My)

2006-11-01 Thread Rob Wilkerson
On 11/1/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: What version of CF? MX 7.0.2 What error message are you getting... There is no error message beyond the Status code unavailable error returned by the CFHTTP call. Nothing in any log file. you said other HTTPS sites are working - I'm

Re: Releasing objects from memory (Garbage Collection)

2006-11-01 Thread Dan Plesse
My google talk example I posted here a few days ago shows how to do this. If you didn't completely garbage collect you could reconnect to the gtalk server. becomes xmppconnection becomes == undefined StructDelete(application,XMPPConnection,true); becomes == NO after you javaCast(null,null);

CFMX 7 Licensing question

2006-11-01 Thread DURETTE, STEVEN J \(ASI-AIT\)
Hey all, Sorry if this has been asked before, but I have a really short time frame to provide an answer. We are having a lease roll done to one of our servers. Currently we have 2 processors with Hyper-Threading (shows up as 4 processors in task manager), and our license for CFMX7 covers it.

Re: CF Wiki

2006-11-01 Thread Nick Tong - TalkWebSolutions.co.uk
woohoo!! I'll look forward to that Raymond. On 01/11/06, Raymond Camden [EMAIL PROTECTED] wrote: Hey Chris - Canvas does record who makes changes, but it doesn't do diffs... yet. I have a huge update waiting in the wings from a user who sent it in before MAX. I'm hoping to get Canvas 2 out

RE: CSS Menu issue

2006-11-01 Thread Dave Francis
I have successfully used this before, http://more.ericmeyeroncss.com/projects/06/ But I don't know if it will help without the book. It requires a (provided) behaviour file for IE -Original Message- From: Jake Churchill [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01,

Re: CFMX 7 Licensing question

2006-11-01 Thread Andy Allan
Your license still covers it as it's still 2 physical CPUs. On 01/11/06, DURETTE, STEVEN J (ASI-AIT) [EMAIL PROTECTED] wrote: Hey all, Sorry if this has been asked before, but I have a really short time frame to provide an answer. We are having a lease roll done to one of our servers.

Re: Java ListIterator to CF Variable

2006-11-01 Thread Dan Plesse
Neil, This is basically a CF java 101 question and I am shocked shocked well not that shocked. Interesting coldfusion.sql.QueryColumn has two listIterators and implements java.util.List public java.util.ListIterator listIterator(int) public java.util.ListIterator listIterator() I would try

OT: Conversion of Access Crosstab into SQL Server

2006-11-01 Thread Andrew Peterson
Hello, I've got a simple crosstab query that I wizarded in Access using an attached a SQL Server table because I don't know how to create a similar query in SQL Server. This crosstab query syntax is below, and does exactly what I want it to. Any ideas how to do the same thing in SQL Server?

Re: CFMX 7 Licensing question

2006-11-01 Thread Rick Root
DURETTE, STEVEN J (ASI-AIT) wrote: replaced with a machine that has 2 dual core CPUs in it. Does anyone know if that would count as 4 processors, or would it still be 2 because there are only 2 physical cpus on the motherboard? dual core processors still qualify as a single physical cpu.

Re: Java ListIterator to CF Variable

2006-11-01 Thread Robertson-Ravo, Neil (RX)
Thanks, but as noted I fixed it using the search API. Thanks for the 101, how nice :-) I rarely use (or have need) pure Java in ColdFusionoutside what if provides out of the box the hence why I asked. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,

searching for information encrypted in the db

2006-11-01 Thread Daniel Kessler
I am entering information into a database and on my INSERT command, I am encrypting it using a generated key and the encrypt() function. Now I wish to search on the information. I usually do an UPPER on both the search criteria the data in the field to assure that caps do not matter.

RE: CSS Menu issue

2006-11-01 Thread Sandra Clark
I'm not sure what is triggering this behavior, Can you try floating the ..sideNav? Either that or position absolutely and use z-index, giving the side navigation a lower z-index than the main navigation. Sandra Clark == http://www.shayna.com Training in Cascading

Re: CFMX 7 Licensing question

2006-11-01 Thread Jordan Michaels
Rick Root wrote: DURETTE, STEVEN J (ASI-AIT) wrote: replaced with a machine that has 2 dual core CPUs in it. Does anyone know if that would count as 4 processors, or would it still be 2 because there are only 2 physical cpus on the motherboard? dual core processors still qualify as a

Re: CSS Menu issue

2006-11-01 Thread Jake Churchill
I've tried and it is floated right now. If I position it absolutely, the wrapper class will not recognize it's height and the side menu will expand beyond the content area. I did some research and people suggested using JS to fix this so I'm writing that right now. We'll see how it works.

RE: CFMX 7 Licensing question

2006-11-01 Thread Russ
Check the licensing agreement... I believe it's per physical processor, so you're even allowed to run multiple virtual machines each with a copy of cf, etc. Russ -Original Message- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 1:08 PM To: CF-Talk

Re: Get imagesize

2006-11-01 Thread Massimo Foti
But again, I'd really like to know how you can get this information from JS. http://www.massimocorner.com/validator/samples/image_upload.htm Please read the text about browser compatibility Massimo Foti, web-programmer for hire Tools for ColdFusion and

RE: Server setup

2006-11-01 Thread Dave Watts
I have both CF MX and CF MX 7 which I can install on the server. I'd pick CF 7. I can have either Windows Server 2000 or Windows Server 2003 as the OS and therefore I could have IIS on the machine. I would choose Windows Server 2003 with IIS 6, or Windows Server 2003 with Apache 2.x if you

RE: Server setup

2006-11-01 Thread Munson, Jacob
Sounds like the start of a shooting match, but here's my preference given your options: -Windows Server 2003 -Apache -MySQL Why Apache/MySQL instead of IIS/SQL Server? I am different than most on this list, but I prefer free and open source. I have been burnt too many times by using software

Re: Get imagesize

2006-11-01 Thread Claude Schneegans
http://www.massimocorner.com/validator/samples/image_upload.htm Pretty good idea indeed. I didn't know that one could load an image from the client machine. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Bobby Hartsfield
I'd use a table. :-P How so? -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.430 / Virus Database: 268.13.21/511 - Release Date: 11/1/2006 9:40 AM ~| Introducing the Fusion Authority

Re: CFMX 7 Licensing question

2006-11-01 Thread Rick Root
Jordan Michaels wrote: Has anyone heard if this will change with quad core? What about with Sun's T1 processor? That's got something like 16 cores... Sounds like a freakin' mainframe! ~| Introducing the Fusion Authority

Re: Get imagesize

2006-11-01 Thread Robertson-Ravo, Neil (RX)
Did you also look at the sample I posted.. A lot of people brush over JS like some inferior language...it's not, it can do a lot more than form validation.. It has some power :) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a

Re: Get imagesize

2006-11-01 Thread Rick Root
Claude Schneegans wrote: http://www.massimocorner.com/validator/samples/image_upload.htm Pretty good idea indeed. I didn't know that one could load an image from the client machine. Well.. you can't if you intend to support Mozilla or firefox. Although Massimo says it doesn't work with

Re: Get imagesize

2006-11-01 Thread Claude Schneegans
it DOES seem to work with Firefox 1.5, I just tried it. Good news. After all, I don't see why it should be considered as a security risk. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam

Re: Get imagesize

2006-11-01 Thread Claude Schneegans
A lot of people brush over JS like some inferior language...it's not, it can do a lot more than form validation. Absolutely. Actually a whole site could be 100% generated from JS. -- ___ REUSE CODE! Use custom tags; See

CFQUERY - Aggregate Function

2006-11-01 Thread coldfusion . developer
Can any recommend a free forum like houseoffusion for SQL coding issues. I've used sqlmag.com but they forums have little traffic. From the 2nd query, I'm trying to extract only records from 2nd query where the average of avg(ratingvalue) =4 and I'm not sure how do do this. 1st Query SELECT

Re: Disappointed in Authorize.Net recently; Looking for new merchant server.

2006-11-01 Thread John C. Bland II
I'm curious why you don't let CF do the redirect/post/call to the second url. From what I can remember, of the abilities, you can easily set a url to post to once the payment was made. I don't know how it works (silent or not) but I know you can do it. I just let Auth.net process and that's it. I

Re: Get imagesize

2006-11-01 Thread Charlie Griefer
As a fan of JS... I understand why a lot of people brush over it. Browser inconsistencies (not just between browser A and browser B, but also between version x of browser A and version x.5 of browser A) and the possibility of JS being outright turned off on the client. I just don't think people

RE: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Mark Henderson
On Wednesday at 5:15pm Denny Valliant wrote I'd use a table. :-P See, that's what I'm talking about, and as soon as I hit send I knew there'd be mention of a table in there somewhere! Too cute :-) -- This message has been scanned for viruses and dangerous content by ISPNZ's automated virus

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Josh Nathanson
You have to do a table within a table, and hack a little, but it's a lot easier than with a div. http://www.oakcitygraphics.com/image_align_right_bottom.html -- Josh - Original Message - From: Bobby Hartsfield [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday,

Re: Get imagesize

2006-11-01 Thread Claude Schneegans
-- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~| Introducing the Fusion

Re: Get imagesize

2006-11-01 Thread Claude Schneegans
but because of the lack of control that we as web developers have over the client configuration. In my case, I don't rely on JS for anything important on the public site. For the admin part, I have test for cookies enabled, JS enabled and anti-popup disabled. A user is not allowed in with a

Re: Simple CFC question...

2006-11-01 Thread J W
See DOH!! Thanks! On 11/1/06, Gaulin, Mark [EMAIL PROTECTED] wrote: It's returnVariable, not return -Original Message- From: J W [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 10:00 AM To: CF-Talk Subject: Simple CFC question... I will probably do the Homer

Re: OT - CSS Float Image Bottom Right corner of DIV

2006-11-01 Thread Josh Nathanson
Caveat: It's not a true float as you have to fix the width of the outer table. But, if you can do that you can achieve the desired effect. Not sure if this is easier than doing the same thing with a div or not. -- Josh - Original Message - From: Josh Nathanson [EMAIL PROTECTED]

RE: CFQUERY - Aggregate Function

2006-11-01 Thread Dave Watts
From the 2nd query, I'm trying to extract only records from 2nd query where the average of avg(ratingvalue) =4 and I'm not sure how do do this. HAVING AVG(ratingvalue) = 4 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

Re: CFQUERY - Aggregate Function

2006-11-01 Thread Ben Koshy
I'm not sure what SQL Platform you're using or what your schema exactly like... i can only infer based on your queries. If you're doing a Query of Query i don't think CF supports advanced functionality like HAVING... but in SQL it would be something like this: SELECT RecipeID,

CFHTTP within CFC issue..

2006-11-01 Thread J W
Been looking at this one for a while today.. Within a CFC nested inside a certain function. I make a cfhttp call to a webservice. I am expecting to get back XML from the webservice to parse out. What I get is all the text with all the XML tagging removed. Consequently down the line in the CFC I

RE: CFMX 7 Licensing question

2006-11-01 Thread Munson, Jacob
Check the licensing agreement... I believe it's per physical processor, so you're even allowed to run multiple virtual machines each with a copy of cf Wow. I wonder if that applies to hosting too. If I buy one copy of CF, I could host multiple VPS accounts on one machine with 'free' CF 7

Flash form inside xmlHTTP request

2006-11-01 Thread Peterson, Chris
I have a custom built xmlHTTP function, and am trying to put a flash form into a div. The problem is the auto-generated flash-form code tries to do a document.write, and fails (javascript code wont execute inside the xmlHTTP request) Does anyone have a simple workaround? Chris

RE: CFHTTP within CFC issue..

2006-11-01 Thread Ben Nadel
Call me crazy, but how are you testing this? It's possible that in one view you are only seeing the text because it things the XML is HTML markup and does not show up. Try looking at the SOURCE of that page. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer

Re: CFHTTP within CFC issue..

2006-11-01 Thread Charlie Griefer
Ben you so crazy On 11/1/06, Ben Nadel [EMAIL PROTECTED] wrote: Call me crazy, but how are you testing this? It's possible that in one view you are only seeing the text because it things the XML is HTML markup and does not show up. Try looking at the SOURCE of that page.

RE: CFHTTP within CFC issue..

2006-11-01 Thread Ben Nadel
:D .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 4:37 PM To: CF-Talk Subject: Re:

Re: CFHTTP within CFC issue..

2006-11-01 Thread J W
That was it. Its being interpreted on output to the browser. Weird but probably exactly whats expected.. Brings up another weird issue which may or may not be related to this. Inside the CFC I am trying to take the XML that I get back from CFHTTP call and parse it using CFXML. When I try to

RE: CFMX 7 Licensing question

2006-11-01 Thread Dave Watts
Wow. I wonder if that applies to hosting too. If I buy one copy of CF, I could host multiple VPS accounts on one machine with 'free' CF 7 for each? I know you wouldn't get far with Windows (which requires, what 1GB of ram per VM?), but in Linux you'd make a killing. It's my

RE: CFHTTP within CFC issue..

2006-11-01 Thread Ben Nadel
Can you post the file content? It might be a white space issue (though I doubt it). Try removing the white space between CFXML and CFOUTPUT tags: cfxml variable=xmlobj cfoutput#trim(cfhttp.FileContent)#/cfoutput /cfxml See if that makes any difference. We need to see the content getting

RE: CFHTTP within CFC issue..

2006-11-01 Thread Dave Watts
Brings up another weird issue which may or may not be related to this. Inside the CFC I am trying to take the XML that I get back from CFHTTP call and parse it using CFXML. When I try to cfoutput the cfhttp.FileContent into the CFXML tags I get XML declaration may only begin entities error

Textarea that uploads images from Word docs behind the scenes.

2006-11-01 Thread Andy Matthews
Someone mentioned that there was a textarea field that did this. Anyone remember the name? I can't find it on the list. Or more likely I'm not searching for the right terms. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL

RE: CFMX 7 Licensing question

2006-11-01 Thread Munson, Jacob
It's my understanding that it applies to physical processors, period - hosting or no hosting. Good to know, Dave, thanks. Your guest OS is not going to be the limiting factor, here. It will be CF, and the amount of memory you want to allocate to that. I disagree. If you don't install

Re: Textarea that uploads images from Word docs behind the scenes.

2006-11-01 Thread Alan Rother
I think What you mean is there is a WYSIWYG editor out there that can do that. FCK and SoEditor have the functionality to allow you to upload images, but I don't beleieve either actually lets you upload the image in the text area... I think they both have you use an upload utility and then

  1   2   >