Re: Root relative vs. relative links

2007-05-02 Thread Will Tomlinson
Thanks for the tips mike! I'll prob either switch to IIS or apache. Will ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW

Re: Root relative vs. relative links

2007-05-02 Thread Will Tomlinson
workin on this now casey. will letcha know how it turns out. thanks a ton! Will ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial.

Re: Curious items in cfserver.log

2007-05-02 Thread Maureen Barger
Check your permissions. This is typically a read-only file under Solaris at least. -- Maureen Barger CIT Information Systems 120 Maple Ave. Cornell University [EMAIL PROTECTED] On Tue, May 1, 2007 12:23, Rick Root wrote: Anyone seen this before? May 1, 2007 10:23:42 AM

RE: Flash Chart

2007-05-02 Thread Robert Rawlins - Think Blue
Thanks for the memory jog on this James, I'm only experiencing the problem in IE, it appears to be fine in FF. Rob -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: 02 May 2007 04:12 To: CF-Talk Subject: Re: Flash Chart Does it work in Firefox but not in IE? On

Re: regex or other easy way to change code to lowercase for linux

2007-05-02 Thread stylo stylo
If you change the setting for mysql to lower_case_table_names=1 instead of the default 0, you won't have to worry about the upper case names in your code. MySQL will lowercase all of the names when it runs the query. Then you don't have to change your code. Oh, great. I had heard about

Re: Flash Chart

2007-05-02 Thread James Holmes
Ah, this probably means that the scripts needed to make IE bahave can't be found. What do you have for a webser mapping to /CFIDE? On 5/2/07, Robert Rawlins - Think Blue [EMAIL PROTECTED] wrote: Thanks for the memory jog on this James, I'm only experiencing the problem in IE, it appears to be

Re: ASP Version of CFEverywhere

2007-05-02 Thread C. Hatton Humphrey
Will the end user / client be getting it on a CD? My question is why do you need to demo via a CD? Seems a little odd. I haven't the foggiest idea WHY they want the site on a CD... these are people used to selling tangible product and I guess it helps them to have something to hold on to.

RE: Flash Chart

2007-05-02 Thread Robert Rawlins - Think Blue
Hey James, Thanks for getting back to me. I'm not sure quite what you mean by the mapping question, I'm a bit naive when it comes to that stuff. I'm running IIS6 on a Win2k3 Standard with MX7 Standard. Does that stuff make any difference? Thanks for the help, Rob -Original Message-

Re: Curious items in cfserver.log

2007-05-02 Thread Rick Root
On 5/2/07, Maureen Barger [EMAIL PROTECTED] wrote: Check your permissions. This is typically a read-only file under Solaris at least. On what, and what SHOULD they be? I looked in /etc/.java/.systemPrefs and I only find this: [EMAIL PROTECTED] .systemPrefs]# ls -alF total 8 drwxr-xr-x 2 root

Re: Curious items in cfserver.log

2007-05-02 Thread Rick Root
Well, I changed the perms on the /etc/.java/.systemPrefs directory to be world-writable and that seemed to help... so I guess I ought to make it just writable by nobody eh? Rick On 5/2/07, Rick Root [EMAIL PROTECTED] wrote: On 5/2/07, Maureen Barger [EMAIL PROTECTED] wrote: Check your

Re: Curious items in cfserver.log

2007-05-02 Thread Rick Root
Ahah, it seems to be a fusion reactor thing. Although I only had a trial of fusion reactor installed since I can't afford it for my own server =) Oh well. It created the following directory structure, with prefs.xml files in each directory:

Re: Flash Chart

2007-05-02 Thread James Holmes
This explains it: http://www.lynchconsulting.com.au/blog/index.cfm/2006/10/16/CFChart-active-content-problem-in-Internet-Explorer If you can't make a mapping you can copy everything from /CFIDE/scripts/ into the same location in your website. On 5/2/07, Robert Rawlins - Think Blue [EMAIL

Re: CF6.1 dropped?

2007-05-02 Thread Michael Wright
Joe If you still need to get hold of it you could always buy a copy of the old edition of CFWACK available from Amazon.com starting at about $8, just make sure the one you are ordering has the CD included.

Re: CF6.1 dropped?

2007-05-02 Thread Andy Allan
I have it stored locally ... I guess I could plonk it up on my server? Don't buy the WACk though, as it has CFMX6.0 on it. I believe Studio MX 2004 should have it too? On 02/05/07, Michael Wright [EMAIL PROTECTED] wrote: Joe If you still need to get hold of it you could always buy a copy of

Re: CF6.1 dropped?

2007-05-02 Thread mac jordan
On 5/1/07, Joe Bernard [EMAIL PROTECTED] wrote: I've been trying to get my hands on a Developer or Trial edition of 6.1 as I have a new client still running that version. So I I *might* have a Linux version kicking around somewhere. Let me know if that would help. -- mac jordan home:

Am I missing something?

2007-05-02 Thread Chris Ditty
I am trying to write a simple error page that will get called on any CF errors. When an error occurs, I want to write the error information to a log file using cflog. Currently, I am testing this by killing my database and loading pages. I get the error page I created, but I the logging

RE: Am I missing something?

2007-05-02 Thread Gaulin, Mark
Try replacing the cflog with a cfdump of the error structure and see if each of the fields you reference is defined... If your error page has an error then things can act weird. (HTTPReferer doesn't sound like an error field to me...) Mark -Original Message- From: Chris Ditty

RE: Am I missing something?

2007-05-02 Thread Dave Watts
I am trying to write a simple error page that will get called on any CF errors. When an error occurs, I want to write the error information to a log file using cflog. Currently, I am testing this by killing my database and loading pages. I get the error page I created, but I the logging

RE: text comparison algorithm

2007-05-02 Thread Billy Cox
Are you sure that the almost identical clauses mean the same thing in the legal world? Do you trust yourself or a piece of software to 'write' clauses that might have to stand up in court? If so, do your legal people know it? You can do fuzzy matching of text fields in SQL, but I have only

Ann: Feed-Squirrel Forums

2007-05-02 Thread Neil Middleton
I know there's people on here that hate forums, but I also know people who prefer the forum format. Hence the reason that I've decided to expand the Feed Squirrel empire with some shiny new forums. If you are feeling like it, feel free to take a look around, get an account and start chatting. I

Re: Am I missing something?

2007-05-02 Thread Chris Ditty
Thanks Dave. I swore that I had it set to exception, but it is apparent that I didn't. I changed it to exception and it wrote to the log file as expected. Many thanks. On 5/2/07, Dave Watts [EMAIL PROTECTED] wrote: I am trying to write a simple error page that will get called on any CF

Re: Problem Using CFC Within IFrame

2007-05-02 Thread Anne Porosoff
Ok, turns out I'm an idiot. I did some more digging around and apparently the problem was originating from another CFC that I was calling from the first CFC. Once I corrected that problem, everything worked great. Nonetheless, thanks for looking into this one for me. --Anne Not a problem,

Re: Ann: Feed-Squirrel Forums

2007-05-02 Thread Rey Bango
The link doesn't work Neil. Rey... Neil Middleton wrote: I know there's people on here that hate forums, but I also know people who prefer the forum format. Hence the reason that I've decided to expand the Feed Squirrel empire with some shiny new forums. If you are feeling like it, feel

RE: Ann: Feed-Squirrel Forums

2007-05-02 Thread Eric J. Hoffman
Its /forum/ : ) Eric J. Hoffman Managing Partner 2081 Industrial Blvd StillwaterMN55082 mail: [EMAIL PROTECTED] www: http://www.ejhassociates.com tel: 651.717.4105 fax: 651.717.4101 mob: 651.245.2717 Adobe Solutions Partner Microsoft

Re: Problem Using CFC Within IFrame

2007-05-02 Thread Andrew Scott
Remember to also var you function variables too, your cfquery in the function is not var'ed that will cause problems later. On 5/2/07, Anne Porosoff [EMAIL PROTECTED] wrote: Ok, turns out I'm an idiot. I did some more digging around and apparently the problem was originating from another CFC

Re: Ann: Feed-Squirrel Forums

2007-05-02 Thread Neil Middleton
The link doesn't work Neil. Rey... Neil Middleton wrote: d'oh http://www.feed-squirrel.com/forum ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: Ann: Feed-Squirrel Forums

2007-05-02 Thread Rey Bango
Thanks Eric. :) Eric J. Hoffman wrote: Its /forum/ : ) Eric J. Hoffman Managing Partner 2081 Industrial Blvd StillwaterMN55082 mail: [EMAIL PROTECTED] www: http://www.ejhassociates.com tel: 651.717.4105 fax:

RE: Problem Using CFC Within IFrame

2007-05-02 Thread Robert Rawlins - Think Blue
Yep I'll second Andrew on this one, For a short hand, many people just create a var'd structure in the top of each function and then reference everything else into the structure, something like this. cffunction cfset var LOCAL = structNew() / cfset LOCAL.this = somthing /

Re: CF6.1 dropped?

2007-05-02 Thread Tim Buntel
While we are no longer offering ColdFusion MX 6.1 via electronic delivery, the product has in no way been dropped. As the site states, commercial sales of CFMX 6.1 are scheduled to end on June 14, 2007. If you need to purchase additional licenses, please plan on doing so prior to that date.

Help with Ajax Grid.

2007-05-02 Thread Ciliotta, Mario
Hi all, I was wondering if anyone has any recommendations for a very simple to implement Ajax style grid. I have been assigned a project here and of course it needs to be done by Monday morning. I am trying to find a grid that will allow me to having a paging option and the ability to

RE: Help with Ajax Grid.

2007-05-02 Thread Brad Wood
Have you looked at the flash datagrid? (cfgrid in cfform) ~Brad -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 9:48 AM To: CF-Talk Subject: Help with Ajax Grid. Hi all, I was wondering if anyone has any recommendations for a very

RE: Help with Ajax Grid.

2007-05-02 Thread Ciliotta, Mario
Sorry I forgot to mention that this one needs to run on my servers running BlueDragon and not CF. -Original Message- From: Ciliotta, Mario Sent: Wednesday, May 02, 2007 10:48 AM To: 'cf-talk@houseoffusion.com' Subject: Help with Ajax Grid. Hi all, I was wondering if anyone has any

RE: CF6.1 dropped?

2007-05-02 Thread Damien McKenna
-Original Message- From: Tim Buntel [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 10:31 AM Subject: Re: CF6.1 dropped? While we are no longer offering ColdFusion MX 6.1 via electronic delivery, the product has in no way been dropped. I'm interested to know why Adobe is

sql date on the fly

2007-05-02 Thread Daniel Kessler
I have a situation where I have the year required and the month is not (there's no day). But I need to do a query where I search to determine whether the entered date is between two other dates. Right now, I'm just trying to do the basics to set the year and the might be entered month up

Re: CF6.1 dropped?

2007-05-02 Thread Tim Buntel
The next major release of ColdFusion *is* coming soon, but don't take too much from this 6.1 announcement. I'll put a stop to any rumors now by saying definitively that we are not shipping ColdFusion 8 on June 14. Sorry :) Tim

Check database connections

2007-05-02 Thread Tom G
Anyone know how to see how many database connections are currently open to a particular database? Without having to ask a DBA to check? The app runs on MX7. It connects to both an Oracle database and a SQL Server database. ~|

RE: CF6.1 dropped?

2007-05-02 Thread Will Swain
You could put a stop to even more rumours by telling when it is shipping. ;-) Will -Original Message- From: Tim Buntel [mailto:[EMAIL PROTECTED] Sent: 02 May 2007 15:53 To: CF-Talk Subject: Re: CF6.1 dropped? The next major release of ColdFusion *is* coming soon, but don't take too

RE: Help with Ajax Grid.

2007-05-02 Thread Andy Matthews
Jack Slocum just released his YUI-EXT extensions for jQuery. Cutter Blades (a coworker and fellow member of this list) wrote a series of articles on how to set up their datagrid: http://blog.cutterscrossing.com/index.cfm/2007/4/24/My-First-ExtJS-DataGrid-Pt-1 It's well done and works quite

Re: sql date on the fly

2007-05-02 Thread daniel kessler
Alright, I figured out where the formatting is incorrect. I shouldn't have had the published_date= in there. Now it's giving me, ORA-01861: literal does not match format which is much closer. And I still have the question on whether I should use concatenation to create the string once I

Re: sql date on the fly

2007-05-02 Thread daniel kessler
Alright, ignore me - I seem to be making progress again. sigh often happens when I finally give up and post. Maybe giving up cleanses the mind somehow. ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion

RE: Check database connections

2007-05-02 Thread Jacob
Well.. for SQL server... Do you have access to the database server? You can use a perfmon to see current connections. Also, for SQL 2000 you can use Enterprise Manager (Management - Current Activity) and for SQL 2005 you can use SQL studio. Jacob -Original Message- From: Tom G

Re: Root relative vs. relative links

2007-05-02 Thread Will Tomlinson
I ended up using ray's application.rooturl code. That seems to do the trick. Couldnt make IIS fly. Thanks for everybody's help. Bobby - stuff it! lol! Thanks, Will ~| Create robust enterprise, web RIAs. Upgrade integrate

dump http hit

2007-05-02 Thread Chad Gray
I am working with a program that is going to send a chunk of XML to a web page. I don't know how the XML is formatted from this program. Is there any way to dump all data that is submitted to page.cfm and load it up in an email to send to me? I don't know if it is going to be a POST or GET

RE: dump http hit

2007-05-02 Thread Andy Matthews
cfhttp call cfdump var=cfhttp Or if you're dumping the results into a variable: cfdump var=myResult.filecontent -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 10:57 AM To: CF-Talk Subject: dump http hit I am working with a program that is

RE: dump http hit

2007-05-02 Thread Ben Nadel
cfmail to=.. cfdump var=#FORM# / cfdump var=#URL# / cfdump var=#GetHttpRequestData()# / /cfmail Data can really only come from the URL, FORM, or the header info. Does that help? .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need

RE: dump http hit

2007-05-02 Thread Ben Nadel
Ooooh. Maybe I misunderstood. My example assumes that data is being posted TO you. Andy's assumes that data is PULLED BY you. Both good examples. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/

CFC Lib?

2007-05-02 Thread Leitch, Oblio
Does anyone know of a good CFC library akin to cflib.org? I miss the days of the Allaire CF Exchange... This email message may contain privileged and/or confidential information. If you are not the intended recipient(s), you are hereby notified that any dissemination, distribution, or copying

Imagemagick CFEXECUTE identify

2007-05-02 Thread Jeff Wickersty
Hi folks. I'm using ImageMagick on my CF7 UNix server. I can use CFEXECUTE NAME=mogrify. fine, it works great. What I want to do is use CFEXECUTE NAME=identify... to find out information about an uploaded file. For example: CFEXECUTE NAME=identify ATTRIBUTES=-depth thefile.jpg/CFEXECUTE

Re: CFC Lib?

2007-05-02 Thread Rick Root
On 5/2/07, Leitch, Oblio [EMAIL PROTECTED] wrote: Does anyone know of a good CFC library akin to cflib.org? I miss the days of the Allaire CF Exchange... Why do you miss those days? they never stopped. The allaire exchange became the Macromedia Exchange, which became the Adobe Exchange. Ray

Re: Root relative vs. relative links

2007-05-02 Thread Josh Nathanson
My recommendation: Learn how to add sites to Apache. You dont really need to learn all the other features of apache for a dev server so it's not that big a deal. Mike, I'm confused about something, maybe you can clarify. Suppose you have a site in production - where / maps to the site

RE: dump http hit

2007-05-02 Thread Chad Gray
Yes data is being posted to my cfm page and I want to dump any data that is posted to it in a email. Id don't quite follow your example. What do you mean cfhttp call? Thanks for the help! -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007

RE: dump http hit

2007-05-02 Thread Andy Matthews
I'm assuming that he's pulling it as he doesn't know what format the XML is in. -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 11:05 AM To: CF-Talk Subject: RE: dump http hit Ooooh. Maybe I misunderstood. My example assumes that data is being

RE: CFC Lib?

2007-05-02 Thread Andy Matthews
According to Ray, CFLib will soon have CFCs. -Original Message- From: Leitch, Oblio [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 11:08 AM To: CF-Talk Subject: CFC Lib? Does anyone know of a good CFC library akin to cflib.org? I miss the days of the Allaire CF Exchange...

Imagemagick CFEXECUTE identify

2007-05-02 Thread Jeff Wickersty
Hi folks. I'm using ImageMagick on my CF7 UNix server. I can use CFEXECUTE NAME=mogrify. fine, it works great. What I want to do is use CFEXECUTE NAME=identify... to find out information about an uploaded file. For example: CFEXECUTE NAME=identify ATTRIBUTES=-depth thefile.jpg/CFEXECUTE

Re: CFC Lib?

2007-05-02 Thread Robertson-Ravo, Neil (RX)
Cfczone.org I think it is, but doesn't have much content. May as well look at the developer zone (devnet) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It

RE: dump http hit

2007-05-02 Thread Ben Nadel
A CFHTTP call is way for your page to make a page request of it's own. This basically grabs the contents of the target URL as if you were looking at it in a browser. You can use this to grab data from a web service or to grab a CSV file and convert it into a query or something. Very cool stuff.

RE: Root relative vs. relative links

2007-05-02 Thread Dave Watts
Suppose you have a site in production - where / maps to the site root. You don't have control over the production environment web server (it's shared hosting perhaps). But you have multiple sites on your local development box where you would have to use /site1, /site2 or whatever to map

A lesson in caching and performance

2007-05-02 Thread Rick Root
I have a blog. On the home page of my web site, I use Ray's rss.cfc to syndicate the last 10 blog entries from my personal blog, from my opensourcecf.com blog, and the last 10 updated photo galleries from google's picasaweb http://www.rickroot.com/ I also have a few web pages with silly flash

This is wierd

2007-05-02 Thread Bruce Sorge
OK, I have a page where the user enters an election date. When they enter the date I first check to see if this council has an election date already. If it does I generate a message that says there is already an election date for this council and I give them a link to edit the current date. If it

Re: Root relative vs. relative links

2007-05-02 Thread Josh Nathanson
You can run multiple virtual servers with Apache, and either bind them to different ports or host headers so that you can resolve to them on your local machine. I used to use Apache on my XP development laptop for just this reason. I'd use host headers, then put corresponding entries in my

Re: directory watcher

2007-05-02 Thread Asim Manzur
Andrew, I have no clue what are you talking about??? where I am using param?? Can you please explain??? -- Regards, why do you not try attachment instead of param... On 5/2/07, Asim Manzur wrote: ~| Upgrade to Adobe

RE: Root relative vs. relative links

2007-05-02 Thread Dave Watts
Ah, so then your paths to your local sites would look like: http://localhost:port1/ http://localhost:port2/ I think I'm feelin' it now... In my case, instead of using different ports, I'd use host header support, which lets you have multiple virtual servers listening on TCP/80, and

CFUNITED news: Testing for Accessibility, MiniMAX, Journey to CFUNITED video contest

2007-05-02 Thread Michael Smith
Here is the ColdFusion and Fusebox news: * New CFUNITED attendee Interview Video and Journey to CFUNITED contest * MiniMAX June 26th, pre-CFUnited conference http://www.minimaxconference.com/ * CFLive Schedule * IPv6 Conference 5/10/07 http://www.IPv6.TheNewNewInternet.com/ * New sponsor Savvy

RE: A lesson in caching and performance

2007-05-02 Thread Paul Vernon
Now I'm caching the rss feed and only loading it on application restart and also randomly every 1000 requests or so I had similar issues so the way I solved it was to write a mini aggregator. It consumes the RSS feeds I want on a schedule and dumps the RSS into a clob in the DB. That

Re: Imagemagick CFEXECUTE identify

2007-05-02 Thread Zaphod Beeblebrox
use the outputfile attribute of cfexecute, conversely, you could pipe the output to a text file and then read in the text file. On 5/2/07, Jeff Wickersty [EMAIL PROTECTED] wrote: Hi folks. I'm using ImageMagick on my CF7 UNix server. I can use CFEXECUTE NAME=mogrify. fine, it works

cfldap and server 2003 R2 SBS

2007-05-02 Thread Stephen Good
Hey Gang, I am running a server Windows 2003 R2 Small Business Server with CFMX7. I have been able to authenticate with cfntauthenticate for site logins, and I can query the Users cn in AD using cfldap. However all my users are not stored under the Users cn, they are stored in MyBusiness

CF and Unix Timestamps

2007-05-02 Thread Jon Clausen
So I'm working on some code to interface with a webservice using PHP and they require that a UNIX (Epoch) timestamp be passed to retrieve data which has been modified from that date. No problem. I use something like the following to generate the timestamp: cfset date = dateAdd(d,-1,

head scratcher

2007-05-02 Thread Scott Stewart
Trying to dynamically insert anchors. I have an alpha list each letter has an href a href=#AA/a, etc. It's supposed to correspond to a list of links below it (which is generated by looping over an array) If I just insert an anchor above the name I can give each link an anchor, but.

Blending JS with CFForm for password verification fields

2007-05-02 Thread Jeff Small
We're running into problems mixing our JS with cfinput. We have two CFinputs that are Password and ConfPassword and we want to be able to make them required using the cfinput, but we'd like to add that additional validation that both fields match, onSubmit. Anyone done this with CFFORM and

Re: CF and Unix Timestamps

2007-05-02 Thread Paul Hastings
Jon Clausen wrote: cfset date = dateAdd(d,-1, now()) cfset date = createODBCDateTime(date) you don't need this step. cfset udate = date.getTime() that gives java epoch, *milliseconds* since 1-jan-1970. through digging around in java docs. Instead I need to pass a 32- bit timestamp.

Re: CF and Unix Timestamps

2007-05-02 Thread Jon Clausen
Thanks, Paul! I guess I was totally mis-interpreting what the actual problem was. I don't know why I had that CreateODBCDateTime in there...I copied that code out of my scratch file and was messing around with trying to make sure the timezone info was there. Thanks for the

Re: CF and Unix Timestamps

2007-05-02 Thread Rick Root
On 5/2/07, Paul Hastings [EMAIL PROTECTED] wrote: Jon Clausen wrote: cfset date = dateAdd(d,-1, now()) cfset date = createODBCDateTime(date) you don't need this step. cfset udate = date.getTime() It's also worth mentioning that you don't need THIS step: cfset date =

Re: CF and Unix Timestamps

2007-05-02 Thread Rick Root
Hah, I totally read Paul's response wrong and now I see he already told you you didn't need the createodbcdatetime() call ;) ~| ColdFusion MX7 and Flex 2 Build sales marketing dashboard RIA’s for your business. Upgrade now

Re: CF and Unix Timestamps

2007-05-02 Thread Jon Clausen
Yeah, you were right though, anyway. Serves me right for pasting code from my scratch pad into CF-Talk without making sure it doesn't suck. :-) On May 2, 2007, at 3:21 PM, Rick Root wrote: Hah, I totally read Paul's response wrong and now I see he already told you you didn't need the

Re: Imagemagick CFEXECUTE identify

2007-05-02 Thread Jeff Wickersty
use the outputfile attribute of cfexecute, conversely, you could pipe the output to a text file and then read in the text file. On 5/2/07, Jeff Wickersty [EMAIL PROTECTED] wrote: I tried that, using variable=some_name but that variable apparently isnt getting created. outputFile isnt doing

regex for whitespace at start of string

2007-05-02 Thread Brad Wood
What's the regex I want to remove tabs, line breaks, and spaces from the START of a string? Thanks. ~Brad ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

RE: regex for whitespace at start of string

2007-05-02 Thread Andy Matthews
^\W -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 3:14 PM To: CF-Talk Subject: regex for whitespace at start of string What's the regex I want to remove tabs, line breaks, and spaces from the START of a string? Thanks. ~Brad

Re: This is wierd

2007-05-02 Thread Claude Schneegans
the date enters fine but my select query (which is happening BEFORE the insert and is wrapped in a CFIF to eliminate entering duplicate data) is returning a record count of 1 anyway. Could it be that your insert query has the same name as the first select query ? --

RE: regex for whitespace at start of string

2007-05-02 Thread Brad Wood
Thanks. I was trying something with \s. Is there a reason you use \W (non-alphanumeric)? ~Brad -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 3:22 PM To: CF-Talk Subject: RE: regex for whitespace at start of string ^\W -Original

Re: This is wierd

2007-05-02 Thread Bruce Sorge
It did and I renamed it and still the same problem. On 5/2/07, Claude Schneegans [EMAIL PROTECTED] wrote: Could it be that your insert query has the same name as the first select query ? ~| Macromedia ColdFusion MX7

Re: regex for whitespace at start of string

2007-05-02 Thread Charlie Griefer
does ltrim() not get the tabs or newline characters? On 5/2/07, Andy Matthews [EMAIL PROTECTED] wrote: ^\W -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 3:14 PM To: CF-Talk Subject: regex for whitespace at start of string What's the

Re: CFC Lib?

2007-05-02 Thread Raymond Camden
CFCZone is the current place, and yes, it doesn't have a lot of content. This wasn't for lack of trying - folks just didn't submit much content. Thats part of the reason to roll it into CFLib, so we have a one stop place. As for the Exchange... well. I _used_ to like it back in the old days,

Preventing cache in IE with cfheader

2007-05-02 Thread Christophe Maso
I'm having trouble getting IE not to cache image files on a particular page. I have a page where image files can be uploaded and overwrite existing files (similar to a Myspace type page that displays your picture; you can upload another gif or jpg via form field, submit, and then page

Re: Help with Ajax Grid.

2007-05-02 Thread John Morgan
We have had good success with dhtmlxGrid. It has built-in AJAX support. We use it in conjunction with JSMX for our AJAX communication. http://www.scbr.com/docs/products/dhtmlxGrid/ -John Hi all, I was wondering if anyone has any recommendations for a very simple to implement Ajax style

RE: cfldap and server 2003 R2 SBS

2007-05-02 Thread Dawson, Michael
Did you try starting from the root of your directory? start=dc=jhfbm,dc=local -Original Message- From: Stephen Good [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 02, 2007 1:13 PM To: CF-Talk Subject: cfldap and server 2003 R2 SBS Hey Gang, I am running a server Windows 2003 R2 Small

Re: Which Framework do you use... (if any)

2007-05-02 Thread Sean Corfield
On 4/28/07, Dwayne Cole [EMAIL PROTECTED] wrote: 1). What framework best manages variable scoping (what should go into the application scope, what should go into request scope etc) Most of the frameworks place no restrictions on this sort of thing - that decision is down to the developer.

Re: CFC Lib?

2007-05-02 Thread Robertson-Ravo, Neil (RX)
Yeah it wasn't a dig at it, I can understand why people didn't submit content. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is

Re: Which Framework do you use... (if any)

2007-05-02 Thread Sean Corfield
On 4/30/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: No specific named methodology. Frameworks? Model-Glue, Fusebox, ColdSpring, Transfer. Interesting. Not Mach-II anymore? No. I blogged quite a while back about my switch from Mach II to Model-Glue. That was when I was working on

RE: regex for whitespace at start of string

2007-05-02 Thread Andy Matthews
Ooops...I think I should have used \s. Check this page for more meta groupings: http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/w whelp.htm?context=ColdFusion_Documentationfile=1384.htm -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent:

Re: Which Framework do you use... (if any)

2007-05-02 Thread Sean Corfield
On 4/30/07, Peterson, Chris [EMAIL PROTECTED] wrote: Relating to Frameworks, is there a certain one that scales better between 2 or more servers, or do they all scale the same as long as you setup client vars to be in a DB and shared? Does any framework specifically store internal variables

Re: Check database connections

2007-05-02 Thread Tom G
Well.. for SQL server... Do you have access to the database server? You can use a perfmon to see current connections. Also, for SQL 2000 you can use Enterprise Manager (Management - Current Activity) and for SQL 2005 you can use SQL studio. Jacob -Original Message- From: Tom G

Re: This is wierd

2007-05-02 Thread Claude Schneegans
It did and I renamed it and still the same problem. A sample of your code would help. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

RE: Check database connections

2007-05-02 Thread Brad Wood
Yes, sp_who or select * from sysprocesses would work, but he stated that he didn't have access to the database server. That is a good question. I bet there is something in service factory which will tell you. ~Brad -Original Message- From: Tom G [mailto:[EMAIL PROTECTED] Sent:

Re: Blending JS with CFForm for password verification fields

2007-05-02 Thread Josh Nathanson
Yeah, it's a bit of a PITA but here's the scoop: CFFORM creates a function called _CF_check(yourformname), so if your form name is myform the function is called _CF_checkmyform. Your additional validation js will need to look something like this: function addtl_validate() { // do your

Re: Which Framework do you use... (if any)

2007-05-02 Thread Sean Corfield
On 4/30/07, Dwayne Cole [EMAIL PROTECTED] wrote: More specifically, what types of application parameters should be set up at application initiation. That's a very open-ended question with no black and white answer. I put pretty much any per-application config in application scope in one way

Re: Which Framework do you use... (if any)

2007-05-02 Thread Robertson-Ravo, Neil (RX)
So preference aside, this effectively tells me, from you as a top notch OO developer, is that Model-Glue is better than Mach-II... You would never consider using Mach-II again? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a

Re: Which Framework do you use... (if any)

2007-05-02 Thread Robertson-Ravo, Neil (RX)
So can and will ColdSpring, Transfer and Mach-II play nice? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may

Re: cfldap and server 2003 R2 SBS

2007-05-02 Thread Stephen Good
That did it! That was teh one combination of things I hadn't tried. Now To get my filters all setup. Thanks! ~Steve - Original Message From: Dawson, Michael [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, May 2, 2007 2:40:16 PM Subject: RE: cfldap and

Re: This is wierd

2007-05-02 Thread Bruce Sorge
OK, I am stupid. I had the two queries in the same function on the CFC. The second query returns a value after the date is inserted, so of course I get a return record count. I separated the two queries into two separate functions, wrapped the cfinvokes into a CFIF and it worked like a charm.

Re: Blending JS with CFForm for password verification fields

2007-05-02 Thread Jeff Small
Thanks so much Josh, that was awesome. Man, they really should make it easier to add your own JS to CFFORMS. That's a rough thing to dig into. Yeah, it's a bit of a PITA but here's the scoop: CFFORM creates a function called _CF_check(yourformname), so if your form name is myform the

  1   2   >