Re: Java ListIterator to CF Variable

2006-11-01 Thread Robertson-Ravo, Neil (RX)
Thanks, will bear this in mind next time I am using converting the API calls to ColdFusion from Java. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contai

Re: Java ListIterator to CF Variable

2006-11-01 Thread Dan Plesse
Interesting! It says you can get the list size if and only if the iterator is at the end of the list. So if *hasNext *() == false { int get = nextIndex() ; } ~~

CF-Moodle- Elearning Project

2006-11-01 Thread Aldon Moore
CF-Gurus, I have to opportunity to design an eLearning application and I am considering weather to build using CF from the ground up! Question: Is any one open to work on a project of the nature? I have looked at moodle (moodle.org) as an alternate solution since I am still in search of develope

Re: CFMX 7 Licensing question

2006-11-01 Thread Oğuz Demirkapı
I have installed BlueDragon onto one of the Server4you Linux VPS which has 256 MB Ram without any problem. If you plan to use VPS, I would also recommend to consider a Linux based solution. But nowadays dedicated server prices are also acceptable. You can find a Linux dedicated server around 50

RE: Java ListIterator to CF Variable

2006-11-01 Thread Richard Kroll
..nextIndex() "the index of the element that would be returned by a subsequent call to next, or list size if list iterator is at end of list" it's not technically a length() or size() call, but you can get the same functionality from it :P Rich Kroll > -Original Message- > From: Dan Ple

RE: Adobe Captivate

2006-11-01 Thread Snake
Well mine is 70+ frames -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: 02 November 2006 02:09 To: CF-Talk Subject: RE: Adobe Captivate I have a Captivate movie that has 8 frames of a web browser output. It runs about 1 minute and is 660KB in size. It has no f

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

2006-11-01 Thread Bobby Hartsfield
Ahh ok sorry. I overlooked the names. SO maybe the person who DID say it can offer an example? I don’t really think this falls under the "to 'CSS' or to 'Table'" debate though. :-) if you can do it in either... id like to see it. -Original Message- From: Josh Nathanson [mailto:[EMAIL PROT

RE: Adobe Captivate

2006-11-01 Thread Dawson, Michael
I have a Captivate movie that has 8 frames of a web browser output. It runs about 1 minute and is 660KB in size. It has no full-motion video, either. I resized the movie, using Captivate, to 716 x 537px to make it a bit smaller in size and file size. Are you accidentally recording audio with yo

Re: Java ListIterator to CF Variable

2006-11-01 Thread Dan Plesse
Please reread the method summary :) only 9 methods to speak of :) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times

Re: Java ListIterator to CF Variable

2006-11-01 Thread Mark Mandel
http://java.sun.com/j2se/1.4.2/docs/api/java/util/ListIterator.html HTH Mark On 11/2/06, Robertson-Ravo, Neil (RX) <[EMAIL PROTECTED]> wrote: > 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 > ColdFusionouts

Re: CFMX 7 Licensing question

2006-11-01 Thread Jordan Michaels
Dave Watts wrote: >>I would assume it's similar on Windows... but when do you ever >>run Windows without a GUI huh? > > > It's pretty rare in my experience, but Windows Server 2003 does this, if you > want. You could run previous versions of Windows (NT, 2000) without video > cards, using the "e

Re: *.dateLastModified -- could not convert to a date

2006-11-01 Thread Doug Brown
Actually, do not try that. It will not work. BRAIN FART!! If you output to the screen #aMyUrls[3][i]#" What do you get? - Original Message - From: "Doug Brown" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, November 01, 2006 5:56 PM Subject: Re: *.dateLastModified -- could not

Re: *.dateLastModified -- could not convert to a date

2006-11-01 Thread Doug Brown
Ok just for the hell of it... - Original Message - From: "Ioannis Papanikolaou" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, November 01, 2006 4:04 PM Subject: Re: *.dateLastModified -- could not convert to a date > >try using this. You do not need to use # signs for your var

Re: Java ListIterator to CF Variable

2006-11-01 Thread Andrew Scott
Neil, I believe there is a size or length method for the object in question. On 11/2/06, Dan Plesse <[EMAIL PROTECTED]> wrote: > > Neil, > > You asked this question > >"What is the process for looping through a Java iterator in CF?" > > My response was a solution to that question. > > and >

RE: CFMX 7 Licensing question

2006-11-01 Thread Dave Watts
> I would assume it's similar on Windows... but when do you ever > run Windows without a GUI huh? It's pretty rare in my experience, but Windows Server 2003 does this, if you want. You could run previous versions of Windows (NT, 2000) without video cards, using the "embedded" toolkit. But since m

Re: very off referencing of session variables

2006-11-01 Thread Richard White
works perfect thanks :) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/qua

RE: CFHTTP within CFC issue..

2006-11-01 Thread Dave Watts
> I just tried this and it works fine for me: > > > > > Ben Nadel > > > > strXmlData = ToString( xmlData ) /> > > > #HtmlEditFormat( strXmlData )# > > > #strXmlData# > > > , > > Shouldn't this thrown an error? The ToString() method returns this: > > >

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

2006-11-01 Thread Josh Nathanson
I said originally it was a hack, and I wasn't the one who said "I'd use a table", that was Denny. I just provided an admittedly hack method to achieve the desired result given certain circumstances. But, I would use a table anyway. I can't be "stuffed" with css layouts most of the time. Call

Re: very off referencing of session variables

2006-11-01 Thread Richard White
thanks charlie, really appreciate it, i have been tearing my hair out over this for hours :) thanks brad and charlie ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion informati

Re: very off referencing of session variables

2006-11-01 Thread Richard White
strangely enough if i use a different variable such as index then it says that variable index is undefined even if i decalre it above it with var index = 1; and then use it within the loop ~| Introducing the Fusion Authority Qu

Re: CFMX 7 Licensing question

2006-11-01 Thread Jordan Michaels
Munson, Jacob wrote: >>CFMX7 is a memory hog. We have to specially tweak it to get it to run >>stable on our 256 MB VPS's. Even then, if you do anything that's >>slightly memory intensive, we will recommend you get something bigger >>then a basic VPS. > > > So, unless you're doing dumb things (th

Adobe Captivate

2006-11-01 Thread Snake
Anyone used this? Just been using it today to make some flash tutorials. I am not using full video mode, just snapshot mode to show how to use a web based app, so it only records each page and mouse clicks etc. But the flash file is still coming out at 8MB, which seems rather large compared to ot

Re: *.dateLastModified -- could not convert to a date

2006-11-01 Thread Ioannis Papanikolaou
>try using this. You do not need to use # signs for your variables. Also it >works better to use LTE instead. > > >DateAdd("n", -15, Now())) LTE 0> > > > > > >- Original Message - >From: "Ioannis Papanikolaou" <[EMAIL PROTECTED]> >To: "CF-Talk" >Sent: Wednesday, November 01, 2006 3:06 PM

Re: very off referencing of session variables

2006-11-01 Thread Richard White
thanks charlie if i view the page source it stops when getting to that stage as says for(i=1; i<=4;i++) { alert( the code i am using to get that is: for(i=1; i<=#structcount(session.milestone)#;i++) { alert(#session.milestone[i].name#); } ~

Re: very off referencing of session variables

2006-11-01 Thread Charlie Griefer
Oops. My bad. Brad was spot-on (sorry Brad). Here's a snippet taking a CF array and converting it to a JS array, which can then be looped over by the JS. var myJSArray = new Array(#listQualify(arrayToList(myArray), "'")#); for (var i=0; i

Re: *.dateLastModified -- could not convert to a date

2006-11-01 Thread Ioannis Papanikolaou
> I think your problem is in this line: > > The right side becomes a string, where I think you meant it to be the > date. Later when you do the date compare, you are trying to compare > this string "InGrrdf.dateLastModified" to 15 minutes ago. > > Without testing, I think this would work better:

Re: very off referencing of session variables

2006-11-01 Thread Charlie Griefer
as far as i can tell, your code is fine (as far as "mixing" CF and JS). you're not using JS to try and manipulate the CF variables, so i there shouldn't be any issues there. On 11/1/06, Richard White <[EMAIL PROTECTED]> wrote: > thanks brad that makes alot of sense actually. > > so just to make s

Re: very off referencing of session variables

2006-11-01 Thread Richard White
do you maybe have a simple example or suggesstion on how i can create an array or something that javascript can access. The only thing is the control i am using too populate with the data from the array in the session variable must be done in javascript. i could use a cfloop on the server but h

Re: very off referencing of session variables

2006-11-01 Thread Charlie Griefer
alert("string"); alert(number); alert(boolean); that's why it works with the alert. strings in an alert need to be in quotes. other values such as numerics or booleans do not. can you do me a favor and view the source of your page and copy/paste the rendered JavaScript? or if possible give a U

Re: very off referencing of session variables

2006-11-01 Thread Richard White
thanks brad that makes alot of sense actually. so just to make sure that i have it right, you can access a normal variable such as session.name but not an array such as the one that i specified above session.module[index] thanks very much ~~

Re: very off referencing of session variables

2006-11-01 Thread Richard White
thanks for the replies if i take the quotes away when using the array it doesnt work: alert(#session.milestone[1].name#); this doesnt work but if i put the quotes it does: alert("#session.milestone[1].name#"); even if i try it both ways with the i for the index it says the same thing i am try

Re: very off referencing of session variables

2006-11-01 Thread Richard White
>You're telling JavaScript that it's a string, with those double quotes. thanks dave but even if i take them away it still says the same error :( ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up

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

2006-11-01 Thread Bobby Hartsfield
> 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 That’s a horrible hack... especially the actual placement of the bottom right table needing to be scrupulously placed into the te

RE: very off referencing of session variables

2006-11-01 Thread Brad Wood
You can't mix JavaScript and ColdFusion like that. All the CF is ran server side, and then ONLY HTML and JS are sent to the browser. The ColdFusion array is not accessible to your browser's JavaScript. JavaScript and CF do not execute side by side at the same time. The #session.milestone[i].nam

Re: *.dateLastModified -- could not convert to a date

2006-11-01 Thread Doug Brown
try using this. You do not need to use # signs for your variables. Also it works better to use LTE instead. - Original Message - From: "Ioannis Papanikolaou" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Wednesday, November 01, 2006 3:06 PM Subject: *.dateLastModified -- could not conv

RE: CFMX 7 Licensing question

2006-11-01 Thread Russ
Either way... with Linux you can use Xen or one of the other virtual machine technologies which I believe use very little ram. I think just the kernel runs in a separate space or something... never really played with it. With windows, you can't even run windows on 256mb of ram. I accidentally

RE: *.dateLastModified -- could not convert to a date

2006-11-01 Thread Munson, Jacob
I think your problem is in this line: The right side becomes a string, where I think you meant it to be the date. Later when you do the date compare, you are trying to compare this string "InGrrdf.dateLastModified" to 15 minutes ago. Without testing, I think this would work better: I could be

RE: very off referencing of session variables

2006-11-01 Thread Dave Watts
> the code i am getting an error on is: > > for(i=1; > i<="#structcount(session.milestone)#";i++) You're telling JavaScript that it's a string, with those double quotes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized

Re: CFMX 7 Licensing question

2006-11-01 Thread Rick Root
Dave Watts wrote: > > Yeah, it's from the Adobe system requirements. But in practice, for > production servers, it tends to be significantly higher. No doubt. Like Jordan said, you *CAN* run it on a 256MB VPS with some tweaks ... but I wouldn't try to run anything more than a single, low traff

Re: very off referencing of session variables

2006-11-01 Thread Charlie Griefer
"#structcount(session.milestone)#" drop the quotes. On 11/1/06, Richard White <[EMAIL PROTECTED]> wrote: > hi, i am trying to reference session variables in javascript and cant work > out why i am getting an error: > > the code i am getting an error on is: > > for(i=1; i<="#structcount(session.m

RE: CFMX 7 Licensing question

2006-11-01 Thread Munson, Jacob
> CFMX7 is a memory hog. We have to specially tweak it to get it to run > stable on our 256 MB VPS's. Even then, if you do anything that's > slightly memory intensive, we will recommend you get something bigger > then a basic VPS. So, unless you're doing dumb things (things like huge text processi

*.dateLastModified -- could not convert to a date

2006-11-01 Thread Ioannis Papanikolaou
Hello, This is my first post as I am fairly new to ColdFusion. I am using ColdFusionMX 7.1 on Ubuntu and apache 2.2. What I am trying to do with the if statement is to identify if there is a file in the directory and if it is, to delete it if it is older than 15 minutes. The code is running on a l

very off referencing of session variables

2006-11-01 Thread Richard White
hi, i am trying to reference session variables in javascript and cant work out why i am getting an error: the code i am getting an error on is: for(i=1; i<="#structcount(session.milestone)#";i++) { alert("#session.milestone[i].name#"); } the milestone array in the session structure contains 4

Re: CFMX 7 Licensing question

2006-11-01 Thread Jordan Michaels
Munson, Jacob wrote: >>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

RE: CFMX 7 Licensing question

2006-11-01 Thread Dave Watts
> What's that from, the sys reqs? If it truly is that much I'd > agree. Yeah, it's from the Adobe system requirements. But in practice, for production servers, it tends to be significantly higher. > But I'll bet you don't really need that much. I'm just > running a developer server locally he

Re: Java ListIterator to CF Variable

2006-11-01 Thread Dan Plesse
Neil, You asked this question "What is the process for looping through a Java iterator in CF?" My response was a solution to that question. and "Now only thing to see is if there is a way to get the iterator length ;-)" As I stated before there is no special method to gather length() or

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

2006-11-01 Thread kola.oyedeji
Hi I came across this post: http://www.talkingtree.com/blog/index.cfm?mode=entry&entry=25AA75A4-45A6-284 4-7CA3EECD842DB576 There is possibly a bug with the version of the JVM 1.4.2-b28. I've tried everything except this - which I'll try in the morning when I get back into the office... Let yo

RE: CFMX 7 Licensing question

2006-11-01 Thread Munson, Jacob
> But you understand this server stuff a lot better than I do Dave. I'm > just saying that from my experience, and what I have heard from > professionals that run hosting companies, it's a lot cheaper to run a > Linux box, partially because you can squish a lot more sites > on one box. In respon

RE: CFMX 7 Licensing question

2006-11-01 Thread Munson, Jacob
> Considering that the minimum memory requirements to run CF on Linux or > Windows is 512MB, I don't think you'll find that it makes much of a > difference when you're trying to get 4 or 5 VMs on an ESX server. What's that from, the sys reqs? If it truly is that much I'd agree. But I'll bet you d

RE: CFHTTP within CFC issue..

2006-11-01 Thread Ben Nadel
Dave, I just tried this and it works fine for me: Ben Nadel #HtmlEditFormat( strXmlData )# #strXmlData# , Shouldn't this thrown an error? The ToString() method returns this: Ben Nadel

RE: CFMX 7 Licensing question

2006-11-01 Thread Dave Watts
> I disagree. If you don't install x-windows and turn off > unnecessary running services, Linux can run with a LOT less > RAM than Windows. Considering that the minimum memory requirements to run CF on Linux or Windows is 512MB, I don't think you'll find that it makes much of a difference when

RE: CFHTTP within CFC issue..

2006-11-01 Thread Dave Watts
> I don't follow. Wouldn't CFHTTP.FileContent just contain an > XML string (not an object)? Yes. You can't put a string containing a well-formed XML document within CFXML, because a well-formed XML document contains an XML declaration: CFXML creates that for you, and won't work if you already

RE: CFHTTP within CFC issue..

2006-11-01 Thread Ben Nadel
Dave, I don't follow. Wouldn't CFHTTP.FileContent just contain an XML string (not an object)? I though CFHTTP can either return a binary or a string, not a ColdFusion XML data type? .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion H

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

2006-11-01 Thread Ben Nadel
Xstandard does this I am pretty sure. www.xstandard.com -or- http://www.bennadel.com/blog/tags/15-XStandard-WYSIWYG-blog-entries.htm .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Origi

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 the

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 instal

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. ~| Introducing the Fusion Authority Quarterly Update

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"

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: #trim(cfhttp.FileContent)# See if that makes any difference. We need to see the content getting returned otherwise. .. Ben Nade

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 unders

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 cfoutp

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: CF

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
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 www.bennadel

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: 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

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 wa

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,

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 vendor-

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: 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

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 cr

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 Fusio

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" Sent: Wednesday, November 01, 2006 1

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: 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 thi

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 c

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: 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 http://www.contentbox.com/claude/cust

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 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 wi

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: 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 Qu

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: 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 (P

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 th

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 yo

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 Dreamweav

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-T

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. I

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 qua

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 Sty

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. IOW

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, Richmond

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

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? I

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 si

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: 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, 2006

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

  1   2   >