Recommend a threaded forum application

2004-04-17 Thread Jim McAtee
I know a variation of this question gets asked every couple of months or so.Is there a good CF based forum application available?Must be threaded, with the option to view threads either via a threaded view or flat view.From what I've seen in the past (haven't looked in about a year) the choices in

Re: BIND DNS on Windows XP Pro

2004-04-15 Thread Jim McAtee
Which version of BIND for Windows?I'm running a couple of Win2k Servers with the latest ISC BIND 9.2.3.I think the service should run on XP Pro. Configuration and zone files would be no different. Does the BIND service not start up and answer queries or is it not answering as you expect? -

Testing for existence of and defaulting substructs

2004-04-15 Thread Jim McAtee
I've got an application where page-generation tags are passed a configuration struct.This struct contains a substruct.What's the best way to test for the existence of the substruct? Right now I've got the following, which works, but I'm not sure it's really best. cfif not

Re: Bread Crumb Trail with CFMX

2004-04-15 Thread Jim McAtee
- Original Message - From: Jim Davis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, April 15, 2004 1:34 PM Subject: RE: Bread Crumb Trail with CFMX The simple breadcrumb trail is completely determined by the author-defined hierarchy of pages.You define this page is in

Re: Access 2003 ODBC

2004-04-13 Thread Jim McAtee
- Original Message - From: Samuel R. Neff [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, April 12, 2004 8:07 PM Subject: RE: Access 2003 ODBC Access 2000 is the last major release of the Jet engine, so the data portion of the database, what you're using through CF, is

Re: Access 2003 ODBC

2004-04-13 Thread Jim McAtee
- Original Message - From: Claude Schneegans [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 11:31 AM Subject: Re: Access 2003 ODBC would probably find it more convenient to use Access 2003 on the server. As far as CF is concerned, there is NO Access

Re: Access 2003 ODBC

2004-04-13 Thread Jim McAtee
- Original Message - From: Dave Watts [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 10:29 AM Subject: RE: Access 2003 ODBC If you have the latest version of Jet on your server, it can read Access 2000 and 2003 files, without requiring any additional

Access 2003 ODBC

2004-04-12 Thread Jim McAtee
I've got a couple small web sites currently using Access 2000 and was wondering what was necessary to use Access 2003.Is there a particular rev level that the MS MDAC drivers need to be at on a Windows 2000/IIS 5 system to use Access 2003 as an ODBC data source? [Todays Threads] [This Message]

Re: ColdFusion Coding Contest

2004-04-05 Thread Jim McAtee
- Original Message - From: Kazmierczak, Kevin [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, April 05, 2004 11:59 AM Subject: RE: ColdFusion Coding Contest http://tech.badpen.com/cfcontest/ I don't get it.What's the relevance of taking a text-book algorithm from CS101

Keeping state with JavaScript

2004-04-03 Thread Jim McAtee
Maybe not the best subject line.Here's what I'm trying to do: I've got a CF generated page that uses _javascript_ CSS to expand contract (hide unhide, actually) several blocks containing numerous html links.When the user expands a block and then clicks a link, the new URL is displayed in the

Re: IIS Custom Error Pages in CF?

2004-03-31 Thread Jim McAtee
://blog.mxconsulting.com ...what the web can be! -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 9:03 PM To: CF-Talk Subject: OT: IIS Custom Error Pages in CF? I'm trying to figure out if I can use a .cfm page (or possibly an .asp page) for an IIS 5

OT: IIS Custom Error Pages in CF?

2004-03-30 Thread Jim McAtee
I'm trying to figure out if I can use a .cfm page (or possibly an .asp page) for an IIS 5 custom 404 error page.I'm _not_ trying to configure CF's missing template handler as done through the CF Administrator.That works fine. It appears that if you designate a .cfm page for 404 errors (for

Replace() vs. ReplaceNoCase()

2004-03-23 Thread Jim McAtee
Would I be correct in assuming that Replace() is a bit more efficient than ReplaceNoCase() since Replace() wouldn't first need to do a case change on the target string? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Dots in variable names behaving unexpectedly

2004-03-23 Thread Jim McAtee
- Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 11:19 AM Subject: RE: Dots in variable names behaving unexpectedly Can someone give me the lowdown on why... registrant.emergencyPhone.Phone.countryCode = 1; ...is

Re: Functions, data... bah!

2004-03-21 Thread Jim McAtee
Tough to tell what you're trying to do, but look at the documentation for the ValueList() function and see if that doesn't get you closer to your goal. - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, March 21, 2004 2:26 PM Subject:

HomeSite and 'Dot' Files

2004-03-21 Thread Jim McAtee
Is there a means of getting HomeSite+ to show dot files such as .htaccess in the file listing of a remote ftp server? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Good (inexpensive) domain registration

2004-03-18 Thread Jim McAtee
I believe DNS is only included at GoDaddy if you park the domain with them or else use their domain redirection. My company is an OpenSRS (Tucows) reseller.I've had nothing but nightmares trying to transfer domains from GoDaddy to OpenSRS.GoDaddy is more than just a little bit unscrupulous, IMO.

Re: Good (inexpensive) domain registration

2004-03-18 Thread Jim McAtee
I don't think that's the case.They're just an eNom reseller, if I'm not mistaken.However, I also highly recommend RegisterFly.I really like the included DNS that eNom offers, which is very fast and looks to be well-distributed.They also include domain parking and redirection, as well as email

CFMX Regexes

2004-03-11 Thread Jim McAtee
On the CF Server list I mention that we've not yet migrated from CF5 to CFMX and asked if there are any code changes necessary.I recall reading on this list that the regex language has changed in CFMX from POSIX compliant to a more Perl-like style.Does this mean that old code needs to be

Re: Ben's book is out

2004-03-10 Thread Jim McAtee
Ya know, there's just something about that title...Somehow I don't think I'll ever feel compelled to purchase a book on a subject that can supposedly be learned in 10 minutes. - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday,

Re: keywording for search engine hits

2004-03-10 Thread Jim McAtee
search engines are as fickle as 14 yr old girls @ the mall You don't say? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Getting computer name via variables?

2004-03-05 Thread Jim McAtee
The variable cgi.server_name should contain the domain or host name - mydomain.com or www.mydomain.com or server.mydomain.com, etc. - Original Message - From: Ben Forta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, March 05, 2004 6:59 AM Subject: RE: Getting computer name

Re: Infusion

2004-03-05 Thread Jim McAtee
We routinely use CF5's CFMAIL for mailings to over 100,000 recipients.For something like a monthly newsletter it's not unnecessary to send them all at once, so we've developed ways of pacing the output to a couple thousand every 5 minutes for a period of several hours. - Original Message

Re: FTP client recommendations?

2004-03-04 Thread Jim McAtee
- Original Message - From: Nando [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 04, 2004 12:50 AM Subject: OT: FTP client recommendations? Can anyone recommend an FTP client that they are really happy with? I've been using CuteFTP 3PointSomething for years and

OT: How is this possible?

2004-02-27 Thread Jim McAtee
Anyone ever seen anything like this before?I didn't think it was possible to run a _javascript_ outside of the browser window.It even continues when I switch focus to a completely unrelated application. http://www.pctraders.com/ Something tells me this shouldn't be... [Todays Threads] [This

Re: Protect action pages

2004-02-27 Thread Jim McAtee
Explain to me what you think you're actually protecting against?If you've been moderately careful, someone using an unauthorized form (or no form at all) can do nothing more than someone using a authorized form. The things you have to avoid are things like relying upon client-side data validation

Re: OT: How is this possible?

2004-02-27 Thread Jim McAtee
- Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, February 27, 2004 3:43 PM Subject: Re: OT: How is this possible? Jim McAtee wrote: Anyone ever seen anything like this before?I didn't think it was possible to run

Re: Trying to group dates in dropdown list (ALMOST THERE)

2004-02-27 Thread Jim McAtee
In the output you can format the month to two digits: Right(00 dateMonth, 2).This can also be done with NumberFormat(), or, if you had the date itself you could use DateFormat(thedate, mm). - Original Message - From: Ron Eis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday,

OT: HTML Form Desgin w/JS Question

2004-02-26 Thread Jim McAtee
I've got an application with a form containing several textareas.This application is going to manage several thousand records, and the text in these fields, on average from 100 to 200 characters, will all be entered by hand.I'm looking for a way to ease the initial data entry by allowing a user to

Re: OT: HTML Form Desgin w/JS Question

2004-02-26 Thread Jim McAtee
- Original Message - From: Steve Nelson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 26, 2004 2:51 PM Subject: Re: OT: HTML Form Desgin w/JS Question From the sounds of it, I don't think it'll require hidden frames. Sounds like what you need is a global

Re: OT: HTML Form Desgin w/JS Question

2004-02-26 Thread Jim McAtee
- Original Message - From: Jeremy Brodie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 26, 2004 2:13 PM Subject: Re: OT: HTML Form Desgin w/JS Question I'd like to add that with the number of fields that you will have, you need to think about categorizing the

Expense of cfhtmlhead tag?

2004-02-26 Thread Jim McAtee
I was wondering what the implications might be of using cfhtmlhead on every page of a busy web site.It seems that to implement cfhtmlhead, CF has to generate its page and when it encounters cfhtmlhead it places that html header text within a variable that it keeps.Then when CF has finished

Re: OT: HTML Form Desgin w/JS Question

2004-02-26 Thread Jim McAtee
Thanks, I see now.That might come in handy but it's not what I was looking for.I'd like to copy data from a record still on the database server. - Original Message - From: Steve Nelson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 26, 2004 10:39 PM Subject: Re:

Re: OT: HTML Form Desgin w/JS Question

2004-02-26 Thread Jim McAtee
hidden frames. I think what you might want to try is Dan Switzer's Client/Server Gateway. It'll handle all of the hidden frame stuff for you. Look at the Zip Code Demo #2 and it'll be instantly clear what it's doing. http://www.pengoworks.com/workshop/js/gateway/ Steve Nelson Jim McAtee

Re: How to order by days of the week, but not alphabetically in this query

2004-02-25 Thread Jim McAtee
If it was that easy to change both your table's data and your application(s), then it would probably have been more straightforward to just store the day number (1 to 7) in the table and use the DayOfWeekAsString() function to display the weekday name. It's only really a problem when you've got

Re: Web-based email program

2004-02-22 Thread Jim McAtee
Does this operate in conjunction with IMAP, POP, or either protocol? - Original Message - From: Peter Tilbrook [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, February 21, 2004 9:43 PM Subject: Web-based email program I know there was once a cool one from FuseTalk

Re: Web-based email program

2004-02-22 Thread Jim McAtee
A webmail interface almost _has_ to leave mail on the server.Many people only use webmail as a secondary means of checking messages when they're away from their primary computer - say at a friend's house or from a library or cafe. I assume then, you're using only POP3.Most of the webmail

Re: Scheduling

2004-02-20 Thread Jim McAtee
Start with two things: check your CF logs and try running the CF page using the button in the CF Administrator and/or from the address bar in a browser. We've had excellent luck with CF 5's job scheduler.We even have several templates that run 24x7 every 1 minute that have run for several years

Re: windows mailing list

2004-02-19 Thread Jim McAtee
The best I've found is the NTSysAdmin list at Sunbelt Software.Positively reeks with IT types.(Whether that's good or bad is your call.)Some incredibly knowledgable people, though, when it comes to Windows networking issues.There are even a few good webhosting providers on the list.

Re: CF5 Error Handler Form

2004-02-18 Thread Jim McAtee
- Original Message - From: Ubqtous [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 7:55 AM Subject: Re: CF5 Error Handler Form Jim, On Tuesday, February 17, 2004, 10:10:30 PM, you wrote: JM cferror type=request JM template=err/global.cfm JM

Re: CF5 Error Handler Form

2004-02-18 Thread Jim McAtee
- Original Message - From: Ubqtous [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 10:24 AM Subject: Re: CF5 Error Handler Form JM I wasn't aware of the type=exception.Why would it preclude JM capturing user comments as might be entered into a form?

CF5 Error Handler Form

2004-02-17 Thread Jim McAtee
In a particular application I'd like to have a global error handler, ideally set within application.cfm.My directory structure is something like the following, with application.cfm located in /myapp/: / /myapp/ /myapp/subdirectory1/ /myapp/subdirectory2/ /myapp/err/ cferror type=request

SQL Sort Question

2004-02-13 Thread Jim McAtee
Say I wish to do a SELECT query and sort on a text column, but I want to pick two or three (or however many) specific values, designated by constant string values, to sort to the top.Can this be done with standard SQL? If you get what I'm talking about, it might be something like: ORDER BY

Re: Help with speeding up a string replace on a large file.

2004-02-11 Thread Jim McAtee
If you don't need the case-insensitivity of ReplaceNoCase(), you might try ReplaceList() instead.This will eliminate the loop.Not sure how much you'll gain in speed, but letting CF loop over the elements should be faster than doing it yourself. - Original Message - From: Shawn Grover

Re: Which is quicker

2004-02-11 Thread Jim McAtee
- Original Message - From: Matthew Walker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 3:34 PM Subject: RE: Which is quicker cfswitch is both quicker and more elegant. The only downside is that it doesn't handle dynamic values. That's funny.I find

How to tell if a session has expired?

2004-02-10 Thread Jim McAtee
Is there a means of determining if a CF session has timed out?For instance, in the context of a shopping cart application.I've seen applications on other sites where you get a message to the effect of Your session has expired rather than just a Your shopping cart is empty.I'm trying to figure out

Re: How to tell if a session has expired?

2004-02-10 Thread Jim McAtee
- Original Message - From: Cameron Childress [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 3:15 PM Subject: RE: How to tell if a session has expired? As far as a CF solution, I suppose you could set a cookie timestamp with each pageview and compare

Re: serving non-CFM files w/ Cold Fusion

2004-02-10 Thread Jim McAtee
- Original Message - From: Conan Saunders [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 12:56 PM Subject: serving non-CFM files w/ Cold Fusion Say I have a directory containing these three files: page.cfm info.txt image.gif I want everything in

Re: serving non-CFM files w/ Cold Fusion

2004-02-10 Thread Jim McAtee
- Original Message - From: Conan Saunders [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 3:02 PM Subject: RE: serving non-CFM files w/ Cold Fusion That seems closer to what I want but is not quite ideal (ideal being all requests within a particular

Re: SSL redirect

2004-02-09 Thread Jim McAtee
You can display the form itself using HTTP, but post the form to https://myformhandler.cfm and the password will be encrypted. Keep in mind that if you redirect the home page itself to HTTPS, or otherwise start serving pages using HTTPS://, and if you use addresses without specifying the protocol

Re: SSL redirect

2004-02-09 Thread Jim McAtee
But generally not if it's a login form embedded on the home page or in a side column.If you've got little username/password form that appears on every page you'd end up encrypting the entire site.For a dedicated login page it's a good idea, like you say, so that people know the login is secure.

Re: Co-Location ?

2004-02-09 Thread Jim McAtee
- Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 09, 2004 1:49 PM Subject: RE: Co-Location ? As I said earlier I queried MS on this subject, but it was awhile ago.I just spent some time talking with a couple of MS sales

Re: Co-Location ?

2004-02-09 Thread Jim McAtee
- Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 09, 2004 2:47 PM Subject: Re: Co-Location ? Jim McAtee wrote: After your last post, I found the following page: http://www.microsoft.com/windowsserver2003/evaluation

Re: Co-Location ?

2004-02-09 Thread Jim McAtee
- Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 09, 2004 4:37 PM Subject: Re: Co-Location ? The plot thickens... Page 38 is where the web edition comes up.Means bad things for mySQL, where the db used cannot be licensed

Re: Formatting within email from CFMail?

2004-02-09 Thread Jim McAtee
- Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 09, 2004 8:39 PM Subject: Formatting within email from CFMail? Is there a way to cause info included from a query to be aligned in columns when displayed in the email?

Re: Co-Location ?

2004-02-08 Thread Jim McAtee
Matt Robertson wrote: One thing you should watch out for:A lot of discount hosts are offering dedicated Windows 2k3 boxes, using the web edition.Thats got licensing issues that will keep you from legally putting on stuff like CF and SQL Server. Whoa.I was aware that MS SQL Server couldn't be

Re: Co-Location ?

2004-02-07 Thread Jim McAtee
Generally, in a colocation arrangement you'd own the hardware and the software licenses.You just purchase space and power plus bandwidth on a connection to the Internet from the colo provider. What you may be looking for is something more along the lines of a managed server or servers, where you

Re: OT-Firewall

2004-02-04 Thread Jim McAtee
- Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 2:32 PM Subject: Re: OT-Firewall Mike Brunt wrote: Eric, we use Tiny Firewall for this sort of requirement. http://www.tinysoftware.com/home/tiny2?la=EN

Cached Queries

2004-01-30 Thread Jim McAtee
Are cached-queries cfapplication-name specific?I've got a web site running a cf application (named myapp) and a related administrative application on another web site (also myapp for the moment).I'd like to change the name of the admin app so that admins aren't automatically logged in to the

Re: Cached Queries

2004-01-30 Thread Jim McAtee
Thanks, Doug.That makes sense. - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, January 30, 2004 11:35 AM Subject: RE: Cached Queries cached queries, via cachedwithin or cachedafter, are identified by their signature which is composed of query

Session vs. Client Management

2004-01-27 Thread Jim McAtee
Been using CF for so long, I should know these things without thinking.I'm guessing I may even have known the answers at one time... If a cfapplication has session, but not client management enabled (and is using client cookies), then is there any difference in the cookie that CF uses?Expiration

Re: Session vs. Client Management

2004-01-27 Thread Jim McAtee
- Original Message - From: Philip Arnold [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 27, 2004 7:46 PM Subject: RE: Session vs. Client Management This is from memroy, so some of it might be a little off If a cfapplication has session, but not client

CF Client Cookies

2004-01-23 Thread Jim McAtee
I've got an application that uses both CF client and session management. It's located in a branch off of the web site's root, while there are other branches and two more existing applications on this same site that utilize different cf application names: www.mysite.com / ../myapp ../old_app

Re: CF Client Cookies

2004-01-23 Thread Jim McAtee
Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 2:37 PM To: CF-Talk Subject: CF Client Cookies I've got an application that uses both CF client and session management. It's located in a branch off of the web site's root, while there are other branches

Re: randomize()

2004-01-23 Thread Jim McAtee
Both.RandRange() takes exact the same numbers that would be generated by Rand(), normally betwee 0 and 1 and scales (and offsets) them into the integer range you specify. - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, January 23, 2004

Re: session management help please

2004-01-19 Thread Jim McAtee
- Original Message - From: NANCY SKAGER [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, January 18, 2004 8:15 PM Subject: RE: session management help please Finally it comes to this As an old time chatter myself, I know from experiance, that when you log into a

Remember Me

2004-01-17 Thread Jim McAtee
How would you implement a typical Remember Me login? I have little experience using cookies, generally taking the easy way and implementing client and session management through CF's application framework. Seems to me that if I enable client management in CF, then _everyone_ that logs in to a

Re: Remember Me

2004-01-17 Thread Jim McAtee
- Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, January 17, 2004 3:51 PM Subject: Re: Remember Me A persistent cookie (set with CFCOOKIE with an expiry) will handle your remember folks.So if they check the box then you set

CFInclude Locating Files

2004-01-08 Thread Jim McAtee
I'm going a little crazy today trying to restructure an old application to make it a bit more maintainable. When a CFINCLUDE is processed from within a template that has been CFINCLUDE'd in another template, does CF try to locate the file relative to the 1st included template or relative to the

Re: Coldfusion 5 Pro for sale

2003-11-23 Thread Jim McAtee
I take you're no longer using CF, rather than having upgraded this license to CFMX?Or perhaps you've decommissioned a server? Anyone know off-hand what Macromedia's policy is in regard to the transferring CF Server licenses? - Original Message - From: Benjamin Rosenthal [EMAIL

CF Session Question

2003-11-20 Thread Jim McAtee
I've got a CF5 application, an ad server, which has two distinct components. One is a management interface and the other is the mechanism for serving and tracking ads and click throughs. In the management interface I wish to use CF sessions to track user logins. The ad serving mechanism is

OT: Joins in Excel?

2003-11-12 Thread Jim McAtee
I have a client with a small website run from an Access 2000 database.She's requested a spreedsheet of the database whatever the hell that is.I assume she's refering to the main table, which comprises the site membership. Of course that table is normally joined with several others in the database,

Re: Blue Dragon and Fusebox

2003-10-27 Thread Jim McAtee
Haggerty, Mike wrote: After spending some time on this issue Friday night (and well into Saturday morning), I convinced my customer to stick with CF5 until BD 3.1 is in full release and we've had a chance to properly test the application. What are the reasons that someone would consider

Re: Homesite+ Error

2003-10-22 Thread Jim McAtee
, if the Files1 and Files2 tabs have both been connected to an RDS site, I get the error twice upon reopening HomeSite+. - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, October 20, 2003 1:59 PM Subject: Re: Homesite+ Error Ok, we've solved the icon

OT: Homesite+ Error

2003-10-20 Thread Jim McAtee
Whenever I open Homesite+ I get an error along the lines of The system cannot find the file.Occasionally it will display a large gray dialog box showing the contents of a template and some other error.The other thing I notice is that Homesite won't start in the folder last opened in the Files tab

Re: Homesite+ Error

2003-10-20 Thread Jim McAtee
, all my .cfm files have icon types that look like word pad!!! How do i get them to appear with the homesite icon??? -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 12:07 PM To: CF-Talk Subject: OT: Homesite+ Error Whenever I open

Re: cffunction question

2003-10-04 Thread Jim McAtee
Owens, Howard wrote: I'm making my first UDF using CFFUNCTION ... It goes something like this: myFunction(arg1, arg2, arg3) If I hard code the arguments into the function call, it works fine.But if I try this ... myFunction(form.myField), where myField is a list of the three arguments

CFX_IIS

2003-10-04 Thread Jim McAtee
Has anyone used the cfx_iis tag to _update_ an existing virtual web server? >From the documentation of the tag, it appears to allow you to create and delete IIS servers, add/delete IIS virtual directories, and to stop/start/pause/continue a virtual server.Unless I'm missing something, there's no

Re: CFX_IIS

2003-10-04 Thread Jim McAtee
Snake Hollywood wrote: Yep your correct there jim. No editing. But as your moving sites to a new server, you can query the the existing settings, store them, and add to them before re-creating on a new server. There is also a tool called IISexport that will save out your entire IIS metabase

Re: security flaw in web services

2003-10-02 Thread Jim McAtee
But what's this have to do with your login security flaw idea?Sure, client IP addresses are easily forged.Using this capability to crack even a simple login mechanism isn't nearly as easy, though.And where's the link between web logins and spam?What exactly are you calling spam? - Original

CF5 Hotfixes

2003-09-29 Thread Jim McAtee
Did Macromedia at one point in time renumber their KB (technote, whatever) articles?Maybe it's a result of the merging of the Allair and MM sites.I'm rebuilding a CF5 server and today I went to the Macromedia site to download all of the hotfixes for Windows.I've got a number of CF5 hotfixes that I

Re: CF5 Hotfixes

2003-09-29 Thread Jim McAtee
/coldfusion/ts/documents/tn17883.htm http://www.macromedia.com/support/coldfusion/ts/documents/tn17883.htm You should also be able to search on the old article number and have it show up in the search results. Deb -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Monday

Re: CF Salary Range

2003-09-29 Thread Jim McAtee
Tim Laureska wrote: I'm more concerned about what someone mentioned previously... the offshore folk who work for peanuts, but still do decent work. it seems this type of foreign competition is pervasive throughout our economy anymore ... Can anyone give me a reason to say those fears for

Retrofit user login/validation

2003-09-28 Thread Jim McAtee
I've got to move a fairly extensive Intranet web site away from a company'soffice network where the site is protected using Windows ACLs and users loggedin agains an NT domain.My choices are basically 1) continue to use ACLs andcreate a new domain (or use local user accounts) on the web server and

Re: CFV: comp.lang.coldfusion Usenet Newsgroup

2003-09-27 Thread Jim McAtee
From: Dave Hodder [EMAIL PROTECTED] For those who are interested, the results for comp.lang.coldfusion can now be found on news:news.announce.newgroups (message news:[EMAIL PROTECTED]). There were 96 YES votes, 8 NO votes, 3 abstaining votes and 1 invalid vote.Because we did not have 100 more

Re: converting double-spaced UNIX lines to CRLF

2003-09-27 Thread Jim McAtee
Doesn't UNIX use just a single linefeed as a newline character?If you knowthere are only LFs and no CRs in the string, then:cfset cr = Chr(13)cfset lf = Chr(10)cfset mystring = Replace(mystring, #lf#, #cr##lf#, all)- Original Message - From: Gyrus [EMAIL PROTECTED]To: CF-Talk [EMAIL

Re: What's wrong with this...

2003-09-27 Thread Jim McAtee
Apparently id1, id2, and id4 always have something in them.Try explaining what you want in English.- Original Message - From: Cutter (CF-Talk) [EMAIL PROTECTED]To: CF-Talk [EMAIL PROTECTED]Sent: Saturday, September 27, 2003 10:20 PMSubject: What's wrong with this... Why does this always

Re: IIS Settings from one server to another

2003-09-26 Thread Jim McAtee
Giampaolo Bellavite wrote: Is there a quick way to transfer IIS settings from one server to another? (transferring all websites from one box to another.) Did you try the IIS Migration Wizard Tool?http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/iis_migration_wizard-o.aspHow

Custom error page problem

2003-09-25 Thread Jim McAtee
Been quite a while since I've dealt with using custom 404 error pages in CF. I'm not getting the following simple app working. I just get the standard CF (not IIS or browser) 404 page when a nonexestant.cfm page is requested. !--- application.cfom --- cferror type=request template=error.cfm

Re: Custom error page problem

2003-09-25 Thread Jim McAtee
way to do this. It would be great if I'm wrong :) - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 15:26 Subject: Custom error page problem Been quite a while since I've dealt with using custom 404 error pages in CF. I'm

Query of Query Functions

2003-09-23 Thread Jim McAtee
I'm trying to do a query of a query returned through CFDIRECTORY. What, if any, functions are permitted in such a query? I need to use the first four characters of the file name in the WHERE clause. !--- Get a directory listing of all area photos --- cfdirectory action=list directory=#photos#

Re: Query of Query Functions

2003-09-23 Thread Jim McAtee
Jochem van Dieten wrote: I'm trying to do a query of a query returned through CFDIRECTORY. What, if any, functions are permitted in such a query? Upper() and Lower(). I need to use the first four characters of the file name in the WHERE clause. !--- Get a directory listing of

Passing a Struct to a Custom Tag

2003-09-15 Thread Jim McAtee
How do you pass a struct as an attribute to a custom tag? (CF5) I've got an app structured something like: !--- application.cfm --- cfset cfg = StructNew() cfset cfg.param1 = yes cfset cfg.param2 = 20 !--- mypage.cfm --- cfinclude template=header.cfm cf_mytag cfg=#cfg# cfinclude

Re: Passing a Struct to a Custom Tag

2003-09-15 Thread Jim McAtee
Macromedia (http://www.macromedia.com/go/teammacromedia) Email: [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus My ally is the Force, and a powerful ally it is. - Yoda -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED] Sent: Monday

Re: (Admin) List upgrades

2003-09-15 Thread Jim McAtee
Michael Dinowitz wrote: 2. I'm going to add in a link on each post to send the user directly to the post in the archive. Should this link be before the message (a header) or after (a footer)? Footer. I've been on lists with added junk at the top and it's incredibly annoying. I don't really

Defining the Content-type charset

2003-09-11 Thread Jim McAtee
Our web server is running Windows 2000, IIS 5, and ColdFusion 5. Is the Content-type character set HTTP header that IIS returns for CF pages based on settings in IIS, or does IIS just echo the CF HTTP headers? I'm trying to set the character through IIS rather than having to use cfcontent, but

Change NT password

2003-09-10 Thread Jim McAtee
Does anyone have a means of allowing an NT4 (or Win2k AD) domain user to change his password from a ColdFusion (CF5 on IIS5) app? The following explains how to do it using ASP, but we don't want to run ASP on the server: http://support.microsoft.com/?id=331834 Thanks, Jim

Re: CF usage growing or shrinking? (was DWMX 2004 - Whats new for us? )

2003-09-01 Thread Jim McAtee
Doug White wrote: One thing has not changed as far as PHP vs. CF 1. CF and especially CFMX is MUCH faster than PHP Additionally, while PHP is open source, and CF is not - when one considers the total cost of development, CF will come out ahead. Faster development time, reusable code,

Character Scrubbing

2003-08-29 Thread Jim McAtee
We've got significant user-updatable content in which HTML is permitted. We occasionally see a problem with odd characters when a user does a cut paste from something like Word. What is a good way to scrub these characters from the content? Ideally, we'll do this when the content is written to

Re: (Admin) List Question

2003-08-28 Thread Jim McAtee
What's the normal iMS behavior if those messages aren't customized? I wonder at the bandwidth (and processing) savings of doing this for a large and/or very busy mailing list. No doubt it's dependant on the nature of the list, but professional lists similar to this one probably have a fair

<    1   2   3   4   5   6   7   8   9   10   >