Re: Can the server-wide missing template handler be overridden?

2007-08-30 Thread James Holmes
http://www.cfquickdocs.com/cf8/#onMissingTemplate On 8/31/07, Jim McAtee <[EMAIL PROTECTED]> wrote: > I'm moving a couple dozen web sites from a CF5 server to a new CF8 > Standard server. > > In setting up the server-wide missing error handler, CF8 wants a > "relative" path. Relative to -what- it

Re: Railo 2 Released

2007-08-30 Thread Gert Franz
:-) It's like in "Die Hard": "The Stockholm syndrome" "Like Stockholm Finnland?" "No Stockholm - Sweden" Thanks for the praise. In our opinion bad performance is a bug... And we allways try to improve. We have many customers that want as analyze their code for performance, since it's our busine

Re: SOT: Interesting Firefox behavior

2007-08-30 Thread Dinner
On 8/30/07, James Holmes wrote: > Inline elements can usually contain other inline elements, according > to the HTML spec. Have you seen a spec that excludes label from this > rule? At first glance the question hadn't seemed answered, sooo... It was a kind of off the cuff type of comment. Anecdot

Re: UI recommendations needed

2007-08-30 Thread Dinner
On 8/29/07, Steve Sequenzia wrote: > I am currently working on a small web app and I am struggling with some UI > issues. > > I have in the past liked to use frames (I know) for the general layout. You know, it may seem funny, but you can (using dojo, fer sure others) make a really nice, super-d

Re: Railo 2 Released

2007-08-30 Thread Dinner
Ha! You Swedes! =) It's amazing how fast you guys have been rolling out this stuff. Maybe it's just my floaty perception, but it seems like- wow! kudos. On 8/27/07, Gert Franz wrote: > > Well, beeing from Switzerland is not allways good. At least our german > is better. But we will update it

Re: Encryption - CAST128(cast5)

2007-08-30 Thread Tom Donovan
Jeff, I downloaded an eval of DynCrypto and gave it a try. Usually it is very hard to figure out how passwords are turned into 128-bit keys, but since DynCrypto only offers one hash function - SHA1 - a little experimenting showed that they use the first 128 bits (32 hex digits) of the SHA1 has

RE: Interesting Firefox behavior

2007-08-30 Thread Mark Henderson
On 8/29/07, Ian Skinner wrote: > > > > Here is some interesting behavior. Give this code snippet a try in > > Firefox and see what happens when you try and click in the second text > > input box. > > > > > > Public Telephone Number: > > > > > value="" /> - > >

Re: Epoch Time in CF off???

2007-08-30 Thread Paul Hastings
Rick Root wrote: > Which is how far from GMT I am, I guess. Java is coming up with > milliseconds since the java epoch, and it thinks or knows that the > server time is UTC time. Coldfusion is doing the same, but thinks the > opposite about the server time. java epoch is ms since 1-jan-1970 00:0

Re: SOT: Interesting Firefox behavior

2007-08-30 Thread James Holmes
Inline elements can usually contain other inline elements, according to the HTML spec. Have you seen a spec that excludes label from this rule? On 8/31/07, Dinner <[EMAIL PROTECTED]> wrote: > It's the label, I'd guess- technically, they don't wrap like that. > > Label should just have some text,

Re: OT-ish: JSP equivalent for application.cfc?

2007-08-30 Thread Claude Schneegans
>>Any other tips for a CF guy teaching himself JSP? Sure: Prosac! -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

OT-ish: JSP equivalent for application.cfc?

2007-08-30 Thread Pete Ruckelshaus
I'm teaching myself JSP after doing primarily CF for the past 8 years. Does JSP have an analogue to the application.cfc file? Any other tips for a CF guy teaching himself JSP? I'm using Apache Tomcat. Thanks, Pete ~| ColdFus

Re: SOT: Interesting Firefox behavior

2007-08-30 Thread Dinner
It's the label, I'd guess- technically, they don't wrap like that. Label should just have some text, really. You'll get all kinds of weird stuff when you wrap it around other elements, IIRC. On 8/29/07, Ian Skinner wrote: > > Here is some interesting behavior. Give this code snippet a try in

Can the server-wide missing template handler be overridden?

2007-08-30 Thread Jim McAtee
I'm moving a couple dozen web sites from a CF5 server to a new CF8 Standard server. In setting up the server-wide missing error handler, CF8 wants a "relative" path. Relative to -what- it doesn't say, and since it checks for the existance of the file in the CF Adminsitrator and throws an error

Re: AJAX Security

2007-08-30 Thread Raymond Camden
Have you seen my blog posts on CF8 and Ajax Security? http://www.coldfusionjedi.com/index.cfm/2007/7/31/ColdFusion-8-Ajax-Security-Features On 8/30/07, Andy Chen <[EMAIL PROTECTED]> wrote: > Not sure how many attended but I attended today's eSeminar - Beyond HTML: > using Ajax, PDF, and more to

Re: Difficulty with forms and dynamically named variables

2007-08-30 Thread Judah McAuley
Chris Martin wrote: > When you do the database update, you'll have to run the select query > again and then use... > > > Evaluate is almost never, ever needed. SUBCAT is a dynamic key in the struct FORM. Happily, Coldfusion will evaluate the variable name and then working inside to out, the

AJAX Security

2007-08-30 Thread Andy Chen
Not sure how many attended but I attended today's eSeminar - Beyond HTML: using Ajax, PDF, and more to create engaging applications with ColdFusion 8. Some people were worried about AJAX security and how easy it is to "hack" RIA (Rich Internet Applications). My take is AJAX is almost like a web

Re: UI recommendations needed

2007-08-30 Thread Andy Chen
Interesting... I wonder. I used IFRAME to display a PDF file within a CFLAYOUT (pushing data one way). However I am not sure of the level of interactivity possible with IFRAME (data going both ways). It might work if you just want to pass the form information one way to the IFRAME. - Andy ~~

CFUNITED/Express Chicago pre MAX event early bird ends 8/31/07

2007-08-30 Thread Michael Smith
The CFUNITED/Express Chicago (aka CF_Underground) early bird ends 8/31/07 http://cfunitedexpress.com/go/chicago/2007/ Cost: $149 before 8/31/07 (and get a $50 discount as a user group member) Plus If you register for CFUnited Express Chicago before August 31st you can use 100% of your regist

RE: UI recommendations needed

2007-08-30 Thread Dan G. Switzer, II
>Yeah I tried to change the encoding with JS and it do not work. It just >still errors out with this message: > >"Invalid content type: application/x-www-form-urlencoded. The cffile >action="upload" requires forms to use enctype="multipart/form-data"." > >I think that CF overrides it because it is

Re: Epoch Time in CF off???

2007-08-30 Thread Rick Root
On 8/30/07, Rick Root <[EMAIL PROTECTED]> wrote: > > http://www.opensourcecf.com/epoch_time.cfm > > I take that back... on my local machine running CF8 on Windows the > java method (via getTime()) and the javascript method are the same. > The coldfusion method is different by exactly 5 hours.

Re: Epoch Time in CF off???

2007-08-30 Thread Rick Root
On 8/30/07, Mallory Woods <[EMAIL PROTECTED]> wrote: > > I'm using CF ver: 7,0,0,91690 > I don't know what version of JVM is intstalled I don't have admin access to > the box. That'll help you figure out what JVM you're using. Probably the old one since whomever is your hosting provider hasn't

Re: Encryption - CAST128(cast5)

2007-08-30 Thread J W
BTW Dyncrypto is is the third party object. On 8/30/07, J W <[EMAIL PROTECTED]> wrote: > > Tom, > > Got a real interesting part here. The company is giving me keys that are > NOT 128bit and they are alphanumeric. Do you have any idea how to pad or > create a key for cast128 that are currently like

RE: model glue

2007-08-30 Thread Andy Matthews
The MG site works for me, just an FYI. They might have recently switched hosting providers and you caught them in mid DSN flip. -Original Message- From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 1:06 PM To: CF-Talk Subject: Re: model glue It's a little

Re: Encryption - CAST128(cast5)

2007-08-30 Thread J W
Tom, Got a real interesting part here. The company is giving me keys that are NOT 128bit and they are alphanumeric. Do you have any idea how to pad or create a key for cast128 that are currently like 9 alpha numeric characters long. In no way is that a 128bit key. So there must be some type of pad

Re: UI recommendations needed

2007-08-30 Thread Steve Sequenzia
Yeah I tried to change the encoding with JS and it do not work. It just still errors out with this message: "Invalid content type: application/x-www-form-urlencoded. The cffile action="upload" requires forms to use enctype="multipart/form-data"." I think that CF overrides it because it is in a

ASAPI Rewrite Rule

2007-08-30 Thread MJ Frauenaheim
I'm using the ASAPI Rewrite to map friendly URLs to my fusebox application. I'm hoping somebody can help me with a rewrite rule to change: http://www.sitename.com/c123/anything.htm into this fusebox url: http://www.sitename.com/index.cfm?fuseaction=category.dispay&category_id=123

Re: model glue

2007-08-30 Thread henry ho
http://www.nodans.com/index.cfm/Tutorials I learned MG from them. Good luck. ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

RE: UI recommendations needed

2007-08-30 Thread Dawson, Michael
What if you change the encoding type using javascript? UploadButton.Attributes.Add('onclick','javascript:document.forms[0].enco ding = "multipart/form-data";') http://delphi.about.com/od/adptips2004/a/bltip0704_4.htm M!ke -Original Message- From: Steve Sequenzia [mailto:[EMAIL PROTEC

RE: Checking on an approach

2007-08-30 Thread Andy Matthews
Sounds like the person who wrote it didn't know anything about joins. I'd rewrite those queries in a heartbeat. Keep them at the top of the page so that you can easily adjust them while you work. Once you're getting the expected results, abstract them into a CFC that can be stored in the APPLICATIO

RE: Checking on an approach

2007-08-30 Thread Dave Watts
> I have a program that I have been asked to modify and enhance. > > This is easily done (well relatively easy) but I would like > to get some feedback re the way the program is currently structured. > > The application uses a MSSQL database to store information. > Currently Stored Procedures

Re: model glue

2007-08-30 Thread Cutter (CFRelated)
It's a little out of date, but there's an Adobe Connect preso that I did for the Nashville CFUG last year, that I know is available on UGTV Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.co

Checking on an approach

2007-08-30 Thread Peter Tanswell
Hi all I have a program that I have been asked to modify and enhance. This is easily done (well relatively easy) but I would like to get some feedback re the way the program is currently structured. The application uses a MSSQL database to store information. Currently Stored Procedures are not

RE: Homesite+ Update

2007-08-30 Thread Bruce Sorge
Thanks Ray. Now I am a happy HS user again. Bruce -Original Message- From: Raymond Camden Sent: Thursday, August 30, 2007 10:53 AM To: CF-Talk Subject: Re: Homesite+ Update Yes. http://download.macromedia.com/pub/coldfusion/8/homesiteupdate/cf8_tags_for_ hs.zip FYI - you can find this

Re: Homesite+ Update

2007-08-30 Thread Raymond Camden
Yes. http://download.macromedia.com/pub/coldfusion/8/homesiteupdate/cf8_tags_for_hs.zip FYI - you can find this link, and others, at www.coldfusionportal.org. On 8/30/07, Bruce Sorge <[EMAIL PROTECTED]> wrote: > Does anyone know if the most recent CF tags are available for HS+? I tried > to app

Homesite+ Update

2007-08-30 Thread Bruce Sorge
Does anyone know if the most recent CF tags are available for HS+? I tried to apply the updater hoping that was it, but every time I apply it and run HS, I am asked to register it again, and every time I put in my serial number it never lets me get past that part. Never get the OK button. Than

RE: Help with Simple SQL Insert

2007-08-30 Thread Robert Harrison
The problem almost certainly lies in the field definitions in the data base tables. I suspect the "double" values, but I think you should take a look at the int values as well. They look huge. I can't speak to mySQL exactly as I use other DBs, but most DBs compact integer data into binary, so field

Re: UI recommendations needed

2007-08-30 Thread Steve Sequenzia
Andy, Yes, I am having the exact same problem. When a form is in a Ajax UI element (like cflayout and cfdiv) it is submitted asynchronous. The encoding type is set to application/x-www-form-urlencoded and it needs to be multipart/form-data. According to Ray Camden there is no way around this an

Re: Help with Simple SQL Insert

2007-08-30 Thread Aaron Roberson
Yeah, I just kept bringing the range up on that column because even when I had it at 11 or 25 I kept getting the same data truncated error. I went ahead and changed it to varchar(75) to test it. -Aaron On 8/30/07, Nick de Voil <[EMAIL PROTECTED]> wrote: > > Aaron > > > Here is the error message:

RE: ANN: Transfer ORM workshop starts in 50 minutes

2007-08-30 Thread Dave Watts
> Yeah, I know, yet > https://admin.adobe.acrobat.com/common/help/en/support/meeting > _test.htm says "Unable to connect" for test 2, and meetings > stick on the 'Connecting...' after the progress bar fills up. On that page, there is a "send results" button. If you click that, it opens a modal wi

RE: What's not secure?

2007-08-30 Thread Matthew Smith
I changed the references in AC_Macromedia.js and it is fixed. Thanks SO much for the help! My AC_RunActiveContent.js is different, though: //v1.0 function AC_AddExtension(src, ext) { if (src.indexOf('?') != -1) return src.replace(/\?/, ext+'?'); else return src + ext; } function AC_

Re: Help with Simple SQL Insert

2007-08-30 Thread Nick de Voil
Aaron > Here is the error message: > Query Error: Data truncation: Out of range value adjusted for column > 'ordernumber' at row 1 > > Here is the SQL statement: > INSERT INTO orders(ordernumber, tax, shipping, total) > VALUES(558972266568040,0.0,4.75,24.7) > > In my database (MySQL 5) I

Re: UI recommendations needed

2007-08-30 Thread Andy Chen
Hi Steve, I am using CFLAYOUT (AJAX) for the administration pages to help so a lot of information on a screen and making it easier to work with content. I don't use it for the front end since I want it to be "lighter". Anyways, I am experiencing the same problem with you. You CAN'T as far as I

Re: Railo 2 Released

2007-08-30 Thread Vince Bonfanti
Sean wrote: > > I will, of course, try BD 7.0.1, but would > request that you try the Mac install with Apple's Java 6 Developer > Preview (as well as the regular Java 5). Thanx! Will do. We've added this to our project plan. Vince Bonfanti http://www.newatlanta.com

Help with Simple SQL Insert

2007-08-30 Thread Aaron Roberson
This just keeps blowing me away. A simple, simple SQL insert statement keeps throwing an error and I can't figure out why. Here is the error message: Query Error: Data truncation: Out of range value adjusted for column 'ordernumber' at row 1 Here is the SQL statement: INSERT INTO orders(ordernumbe

RE: Session Vars Time Out

2007-08-30 Thread Bobby Hartsfield
Possibly the sessiontimeout attribute of your cfapplicaiton tag? You could also do a little JS magic to ensure sessions never die as long as the browser is open by just requesting something via httprequest every XXX seconds or minutes (or whatever). Example... Write a page that only outputs some

Re: Epoch Time in CF off???

2007-08-30 Thread Paul Hastings
Mallory Woods wrote: > I think this is the result that I am looking for. I just have one question. just create it as you normally would. ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - downlo

RE: listQualify and multiple spaces

2007-08-30 Thread Andy Matthews
Glad to help out. -Original Message- From: Chris Martin [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 11:03 AM To: CF-Talk Subject: Re: listQualify and multiple spaces PERFECT! That worked out great...Thanks! Andy Matthews wrote: > That might be one of your problems. If y

RE: Difficulty with forms and dynamically named variables

2007-08-30 Thread Bobby Hartsfield
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Hugh Fidgen [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 10:25 AM To: CF-Talk Subject: Difficulty with forms and dynamically named variables Hiya, I'm trying to create a

re:model glue

2007-08-30 Thread owner
are there any alternative sites that have model glue docs...looks like something is not working right on the main site (model-glue.com)...jut getting a directory listing. I am working on learning it and trying to get everything installed. Any help would be appreciated. Eric Thanks!

Re: listQualify and multiple spaces

2007-08-30 Thread Chris Martin
PERFECT! That worked out great...Thanks! Andy Matthews wrote: > That might be one of your problems. If you use multiple characters as > delimiters, ColdFusion only sees "one" of them. I'd recommend using > REReplaceNoCase to remove the additional spaces first, then insert an > alternate delimite

Re: What's not secure?

2007-08-30 Thread Cutter (CFRelated)
Unless you use JQuery, with which you might have issues with swfobject breaking DOM implementation in IE. Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Tom Chiverton wrote: > On Thurs

Re: ANN: Transfer ORM workshop starts in 50 minutes

2007-08-30 Thread Tom Chiverton
On Thursday 30 Aug 2007, [EMAIL PROTECTED] wrote: > > > > Adobe Connect ... linux ... stupid corporate > > firewall > > > > Your firewall blocks outbound TCP/443? That's all you need to connect to > Adobe's public servers. On Linux, all you should need is FP7. Yeah, I know, yet https://admin.ad

Re: What's not secure?

2007-08-30 Thread Tom Chiverton
On Thursday 30 Aug 2007, [EMAIL PROTECTED] wrote: > Yeah but look in the AC_RunActiveContent.js file: Or try something like SwfObject instead. -- Tom Chiverton Helping to authoritatively iterate seamless platforms on: http://thefalken.livejournal.com

Re: What's not secure?

2007-08-30 Thread James Holmes
Yeah but look in the AC_RunActiveContent.js file: //v1.0 function AC_FL_RunContent(){ var ret = AC_GetArgs ( arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-44455354" , "http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="; , "http:

RE: listQualify and multiple spaces

2007-08-30 Thread Andy Matthews
That might be one of your problems. If you use multiple characters as delimiters, ColdFusion only sees "one" of them. I'd recommend using REReplaceNoCase to remove the additional spaces first, then insert an alternate delimiter in the correct spot. This will replace 2 or more spaces with a tilde:

Re: listQualify and multiple spaces

2007-08-30 Thread Chris Martin
Sorry, the line turned out wrong...I put it in HTML below to display better Chris Martin wrote: > Basically all I'm trying to is separate "LANCASTER MS BAND" from "JAMES > GUENGERMAN" because they are two seperate items. But since they reside > on the same line, simply performing adding a diff

Re: Session Vars Time Out

2007-08-30 Thread C. Hatton Humphrey
> In the CF Admin, I've got all session and application vars set to > timeout at 1 hour. In my Application file, I've got the same settings, > with all the appropriate locks and what not. Can you post the CFApplication tag? ~| Cr

Re: Epoch Time in CF off???

2007-08-30 Thread Mallory Woods
Paul, I think this is the result that I am looking for. I just have one question. When running this code I get the number that I am expecting and it works fine for 'now()' If I needed to submit my own date how would I do that? For example: If I wanted to see how many ms from 5/11/200 00:00:00?

Re: Epoch Time in CF off???

2007-08-30 Thread Mallory Woods
Thanks for the help, now for some answers. Rick: I'm using CF ver: 7,0,0,91690 I don't know what version of JVM is intstalled I don't have admin access to the box. When I run your example code I get the same results for both lines of code. I have noticed that the are still off from the Javascri

Re: listQualify and multiple spaces

2007-08-30 Thread Chris Martin
Basically all I'm trying to is separate "LANCASTER MS BAND" from "JAMES GUENGERMAN" because they are two seperate items. But since they reside on the same line, simply performing adding a different delimiter (other than the single space) isn't going to give me what I want...it just create a di

Session Vars Time Out

2007-08-30 Thread Les Mizzell
In the CF Admin, I've got all session and application vars set to timeout at 1 hour. In my Application file, I've got the same settings, with all the appropriate locks and what not. Client logs into their admin system, works on something for 10 minutes, walks off for five to get a cup o'joe, co

RE: ANN: Transfer ORM workshop starts in 50 minutes

2007-08-30 Thread Dave Watts
> > Adobe Connect ... linux ... stupid corporate > firewall > Your firewall blocks outbound TCP/443? That's all you need to connect to Adobe's public servers. On Linux, all you should need is FP7. Dave Watts, CTO, Fig Leaf Software ~~

RE: listQualify and multiple spaces

2007-08-30 Thread Andy Matthews
What are you expecting to happen? Do you want to return multiple indexes from those multiple spaces? Maybe you could find and replace spaces with a tilde (~) or something, then use that as your new delimiter? -Original Message- From: Chris Martin [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: listQualify and multiple spaces

2007-08-30 Thread Ben Doom
You could try using a replace or rereplace to change multiple spaces into something you can use as a list qualifier in a more direct way. I'm a fan of the bell chr(7) because you can't type it. :-) You could use replace() and then trim the results to get what you want. This is probably the b

Custom Script with CFFORM

2007-08-30 Thread Robert Harrison
I'm using a custom script with CFFORM. When I include an onsubmit action in CFFORM, it add this statement to the CFCODE. }else { // run userdefined onSubmit javascript. LimitAttach(this.form, this.form.file.value) return true; } That's cool,

listQualify and multiple spaces

2007-08-30 Thread Chris Martin
I'm trying to parse a .txt file using the built-in java reader and have come across an issue where I need to qualify a list based on multiple spaces on a line. For instance, LANCASTER MS BAND JAMES GUENGERMAN The qualifier wi

Re: ANN: Transfer ORM workshop starts in 50 minutes

2007-08-30 Thread Tom Chiverton
> The Transfer ORM framework workshop starts in 50 minutes (1pm GMT). Adobe Connect ... linux ... stupid corporate firewall -- Tom Chiverton Helping to apprehensively foster interdependent customers on: http://thefalken.livejournal.com Thi

Re: Difficulty with forms and dynamically named variables

2007-08-30 Thread Nick de Voil
Hugh > I'm trying to create a query based form which reads it's elements from a > database table, then populates itself. Each input element would have be > dynamically named via the DB query. > > Creating the form isn't so bad, but handling the insert query the other side > is becoming a heada

Re: Difficulty with forms and dynamically named variables

2007-08-30 Thread Chris Martin
When you do the database update, you'll have to run the select query again and then use... INSERT INTO METADATA (ID, KEY, VALUE) VALUES ('#ID#', '#theSubCat#','#hello#') Chris Martin --- Gandy Ink Information Technology Department [EMAIL PROTE

RE: What's not secure?

2007-08-30 Thread Dale Fraser
Most likely one of your includes has a reference to a http in it, like a flash version checker or codebase installer. The easiest way is to do a find for http across all the files. Another way is start commenting out code until the message goes away, then you will find which bit is causing the pr

Difficulty with forms and dynamically named variables

2007-08-30 Thread Hugh Fidgen
Hiya, I'm trying to create a query based form which reads it's elements from a database table, then populates itself. Each input element would have be dynamically named via the DB query. Creating the form isn't so bad, but handling the insert query the other side is becoming a headache. I can

Difficulty with forms and dynamically named variables

2007-08-30 Thread Hugh Fidgen
Hiya, I'm trying to create a query based form which reads it's elements from a database table, then populates itself. Each input element would have be dynamically named via the DB query. Creating the form isn't so bad, but handling the insert query the other side is becoming a headache. I can

RE: What's not secure?

2007-08-30 Thread Matthew Smith
Which flash codebase are you referring to? The flash javascript is relative links, as is the flash swf references... -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 6:54 AM To: CF-Talk Subject: SPAM-LOW: RE: What's not secure? You also m

RE: What's not secure?

2007-08-30 Thread Matthew Smith
Funny thing is, I don't get any warning with firefox, but ie still says there is unsecure content. What's up with that? -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 11:44 PM To: CF-Talk Subject: Re: What's not secure? I got the same th

RE: What's not secure?

2007-08-30 Thread Matthew Smith
I've got conditional code to put the proper reference in now. But I still get the unsecure content warning. -Original Message- From: J.J. Merrick [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 7:17 AM To: CF-Talk Subject: Re: What's not secure? I know that with analytics that

Re: What's not secure?

2007-08-30 Thread J.J. Merrick
I know that with analytics that the SSL code they have the domain name changes not just the S in https http://www.google-analytics.com/urchin.js https://ssl.google-analytics.com/urchin.js I've had to do special code in the past to detect when SSL was in place and change the URL based on that. I

Re: attachment problem with cfmail

2007-08-30 Thread A Trotter
Hi, got it solved. The problem was, that the file got deleted right after the cfmail code was executed. By the time the Coldfusion server sent the mail, the file was already gone. ~| ColdFusion is delivering applications solut

RE: What's not secure?

2007-08-30 Thread William Seiter
You also might consider the Flash 'codebase' is pulling from a non-secure site. William -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 9:44 PM To: CF-Talk Subject: Re: What's not secure? I got the same thing on Firefox (mismatched cert/d

ANN: Transfer ORM workshop starts in 50 minutes

2007-08-30 Thread Nick Tong
HI All, The Transfer ORM framework workshop starts in 50 minutes (1pm GMT). More information here: http://www.cfframeworks.com/blog/index.cfm/2007/8/16/Workshop-Mark-Mandel---Developing-Applications-with-Transfer-ORM -- Nick Tong web: http://talkwebsolutions.co.uk blog: http://

Re: [CF-Dev] Re: No CF8 subscription upgrade serial number

2007-08-30 Thread Tom Chiverton
On Thursday 30 Aug 2007, [EMAIL PROTECTED] wrote: > Legally they are in default of our contract to supply the goods. > Professionally they are the most unorganised & unhelpful company I've ever > dealt with. I get far better service from $30 shareware authors and that's > no lie. I've found that

Re: attachment problem with cfmail

2007-08-30 Thread Tom Chiverton
On Thursday 30 Aug 2007, [EMAIL PROTECTED] wrote: > if i remove the "file" line and move it back to the spool folder, the mail > gets delivered. but with it, it only comes back to the undelivr folder. the > file location exists and i'm using ColdFusion MX 6. What's in the mail log (cfserver and ma

Re: Query speed diference

2007-08-30 Thread Nick de Voil
Jay > Which of these two methods would be faster? > > - Method 1 - > > > SELECT * FROM table WHERE someID = #someVar# > > > > UPDATE table... > > INSERT INTO table... > > > - Method 2 - > > > DELETE FROM table WHERE someID = #someVar# > > INS

Query speed diference

2007-08-30 Thread James Smith
Which of these two methods would be faster? - Method 1 - SELECT * FROM table WHERE someID = #someVar# UPDATE table... INSERT INTO table... - Method 2 - DELETE FROM table WHERE someID = #someVar# INSERT INTO table... --

attachment problem with cfmail

2007-08-30 Thread A Trotter
hi everybody, i've got a problem concerning attachements in cfmail coldfusion code looks like this: Test but the mail doesn't get delivered. instead i got something like this in the undelivr Folder: - server:

Re: ColdFusion 8, Apache, Linux Issue

2007-08-30 Thread Tom Chiverton
On Wednesday 29 Aug 2007, [EMAIL PROTECTED] wrote: > I just recently setup a new server with CF8 on it and use a naming > convention that uses $username/$domain. Naming of what ? -- Tom Chiverton Helping to continually network virtual features on: http://thefalken.livejournal.com *