Re: Handling multiple selection

2008-03-13 Thread Azadi Saryev
what do you mean by 'handling'? are you referring to the form's action page? multi-select list passes a coma-delimited list of selected items' values to the action page. you may have to adjust your action page code to loop over this list and perform necessary actions... Azadi Saryev Sabai-dee.com

Re: Handling multiple selection

2008-03-13 Thread Peter Tanswell
Hi Azadi That works but if a user selects 2 employees, it is only handling the first id. Thanks On Fri, Mar 14, 2008 at 4:19 PM, Azadi Saryev <[EMAIL PROTECTED]> wrote: > WHERE empid IN ( cfsqltype="cf_sql_varchar">) > > hth > > Azadi Saryev > Sabai-dee.com > http://w

Re: Handling multiple selection

2008-03-13 Thread Azadi Saryev
WHERE empid IN () hth Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Toby King wrote: > Hi there > > I am developing a form for an organisation for their HR section to report on > superannuation contributions etc. > > HR want to be able to select 1 or more staff members to report on a

Handling multiple selection

2008-03-13 Thread Toby King
Hi there I am developing a form for an organisation for their HR section to report on superannuation contributions etc. HR want to be able to select 1 or more staff members to report on at any one time. I have a list/menu in the form where a user can select 1 or more names to report on.

Re: CFLDAP finds cn but can't find password or certain attributes

2008-03-13 Thread david reiter
FIXED It required userPrincipalName (retrieved from the first CFLDAP query using the cn as the username) for the username on the second query. Wow - what a nightmare. But my app works and the client is happy, so all's well that ends well. Thank you all very very much - I wouldn't have ma

Re: cfmail to hotmail

2008-03-13 Thread Casey Dougall
Make sure you have a ptr record setup for your webserver so that on dns checks yahoo and msn know your webserver is allowed to send mail from your domain. This site can assist in getting spf txt records setup for ya http://www.openspf.org/ On Thu, Mar 13, 2008 at 7:51 PM, Dominic Watson < [EMAI

Re: cfmail to hotmail

2008-03-13 Thread Dominic Watson
Add yahoo to the mysterious dissappearing trick too. Incidentally, gmail and pop3 accounts having no problems and I can CC another address :O Dominic On 13/03/2008, Dominic Watson <[EMAIL PROTECTED]> wrote: > > Hi all, any emails I send to a hotmail account through cfmail just seem to > disappea

SOT - 404 error for files that exist...

2008-03-13 Thread Les Mizzell
This is sorta off-topic, but the folks here are smarter than some of the other lists - heh. It *is* a Coldfusion site, so it's not completely off-topic. For this month, a particular site has generated an amazingly large number of HTTP 404 "Document Not Found" errors. 10,621 this month to date,

cfmail to hotmail

2008-03-13 Thread Dominic Watson
Hi all, any emails I send to a hotmail account through cfmail just seem to disappear into cyber-heaven. They're not going to a spam folder and my logs say that the email was sent successfull but in the hotmail inbox they are not. Anyone experience this? Dominic -- Blog it up: http://fusion.domi

Re: File download not working

2008-03-13 Thread James Holmes
Did you recently turn off caching in IE, or do you prevent caching in the page higher up (with no-cache headers etc)? On Fri, Mar 14, 2008 at 6:01 AM, Dave <[EMAIL PROTECTED]> wrote: > I'd seen the content-description in a few examples figured I'd give it a > try. I've also see the attachment fo

Re: Hostmysite down?

2008-03-13 Thread Jamie Price
The problem has been diagnosed and for the most part resolved. The main core switch there had a corruption in it's configuration and rebooted, but due to the corruption issue we could not automatically fail over to the hot spare. This was remedied by manually failing over. The total downtime

RE: Hostmysite down?

2008-03-13 Thread Russ
Thanks Jaimie, we came back up a little while ago. Any idea of what the problem was? Russ > -Original Message- > From: Jamie Price [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 13, 2008 6:48 PM > To: CF-Talk > Subject: Re: Hostmysite down? > > >All my sites seem to be down and so do

Re: Hostmysite down?

2008-03-13 Thread Jamie Price
>All my sites seem to be down and so does their website and phone support. >Anyone know what's going on? > > > >Russ One of our Datacenters (DC2) is experiencing an outage, and has been for the last 10 minutes or so. The phones are jammed (and in some cases going to BUSY, depending on the lin

Hostmysite down?

2008-03-13 Thread Russ
All my sites seem to be down and so does their website and phone support. Anyone know what's going on? Russ ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.

RE: inSERTurl variables into database using coldfusion

2008-03-13 Thread Dave Francis
If you mean by clicking on the submit button, then the variable will have to be in a hidden field as as FORM variable, OR in the form action=url?name=xxx as a URL variable. -Original Message- From: erik tom [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 5:04 PM To: CF-Talk Subjec

Re: inSERTurl variables into database using coldfusion

2008-03-13 Thread erik tom
>URL (get) variables are accessed via the URL scope. > >URL.foo > >As opposed to form [post] variables, which are accessed via the FORM scope. > >FORM.foo Ok. But how can i get it fix so it will pass the url by clicking on the link ~

RE: File download not working

2008-03-13 Thread Dave
I'd seen the content-description in a few examples figured I'd give it a try. I've also see the attachment formatted with colon and semi-colon as well as simply attachment="filename". I started with a semi-colon and no content-description with the same end. It is working under firefox, just not

Re: inSERTurl variables into database using coldfusion

2008-03-13 Thread Matt Quackenbush
URL (get) variables are accessed via the URL scope. URL.foo As opposed to form [post] variables, which are accessed via the FORM scope. FORM.foo ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to

inSERTurl variables into database using coldfusion

2008-03-13 Thread erik tom
Hi guys . I have 2 forms . The first form sending email which provide the link to second form http://omnilearn.com/sunriseportal/external/addressemail/form.cfm?name=test";>Address Form Submission. When the usr click on the link the second form show up. after the complete the form they click the

Re: Website Statistics Recommendations

2008-03-13 Thread Brian Love
I use mint and really like it, plus it has a plugin interface, so you can write your own plugin (PHP) or download any of the third-party plugins. You can get it at haveamint.com -Brian >All: > > > >Can anyone recommend a website statistics (log analyzer or otherwise) >package that can work wi

Re: SOT: CFEclipse and excluding directories from a project

2008-03-13 Thread Bryan Stevenson
Thanks Barney That sounds doable except for the fact you have to add all the crap you don't want in the first place ;-) Sure makes for a hellish first refresh until you can exclude things. *sigh* Oh well...too bad we can pick a remote folderuncheck the child stuff we don't want and add it a

Re: File download not working

2008-03-13 Thread Jochem van Dieten
Dave wrote: > "...cannot download DownloadUserInfo.cfm...site is either unavailable or > cannot be found...". > > value="attachment:filename=txtfiles.aes"> > > Why do you need the Content-Description? It is not a header from RFC 2616. Your Content-Disposition has a colon instead of a semi-

Re: Website Statistics Recommendations

2008-03-13 Thread Rob Parkhill
Urchin can be downloaded as a three month trial now. It is in beta testing according to Google, and will be available for 2995 when it is released. I like the SmarterStats. Rob On Thu, Mar 13, 2008 at 3:05 PM, Russ <[EMAIL PROTECTED]> wrote: > Urchin was bought by Google... and is no longer a

Re: SOT: CFEclipse and excluding directories from a project

2008-03-13 Thread Barney Boisvert
On Thu, Mar 13, 2008 at 12:01 PM, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > On Thu, 2008-03-13 at 11:41 -0700, Barney Boisvert wrote: > > Use working sets, that's exactly what they're for. And better yet, > > you can overlay multiple working sets on a single project (or group of > > projects

RE: Website Statistics Recommendations

2008-03-13 Thread Mosh Teitelbaum
Thanks for the recommendations everyone. I'll check them out. -- Mosh Teitelbaum evoch, LLC WWW: http://www.evoch.com/ > -Original Message- > From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] > > Can anyone recommend a website statistics (log analyzer or otherwise) > package that can work

RE: Website Statistics Recommendations

2008-03-13 Thread Russ
Urchin was bought by Google... and is no longer available for purchase AFAIK. Google analytics will only analyze pages on which you put their js. It will not analyze images/etc. There are some free log analyzers if that's what you need to do. Russ > -Original Message- > From: Eri

Re: Website Statistics Recommendations

2008-03-13 Thread Charlie Griefer
On Thu, Mar 13, 2008 at 11:55 AM, Eric Roberts <[EMAIL PROTECTED]> wrote: > Urchin was bought by someone and I don't remember who... > > Google analytics is pretty cool...and as you state...free :-D i'm pretty sure Urchin was bought by (and is now) Google Analytics :) -- Evelyn the dog, having

Re: Creating a .cfm file on the fly

2008-03-13 Thread Jeff Fleitz
Check out Peter Bell's CFTemplate at http://cftemplate.riaforge.org/ I use this to do exactly what you are talking about. It will take you an hour to come up to speed on what he is doing, but it works really nicely for creating cfm templates on the fly. Jeff >I have a client who wants me to ma

Re: SOT: CFEclipse and excluding directories from a project

2008-03-13 Thread Bryan Stevenson
On Thu, 2008-03-13 at 11:41 -0700, Barney Boisvert wrote: > Use working sets, that's exactly what they're for. And better yet, > you can overlay multiple working sets on a single project (or group of > projects). Incredibly handy for larger projects/groups of projects. Do you have some quick and

RE: Website Statistics Recommendations

2008-03-13 Thread Eric Roberts
Urchin was bought by someone and I don't remember who... Google analytics is pretty cool...and as you state...free :-D Eric /*-Original Message- /*From: Russ [mailto:[EMAIL PROTECTED] /*Sent: Thursday, March 13, 2008 11:54 AM /*To: CF-Talk /*Subject: RE: Website Statistics Recommendation

Re: SOT: CFEclipse and excluding directories from a project

2008-03-13 Thread Barney Boisvert
Use working sets, that's exactly what they're for. And better yet, you can overlay multiple working sets on a single project (or group of projects). Incredibly handy for larger projects/groups of projects. I don't know if that'll work with "remote dir" things, as I'm not familiar with those at a

SOT: CFEclipse and excluding directories from a project

2008-03-13 Thread Bryan Stevenson
Hey All, I'm trying to add a remote folder (easy enough), but I only want the files in it's root and specific child folders. For example: Remote Dir: My App My Dir contains: file 1 file 2 file 3 dir 1 dir 2 dir 3 I want a folder in Eclipse called "My App" that contains all 3 files and only dir

Re: Emergency cfcfform isssue

2008-03-13 Thread Ian Skinner
Gerald Guido wrote: >>> CFIDE properly mapped and available? >>> > that was it... I was looking at page that didn't have any generated JS so I > assumed it was some feakish Murphy's law thing... > Yup... CFIDE isn't just for JavaScript anymore. It also has the SWF's and such logic ne

Re: Emergency cfcfform isssue

2008-03-13 Thread Gerald Guido
>>CFIDE properly mapped and available? that was it... I was looking at page that didn't have any generated JS so I assumed it was some feakish Murphy's law thing... lack of sleep, huge amount of pressure The site is of *Major importance* to the company. A sub dropped the ball and we had to gener

File download not working

2008-03-13 Thread Dave
I'm trying to enable a user to download a user information file. The file is generated on a different server and is supposed to be offered up to the user to save. I had it working before, but now it's not. I have looked all over the web and have seen and tried various adaptations to the code I s

Re: Emergency cfcfform isssue

2008-03-13 Thread Gerald Guido
Never mind... major freak out 9 hours sleep in 3 days... On Thu, Mar 13, 2008 at 1:46 PM, Gerald Guido <[EMAIL PROTECTED]> wrote: > We have a live site that uses cfform and the js is not being generated AT > ALL. Any Idea on how to get it to work. > > pls no lectures on cf form. The site was

Re: Emergency cfcfform isssue

2008-03-13 Thread Ian Skinner
Gerald Guido wrote: > We have a live site that uses cfform and the js is not being generated AT > ALL. Any Idea on how to get it to work. > > pls no lectures on cf form. The site was done in 2.5 days. > > We just need it work work. > > > Many thanx > G > > CFIDE properly mapped and available? ~

Emergency cfcfform isssue

2008-03-13 Thread Gerald Guido
We have a live site that uses cfform and the js is not being generated AT ALL. Any Idea on how to get it to work. pls no lectures on cf form. The site was done in 2.5 days. We just need it work work. Many thanx G -- "I am always doing that which I can not do, in order that I may learn how to

CFDOCUMENT bug - workaround challenge!

2008-03-13 Thread Dave Phillips
Hi all, I have discovered what appears to be a bug with CFDOCUMENT and am now looking for some sort of workaround/hack/fix for it. I'm working on one right now, but thought I'd share my test code with the community in case someone who is a better coder than I can come up with a solution faster

Re: CFDOCUMENT and table cells with background colors and borders

2008-03-13 Thread Dave Phillips
I have submitted a bug request. I'm going to post a separate thread for a workaround. > It was happening in MX 7 too, so I'm surprised if it's a bug it hasn't > been fixed. Does anyone have any ideas for a work-around/hack to deal > with it? > > Thanks! > > Dave > > > Dave Phillips wrote:

RE: Website Statistics Recommendations

2008-03-13 Thread Adkins, Randy
SmarterStats by SmarterTools -Original Message- From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 12:51 PM To: CF-Talk Subject: Website Statistics Recommendations All: Can anyone recommend a website statistics (log analyzer or otherwise) package that can

Re: Website Statistics Recommendations

2008-03-13 Thread Casey Dougall
On Thu, Mar 13, 2008 at 12:50 PM, Mosh Teitelbaum <[EMAIL PROTECTED]> wrote: > All: > > > > Can anyone recommend a website statistics (log analyzer or otherwise) > package that can work with dynamic content and URLs? That is, it should > be > able to differentiate between page.cfm?id=123 and page

Re: CFDOCUMENT and table cells with background colors and borders

2008-03-13 Thread Dave Phillips
It was happening in MX 7 too, so I'm surprised if it's a bug it hasn't been fixed. Does anyone have any ideas for a work-around/hack to deal with it? Thanks! Dave > Dave Phillips wrote: > > The problem I'm having is that the background color bleeds through > the border 1 pixel. > > That is a

RE: Website Statistics Recommendations

2008-03-13 Thread Russ
We use urchin (which you might not be able to get anymore), but Google analytics should give you most of what you need. Plus it's FREE. Russ > -Original Message- > From: Mosh Teitelbaum [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 13, 2008 12:51 PM > To: CF-Talk > Subject: Website

Website Statistics Recommendations

2008-03-13 Thread Mosh Teitelbaum
All: Can anyone recommend a website statistics (log analyzer or otherwise) package that can work with dynamic content and URLs? That is, it should be able to differentiate between page.cfm?id=123 and page.cfm?id=456 and, ideally, even allow you to assign titles to each of the pages. Thanks

Re: CFDOCUMENT and table cells with background colors and borders

2008-03-13 Thread Jochem van Dieten
Dave Phillips wrote: > The problem I'm having is that the background color bleeds through the border > 1 pixel. That is a cfdocument bug: http://adobe.com/go/wish/ Jochem ~| Adobe® ColdFusion® 8 software 8 is the most important

Advanced CF Certified Developer directory

2008-03-13 Thread exH
Hi Where is the official list of certified developers theses days? All I can find ATM is dead or hanging links. ta ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial htt

Re: Best way to order appearance of database content...

2008-03-13 Thread Claude Schneegans
>>but it becomes a pain for the user when they want to move an item (an agent, in this case) several slots up or down. Exact. I favored the arrow method because pages have only a few paragraphs in average. For my menu editor however I use the drag'n drop method. -- ___

RE: Best way to order appearance of database content...

2008-03-13 Thread Rick Faircloth
Thanks, Brian. I'll check it out. Rick > -Original Message- > From: Brian Swartzfager [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 13, 2008 1:26 PM > To: CF-Talk > Subject: Re: Best way to order appearance of database content... > > Using arrows to swap items certainly works (I've

CFDOCUMENT and table cells with background colors and borders

2008-03-13 Thread Dave Phillips
Hi, I am generating a table with borders (it is a report). I am then using the same content that I display to the screen within my tag. Some of the cells (like the column header row) have background colors. I also have a 3px border on the left and right side of the whole table. The problem

Re: cfinput=datefield display problems in IE7

2008-03-13 Thread Steve Logan
I was getting the same thing, so I played around a little bit with wrapping the cfinput in another div, and this seems to work in IE7 and FF2: > I have a form with auto-generated datefields that are vertically > aligned on top of one another. In IE7, the div holding the javascript > gen

Re: Best way to order appearance of database content...

2008-03-13 Thread Brian Swartzfager
Using arrows to swap items certainly works (I've used that technique myself), but it becomes a pain for the user when they want to move an item (an agent, in this case) several slots up or down. I did a blog post on how to use jQuery to reorder a list using drag-and-drop: http://www.swartzfager

Re: Experienced ColdFusion Developer Needed - ALLEN, TX

2008-03-13 Thread Kenneth Ferguson
Really sorry all, I was attempting to post back to CF-JOBS to add the line at the top to my post there, but I accidentally sent it to the CF-TALK address instead. - Original Message From: Kenneth Ferguson <[EMAIL PROTECTED]> To: CF-Talk Sent: Thursday, March 13, 2008 10:29:35 AM Subje

RE: Best way to order appearance of database content...

2008-03-13 Thread Rick Faircloth
That sounds like the type of solution I'm looking for. I've found some drag-n-drop re-order js, but I think the arrow version of reordering would be more user friendly. Thanks for the explanation. Rick > -Original Message- > From: Claude Schneegans [mailto:[EMAIL PROTECTED] > Sent: Thurs

Experienced ColdFusion Developer Needed - ALLEN, TX

2008-03-13 Thread Kenneth Ferguson
By the way, no agencies please. Only developers looking for a home with a fantastic company need respond. The company for which I work is currently seeking an experienced CF developer. We need someone with good experience, who's intelligent, can figure out complex problems and write smart and e

Re: Best way to order appearance of database content...

2008-03-13 Thread Claude Schneegans
>>I'm guessing the Javascript automatically assigns new values to the hidden field for seq for each paragraph upon reordering? Not exactly. I use a table to display elements, each one in its own row TR element. I use some move up and move down function to switch two TR element in a table. The ro

export to Excel

2008-03-13 Thread kurt schroeder
I need to export query results and graph objects to excel. the spreadsheet is no big deal, however, I've never created a graph from coldFusion to Excel. I would like to know what all of you advise. Also what is the best custom tag (if any) for this? Thanks KES

RE: SPAM: Re: Coldfusion & JSONp

2008-03-13 Thread Andy Matthews
Well the problem is that it's going to have to be a cross domain request. The "client" will be an AIR app runnning on my machine, and at that point any request, to any domain, would be "cross domain". So I don't think it's the getJSON method that's at fault...it appears to be that CF doesn't under

Re: Creating a .cfm file on the fly

2008-03-13 Thread Adam Haskell
If you are on CF8 or BD7 you could keep the same code base, mostly. Just change the links to the filename and then use onMissingTemplate in Application.cfc. Adam Haskell On Wed, Mar 12, 2008 at 8:13 PM, Bruce Sorge <[EMAIL PROTECTED]> wrote: > Denny, > Thanks for the info. The client is current

RE: Creating a .cfm file on the fly

2008-03-13 Thread Rick Faircloth
Thanks for the clarification, Jacob. Rick > -Original Message- > From: Jacob [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 13, 2008 10:36 AM > To: CF-Talk > Subject: RE: Creating a .cfm file on the fly > > True and Google announced about six months ago that underscore will be > treat

Re: Coldfusion & JSONp

2008-03-13 Thread Neil Middleton
What happens when you use $.ajax()? $.ajax({ url: "http://www.commadelimited.com/uploads/bullhorn/bullhorn.cfc ?method=retriveData&jsoncallback=?" , datatype: "json" , method: "get" , success: function() { /* do some stuff */ } , error: function (XMLHttpRequest, textStatus, errorThrown)

Coldfusion & JSONp

2008-03-13 Thread Andy Matthews
Does anyone know anything about JSONp? I'm trying to call a CFC directly with returnFormat set to JSON. I can get the result in the browser when I call the URL directly, but nothing happens in my jQuery code. It appears that the problem is that CF is outputting plain JSON and not JSONp. I've g

RE: Creating a .cfm file on the fly

2008-03-13 Thread Jacob
True and Google announced about six months ago that underscore will be treated like spaces, just like dashed are. http://www.seroundtable.com/archives/014260.html -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 6:27 PM To: CF-Talk Subjec

RE: Best way to order appearance of database content...

2008-03-13 Thread Rick Faircloth
I'm guessing the Javascript automatically assigns new values to the hidden field for seq for each paragraph upon reordering? I've thought about a JS solution, especially with jQuery, but I'm finding myself bringing in so many JS solutions, that keeping up with them is getting to be a chore. I gue

Re: CSS help

2008-03-13 Thread Rick Root
On 3/13/08, Adrian Lynch <[EMAIL PROTECTED]> wrote: > > This'll no doubt help > > > http://www.google.co.uk/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q > =taming+lists&spell=1 That's an interesting page but doesn't seem to address my issue of setting width's on inline list elements. I a

RE: Google Maps, CF and Ajax

2008-03-13 Thread Mark Kruger
Steve, Both of these tags actually do not use the version 2 "ajax" loader of google maps... They aer both "version 1" inline markers... Do you, or anyone else, have any other ideas? -mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com

Re: CSS help

2008-03-13 Thread Cutter (CFRelated)
Yeah, IE and FF treat styles of the list elements completely different. You might look at zero-ing your element margins (in all browsers) prior to writing any CSS, to gain a somewhat consistent look and feel. Google Eric Meyers on this topic... Steve "Cutter" Blades Adobe Certified Professional

RE: CSS help

2008-03-13 Thread Adrian Lynch
This'll no doubt help http://www.google.co.uk/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q =taming+lists&spell=1 Adrian -Original Message- From: Rick Root Sent: 13 March 2008 13:38 To: CF-Talk Subject: CSS help Okay, I'm working on a pretty simple navigation element for this we

Re: Best way to order appearance of database content...

2008-03-13 Thread Claude Schneegans
>>Would this be the best way to do this? Other ways? In my CMS, there are several items the user can choose the order he wants, ie. paragraphs in a page. In order to do so, he has a list of all of them and he can move them up or down (Javascript). On submit, a list of items is created in order

CSS help

2008-03-13 Thread Rick Root
Okay, I'm working on a pretty simple navigation element for this web site: http://www.bvafans.com/forums.cfm I'm using for the navigation, and set the to display inline and set specific widths on the elements. Looks great in IE. Not so much in firefox. Firefox doesn't seem to like the width

Re: Join one concatenated field to four fields

2008-03-13 Thread Ian Skinner
Sonny Savage wrote: > Ouch... doing conversions in the where clause is gonna' kill your > performance. Yeah, the good thing is that this only has to run once. This was not a web application requirement. It is a one time only, public data request that we get $50 for but costs us a couple hundre

RE: Best way to order appearance of database content...

2008-03-13 Thread Rick Faircloth
Thanks for those options, Sonny & Dan... Casey... yes, the random option is definitely possible. The site I'm currently rebuilding for an agency uses that approach. However, another agency prefers to order by seniority, so I have to be prepared to deliver that option, too. Thanks for the input!

RE: Creating a .cfm file on the fly

2008-03-13 Thread Rick Faircloth
Thanks for the explanation, Denny! Rick > -Original Message- > From: denstar [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 13, 2008 4:04 AM > To: CF-Talk > Subject: Re: Creating a .cfm file on the fly > > On Wed, Mar 12, 2008 at 7:27 PM, Rick Faircloth > <[EMAIL PROTECTED]> wrote: >

Re: Help Adobe plan the future of ColdFusion (along that line)

2008-03-13 Thread Rick Root
On 3/12/08, Azadi Saryev <[EMAIL PROTECTED]> wrote: > > file upload. a nice built-in java applet for selecting multiple files or dear god NO! No java applet! Ack. Rick ~| Adobe® ColdFusion® 8 software 8 is the most importan

Re: CF_SQL_TIMESTAMP

2008-03-13 Thread C S
Hi Jenny, I think the correct function to be using here is LSParseDateTime. That will return a valid date object. What happens when you do this? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic r

RE: CF_SQL_TIMESTAMP

2008-03-13 Thread Jenny Gavin-Wear
Hi CS, I do use LSformat. The problem is the cf_sql_timestamp totally ignores it, same with cf_sql_date. How could I preparse the values, please? I'm not 100% sure what you mean by this. Jenny -Original Message- From: C S [mailto:[EMAIL PROTECTED] Sent: 13 March 2008 12:32 To: CF-Talk

Re: Best way to order appearance of database content...

2008-03-13 Thread Casey Dougall
On 3/12/08, Rick Faircloth <[EMAIL PROTECTED]> wrote: > Anyway.I want to be able to determine the appearance order of > Real Estate agents on a page, other than by last name, etc. > > I want a user to be able to specify the appearance, say, by number. > I could have an "display-order" column and u

Re: CF_SQL_TIMESTAMP

2008-03-13 Thread C S
>This problem only started occuring with DW CS3, btw. I do not use DW. So I am not sure how or even if it would affect the parsing of dates. As I understand it, CF parses the cfqueryparam value into a date object before the sql is sent to your database. Since most CF date functions use U.S. d

RE: Best way to order appearance of database content...

2008-03-13 Thread Dan G. Switzer, II
Rick, >Say, I've got two agents in the db. First has display-order 10, second has >display-order 20. A third agent is added who is to be displayed second, so >is given the display-order number 15 in the form. When the form is >submitted, >the first agent retains number 10, the new second agent'

Set cfwindow to stay at the place of the link!

2008-03-13 Thread Ali
Hi: I have a catalog and at the end of each product description I have 3 thumbnails of the product and I want to use cfwindow to let the users click and see the larger image. It works fine but the only problem I have is how I can set the cfwindow to open at the place over the thumbnail. Now when I

Re: file upload/virus scan

2008-03-13 Thread Tom Chiverton
On Thursday 13 Mar 2008, Mark Fuqua wrote: > 1. If all I allow for uploads is pdf and jpg, is that still neccessary? Yes. These formats could cause buffer overflows of vulnerable implementations, for instance. You might want to check your virus scanner picks these up. > 2. My site is on a vps

RE: Google Maps, CF and Ajax

2008-03-13 Thread Mark Kruger
Hehe... My late night PBS viewing is catching up with me. Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 4:09 AM To: CF-Talk Subject

RE: Help Adobe plan the future of ColdFusion (along that line)

2008-03-13 Thread Mark Kruger
Don, I was responding to your suggestion and I got carried away and wrote about 5 paragraphs So instead of cluttering up the list I put it in a blog post: http://www.coldfusionmuse.com/index.cfm/2008/3/13/cf8.catch.22 As a practical note specifically for you, I would mention that you are fr

RE: Google Maps, CF and Ajax

2008-03-13 Thread Adrian Lynch
I so hope everyone knows that's in reference to Red Dwarf! :O. http://en.wikipedia.org/wiki/Red_Dwarf_characters#Ace_Rimmer :OD -Original Message- From: Mark Kruger [mailto:[EMAIL PROTECTED] Sent: 12 March 2008 22:25 To: CF-Talk Subject: RE: Google Maps, CF and Ajax Steve, I'm probabl

RE: Help Adobe plan the future of ColdFusion (along that line)

2008-03-13 Thread Mark Kruger
Right on.. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 7:03 PM To: CF-Talk Subject: Re: Help Adobe plan the future of ColdFusion (along that line) Sure, but not Java. Flex does this really well and fits better with CF as an adobe pro

Re: Creating a .cfm file on the fly

2008-03-13 Thread denstar
On Wed, Mar 12, 2008 at 7:27 PM, Rick Faircloth <[EMAIL PROTECTED]> wrote: > Thanks, Denny... > > I read recently that dashes "-" in filenames were more > search engine friendly than underscores. If I were to want to > disallow underscores and allow dashes, how would the regex change? You can