Re: Fusebox and .swf problem

2007-04-02 Thread Sean Corfield
On 4/1/07, John Beynon [EMAIL PROTECTED] wrote: just make sure you reference your swf relative to the root index.cfm - if your use httpwatch (http://www.httpwatch.com/) to show you what is being loaded and you'll see the problem immediately, Yeah, it's almost certainly a path issue - Fusebox

Re: Coldfusion5 + output to excel but does not want to output in decimal format

2007-04-02 Thread ismail cassiem
Thanks a Million Sir It works like a bomb! You really saved me big time; I was struggling with this and another issue for days. I thought it was not possible. THANK YOU Regards, Ismail ~| ColdFusion MX7 and Flex 2 Build

Re: Just checking

2007-04-02 Thread Will Tomlinson
And, yes, I'm back on cf-talk as part of my being more active in the community post-Adobe promise... WOOOoo! ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform

Re: OT ISAPI Rewrite

2007-04-02 Thread Robertson-Ravo, Neil (RX)
Russ, Don't take it the wrong way but no one, as far as I have seen over the years has *ever* recommended or bashed one web server over another on such a blatant scale :-). It is not constructive to say that IIS is inferior and does not show good etiquette IMO - a bit like the PC v Mac debate I

Re: WDDX v.s. CF 7 XML functionality

2007-04-02 Thread Tom Chiverton
On Friday 30 Mar 2007, Rick Root wrote: I'm currently working on a flex application where the user can set a variety of preferences. For example, a list of items to be automatically selected in a certain list control. OOI, why not use SharedObject() ? -- Tom Chiverton Helping to enormously

Re: PS3 :: to run CFMX8 better then windows vista..

2007-04-02 Thread Tom Chiverton
On Friday 30 Mar 2007, Paul Ihrig wrote: happy April fools all... That was *yesterday*. April Fools in the internet doesn't work because you have no idea when the person will read you message. -- Tom Chiverton Helping to enthusiastically facilitate synergistic e-tailers on:

Re: OUTCOME: Huge number of connections to the database server - what to do?

2007-04-02 Thread Tom Chiverton
On Monday 02 Apr 2007, Mike Kear wrote: So that's the issue - if you're going to do database accesses in CFSCRIPT, then: [A] think again and do them in tags like everyone else, there's nothing wrong with that, and [B] if you really insist on doing them in CFSCRIPT, then make sure you

FW: Using 404 error to automatically redirect...

2007-04-02 Thread Ben Nadel
Brett, Here is an example of how I do it: http://www.bennadel.com/blog/286-Handling-404-Errors-in-ColdFusion-via-I IS-Throwing-404-.htm [ OR http://www.bennadel.com/index.cfm?dax=blog:286.view ] Hope maybe that gives you some ideas. .. Ben Nadel Certified Advanced

Re: Adding ADT and ADL to classpath for Apollo app creation

2007-04-02 Thread Tom Chiverton
On Sunday 01 Apr 2007, Andy Matthews wrote: to compiling it for package or even for testing, I get an error in the command line. I followed the directions on how to add the adt.jar file to the classpath but it still doesn't work. What error ? What O/S ? I guess this is the command line SDK, on

iSeries point to ColdFusion server direction...

2007-04-02 Thread Bob Johnson
I hope someone can point me in the right direction or fill me in... Currently where I work we don’t use ColdFusion but I’m putting together a presentation as to why we should move to ColdFusion. My question is, how would one setup up an iSeries Apache Web server to use a Windows 2003 Server

Re: problems with Verity on Solaris 8 with CFMX 7

2007-04-02 Thread Wim Lemmens
Hello, I'm struggeling with the exact same issue. Were you able to solve it? How? Thank you so much for your reply! We installed CFMX 7 to our development box on Monday. (It's a Solaris 8 machine with a previous install of cf 6.1 and Verity.) We have been working ever since to get Verity

OT: Subversion questions

2007-04-02 Thread Rick Root
So we've been using Subversion to track changes to our web site applications for a few months now, and I don't think we're doing it right when I set up the subversion server originally, I set up a single repository which holds everything we want to maintain version control for... each web site

RE: Really weird encrypt problem/bug

2007-04-02 Thread Phillip Duba
I've always run into the same problem, especially with numbers. We usually had to Base64 encode the encrypted string and then URLEncode that for ultimate safety before passing it on to the next page or source application. -- Phil -Original Message- From: Kris Jones [mailto:[EMAIL

Re: OT: Subversion questions

2007-04-02 Thread Andrew Scott
Rick, According to the best practices each project should have its own repository, now if in your case you have a main repository, you can have projects underneath but they must have there own trunk / branches / tags. Which I am not sure if you have, so if you need to switch to a particular

RE: Subversion questions

2007-04-02 Thread Steve Brownlee
There are some standards (http://svnbook.red-bean.com/nightly/en/svn.branchmerge.maint.html) that people tend to adhere to, but the structure of your repositories is not the most important factor. The processes on how your developers use the repositories is. As long as you have a solid process

RE: Subversion questions

2007-04-02 Thread Richard Kroll
It seems as though your repository structure is working well for you, it seems the only problem is the project properties. I'm assuming for your flex projects that you are using eclipse, which creates .project files. This can wreak havoc if people have the workstations set up differently and

RE: Subversion questions

2007-04-02 Thread Leitch, Oblio
As the book says, there's no right way. They do their best to explain how it works and how others use it, and leave it to you to figure out what works best for you. If the different subdomains are truly separate, with separate developers, I'd be inclined to use different repositories. That way,

Re: OT: Subversion questions

2007-04-02 Thread Tom Chiverton
On Monday 02 Apr 2007, Rick Root wrote: The problem here of course is that *ALL* of the flex project files are part of version control, including the project properties and such... which seems to make life difficult for having multiple developers working on the same flex application. So add

RE: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Bobby Hartsfield
Why isn’t it? -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 1:53 AM To: CF-Talk Subject: Re: How to Random Pick records from a 10k record table via SQL Not sure how that works Russ, thats not very random? On 3/22/07, Russ [EMAIL

RE: Just checking

2007-04-02 Thread Bobby Hartsfield
It was my mail server. I had webmail set up to filter content into directories and apparently only the inbox will pop... neat -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Sunday, April 01, 2007 11:10 AM To: CF-Talk Subject: Just checking I haven’t seen any

RE: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Peterson, Chris
You could get Max and Min ID's from your database, then get #randRange(minFromDB, maxFromDB)#? Chris -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 10:55 AM To: CF-Talk Subject: RE: How to Random Pick records from a 10k record table via

RE: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Bobby Hartsfield
Just selecte top 20 like russ said and order by rand() instead of newId() -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 10:05 AM To: CF-Talk Subject: RE: How to Random Pick records from a 10k record table via SQL You could get Max and

Re: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Jeff Small
Just selecte top 20 like russ said and order by rand() instead of newId() Correct me if I'm wrong, by all means, but selecting the top 20 from 10,000 records is about as far from random as you can be, isn't it? Won't you have to: 1. randomly select a record with some kind of rand() function of

RE: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Bader, Terrence C CTR MARMC, 231
when I use select top 20 ID, rand() as oID from table order by oID I get the 20 rows all with the same oID and basically all in a row; not so random. When I use newID instead, I get records from all over my 10k populated table. MsSQL 2005 -Original Message- From: Bobby Hartsfield

RE: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Bader, Terrence C CTR MARMC, 231
What they are saying is basically adding a column to your query that will be a random string (rand or newid shown) and then order by this column and you should have a list created that is quite random in nature. (though rand() doesn't appear to work that well) fast and straight forward and you

maxlength on text area - how to approximate

2007-04-02 Thread Les Mizzell
Does anybody have a really good way to create the equal of maxlength on a text area? The server running site in question is only running CF 6 something, not 7, so cftextarea won't work... I've tried a couple of javascript ideas, and as long as you're typing input, it works. But, everything I

RE: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Steve Milburn
The newID() function generates a new identifier for the rows in the table. So when you order by newID(), it is ordering the records in the table by a new database generated and unique ID that will change with each query. The select top 20 is simply limiting the return to 20 records. It will not

Re: maxlength on text area - how to approximate

2007-04-02 Thread Massimo Foti
I've tried a couple of javascript ideas, and as long as you're typing input, it works. But, everything I tried so far will allow pasting more than the max set. http://www.massimocorner.com/validator/samples/generic.htm This is part of a whole validation library:

Re: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Jeff Small
[snip] The merits if the randomness of the newID() function is debatable. But for all intents and purposes you will get random results. I'm pretty sure this is the preferred method of getting random records from a table in SQL Server. Hey that's pretty cool. I've never messed with

Re: maxlength on text area - how to approximate

2007-04-02 Thread Ben Doom
Do an additional check onsubmit. That way, even if they paste more than you want to allow, it will get caught client-side. --Ben Doom http://www.bendoom.com Les Mizzell wrote: Does anybody have a really good way to create the equal of maxlength on a text area? The server running site in

Re: maxlength on text area - how to approximate

2007-04-02 Thread Jake Churchill
Can you do an onblur on the field and call a JS function to get the length? Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 Les Mizzell wrote: Does anybody have a really good way to create the equal of maxlength on a text

RE: maxlength on text area - how to approximate

2007-04-02 Thread Steve LaBadie
script type=text/javascript !-- Begin function textCounter(field, countfield, maxlimit) { if (field.value.length maxlimit) // if too long...trim it! field.value = field.value.substring(0, maxlimit); // otherwise, update 'characters left' counter else countfield.value = maxlimit -

RE: OT ISAPI Rewrite

2007-04-02 Thread Russ
Neil, It can be daunting with Apache when you need to start fiddling with the config by hand and I can see why someone would shy away from it back to IIS. If Apache had a GUI like this (I never found one when I was working on it) it would be great but not make it any better or superior..

Re: maxlength on text area - how to approximate

2007-04-02 Thread Peter Boughton
function checkLength(textarea) { var maxLength = 10; if (textarea.innerHTML.length maxLength) { textarea.innerHTML = textarea.innerHTML.substring(0, maxLength); } } Do that onkeydown and onblur and it should be good enough? Does anybody have a really good way to create the equal of

RE: OT ISAPI Rewrite

2007-04-02 Thread Robertson-Ravo, Neil (RX)
Again, this is where you need to do your research. Within IIS you can change not only the name of the log file (though it uses W3C Extended Log File Format), but also where it goes and how often it rotates etc. You can export and backup a metabase via right-click Backup / Restore

Re: OT: Subversion questions

2007-04-02 Thread Rick Root
On 4/2/07, Tom Chiverton [EMAIL PROTECTED] wrote: What if I have multiple coldfusion applications residing on a given web site (for example, www.it.dev.duke.edu has *MANY* applications) I'd go with svnroot/customer/sitename/appname or svnroot/sitename/appname though if you sell the

OT: SQL Question

2007-04-02 Thread Jerry Barnes
The following query is slow. I'd like to speed it up a bit. Any suggestions would be appreciated. SELECT F.pid, F.acrostic, F.recid, F.recordthread, F.aed_onset, F.d_form FROM vfrm_sae F LEFT OUTER JOIN v_sae_jna_mr M ON

RE: SQL Question

2007-04-02 Thread Adrian Lynch
Wold moving the M.i_recid IS NULL to the JOIN help? SELECT F.pid, F.acrostic, F.recid, F.recordthread, F.aed_onset, F.d_form FROM vfrm_sae F LEFT OUTER JOIN v_sae_jna_mr M ON F.recordthread = M.i_recordThread AND

Re: OT: SQL Question

2007-04-02 Thread Kris Jones
How about something like this: SELECT F.pid, F.acrostic, F.recid, F.recordthread, F.aed_onset, F.d_form FROM vfrm_sae F WHERE NOT EXISTS (SELECT 1 FROM v_sae_jna_mr WHERE recid=F.recordthread) Not sure it'll be much faster, but it's worth a try. Cheers, Kris The following

Application.cfc and cflocation

2007-04-02 Thread Victor Moore
Hi, I thought that the error triggered when using cflocation in Application.cfcwas fixed in version 7.01 I'm using 7,0,2,142559 and still have the problem. It was reintroduced in 7.02? do I need to apply a specific fix for it? Thank you Victor

RE: OT: SQL Question

2007-04-02 Thread Bader, Terrence C CTR MARMC, 231
whats not being asked is how big is the dataset, what type of hardware, how do you know its running slow? compared to what? I mean if you have a million records on a Pentium 2 with 128m of ram, your going to have less then average response time. also are the CF server and DB server on the same

RE: SQL Question

2007-04-02 Thread Leitch, Oblio
On what engine? If this is MSSQL, try running the query tuning advisor. There maybe some updates to indexes or statistics that will speed it up. -Original Message- From: Jerry Barnes [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 12:22 PM To: CF-Talk Subject: OT: SQL Question

Another Subversion Question

2007-04-02 Thread Zaphod Beeblebrox
I use the ever present BlogCFC for a couple of blogs. Each blog has a little bit different layout, but that's about it. I'm trying to figure out how I could set up the Subversion repository and include Ray's subversion repository to be something like this: /trunk/(Ray's SVN - still updateable

Re: OT: SQL Question

2007-04-02 Thread Dean Lawrence
Has the i_recid field in the v_sae_jna_mr table been indexed? If your table is very large, this could slow your performance. Dean -- __ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/

RE: OT ISAPI Rewrite

2007-04-02 Thread Russ
Again, this is where you need to do your research. Within IIS you can change not only the name of the log file (though it uses W3C Extended Log File Format), but also where it goes and how often it rotates etc. I can set the general folder where the log files for ALL of the virtual sites

OT: Fax software

2007-04-02 Thread Doug
I just upgraded to windows 2003 server and found that I cannot install the print drivers for winfax. Does anyone know of a comparable product that supports 2k3 server? Thanks Doug ~| ColdFusion MX7

SQL DatePart function not working in cfquery...

2007-04-02 Thread Kevin Bales
I am trying to use the DatePart() function as part of a normal SQL query using Access DB. The SQL statement is formatted correctly to extract a month from a date field in the DB, and the SQL tests fine in Access. However, it does not work in cfquery. I then realized that CF uses the same

Re: SQL DatePart function not working in cfquery...

2007-04-02 Thread Charlie Griefer
On 4/2/07, Kevin Bales [EMAIL PROTECTED] wrote: I am trying to use the DatePart() function as part of a normal SQL query using Access DB. The SQL statement is formatted correctly to extract a month from a date field in the DB, and the SQL tests fine in Access. However, it does not work in

Re: maxlength on text area - how to approximate

2007-04-02 Thread Les Mizzell
http://www.massimocorner.com/validator/samples/generic.htm I've had great luck with the validator on regular HTML forms, but not much luck on a cfform ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe

Active X controls close browser

2007-04-02 Thread Tom Garber
We have a site that uses ActiveX controls to create tabs for navigation purposes. About a year ago Microsoft made a change in IE 6 that causes IE to now close when this site is accessed. We've been able to get by using Windows Explorer to open the site but would like to rewrite things a bit

Re: Active X controls close browser

2007-04-02 Thread Jacob Munson
This is not CF, but regular DHTML. I used this in a site that just went live today: http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm On 4/2/07, Tom Garber [EMAIL PROTECTED] wrote: We have a site that uses ActiveX controls to create tabs for navigation purposes. About a year ago

Re: OT ISAPI Rewrite

2007-04-02 Thread Robertson-Ravo, Neil (RX)
Well you can easily just create a logs/[sitename]/logfile structure in IIS and point each site to their corresponding log folder, we do it all the time. Why is it an extra step to do that backup process? Of which can be automated anyhow. We get very good support from Microsoft as and when we

Re: maxlength on text area - how to approximate

2007-04-02 Thread Massimo Foti
http://www.massimocorner.com/validator/samples/generic.htm I've had great luck with the validator on regular HTML forms, but not much luck on a cfform Sure, cfform overwrite too many things, making harder to put other solutions in the mix. Massimo

Re: OT: SQL Question

2007-04-02 Thread Jochem van Dieten
Jerry Barnes wrote: The following query is slow. I'd like to speed it up a bit. Any suggestions would be appreciated. SELECT F.pid, F.acrostic, F.recid, F.recordthread, F.aed_onset, F.d_form FROM vfrm_sae F LEFT

RE: OT ISAPI Rewrite

2007-04-02 Thread Russ
Well you can easily just create a logs/[sitename]/logfile structure in IIS and point each site to their corresponding log folder, we do it all the time. I'm still not seeing how to do this. I guess I can theoretically point each website to an individual folder, but then it will still create

RE: OT ISAPI Rewrite

2007-04-02 Thread Dave Francis
Please stop this. I don't care which is better. Nobody (based on an informal survey of 1) cares. I have a preference based 95% on ignorance, with which I am quite happy. I'm not going to spend the rest of my life learning every damn platform just so I can die knowing Russ was right. -Original

Re: iSeries point to ColdFusion server direction...

2007-04-02 Thread Bob Johnson
I hope someone can point me in the right direction or fill me in... Currently where I work we don’t use ColdFusion but I’m putting together a presentation as to why we should move to ColdFusion. My question is, how would one setup up an iSeries Apache Web server to use a Windows 2003

Re: iSeries point to ColdFusion server direction...

2007-04-02 Thread Bob Johnson
I found an article on Adobe's site talking about Distributed configuration but it was for version 5. Anyone have anything newer that they've seen and what I would need to do to the Apache on the iSeries to point correctly to ColdFusion on W2K3? Thanks. I hope someone can point me in the

RE: OT ISAPI Rewrite

2007-04-02 Thread Russ
Dave, This thread was already coming to a close, and your post did not add anything constructive. If you are too lazy to learn other platforms, that's your prerogative, and you're welcome to ignore this whole thread. That's how a mailing list works - if you're interested in the thread, you

RE: iSeries point to ColdFusion server direction...

2007-04-02 Thread Russ
Bob, I'm not familiar with the iSeries Apache Web server, but if you are using a standard apache web server, you would use the wsconfig program that gets installed with apache to connect to coldfusion. You can also manually copy over the mod_jrun22.so or mod_jrun2.so files and manually put

Memory issues with new daylight savings update?

2007-04-02 Thread Ben Nadel
Hey all, lately, our server has been having some serious memory issues. We will get a lot of requests (which is normal) and the server can handle them... then, all of a sudden, it seems to choke and the requests start to queue up and the memory (monitoring in SeeFusion) maxes out and will not come

Re: OT ISAPI Rewrite

2007-04-02 Thread Robertson-Ravo, Neil (RX)
LOL, my point in essence was that there is no right or wrong choice... , 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: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Bobby Hartsfield
Just try them please. :-) -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 10:45 AM To: CF-Talk Subject: Re: How to Random Pick records from a 10k record table via SQL Just selecte top 20 like russ said and order by rand() instead of newId()

Server side validation for checkboxes

2007-04-02 Thread Will Tomlinson
I have a form with dynamic checkboxes and radio buttons. They output from my db tables that have tblanswersets (one) and tblanswers (many) I'm grouping some questions, then spitting out these items. It mostly works, except the checkboxes. Right now, my server side validation makes sure ANY

Re: OT ISAPI Rewrite

2007-04-02 Thread Robertson-Ravo, Neil (RX)
You just don't get it do you... research... :-) 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 also be

RE: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Bobby Hartsfield
We said to ORDER by the rand() or newID() functions (depending on the platform)... rand() for MySQL and newID() for SQL Server Select top 20 * field from table order by rand() Select top 20 * field from table order by newID() Try them. :-) -Original Message- From: Bader, Terrence C

RE: How to Random Pick records from a 10k record table via SQL

2007-04-02 Thread Bobby Hartsfield
Correct me if I'm wrong, by all means, but selecting the top 20 from 10,000 records is about as far from random as you can be, isn't it? You are correct... that wouldn’t be very random... hence ordering by the built in newID() or rand() functions :-) SQL Server = newID() MySQL = rand() Try

Anyone have quick help - how to refer to a dynamic named query?

2007-04-02 Thread Peterson, Chris
I have code generating a dynamic named query, ie getCompanyTractorStats2 getCompanyTractorStats3 I have a CFC that generates a query result, and I assign dynamic names like this: !---// Loop from the 1st of the month to current and create per-day variables //--- cfloop from=1

RE: Anyone have quick help - how to refer to a dynamic named query?

2007-04-02 Thread Ben Nadel
These queries are defined in the Variables scope of the page (or the THIS scope if you are in a CFC): #VARIABLES[ getCompanyTractorStats#curDay# ].myCol# .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help?

RE: OT ISAPI Rewrite

2007-04-02 Thread Russ
-Original Message- From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson- [EMAIL PROTECTED] Sent: Monday, April 02, 2007 4:47 PM To: CF-Talk Subject: Re: OT ISAPI Rewrite You just don't get it do you... research... :-) No, I don't get it. Research what? How to set up the

RE: Anyone have quick help - how to refer to a dynamic named query?

2007-04-02 Thread Peterson, Chris
Woohoo, you are the man! That's exactly what I needed sir. Have a great evening! Chris Peterson -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 5:04 PM To: CF-Talk Subject: RE: Anyone have quick help - how to refer to a dynamic named query?

Re: SQL DatePart function not working in cfquery...

2007-04-02 Thread Kevin Bales
if it's not in pound signs, CF won't think that it owns the function. can you paste the code you're using and specify how it does not work in cfquery? -- Charlie Griefer My SQL looks like this SELECT * FROM items WHERE DatePart(,itemDate)='1933' - Kevin

Re: OT ISAPI Rewrite

2007-04-02 Thread Robertson-Ravo, Neil (RX)
Damn those W3C guys for coming up with a common log format... You don't have to log to it mind you, you can use \sitename\mmddyy etc (or something along those lines) but in all reality, it's a log file and the only thing to care about my log file is my stats program which picks em up

Re: SQL DatePart function not working in cfquery...

2007-04-02 Thread Charlie Griefer
On 4/2/07, Kevin Bales [EMAIL PROTECTED] wrote: if it's not in pound signs, CF won't think that it owns the function. can you paste the code you're using and specify how it does not work in cfquery? -- Charlie Griefer My SQL looks like this SELECT * FROM items WHERE

Re: Memory issues with new daylight savings update?

2007-04-02 Thread Robertson-Ravo, Neil (RX)
Well, as we all know.. 1.4.2_11 is the latest supported JVM I think? How do you mean updated it via the 7.0.2 update? 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

RE: OT ISAPI Rewrite

2007-04-02 Thread Russ
-Original Message- From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson- [EMAIL PROTECTED] Sent: Monday, April 02, 2007 5:32 PM To: CF-Talk Subject: Re: OT ISAPI Rewrite Damn those W3C guys for coming up with a common log format... You don't have to log to it mind you, you

RE: Memory issues with new daylight savings update?

2007-04-02 Thread Ben Nadel
Hmmm, I did not set up the server or install the patches (and do not understand the server stuff). I will run this by my manager see if he can make more sense of it. Thanks for you input. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: Another Subversion Question

2007-04-02 Thread Barney Boisvert
You need a vendor branch. There's a section in the book about how to use them. It's not really any different from a normal branch, other than the fact that you don't write any code on the branch, you import it from the third party. cheers, barneyb On 4/2/07, Zaphod Beeblebrox [EMAIL PROTECTED]

Re: Active X controls close browser

2007-04-02 Thread Tom Garber
This is not CF, but regular DHTML. I used this in a site that just went live today: http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm On 4/2/07, Tom Garber [EMAIL PROTECTED] wrote: Thanks for the link. I will take a look at this and see if it will work for us.

Re: OT ISAPI Rewrite

2007-04-02 Thread Robertson-Ravo, Neil (RX)
It doesn't matter how good your website structures are, you need URL rewriting for SEO. It's also just a nice feature to have, and the possibilities with it are endless. In what way exactly? What if you publish pages already in an SEO friendly way? This e-mail is from Reed Exhibitions

RE: OT ISAPI Rewrite

2007-04-02 Thread Russ
It doesn't matter how good your website structures are, you need URL rewriting for SEO. It's also just a nice feature to have, and the possibilities with it are endless. In what way exactly? What if you publish pages already in an SEO friendly way? I'm far from being an expert on

Re: OT ISAPI Rewrite

2007-04-02 Thread Robertson-Ravo, Neil (RX)
AFAIK the example and the latter are the same URL and will be treated as such. I can understand the others, I don't agree with them, which I why you should publish pages out like that straight off the bat, with no URL rewriting required. This e-mail is from Reed Exhibitions (Gateway House, 28

Re: WebService help...

2007-04-02 Thread Charles Heizer
Sorry for the late response I'm not sure what your telling me to do here. Is this a new page? Thanks, - Charles On Mar 28, 2007, at 2:43 PM, Robertson-Ravo, Neil (RX) wrote: cfset yourWebService = CreateObject(webservice,pathtowebservice/ cfset foo =

RE: OT ISAPI Rewrite

2007-04-02 Thread Dave Watts
I'm far from being an expert on SEO, but from what I remember from Michael Dinowitz's presentation http://www.sitename.com/Programming_ColdFusion_Book-1234.html will get higher google rankings then http://www.sitename.com/index.cfm?bookid=1234 or

Re: OT ISAPI Rewrite

2007-04-02 Thread Judah McAuley
Robertson-Ravo, Neil (RX) wrote: AFAIK the example and the latter are the same URL and will be treated as such. I can understand the others, I don't agree with them, which I why you should publish pages out like that straight off the bat, with no URL rewriting required. For what its worth

Webservices and RealBasic

2007-04-02 Thread Charles Heizer
Hello, Can anyone tell me if they have successfully used a Coldfusion webservice from RealBasic using a Soap request? I'm getting a XmlException. Thanks, - Charles Charles Heizer Systems Management Solutions Group

Re: New instances as a Windows service

2007-04-02 Thread Dinner
On 3/30/07, Dave W wrote: But you don't have to restart it after CF comes up, which apparently you do with IIS? No, I've had clients who had to ensure that Apache started after JRun. I'm sure there are set-ups like that, I was just curious as to if IIS /had/ do be restarted if it was fired

Re: ORM with convention over configuration?

2007-04-02 Thread Dinner
On 4/1/07, Damien M wrote: With a site redesign you can do that. That's what I'm looking at myself. That's why I LOVE REACTOR, especially the field alias stuff.. It works either way. Sweet. Reactor for CF will do introspection, and I ain't fooling, you only need the XML stuff if you want

Re: PS3 :: to run CFMX8 better then windows vista..

2007-04-02 Thread Dinner
On 4/2/07, Tom C wrote: On Friday 30 Mar 2007, Paul I wrote: happy April fools all... That was *yesterday*. Not according to my clock. April Fools in the internet doesn't work because you have no idea when the person will read you message. Surely you jest. I'm pretty sure the internet

Re: OT: Subversion questions

2007-04-02 Thread Dinner
On 4/2/07, Rick R wrote: The tricky part is cases where applications share files for example, I have an include directory at my web root which contains images, css files, and a few cfm files that are used not only across various applications within the main web site, but across multiple

Re: Another Subversion Question

2007-04-02 Thread Dinner
Crazily enough, I've got almost the exact same situation as yerzelf. SVN:externals. Love it. Live it. L-word it. Using patch files is quite awesomely nifty too... ** * Qs or Cs? Holla! :-P On 4/2/07, Zaphod B wrote: I use the ever present BlogCFC for a couple of blogs.

RE: OT ISAPI Rewrite

2007-04-02 Thread Russ
-Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 7:44 PM To: CF-Talk Subject: RE: OT ISAPI Rewrite I'm far from being an expert on SEO, but from what I remember from Michael Dinowitz's presentation

RE: Memory issues with new daylight savings update?

2007-04-02 Thread Jim Curran
This wound up being the culprit (we think) http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401239 We also rolled back to _11 as well. Thanks everyone. - j Jim Curran President Nylon Technology 350 7th Avenue, 10th Floor New York, NY 10001

Re: Another Subversion Question

2007-04-02 Thread Zaphod Beeblebrox
Hmmm...I was thinking svn:externals was more for your working copy. With SVK, I set up a mirror of Rays svn in my svn (svk calls it a depot). Then I tell it to sync to my /trunk . Then I tell it to copy from /trunk to /local. Now, whenever I want to make changes to it, I check out the local

Re: OT: SQL Question

2007-04-02 Thread Jerry Barnes
Thanks for your replies. I didn't get a chance to play with anything this afternoon due to meetings. I'll try to implement something tommorrow and fill you all in on the results. The recordsets aren't that big. About 9k records in one table and 3k in the other.

Re: Another Subversion Question

2007-04-02 Thread Barney Boisvert
Yeah, svn:externals is a working-copy concept that allows you to have your working copy split amongst several SVN destinations (and store that configuration in SVN itself for easy maintenance and reuse). It doesn't help you with local changes to the remote code (in fact, it prevents that

Logout vs just closing the browser

2007-04-02 Thread Les Mizzell
Ok - have an app with a logout page that destroys all client/session variables. No problem. Works great. BUT - what if somebody doesn't log out and just closes the browser? Is there any way to destroy everything when that happens? I've not found a definitive source of info on this anywhere yet

Re: Logout vs just closing the browser

2007-04-02 Thread Jacob Munson
I believe you could use JavaScript's onUnload function to kick of an Ajax call. That should do the trick, but you'd want to do the ajax call synchronously so that the user doesn't get a pause as they go away (this can also cause errors in some browsers if you do it asynchronously). On 4/2/07,

Re: OT: Subversion questions

2007-04-02 Thread Rick Root
On 4/2/07, Dinner [EMAIL PROTECTED] wrote: It's a good recurring thread, that one about do all projects move along as you do, just the ones you're currently working on... Until just recently, I was essentially the only person doing 99% of the web work in our department. One of my

RE: OT ISAPI Rewrite

2007-04-02 Thread Dave Watts
Actually, according to Michael Dinowitz (and I'm not sure where he gets his facts from), static extensions have a slightly higher rank then dynamic ones. I am only sure where I get my facts from. My understanding, based on my own experience, is that this is not the case. My experience is

  1   2   >