RE: Preventing user from changing ID number in URL

2008-05-08 Thread Michael Stevens
-Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 3:54 PM To: CF-Talk Subject: RE: Preventing user from changing ID number in URL Obscurity still isn't security though. Better yet, run whatever security checks are necessary when displaying a ticket

Re: Preventing user from changing ID number in URL

2008-05-08 Thread gary gilbert
I agree with brad in that only those people with access to the ticket should see it, then it doesnt matter if they manipulate the id it gets them nothing. Having role based security or resource based security will help prevent unauthorized users from manipulating the url to view a ticket that

RE: Preventing user from changing ID number in URL

2008-05-08 Thread William Seiter
I would suggest: Do a search on the url id and verify the current user is allowed to access it, if they are then set a session variable like 'session.lastticket', if they are not allowed, then do a search for the 'session.lastticket' if it exists. Last resort cflocation them to the home page.

Need IIS ColdFusion help

2008-05-08 Thread Michael Stevens
Due to a RAID card error on one of our Dell PowerEdge 1800s (it is currently running but without a mirror) I will be forced to reconstruct an array and reinstall Server 2003, IIS, ColdFusionMX. I don't know much about IIS or ColdFusion so I'm hoping there will be an easy way :| Possibly export

avoiding long running requests when users download files (whilst hiding the path to the file)

2008-05-08 Thread Matthew Kennedy
Is there any way of avoiding long running coldfusion requests when users download files? At the moment they are coldfusion requests because I want to hide the location of the file from the user so i do the following: cfheader name=Content-Disposition value=attachment;

Re: Error E0-0602 (Vdb Access): Error in read_entry: 00000001.ddd, RESUME, 0

2008-05-08 Thread Kevin Feeley
Hi Gurus, I work on peoplesoft and we use verity to index our applicant details. we use mkvdk to index the data from *.bif and *.dat files. while searching for applicants online, I get the following errorE0-0602 (Vdb Access): Error in read_entry: 0001.ddd, RESUME, 0 . Does

Re: Preventing user from changing ID number in URL

2008-05-08 Thread Nathan Strutz
How about adding a querystring hash to your querystring. Follow me on this... Your links will change from href=myPage.cfm?id=5 to href=myPage.cfm?#buildLink(id=5)#. The buildLink (or whatever you call it) UDF will make a hash of your querystring plus a local salt, plus a session salt. buildLink

404's

2008-05-08 Thread Jenny Gavin-Wear
I've just done a big update on a site and, of course, the files names and structure has all changed. I've been looking for ways to handle the 404 problems, especially for SEO. I host several sites on the same IIS server, running CF 7, so I'm reluctant to use the server wide 404 mapping in CF

finding cf developers

2008-05-08 Thread Chad Gray
Is there a web site that lists CF developers that are for hire? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k

OT - Google Hosted Email

2008-05-08 Thread Adrian Lynch
Anyone out there using Google's hosted email? I've set up one account and was going to recommend it to a client but I haven't had enough experience with it to be 100% sure. Cheers. Adrian Lynch http://www.adrianlynch.co.uk/

long coldfusion requests for downloading files

2008-05-08 Thread Matthew Kennedy
Is there any way of avoiding long running coldfusion requests when users download files? At the moment they are coldfusion requests because I want to hide the physical location of the file from the user so i do the following: cfheader name=Content-Disposition value=attachment;

CF Opinions: best AIR developement methods

2008-05-08 Thread coldfusion . developer
All, On the Adobe AIR product page, they ask what type of developer are you? http://www.adobe.com/products/air/ Other than knowing the technologies with each developer type, how does someone that is just starting to learn AIR know the benefits and drawbacks of each approach? Maybe I'm

RE: cfmail... and fonts.

2008-05-08 Thread Jenny Gavin-Wear
Hi Ian, Cfmail isn't a mail client. It purely sends whatever you want it to send. To acheive what I think you are trying to acheive, prepare the content of your email using a text editor (such as fckeditor) where you can format the text with fonts, etc, then have cfmail send that content.

Re: Validation of a select Menu using cfselect

2008-05-08 Thread Heather Harkins
Thanks, Phillip -- This is something that has irked me for years. Due to its limitations, I've never really used CFFORM extensively, but I thought I'd give it a go for a new project and hit this immediately. Your fix is great - if you control your own CF Server, but if you've got a client

Re: Verity and PDF

2008-05-08 Thread Raymond Camden
Well, let me step in and defend Verity. It will index quite a few format types so I think it has quite strong indexing capabilities. I do agree that a page # would be handy. It may even be possibly in the 'real' Verity, not the bundled Verity. On Sun, May 4, 2008 at 9:34 PM, Richard Steele [EMAIL

Re: Need advice - googlebot is creating errors.

2008-05-08 Thread Daniel Roberts
It looks like the characters were escaped, you need to escape the first ampersand when posting it amp;amp;amp; = amp;amp; The only thing that comes to mind, unless Google is broke, is that you may have a page where you are escaping a URL twice.

Producing a cXML file

2008-05-08 Thread Steve Sequenzia
I am working on a fairly simple solution that allows users to input information from an invoice and it then drops the data in a MSSQL database. I need to then be able to pop out cXML files that can be uploaded to a billing vendor. Does anyone out there have any experience with cXML and how to

Securing (SSL/HTTPS) CFID and CFTOKEN

2008-05-08 Thread Jide Aliu
Hi Folks, Is it possible to send CFID, CTOKEN or even JSessionID by Encrypted connections only. The 3 are generated by ColdFusion server unlike a CFCOOKIE which I can write like so CFCOOKIE NAME = Name Value = Value Expires = Expiration Date secure=Yes. Clues please. Jide

Re: query on query advice

2008-05-08 Thread Richard White
Hi bobby, this would be fantastic but it only allows you to pass in one column to merge them together. however i need them to merge together based on 2 primary key columns thanks richard I, and another guy, used this years ago to do just that. http://cflib.org/udf.cfm?ID=1021

Re: OT: IIS Question...

2008-05-08 Thread Cutter (CFRelated)
Why do you do that? Preserving the original domain? On the 'Web Sites' tab of a site's properties there is an Advanced button next to the IP Address field. Here you can specify a number of separate host headers for the same site. (This is for IIS 6. IIS 7 may be different, I haven't played

Re: Preventing user from changing ID number in URL

2008-05-08 Thread Mary Jo Sminkey
Can the server tell the difference between someone clicking a link, and someone entering an url in the address window of the browser? That's what you have to contend with. My hunch is that it's just an http request either way, so there's really not a way to do what you're looking for.

Are we all going to get email bombed?

2008-05-08 Thread Bobby Hartsfield
Did I miss a maintenance schedule or something? I don't recall the list ever being down this long. Are we all going to get flooded once mail starts coming in again? I haven't seen anything since Tuesday morning. (May 06) ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com

Re: query on query advice

2008-05-08 Thread Axel Schultze
Doesn't a left outer join do the job? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive:

User/Role/Group Permissions

2008-05-08 Thread Jason Durham
Anybody have any recommendations on web sites or literature for setting up role-based OO permission architecture? I'd like to have a method on each user object that checks through a list of asset permissions. Setting up the necessary DB tables and assigning asset permissions is the type of stuff

uploading zip file with cfhttp creates file cf/java can't unzip but other apps can

2008-05-08 Thread Daniel Roberts
I'm running into a really frustrating problem. I am working on a monitoring tool for a batch email service we provide. The system accepts a zip file with required files, unzips them and then queues up the job for processing. I would like to be able to submit test jobs from a remote server on a

Rant on ColdFusion 8 Report Builder... anyone used it?

2008-05-08 Thread Andy Chen
It is nice to see Adobe taking development time to build up a FREE Report Building application for ColdFusion. I never used the CF 7 MX version of it but just tried the latest build to see if I can adapt it for some reporting I need to do. I also evaluated Crystal Reports 2008 just to measure

CFLayout

2008-05-08 Thread William Seiter
Hi all, I have started a project utilizing the ajax commands in cf8 and I have come across a situation. I want to pull the data inside of the tabbed areas of a cflayout 'only' when the tab is initiated (clicked on). I was wondering if anyone has any ideas of how to do it. I was attempting

Re: Best way to create cflist of unique words from long text ...

2008-05-08 Thread Daniel Roberts
http://www.bennadel.com/blog/432-Using-ColdFusion-Structures-To-Remove-Duplicate-List-Values.htm * !--- Create a structure to hold the movie titles. --- * cfset objMovies = StructNew() / * * !--- Loop over the list to add mappings to the struct. --- * cfloop index=strMovie

Re: Preventing user from changing ID number in URL

2008-05-08 Thread Dominic Watson
Obscurity still isn't security though. Better yet, run whatever security checks are necessary when displaying a ticket to verify the person logged in should be able to view it. That really is the only way to be sure sensitive data isn't exposed to others. All someone would need was a copy

RE: Preventing user from changing ID number in URL

2008-05-08 Thread Dave Watts
Obscurity still isn't security though. Better yet, run whatever security checks are necessary when displaying a ticket to verify the person logged in should be able to view it. That really is the only way to be sure sensitive data isn't exposed to others. This really is the only

RE: or in a cfcase statement

2008-05-08 Thread Scott Stewart
I went back and looked at what I was testing against, in this case Record count lt 3. However there's a different piece of code run if record count eq 0. So I wound up using a nest if statement. Cfif recordcount lt 3 Cfif recordcount eq 0 Run insert Cfelse

Re: Preventing user from changing ID number in URL

2008-05-08 Thread Jeff Price
This is really the only acceptable solution. If you care about security, you need to verify every user action. Yeah, that would work. When they log in, their role is stored in a session variable so I could just do the check that way. Brad Wood wrote:

Re: Changing Hyperlink Target in PDF or FlashPaper

2008-05-08 Thread Joe Twarkins
I'd like to add a link to a Report Builder report and when I set it up it works great, but it uses the same window to open the link. Does anyone know the trick to have it open a new window when click on a link (similar to _blank). In Report Builder, within the properties window, the

RE: Adobe Spry Menu and Flash - Last Try

2008-05-08 Thread Jenny Gavin-Wear
Too funny .. I spent an hour or so (and then some) working this out from Google searches at just about the time time this message was posted ... sighs J -Original Message- From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: 21 April 2008 16:37 To: CF-Talk Subject: RE: Adobe Spry Menu

Loosing Application scope value over time

2008-05-08 Thread Axel Schultze
Running CF 8.01 on Win2003 Server My directory structure: wwwroot/main/application.cfc cfcomponent output=false !--- Name the application and turn SESSION Management on. --- cfset this.name=Xeequa cfset this.sessionManagement=true !--- Application Start ---

Re: query on query advice

2008-05-08 Thread Richard White
Hi Gerald, yeah that seems the best way to go about it thanks gerald richard you can use ColumnList to tease out the column names and use them to dynamicly created the query. cfquery name=getProj datasource=#application.DSN# SELECT * FROM

Re: Scheduled jobs runs twice

2008-05-08 Thread Tarea Ponder
Hello Mike, Thanks for the advise I did delete the task and readded. problem still exist of two jobs running. I then deleted and did NOT added back via admin task scheduler. The job still ran ! In the server/scheduler log coldfusion appears to be running twice. Any suggestion ? Don't know where

RE: CF redefines math: 5 = 6

2008-05-08 Thread Brad Wood
I'm not sure what you mean by string everything, unless that was a typo for strip. According to the docs, int is supposed to return then the next smallest integer. So technically it doesn't even strip as -4.3 would return -5. If you pass in an even integer, it should come out unscathed. It

RE: Flex3 and CF 8 connection problem

2008-05-08 Thread Kevin Aebig
It sounds like an IIS connector issue we've encountered. Were you by chance running on IIS? If so, re-installing the connectors has fixed this for us in the past. !k -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 6:23 PM To: CF-Talk

Show Full Thread not working?

2008-05-08 Thread Terry Schmitt
Is it just me or is Show full thread not working? For the last few days I just get dumped out to the main CF-Talk page. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Support for Japanese [heur SPAMTRAP]

2008-05-08 Thread Paul Hastings
Rey Bango wrote: I've never done development for sites that need to support the Japanese language. What's a good starting point for this? Does CF have built-in capabilities for this? if you've done other i18n work, this is no different except of course where it's different ;-) and that's

cookies across servers

2008-05-08 Thread Scott Stewart
Hey all, Is it possible to have a cookie, accessible by two different sites on different servers? What I've got is a login information cookie, that is supposed to allow access to two different sites, under different domains, on different servers. Thanks sas -- Scott Stewart

Re: finding cf developers

2008-05-08 Thread Jake Churchill
Try cf-jobs on houseoffusion.com Jake Churchill CF Webtools 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 Chad Gray wrote: Is there a web site that lists CF developers that are for hire?

Bind Problem cfinput to check boxes...

2008-05-08 Thread Paul Ihrig
so i have this cfinput cfinput type=text name=ascList bind={Assign} bindonload=true it is bout to a checkbox value.. cfinput type=checkbox name=Assign checked=#checked# value=#aId# you should be able to check uncheck multiple boxes, or just type in the id's you want.. the check box is in a

RE: finding cf developers

2008-05-08 Thread Scott Stewart
Have you posted requests to the CF-Jobs list? sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 11:38 AM To:

Re: Bind Problem cfinput to check boxes...

2008-05-08 Thread Paul Ihrig
think i found my problem cfif getAccessory.ascList contains '#getAscList.aId#' cfset checked=true cfelse cfset checked=false /cfif ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

Re: uploading zip file with cfhttp creates file cf/java can't unzip but other apps can

2008-05-08 Thread Daniel Roberts
Here is a one page test for the problem. I've tried this on different computers with Windows and OSX. Below is very basic, though messy, example of the problem. It may end up being a bug in CF or something, or I may just be missing something about uploading binary files...but I've tried all the

RE: 404's

2008-05-08 Thread Andy Matthews
If you had CF8, you could take advantage of the onMissingTemplate method. You could try using a URL rewrite tech such as ISAPE_REWRITE. It's really easy and relatively inexpensive. There's also an open source alternative to it, but I can't recall the name of it. -Original Message- From:

Re: CF redefines math: 5 = 6

2008-05-08 Thread Greg Morphis
yeah it was a typo for strip On Wed, May 7, 2008 at 12:15 AM, Brad Wood [EMAIL PROTECTED] wrote: I'm not sure what you mean by string everything, unless that was a typo for strip. According to the docs, int is supposed to return then the next smallest integer. So technically it doesn't

CF8: Reversing arrays?

2008-05-08 Thread Andy Matthews
It used to be possible to reverse an array, at least in CF6 and CF7 using the Reverse method. It appears however that Adobe has removed this functionality in CF8. Is there any single tag/function which picks up this functionality from the Reverse method? Andy Matthews

CF8: Reading a file from the end instead of the beginning?

2008-05-08 Thread Andy Matthews
I have a log file that I'm looking to parse. I only care about the last entry. Is it possible to read in the file, then loop over it from the end, rather than the beginning? Here's the code I've got right now. It works well, but why loop over parts that aren't needed right? cfscript

Re: OT - Google Hosted Email

2008-05-08 Thread jonese
i use it for all my domains. so far nothing but love. -- jonese http://www.jonese.us http://twitter.com/jonese On Wed, May 7, 2008 at 6:37 AM, Adrian Lynch [EMAIL PROTECTED] wrote: Anyone out there using Google's hosted email? I've set up one account and was going to recommend it to a client

Re: Scheduled jobs runs twice

2008-05-08 Thread Ian Skinner
Tarea Ponder wrote: Hello Mike, Thanks for the advise I did delete the task and readded. problem still exist of two jobs running. I then deleted and did NOT added back via admin task scheduler. The job still ran ! In the server/scheduler log coldfusion appears to be running twice. Any

Re: Producing a cXML file

2008-05-08 Thread Dominic Watson
I'm not sure if there is anything specific to cXML but I have made a couple of components that could be useful in creating an extended, cXML specific component: http://betterxml.riaforge.org/ What may work out easier for you now however, is to simply output xml using cfsavecontent, or cfxml:

Session variables across servers

2008-05-08 Thread Scott Stewart
Hey all, We've got a weird temporary issue.. We have two websites, on different servers under different domains. They need one login for both sites. My understanding is that J2EE Session variables will persist between servers/domains. How do you implement this in ColdFusion? Thanks

Re: Loosing Application scope value over time

2008-05-08 Thread James Holmes
Why on earth would you do this: cfset APPLICATION = StructNew() / ??? On Thu, May 8, 2008 at 9:50 AM, Axel Schultze [EMAIL PROTECTED] wrote: Running CF 8.01 on Win2003 Server My directory structure: wwwroot/main/application.cfc cfcomponent output=false !--- Name the

Re: Rant on ColdFusion 8 Report Builder... anyone used it?

2008-05-08 Thread Terry Schmitt
I don't think you're missing anything... I feel the same way that you do. It is just rather clunky, for lack of a better technical term. With that said, though, I find cfreport to be invaluable for certain applications. It works very well for printing labels and using specialized forms/labels

Re: cfmail... and fonts.

2008-05-08 Thread Ian Skinner
Jenny Gavin-Wear wrote: Hi Ian, Cfmail isn't a mail client. It purely sends whatever you want it to send. Yes, I was not talking about cfmail, but my companies choice of a mail client. What I was working with was a simple space delimited text file. But my mail client doesn't default to a

RE: CF Opinions: best AIR developement methods

2008-05-08 Thread Kevin Aebig
Well it's pretty cut and dry actually. They want developers to be able to produce software quickly. Whichever development environment you feel the most comfortable with is more likely to produce results the fastest. I personally love Flex, so that's what I choose. Other people aren't as big of

Re: Scheduled jobs runs twice

2008-05-08 Thread Jon Clausen
Another thought: Did you, perchance, self-close a cfmodule tag somewhere in the task template? This will cause the module template to execute twice on CF7 and CFMX. Example: cfmodule template=/mytemplate.cfm attributecollection=#attrib#/ HTH, Jon On May 8, 2008, at 11:37 AM, Ian

Re: Securing (SSL/HTTPS) CFID and CFTOKEN

2008-05-08 Thread Mike Chabot
There are a few ways to do this, but it somewhat depends on what your business goal is. Is your goal to have only people with https connections get CF sessions? Do you want to protect your entire site or just part of it? If you want to enforce SSL one of the best places to do this is on the Web

RE: Need IIS ColdFusion help

2008-05-08 Thread Jacob
What is the RAID card? Is it build into the motherboard or an expansion card? If it is an Adaptec card, you can replace the RAID card. The RAID information will be on the hard drive. I have replaced two Adaptec RAID cards in the past and never had to re-install. The new card finds the RAID

Re: Rant on ColdFusion 8 Report Builder... anyone used it?

2008-05-08 Thread Rob Parkhill
I have used report Builder for both 7 and 8. Version 8 is much better than the earlier version. I have created a variety of reports with it. My biggest problem with it is getting it to connect to the RDS so that I can build the queries more effeciently. And just like Terry said, there is

RE: 404's

2008-05-08 Thread Jacob
You need to put the original files back and 301 them to the new files. You can also use ISAPI rewrite. I would not redirect all 404's to one page. -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 9:19 AM To: CF-Talk Subject: 404's I've

RE: Session variables across servers

2008-05-08 Thread Brad Wood
Session will persist between two domains if you have the same cfapplication on both sites and keep passing in the same cfid and cftoken values when going from one domain to another. Session replication between physical servers is another thing. You need to be running ColdFusion enterprise, and

CONTAINS issue help

2008-05-08 Thread Paul Ihrig
ok i have a issue with Contains. and am not sure how to resolve it... in a cfoutput loop i am looking at a list of id's like 5,31 if the id is 5 or 31 it bolds some thing i was doing that by. cfif ascList contains #aId#strong#aId#/strongcfelse#aId#/cfif this was fine at first. but now i am

RE: cookies across servers

2008-05-08 Thread Dave Watts
What I've got is a login information cookie, that is supposed to allow access to two different sites, under different domains, on different servers. Cookies cannot be shared across domains. You will need to pass that information another way. One fairly easy way to do that is to have the

RE: Session variables across servers

2008-05-08 Thread Scott Stewart
Brad, Does this involve activating J2EE session vars Thanks sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08,

RE: Session variables across servers

2008-05-08 Thread Scott Stewart
Ignore my last post brain fart...going on vacation on Sunday, brains not here -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent:

Re: OT: IIS Question...

2008-05-08 Thread JediHomer
Just so that all domains and variations for that domain are sent to the full domain name that we use to market that site. We will often but the .co.uk and .net domains but only market the ..com. We then get the .co.uk and .net to forward to the .com 2008/5/7 Cutter (CFRelated) [EMAIL

RE: CF Opinions: best AIR developement methods

2008-05-08 Thread Dave Watts
Maybe I'm thinking too much. I understand the foundations of the various technologies implied for each type. I guess I'm concerned about the pieces to the puzzle beyond these known technologies other than wrapping them in the AIR interface. You're thinking too much. If you know Flex, you

RE: OT - Google Hosted Email

2008-05-08 Thread Dave Watts
Anyone out there using Google's hosted email? I've set up one account and was going to recommend it to a client but I haven't had enough experience with it to be 100% sure. I strongly recommend Google Apps for Your Domain. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig

Re: Are we all going to get email bombed?

2008-05-08 Thread Michael Dinowitz
The coldfusion on the mail server had a problem and only a trickle of mail was going through. When I found this out I restarted it and your getting the result. If you see a problem with the lists, please feel free to email me or call me at 718-951-3235 (home) 718-252-2329 (cell) - If you see

RE: CF Opinions: best AIR developement methods

2008-05-08 Thread Andy Matthews
I will warn you that while I found HTML/JS to be quicker in development than Flex (due to me lesser knowledge of Flex), the documentation on HTML/JS AIR apps is sorely lacking. Especially when you get into some of the more complicated processes. -Original Message- From: Dave Watts

RE: Session variables across servers

2008-05-08 Thread Dave Watts
We've got a weird temporary issue.. We have two websites, on different servers under different domains. They need one login for both sites. My understanding is that J2EE Session variables will persist between servers/domains. If you're using cookies for your session tokens, they can't be

RE: Scheduled jobs runs twice

2008-05-08 Thread Kevin Aebig
We just rebuilt our primary webserver and are having the same issue. I migrated the settings over using the neo-[config].xml files from the Coldfusion directory. We're running on IIS as a single instance. We have code in place to avoid it running twice, but it seems to start again before the

RE: Session variables across servers

2008-05-08 Thread Scott Stewart
Thanks Dave, I'm looking for different possibilities it's a rig until they move the sites to the same server... sas -- Scott Stewart ColdFusion Developer SSTWebworks 4405 Oakshyre Way Raleigh, NC. 27616 (919) 874-6229 (home) (703) 220-2835 (cell) -Original Message- From: Dave

RE: 404's

2008-05-08 Thread Jenny Gavin-Wear
Thanks for the replies ... Would it be possible to change the default 404 page in IE? -Original Message- From: Jacob [mailto:[EMAIL PROTECTED] Sent: 08 May 2008 16:59 To: CF-Talk Subject: RE: 404's You need to put the original files back and 301 them to the new files. You can also use

Re: OT - Google Hosted Email

2008-05-08 Thread J.J. Merrick
Was one of the best tech decisions we made! Great stuff. J.J. On Wed, May 7, 2008 at 5:37 AM, Adrian Lynch [EMAIL PROTECTED] wrote: Anyone out there using Google's hosted email? I've set up one account and was going to recommend it to a client but I haven't had enough experience with it

RE: Validation of a select Menu using cfselect

2008-05-08 Thread Dave Watts
Your fix is great - if you control your own CF Server, but if you've got a client who's on a shared box, then you need another work-around. No, you can just copy the existing JS files to your own directory, then use the SCRIPTSRC attribute of CFFORM. Dave Watts, CTO, Fig Leaf Software

Re: 404's

2008-05-08 Thread Phillip Vector
What Do you know what a 404 page is? It's on the server. You don't use IE to change it unless you are talking a web based control panel (and even then, that's specific to what kind of web package you have). So... the short answer is... Depends. On Thu, May 8, 2008 at 9:20 AM, Jenny

Re: CF8: Reversing arrays?

2008-05-08 Thread Barney Boisvert
a = [1, 2, 3, 4, 5]; createObject(java, java.util.Collections).reverse(a); a.toString(); // [5, 4, 3, 2, 1] Also of interest is Collections.sort(), which will sort an array using natural ordering. You'll get errors if the contains types aren't all mutually naturally orderable (all implement

Re: query on query advice

2008-05-08 Thread Richard White
hi axel, i have tried this but query of query in coldfusion doesnt seem to accept left outer join. i get an error saying '...syntax error near left...' is the left outer join meant to work in query of query in coldfusion thanks richard Doesn't a left outer join do the job?

RE: 404's

2008-05-08 Thread Jenny Gavin-Wear
When I looked into IIS it appeared to me that the default error pages could be changed for each hosted site. I'm nervous about playing with it and screwing it up .. And yes, thanks, I've been in IT long enough to know what a 404 is. -Original Message- From: Phillip Vector [mailto:[EMAIL

Re: 404's

2008-05-08 Thread Phillip Vector
Ok.. Yes.. It can be changed with IE... Also with Safari and Firefox... But not Opera... Don't use Opera. ;) On Thu, May 8, 2008 at 9:39 AM, Jenny Gavin-Wear [EMAIL PROTECTED] wrote: When I looked into IIS it appeared to me that the default error pages could be changed for each hosted site.

Re: CF8: Reversing arrays?

2008-05-08 Thread Dominic Watson
It used to be possible to reverse an array, at least in CF6 and CF7 using the Reverse method Reverse() is for reversing a string: http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentationfile=0616.htm Here's a little udf for

RE: 404's

2008-05-08 Thread Brad Wood
It is technically possible to override what the browser displays when it receives an HTTP code of 404 by actually sending back 200 with a catch-all page that simply says 404-not found. Please try here etc at the top of it. This, of course, isn't really a 404 at all, but it is prettier than

Re: CONTAINS issue help

2008-05-08 Thread Paul Ihrig
so dense some days cfif #ListFind(ascList, aId)# ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive:

Re: 404's

2008-05-08 Thread David Livingston
This is for Win 2k server, but it probably hasn't changed too much in newer versions. Hope it helps. You can probably test on your local windows machine before deploying to server. http://technet.microsoft.com/en-us/library/bb727138.aspx Dave On May 8, 2008, at 11:39 AM, Jenny Gavin-Wear

RE: query on query advice

2008-05-08 Thread Brad Wood
No-can-do compadre. There are some funky workarounds (http://instantbadger.blogspot.com/2006/07/faking-left-outer-join-in-que ry-of.html) but query of query's do not natively support that syntax. Very sad indeed ~Brad -Original Message- From: Richard White [mailto:[EMAIL PROTECTED]

RE: CF8: Reversing arrays?

2008-05-08 Thread Adrian Lynch
Not exactly what you'd want :OD cfscript function ReverseArray(arr){ return ListToArray(Reverse(ArrayToList(arguments.arr))); } /cfscript cfset names = [Bill,Ben,Bob,Barney] cfdump var=#ReverseArray(names)# -Original Message- From: Dominic Watson [mailto:[EMAIL

RE: CF8: Reversing arrays?

2008-05-08 Thread Dave Watts
Here's a little udf for reversing an array using the Reverse() method: cfscript function ReverseArray(arr){ return ListToArray(Reverse(ArrayToList(arguments.arr))); } /cfscript I don't think that'll work. If you provide an array with positions containing more than one

Re: CF8: Reversing arrays?

2008-05-08 Thread Barney Boisvert
I'm pretty sure that'll reverse the whole string, not the list elements, so you if you started with [ab, cd, ef], you'd end up with [fe, dc, ba], rather than the correct [ef, cd, ab]. I don't know if it would work correctly with dates either, since they'd be converted to strings, but wouldn't be

Re: CF8: Reversing arrays?

2008-05-08 Thread Dominic Watson
I don't think that'll work. If you provide an array with positions containing more than one character, the characters within each position will also be reversed. ;) yup me = dumbass, just looked at the java.utils.Collections object - perfect for the job.

Re: CFMX 6.1, Windows 2003 Advanced Server and IIS 6

2008-05-08 Thread Michael Stevens
We have a web server running Windows 2000 Advanced Server and CFMX 6.1 standalone install. We are about to upgrade this server to Windows 2003 Advanced Server and IIS 6. Can we do this upgrade while leaving CFMX in place? If not, how should we proceed? I'm not sure if you'll be able to avoid

Re: CF8: Reversing arrays?

2008-05-08 Thread Dominic Watson
I'm pretty sure that'll reverse the whole string, not the list elements, so you if you started with [ab, cd, ef], you'd end up with [fe, dc, ba], rather than the correct [ef, cd, ab]. I don't know if it would work correctly with dates either, since they'd be converted to strings, but wouldn't be

Re: query on query advice

2008-05-08 Thread Richard White
thank brad your right it is a shame, i hope that adobe will be enhancing the query of query to support any sql as this will make all our jobs easier :) thanks No-can-do compadre. There are some funky workarounds (http://instantbadger.blogspot.com/2006/07/faking-left-outer-join-in-que

RE: query on query advice

2008-05-08 Thread Brad Wood
Go forth unto all the nations and make your voice heard. Or at least go forth unto Adobe... http://www.adobe.com/go/wish ~Brad -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 12:07 PM To: CF-Talk Subject: Re: query on query advice thank

RE: CFMX 6.1, Windows 2003 Advanced Server and IIS 6

2008-05-08 Thread Dave Watts
Dave mentions backing up and restoring the CFMX settings but fails to mention how. Can anyone elaborate? You can either use the CAR archive option, if you have Enterprise, or you can backup \{cf}\lib\neo-*.xml and jvm.config. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig

Re: query on query advice

2008-05-08 Thread Richard White
thanks for the link i just submitted the request :) Go forth unto all the nations and make your voice heard. Or at least go forth unto Adobe... http://www.adobe.com/go/wish ~Brad thank brad your right it is a shame, i hope that adobe will be enhancing the query of query to support any sql as

  1   2   >