Re: [CFCDEV] Application.cfc and this scope

2007-08-06 Thread Tom Chiverton
On Friday 03 Aug 2007, [EMAIL PROTECTED] wrote: Or any alternative way to set this scope variables which is available in Application.cfc without having any Application.cfc? A server-wide mapping in the administrator, for instance ? -- Tom Chiverton

Re: Providing Application Security with ColdFusion on Apache and Unix.

2007-08-06 Thread Tom Chiverton
On Friday 03 Aug 2007, [EMAIL PROTECTED] wrote: I don't think that Apache supports NTLM/Windows Authentication, http://search.cpan.org/~speeves/Apache2-AuthenNTLM-0.02/AuthenNTLM.pm and/or modntlm.sourceforge.net/ -- Tom Chiverton This

Re: Adobe Nails ColdFusion Cofin

2007-08-06 Thread Tom Chiverton
On Friday 03 Aug 2007, [EMAIL PROTECTED] wrote: flash remoting ­ just use WebORB if you have BD Last time I looked, WebORB was the same price again as BD. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells

Re: Branch target offset too large for short null

2007-08-06 Thread Tom Chiverton
On Friday 03 Aug 2007, [EMAIL PROTECTED] wrote: Running our application with CF 8 we have Branch target offset too large for short null error. Do you know if something is changed in comparison to CF 7? You get this in both revisions if you have too much code between a cfif start and end tag,

Re: Convert 3.80353e+013 to full number whic should be 38035273713000

2007-08-06 Thread Tom Chiverton
On Friday 03 Aug 2007, [EMAIL PROTECTED] wrote: I've imported some data from a xls file. I have column of data that shows up as 3.80353e+013. When I change the format type to number without any decimals I get 38035273713000 which is what I want. After importing the data into SQL Server the

Re: Branch target offset too large for short null

2007-08-06 Thread Gualtiero Sappa
The same code run correctly on CF7, do you know if in CF8 the size of allowed chunks is smaller? There is a configuration to set that? Thank you Gualtiero - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 06, 2007

Re: OT: Driving cross country w/ CFMX and a mobile card

2007-08-06 Thread Tom Chiverton
On Friday 03 Aug 2007, [EMAIL PROTECTED] wrote: result ­ a live map of our journey across the United States with pinpoint precision as to where my car is http://www.jonathanblock.com/?page_id=107 (including a live webcam). The map will update every 15 minutes, so long as we have an internet

Re: Branch target offset too large for short null

2007-08-06 Thread Tom Chiverton
On Monday 06 Aug 2007, [EMAIL PROTECTED] wrote: The same code run correctly on CF7, do you know if in CF8 the size of allowed chunks is smaller? Well, technically it's a problem with the Java code the CF server writes, and CF8 writes different code, so if you were close to the limit in 7 you

Re: CFFORM with flash format does not work in Internet Explorer ONLY

2007-08-06 Thread Charles Sheehan-MIles
Yep, and like I said, the forms work in every browser except IE 7. With IE7, I just get a blank space where the form should be. It's really odd. On 8/5/07 9:04 PM, James Holmes [EMAIL PROTECTED] wrote: Are you able to navigate to the scripts in the CFIDE folder on the cf8 server? On

Re: Branch target offset too large for short null

2007-08-06 Thread Gualtiero Sappa
Ok, thank you! we proceed to modify the code... :-( - Original Message - From: Tom Chiverton [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, August 06, 2007 11:32 AM Subject: Re: Branch target offset too large for short null On Monday 06 Aug 2007, [EMAIL

real estate applications

2007-08-06 Thread Uwe Degenhardt
Hi list, a customer of mine wants to buy/sell real estates via her website. Are there any ColdFusion-applications around of you are aware of in this field ? Uwe ~| ColdFusion 8 - Build next generation apps today, with easy PDF

Re: One form with two submit buttons in amp;lt;cflayoutareaamp;gt;

2007-08-06 Thread Raymond Camden
keep the form in the layout - what do you mean? Do you want to use Ajax to submit the form so that the contents don't change at all? If so you could easily use cfajaxproxy or ColdFusion.Ajax.submitform. ColdFusionBloggers.org (the contact form) uses the submitform option. On 8/5/07, Steve

AUTOSUGGESTBINDDELAY won't take anything less than 1

2007-08-06 Thread David Mineer
I am using an autosuggest control and it works great. However, I want to lower the response time to 0.1. If I try anything with a decimal, that is anything between 0.1 and 0.9, I get an error. Even trying the default 0.5 gives me the following error: Attribute validation error for the CFINPUT

Re: AUTOSUGGESTBINDDELAY won't take anything less than 1

2007-08-06 Thread Raymond Camden
The docs clearly say you must use a non-zero integer. So while the default is indeed 0.5, if you want to specify something it must be a whole #, 1 or higher. On 8/6/07, David Mineer [EMAIL PROTECTED] wrote: I am using an autosuggest control and it works great. However, I want to lower the

RE: CFFORM with flash format does not work in Internet Explorer ONLY

2007-08-06 Thread Jayesh Viradiya
Hi, I tried the given code on CF8 and IE version 7.0.5730.11. It works absolutely fine. Didnt find any issue at all. Thanks Regards, Jayesh Viradiya Adobe CF Team -Original Message- From: Charles Sheehan-MIles [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 2:42 AM To: CF-Talk

(Admin) list speed and missing mail

2007-08-06 Thread Michael Dinowitz
After a lot of work over the weekend it turns out that the mail server queue was corrupt and this was causing intermittent message failures. This has been fixed and many here should have seen a torrent of mail hitting them yesterday. I appreciate the emails with heads up information from people.

RE: One form with two submit buttons in cflayoutarea

2007-08-06 Thread Andy Matthews
Is there any sort of validation on the form itself? I ran into this problem using a javascript validation library. It only recognized the first submit button and nothing I did could get the other one to show up. Then I removed the validation and presto. It worked. -Original Message-

ReplaceNoCase - Replace moren than 1 argument

2007-08-06 Thread nicolai bass dh
Hello, i am a real newbie on coldfusion development and this is my first posting in this newsgroup. I want to replace more than 2 arguments in a text with the ReplaceNoCase function. Thank you for your help and with best regards Stivn

RE: ReplaceNoCase - Replace moren than 1 argument

2007-08-06 Thread Andy Matthews
If you're looking to replace both arguments with the same text, then you can use REReplaceNoCase. Assuming you want to replace both andy and stivn with the word John: REReplaceNoCase(string, Andy|Stivn, John, ALL) The | character is a meta character indicating or. So this expression says replace

Re: homesite for CF8?

2007-08-06 Thread Ben Doom
Even before the Adobe buyout, MM said they were dropping support for HS+ in favor of DW. --Ben Doom Leitch, Oblio wrote: Ok, so it sounds like there aren't any plans? Just extending HS 5.5 until it hurts? -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent:

Re: ReplaceNoCase - Replace moren than 1 argument

2007-08-06 Thread nicolai bass dh
Hi Andy, thank your for your quick answer. But i have another question. You have explain me how i can replace 2 arguments with one new argument. But how can i replace 2 arguments with 2 new arguments. For example replace andy with first example and stivn with second example Thank your for

Re: ReplaceNoCase - Replace moren than 1 argument

2007-08-06 Thread Kris Jones
Or, if you're trying to replace more than one instance of the string with your new expression, make sure you use the scope parameter of ALL: replacenocase(mystring, searchexpression, newexpression, ALL) i am a real newbie on coldfusion development and this is my first posting in this

Re: ReplaceNoCase - Replace moren than 1 argument

2007-08-06 Thread Kris Jones
Hi Stivn, You'd can call the replacenocase function twice: cfset mystring=replacenocase(mystring,searchstring1,replacestring1,ALL) / cfset mystring=replacenocase(mystring,searchstring2,replacestring2,ALL) / Cheers, Kris But how can i replace 2 arguments with 2 new arguments. For example

CFFILE Makes No Sense - the file is there

2007-08-06 Thread coldfusion . developer
WHy is CFFILE doing this? I'm getting an error that says it can't find the file and I've checked several times, the file is there, on the server in the correct folder with the exact file name!!! The following information is meant for the website developer for debugging purposes. Error

RE: CFFILE Makes No Sense - the file is there

2007-08-06 Thread Adrian Lynch
Copy the file path in the error message and put it in explorer. Can you get to it that way? It looks like there's a space in from of the file name. Is that right? What about permissions. Does the CF user have permission to access this file? Adrian -Original Message- From: [EMAIL

RE: CFFILE Makes No Sense - the file is there

2007-08-06 Thread Ryan, Terrence
Are the spaces between the last \ and the file name really there, or an issue with email. If it is there it could be the source of the problem as ..baby\ 38035273713000.jpg and ..baby\38035273713000.jpg are two different files. Terrence Ryan I.T. Director Wharton Computing and Information

RE: ReplaceNoCase - Replace moren than 1 argument

2007-08-06 Thread Andy Matthews
Like Kris said. If you're looking to replace two strings with two other unique strings, then replacenocase twice is your best bet. -Original Message- From: nicolai bass dh [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 9:50 AM To: CF-Talk Subject: Re: ReplaceNoCase - Replace

Re: AUTOSUGGESTBINDDELAY won't take anything less than 1

2007-08-06 Thread David Mineer
..5 isn't really fast enough. I know my users are going to scream. Maybe it's not the speed. But this is not working as I had hoped. Once you start typing I would expect all matches to show up and then the list would eliminate items which no longer match as you continued typing. With

Problems with output of Breadcrumb Navigation

2007-08-06 Thread Bruce Sorge
I am creating a breadcrumb navigation for our new site but the output is not what I want - it is backwards and I am not sure what to do. First, the queries: This one is in my header. Needs to be called each time. Although these are actually CFC's and Stored Procs, I am showing just the query for

SQL injection hack?

2007-08-06 Thread Rick King
Hey all, I just received this email that is generated when there is an error on a site I built (www.woreitonce.com) ---E-MAIL Invalid data 1 and 1=convert(int,(select top 1 char(97)+admin_password from tbl_adminusers)) for CFSQLTYPE

RE: AUTOSUGGESTBINDDELAY won't take anything less than 1

2007-08-06 Thread Dan G. Switzer, II
David, ..5 isn't really fast enough. I know my users are going to scream. Maybe it's not the speed. But this is not working as I had hoped. Once you start typing I would expect all matches to show up and then the list would eliminate items which no longer match as you continued typing. With

Re: SQL injection hack?

2007-08-06 Thread Brian Peddle
You can't prevent people from trying but you can code to prevent it from messing with your database. Make sure you are using cfqueryparam every place you can or use Stored Procs. Rick King wrote: Hey all, I just received this email that is generated when there is an error on a site I

Disregard last email about breadcrumb nav

2007-08-06 Thread Bruce Sorge
OK, I am stupid (no comments please). I figured out that cfset BaseID = #ListGetAt(getPagesRet2.Hiearchy, 2, ~)# has a misspelled word (Hiearchy). Corrected the spelling and it worked fine. Attention to detail. You figure after so many years in the Army having that pounded into my head, I would

RE: CFFILE Makes No Sense - the file is there

2007-08-06 Thread Chad Gray
The file name cannot have a space on the front of the file name in a windows environment. Of course you can on Mac so if you are using Mac file services on your PC server and a Mac made the file on the windows machine this would be possible, but windows file system will not like it.

Re: SQL injection hack?

2007-08-06 Thread Tom Chiverton
On Monday 06 Aug 2007, [EMAIL PROTECTED] wrote: Is this a SQL injection attack? Yes. Anything I can do? Beyond the obvious ? No - it's a fact of life that internet visible sites will be attacked. You're using cfqueryparam by the looks of it, and that'll take care of most kidz. -- Tom

Re: SQL injection hack?

2007-08-06 Thread Rick King
I am using cfqueryparam, so hopefully that'll be good enough. Thanks On Monday 06 Aug 2007, [EMAIL PROTECTED] wrote: Is this a SQL injection attack? Yes. Anything I can do? Beyond the obvious ? No - it's a fact of life that internet visible sites will be attacked. You're using

Re: SQL injection hack?

2007-08-06 Thread Rey Bango
Looks that way. Rey Rick King wrote: Hey all, I just received this email that is generated when there is an error on a site I built (www.woreitonce.com) ---E-MAIL Invalid data 1 and 1=convert(int,(select top 1 char(97)+admin_password

RE: Content Placeholders

2007-08-06 Thread Justin Scott
Trying to figure out how to use a placeholder in dynamic content to pull in other content at runtime. I would approach this by using a regular expression with some looping to pull all of variables out of the content and put them into a list or array. Then, you can loop through the results,

Re: SQL injection hack?

2007-08-06 Thread Rey Bango
Sorry didn't see your question at the bottom. One thing that will definitely help is using CFQUERYPARAM to enforce datatype checks on your conditional statements. http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-b20.htm Also, consider writing code that will strip out certain commands

RE: SQL injection hack?

2007-08-06 Thread Justin Scott
---E-MAIL Invalid data 1 and 1=convert(int,(select top 1 char(97)+admin_password from tbl_adminusers)) for CFSQLTYPE CF_SQL_INTEGER. brThe error occurred on line 30. -E-MAIL Is this a SQL

RE: SQL injection hack?

2007-08-06 Thread Damien McKenna
-Original Message- From: Rick King [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 11:56 AM Subject: SQL injection hack? /Details.cfm ProdID=1%20and%201=convert(int,(select%20top%201%20char(97) %2badmin_password%20from%20tbl_adminusers)) IsNumeric and cfqueryparam are

Cold Fusion MX Blackberry cache problem

2007-08-06 Thread Chad Nikirk
Hi, We have an ASP website that runs with Cold Fusion MX. We recently made a mobile version of the site and it's working quite well. The one problem we have is with most if not all Blackberries. You constantly have to go in to the browser and clear your cache on the device to see new

RE:_SQL_injection_hack?

2007-08-06 Thread Chad Gray
I also like to use val() on any integer like your ProdID appears to be an integer. This way val() will take text and convert it to 0. But yes use your CFQueryParams! This is the best line of defense. -Original Message- From: Rick King [mailto:[EMAIL PROTECTED] Sent: Monday, August

Re: SQL injection hack?

2007-08-06 Thread jonese
Just an FYI to everyone else i've been at my current post for 3 years and we've had pro-active error monitoring (versus re reactive hey my site doesn't work) now for close to 2 years. Just in the recent weeks we started seeing basic SQL injection hacks on site we host. We never saw anything like

Re: SQL injection hack?

2007-08-06 Thread Rick King
Great info guys, thanks. ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

[NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
I stumbled upon this link and I think its actually pretty cool: http://www.coldfusiondeveloper.com.au/go/top100/ Its lists the top 100 CF sites based on Alexa's ranking. While Alexa isn't the greatest in terms of stats, this does provide an interesting view of where some top CF sites sit and

RE: CFMail Just spooling

2007-08-06 Thread Justin Scott
I know that this is a ridiculus question. I have many applications that this works in, but now on one of my production servers, I cannot send e-mail. You might check the \CFusionMX7\logs\mail.log file to see if it is having some kind of issue. In the past I've run into authentication issues,

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Crow T. Robot
crashed the server. nice. On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote: I stumbled upon this link and I think its actually pretty cool: http://www.coldfusiondeveloper.com.au/go/top100/ Its lists the top 100 CF sites based on Alexa's ranking. While Alexa isn't the greatest in terms of

Re: AUTOSUGGESTBINDDELAY won't take anything less than 1

2007-08-06 Thread David Mineer
I agree that one needs to be careful. I do understand the performance problems that could arise if you are making lots of round trips to the server. In this case I bind to: autosuggest=#ValueList(desc.description)#. So since I already have the results of the query I don't think there would be

Re: SQL injection hack?

2007-08-06 Thread Claude Schneegans
Just in the recent weeks we started seeing basic SQL injection hacks on site we host. Yes, I see more and more of these on my sites too. Of course, they cause an error thanks to CFQUERYPARAM, but they are filling my error log table with useless information. So I'm planning to detect them

RE: SQL injection hack?

2007-08-06 Thread Paul Vernon
We've been seeing the exact same thing, basic SQL injection attacks all originating from China... It looks automated as they've spidered several sites we host using the exact same technique and SQL phrase. It has been going on continuously for about a week now. Thankfully the sites are

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
Huh? Its working for me. Maybe it crashed your browser? ;) Rey... Crow T. Robot wrote: crashed the server. nice. On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote: I stumbled upon this link and I think its actually pretty cool: http://www.coldfusiondeveloper.com.au/go/top100/ Its lists the

Re: Cold Fusion MX Blackberry cache problem

2007-08-06 Thread Ben Doom
You could try adding nocache and expire headers. I forget the exact syntax, but there have been threads about it on this list for dealing with proxy servers and the like. --Ben Doom Chad Nikirk wrote: Hi, We have an ASP website that runs with Cold Fusion MX. We recently made a mobile

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Phillip M. Vector
No. It was down. I saw the restart happening. :) Rey Bango wrote: Huh? Its working for me. Maybe it crashed your browser? ;) Rey... Crow T. Robot wrote: crashed the server. nice. On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote: I stumbled upon this link and I think its actually pretty

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Crow T. Robot
No, it was a server crash definitely (Jrun error). It's back up now tho. Cool reference! On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote: Huh? Its working for me. Maybe it crashed your browser? ;) Rey... Crow T. Robot wrote: crashed the server. nice. On 8/6/07, Rey Bango [EMAIL

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
yea, yea... u did! LOL. Glad its up again. I'd like to know who created the page. Rey Phillip M. Vector wrote: No. It was down. I saw the restart happening. :) Rey Bango wrote: Huh? Its working for me. Maybe it crashed your browser? ;) Rey... Crow T. Robot wrote:

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Alan Rother
WHOO HOOO!!! One of my company's sites made the list! #88... Sofitel North America Sorry, I had to.. =] On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote: yea, yea... u did! LOL. Glad its up again. I'd like to know who created the page. Rey Phillip M. Vector wrote: No.

RE: AUTOSUGGESTBINDDELAY won't take anything less than 1

2007-08-06 Thread Dan G. Switzer, II
David, I agree that one needs to be careful. I do understand the performance problems that could arise if you are making lots of round trips to the server. In this case I bind to: autosuggest=#ValueList(desc.description)#. So since I already have the results of the query I don't think there

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
:) Alan Rother wrote: WHOO HOOO!!! One of my company's sites made the list! #88... Sofitel North America Sorry, I had to.. =] On 8/6/07, Rey Bango [EMAIL PROTECTED] wrote: yea, yea... u did! LOL. Glad its up again. I'd like to know who created the page.

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Michael Dinowitz
Don't take that to mean anything as Alexa's statistical model is faulty and their criteria of what a ColdFusion site is is suspect. Look at the Alexa numbers for http://www.houseoffusion.com and then look at their list. Tell me what's missing... On 8/6/07, Alan Rother [EMAIL PROTECTED] wrote:

RE: SQL injection hack?

2007-08-06 Thread John Mason
You'll also see these automated scripts hitting other services like ftp, email, etc. You need to make certain that all services are properly protected and monitor. Cfqueryparam and stored procedures are good first steps, but bare in mind a lot of information could still be disclosed even with

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Jerry Johnson
that gotCFM site maxes out my machine for a good 396 seconds. On the List of sites page, it loads all items as the default, and it takes [EMAIL PROTECTED] Freezes the whoe danged thing (other firefox windows, outlook, windows explorer, gtalk.)

Re: SQL injection hack?

2007-08-06 Thread Claude Schneegans
In CF 8 it's worth noting that the type checking can be turned off for performance gains. I guess this is a trade off... IMO, it is not only a trade off, it's kind of stupid... Where do you need performance? On the production server, but it is also there that you need security. One could

RE: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Eric Roberts
I noticed at least a couple of bog names that were missing...BP and the Discovery Channel Eric -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 11:16 AM To: CF-Talk Subject: Re: [NEWS] Top 100 ColdFusion websites by Alexa rank yea,

RE: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Eric Roberts
I was thinking that too...I have worked on ATT's site :-D -Original Message- From: Alan Rother [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 11:47 AM To: CF-Talk Subject: Re: [NEWS] Top 100 ColdFusion websites by Alexa rank WHOO HOOO!!! One of my company's sites made the

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
Actually Mike, HoF isn't listed on GotCFM.com and if he used my listing to build his list, then that would explain why HoF isn't showing up on his results. Go submit HoF. http://www.gotcfm.com Rey... Michael Dinowitz wrote: Don't take that to mean anything as Alexa's statistical model is

RE: SQL injection hack?

2007-08-06 Thread Andy Matthews
Thanks John...this is a great checklist. -Original Message- From: John Mason [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 12:25 PM To: CF-Talk Subject: RE: SQL injection hack? You'll also see these automated scripts hitting other services like ftp, email, etc. You need to

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
Hi Jerry, Yep its a rather long list and I'm hoping to find the time to incorporate paging into it. Rey... Jerry Johnson wrote: that gotCFM site maxes out my machine for a good 396 seconds. On the List of sites page, it loads all items as the default, and it takes [EMAIL PROTECTED]

RE: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Jacob
Excaliburfilms.com :P -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 10:35 AM To: CF-Talk Subject: RE: [NEWS] Top 100 ColdFusion websites by Alexa rank I noticed at least a couple of bog names that were missing...BP and the Discovery

RE: SQL injection hack?

2007-08-06 Thread John Mason
No problem, bare in mind that isn't going over the other server security or data transfer items. That list is focused in on those automated scripting attacks. There's a ton of over things to consider. The most obvious are sandboxing, firewalls and SSLs. But for the programming side of things, this

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
Thanks for letting people know that this site is NSFW Jacob. Rey... Jacob wrote: Excaliburfilms.com :P -Original Message- From: Eric Roberts [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 10:35 AM To: CF-Talk Subject: RE: [NEWS] Top 100 ColdFusion websites by Alexa

Re: CFMail Just spooling

2007-08-06 Thread Cutter (CFRelated)
See if this helps at all: http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Rob Parkhill wrote: I know that

Re: SQL injection hack?

2007-08-06 Thread Cutter (CFRelated)
Someone might have to test this out, but my cf8 admin only let's me disable the CFC Type Check (so it says), so cfqueryparam wouldn't/shouldn't be affected by this. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _

Re: SQL injection hack?

2007-08-06 Thread Rick King
Looks like using the Val() function did the trick. No more errors being generated :) Thanks Rick ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex

Re: homesite for CF8?

2007-08-06 Thread Sean Corfield
On 8/6/07, Ben Doom [EMAIL PROTECTED] wrote: Even before the Adobe buyout, MM said they were dropping support for HS+ in favor of DW. Bear in mind that HomeSite is written in Delphi so it cannot be made cross-platform and with DW (and most all of Adobe's desktop tools) being in C++ and CF/Flex

CF / Alagad / Photography Questions

2007-08-06 Thread Adkins, Randy
I have a client that wants to sell their photos online. ( awesome!!) Now mind you the clients in this scenario are not computer literate. We are running CFMX 7.02 and Alagad Image Component 2.0. So here is what we designed: Upload interface, they can select the photo from their hard drive

Re: AUTOSUGGESTBINDDELAY won't take anything less than 1

2007-08-06 Thread Sean Corfield
On 8/6/07, David Mineer [EMAIL PROTECTED] wrote: I don't know what I could be doing wrong. Anyone able to succesfully use anything less than 1? You can change the default by modifying lines 20 and 28 of autocomplete-min.js in /CFIDE/scripts/ajax/yui/autocomplete - or copying the entire scripts

Application-wide SQL Injection prevention?

2007-08-06 Thread Dinner
I've inherited a fusebox site that doesn't seem to have much in the way of cfqueryparamed user-entered variables... There are a bunch of queries, so I'm thinking of how I could work lazy-er and yet fun-er. It's been a bit since I messed with FB, but I was thinking perhaps I could create a

Javascript Calendar Deeley

2007-08-06 Thread robert . rawlins
Chaps, I know that CF has this stuff built in, but I'm not running it in production quite yet and need an old school solution. I need a little date selector calendar for my forms, similar to those for the datefield in the flash forms, only a JS/DHTML version which can be used on a standard form.

Re: CF / Alagad / Photography Questions

2007-08-06 Thread Jordan Michaels
Hi Randy, 1. Has/Does anyone designed / maintain a photography website that uploads photos? If yes, do you convert the original or does the client? Not photography sites directly, but sites where image quality is extremely important. Like you, our users were not extremely technical, so we had

RE: Application-wide SQL Injection prevention?

2007-08-06 Thread Justin Scott
Anyways, while I'm percolating, anyone have any ideas? Doable, not-doable, done? Hmmm There was a link to a site earlier today where I found a XSSBlock custom CFML tag that has an option to block basic SQL injection attacks: http://www.illumineti.com/documents/xssblock.txt -Justin

RE: CF / Alagad / Photography Questions

2007-08-06 Thread Justin Scott
2. If you convert the photo for the client do you use Alagad, another web graphics tag, or do you use Adobe Fireworks/Photoshop and convert I have used CFX_ImageCR from Efflare (version 3) in the past with excellent results. See www.efflare.com. -Justin Scott

RE: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Damien McKenna
-Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 11:36 AM Subject: [NEWS] Top 100 ColdFusion websites by Alexa rank http://www.coldfusiondeveloper.com.au/go/top100/ Alexa rank, #94 - OpenSourceTemplates.org uses PHP? Damien McKenna Web

RE: CF / Alagad / Photography Questions

2007-08-06 Thread Adkins, Randy
Jordan, Thanks for the comments.. Yeah for now CF8 is not an option as it is running on a shared host that runs CFMX 7. The host does run PHP. I am not a PHP guru or anything how difficult is it to modify your PHP script? Any assistant is appreciated!! I am at wits-end with this client.

Re: homesite for CF8?

2007-08-06 Thread Pete Ruckelshaus
Open-Sourcing HomeSite sure sounds good to me, I really don't like Eclipse, and I'm not wild about Dreamweaver, either. Of course, I've been using CF5 Studio since, well, CF5 first came out, so no reason why I can't use it for another 7 years. Pete On 8/6/07, Sean Corfield [EMAIL PROTECTED]

RE: CF / Alagad / Photography Questions

2007-08-06 Thread Adkins, Randy
What kind of resolution (crisp look) can you obtain using ImageCR3 for a 19MEG file? If it can keep a sharp look for the resizing of the image, then it will be great! I am downloading/installing and testing it now as well. -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED]

RE: CF / Alagad / Photography Questions

2007-08-06 Thread Adkins, Randy
Checking it out now. May have to check with the hosting provider if they would install the CFX tag -Original Message- From: Justin Scott [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 4:55 PM To: CF-Talk Subject: RE: CF / Alagad / Photography Questions 2. If you convert the

Re: [NEWS] Top 100 ColdFusion websites by Alexa rank

2007-08-06 Thread Rey Bango
If they're in GotCFM.com, then they used CF at some point. They may have changed technology. Rey... Damien McKenna wrote: -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 11:36 AM Subject: [NEWS] Top 100 ColdFusion websites by Alexa rank

RE: CF / Alagad / Photography Questions

2007-08-06 Thread Justin Scott
What kind of resolution (crisp look) can you obtain using ImageCR3 for a 19MEG file? I've never tested it using an image that large personally, so I can't say. It does an excellent job knocking 1280x1024 photos down to small thumbnails though. -Justin Scott

Issue with CF code not running in CMS

2007-08-06 Thread Bruce Sorge
I am building a rather simple only-I-am-going-yo-use-it CMS until I can get FCKeditor properly integrated into this new site. So my Default.cfm page has this line: table width=100% border=0 cellspacing=0 cellpadding=0 tr td !--- Main body of page goes here --- cfoutput

Re: Javascript Calendar Deeley

2007-08-06 Thread Dinner
I've got a function for this: http://sourceforge.net/projects/jscalendar Which makes it pretty easy: input type=text id=datesome#jscalendar(datesome)# You could write one pretty fast (or have mine, of course). __ Guess I should put it out at cflib.org- since there's this nifty little list here

RE: Issue with CF code not running in CMS

2007-08-06 Thread Justin Scott
All I see on the page is #Annoucement#. When you output a variable, the contents of the variable are dumped out to the browser. If you have ColdFusion code in that variable, it is treated as a string and dumped with anything else in that string. It does not get executed. If you want that code

Re: Application-wide SQL Injection prevention?

2007-08-06 Thread Dinner
On 8/6/07, Justin Scott wrote: Anyways, while I'm percolating, anyone have any ideas? Doable, not-doable, done? Hmmm There was a link to a site earlier today where I found a XSSBlock custom CFML tag that has an option to block basic SQL injection attacks:

Re: AUTOSUGGESTBINDDELAY won't take anything less than 1

2007-08-06 Thread David Mineer
Sean. Thank you. That makes it work exactly like I want it to. Too bad it can't default to 0.5 but allow us to choose 0.1 or even 0.0. Is that a feature request that I could submit? Would that go to Yahoo or Adobe? Is there an overwhelming reason to not allow us to set anything below 1?

Re: CF / Alagad / Photography Questions

2007-08-06 Thread Claude Schneegans
I have used CFX_ImageCR from Efflare (version 3) in the past with excellent results. Let me second this recommendation. I get reduced images with the same quality as with the smart resizing in Paint Shop Pro. -- ___ REUSE CODE! Use custom tags; See

RE: Application-wide SQL Injection prevention?

2007-08-06 Thread Paul Vernon
I don't know how many times we've seen the subject of this thread over the last few years but it generally ends with Jochem blowing holes in every type of contrived SQL injection protection and the general consensus ends up being if you are worried about SQL injection, use CFQUERYPARAM. For XSS

Re: Issue with CF code not running in CMS

2007-08-06 Thread Dinner
On 8/6/07, Justin Scott wrote: does not get executed. If you want that code in the database to be executed, you will need to write it to a file first, then include it in the page. Generally I don't recommend doing that unless you absolutely You can also create a function, like

cfoutput and groups

2007-08-06 Thread Peter Tanswell
Hi there I have a query where I am getting information from 2 tables. Basically a category table i.e. categories are face, body breasts Users have entered details of cosmetic enhancementprocedures according to whether the procedure is for face, body or breasts, e.g. face has face lift,

Re: cfoutput and groups

2007-08-06 Thread Joel Watson
Hi there I have a query where I am getting information from 2 tables. Basically a category table i.e. categories are face, body breasts Users have entered details of cosmetic enhancementprocedures according to whether the procedure is for face, body or breasts, e.g. face has face

Re: cfoutput and groups

2007-08-06 Thread James Holmes
You need an inner cfoutput to loop inside the group. On 8/7/07, Peter Tanswell [EMAIL PROTECTED] wrote: Hi there I have a query where I am getting information from 2 tables. Basically a category table i.e. categories are face, body breasts Users have entered details of cosmetic

  1   2   >