Re: Good article DWMX. Phewww...I'm not so crazy after all

2005-02-23 Thread Massimo Foti
And I still desperately want a checkbox in the preferences which allows me to _completely_ disable the design view, which MM seems to be _completely_ disinterested in offering me. DW is so closely tied to the design view that I find it frequently open in spite of never opening it myself -- I

Re: Getting File Size with Java

2005-02-23 Thread Massimo Foti
Have any more in your library you want to share?? I have a few CFC that leverage Java APIs available here: http://www.olimpo.ch/tmt/ Massimo Foti DW tools: http://www.massimocorner.com CF tools: http://www.olimpo.ch/tmt/

THIS scope

2005-02-23 Thread James Holmes
Does anyone use the THIS scope any more? Having just converted some nasty old (CF 6.0) CFCs using THIS in external code and all sorts of other bad things to really nice, new, VARIABLES scope code using getters and setters, I can't see a use for THIS, except for the return in an init() method.

Re: THIS scope

2005-02-23 Thread Duncan
Application.cfc effectively replaces the cfapplication tag. This tag: cfapplication name=myapp sessionmanagement=yes sessiontimeout=10 becomes the following code in the pseudo-constructor area of Application.cfc (i.e., immediately after the opening cfcomponent tag): cfset this.name = myapp /

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Nick de Voil
I have a similar problem, though I arrived at it a different way. IIS 5 on Windows XP. CF running in J2EE mode on top of JRun4. Befor installing CF7 I decided to re-install JRun. That went fine. I downloaded the J2EE version of CF 7 installed the cfusion server in JRun. That's also fine. I can

Re: THIS scope

2005-02-23 Thread Sean Corfield
Strange... that's my response to another thread here on cf-talk...??? On Wed, 23 Feb 2005 20:11:42 +1100, Duncan [EMAIL PROTECTED] wrote: Application.cfc effectively replaces the cfapplication tag. This tag: cfapplication name=myapp sessionmanagement=yes sessiontimeout=10 becomes the

RE: THIS scope

2005-02-23 Thread James Holmes
I probably should have mentioned that we are on 6.1. Even in that case in CF7, I just tested and they don't have to be THIS variables, they can be put in the VARIABLES scope. -Original Message- From: Duncan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 February 2005 5:12 To: CF-Talk

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Mike Kear
I'm continuing with this farce ... Now i've deleted it all again, using uninstall, then deleted the folders that were left over because even after a simple install, the uninstall can't clean up after itself. (I really think Macromedia ought to look for another install engine - this one doesn't

RE: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread James Holmes
For personal dev, I always install using the built-in server. Have you tried that? -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 February 2005 6:36 To: CF-Talk Subject: Re: [cfaussie] Re: Problems installing CFMX 7 I'm continuing with this farce ...

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Mike Kear
No I haven't. Why? Wouldn't that mean IIS wouldnt be running and therefore my non-CF sites woudlnt work? I could give it a try I guess. Nothing else has worked. But I still think the installation routine ought to work with WinXPPro, (which it apparently does in most cases) but give a hint as

Re: THIS scope

2005-02-23 Thread Duncan
Sorry - I should have mentioned I cut that from an earlier post from Sean to one of my questions. Duncan On Wed, 23 Feb 2005 01:35:58 -0800, Sean Corfield [EMAIL PROTECTED] wrote: Strange... that's my response to another thread here on cf-talk...??? On Wed, 23 Feb 2005 20:11:42 +1100, Duncan

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Nick de Voil
Mike No I haven't. Why? Wouldn't that mean IIS wouldnt be running and therefore my non-CF sites woudlnt work? No, you can run IIS and JRun's builtin server simultaneously on different ports. JRun will automatically choose a port that's free. However, using the builtin server isn't really

Re: THIS scope

2005-02-23 Thread Joe Rinehart
James, I use the THIS scope for creating complex types to be sent over Web Services. I think that's about the only time I use it anymore. -Joe On Wed, 23 Feb 2005 17:03:43 +0800, James Holmes [EMAIL PROTECTED] wrote: Does anyone use the THIS scope any more? Having just converted some nasty

Storing sql inside a field.

2005-02-23 Thread Protoculture
using MS-SQL. What would be the best way to store an SQL query inside a field? Just as a simple text string / varchar? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

RE: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread James Holmes
Exactly, the IIS sites would be on port 80 and CF would be on port 8500 (by default, anyway). Agreed, it isn't a perfect staging setup but at least it gets you working again. -Original Message- From: Nick de Voil [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 February 2005 7:59 To:

RE: Will Tomlinson (or anyone else for that matter)...

2005-02-23 Thread Adrian Lynch
Thanks Will, I found that thread and hoped it was being sorted by CT. I tried to get the error this morning and failed, do you think or know if they have implemented the fix across all servers? You also mentioned you had it happen on Firefox, it was the same for me, it might just have been

RE: Storing sql inside a field.

2005-02-23 Thread Adrian Lynch
I'd say yes to the varchar. Were you thinking there might be a special datatype to do this? I don't know of any. Ade -Original Message- From: Protoculture [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 11:37 To: CF-Talk Subject: Storing sql inside a field. using MS-SQL. What would

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Mike Kear
So that means I'd have to uninstall it (AGAIN!) and reinstall it, using the internal web server option wouldn't it? Gawd it'll mean hours of testing and reconfiguring all my sites. I am NOT looking forward to this. And the only reason I started this at all was because Tim Buntel convinced me

CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Mike Kear
This is very disappointing for me - I had high expectations that the Macromedia install people would have learned from the fiasco surrounding the CFMX6.0 install routines. No such luck.There is no documentation anywhere telling us what to do if the installation doesn't go perfectly. And

RE: Upgrading and datasources

2005-02-23 Thread Calvin Ward
I was afraid it would come to that, pretty unfortunate. - Calvin -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 2:38 PM To: CF-Talk Subject: RE: Upgrading and datasources Has anyone performed an upgrade to CFMX 7 from CF 5 and had

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Mac Jordan
can't you reinstall the dev copy of MX6? -- mac jordan home: www.kestrel.org work: www.webhorus.net them: www.jordan-cats.org ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start

RE: Error Oddity

2005-02-23 Thread Scott Mulholland
No, win2000, cfmx6.1. -Original Message- From: Jehiah Czebotar [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 8:06 PM To: CF-Talk Subject: Re: Error Oddity for a template that does exist? are you running on a linux machine where filenames are case sensitive ? -- [EMAIL

RE: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Robertson-Ravo, Neil (RX)
Mike, have you verified that .cfm files can indeed be parsed by JRun? i.e. in IIS is the .cfm extension mapped to the correct .dll/.exe -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 13:05 To: CF-Talk Subject: CF7 won't run under IIS, wont install -

OT: You are not authorized to view this page

2005-02-23 Thread Victor Moore
This one is killing me for the last day or so. I have an app like this app \mod1 \mod2 \mod3 On the home page of the app there is link to mod1 mod2 mod3 If a user clicks on the link it will open a new browser session with the specified module. Suddenly one of them displays: You are not

Re: [cfaussie] Re: Problems installing CFMX 7

2005-02-23 Thread Adrocknaphobia
Mike, I'm afraid you are in a vast minority here as 1000s of people have installed CF7 successfully. Placing the blame on MM may be a bit hasty. From you last post, the install seems to be working fine, but the web server connector is failing. Being that there are a number of external issues you

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Mike Kear
Yes I could and unless I resolve this soon, that's what I'll have to do, but I would rather install CF7. If I go back to CFMX6.1 now, I will most likely never try out CF7. It will never find it's way into my hosting company and I will never let a client of mine have it either, because I wont

Re: XMl serching and inserting

2005-02-23 Thread Alex Sherwood
Read the docs for Using XML in the MM Developing Applications section of the docs. Very simple, straightforward examples that will show you exatly what you need. -- ALEX Duncan wrote: Hi everyone, I wonder if anyone can point me in the right direction to do the following in MX 7 I need to

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Adrocknaphobia
IIS -- Website -- Properties -- Home Directory -- Configuration (Application Settings). Are there Application Mappings for cfm, cfml, cfc, etc? -Adam On Thu, 24 Feb 2005 00:04:38 +1100, Mike Kear [EMAIL PROTECTED] wrote: This is very disappointing for me - I had high expectations that the

RE: XMl serching and inserting

2005-02-23 Thread Adrian Lynch
Being a bit laszy here but does anyone know if in CF7 you can now insert a branch/node from one XML doc into another without getting an error? Ade -Original Message- From: Alex Sherwood [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 13:29 To: CF-Talk Subject: Re: XMl serching and

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Mike Kear
I tried to map the extensions in IIS manually, but I couldn't find a ..exe file to map it to. I dont know what the name and location of the file is that it's supposed to associate .cfm to, now that it's not a windows application. But why should I have to do that? Run two batch files to connect

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Adrocknaphobia
Mike, I really don't mean to be rude, but I think your statements are way off. Most likely this problem is between the monitor and the chair. I'm running your same setup, in addition to 4 other setups without problem. -Adam On Thu, 24 Feb 2005 00:27:30 +1100, Mike Kear [EMAIL PROTECTED] wrote:

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Adrocknaphobia
You want to map them to a jrun.dll. Not an .exe. -Adam On Thu, 24 Feb 2005 00:34:43 +1100, Mike Kear [EMAIL PROTECTED] wrote: I tried to map the extensions in IIS manually, but I couldn't find a ..exe file to map it to. I dont know what the name and location of the file is that it's

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Mike Kear
Thanks Adam. Lets suppose I havent got a clue what I'm talking about. (It's possible. My wife is convinced of that and reminds me constantly) How come I have now tried to install CF7 a dozen times and it's never worked, and there's nothing anywhere that helps me find out what's wrong? Where

Re: THIS scope

2005-02-23 Thread S . Isaac Dealey
Does anyone use the THIS scope any more? Having just converted some nasty old (CF 6.0) CFCs using THIS in external code and all sorts of other bad things to really nice, new, VARIABLES scope code using getters and setters, I can't see a use for THIS, except for the return in an init()

Re: THIS scope

2005-02-23 Thread S . Isaac Dealey
Does anyone use the THIS scope any more? Having just converted some nasty old (CF 6.0) CFCs using THIS in external code and all sorts of other bad things to really nice, new, VARIABLES scope code using getters and setters, I can't see a use for THIS, except for the return in an init()

RE: Case-sensitive Struct keys

2005-02-23 Thread S . Isaac Dealey
-Original Message- From: Cedric Villat [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 10:50 PM To: CF-Talk Subject: Re: Case-sensitive Struct keys Dave, Any ideas on how to do this? The reason I originally did it in a struct, was I could simply find the properties of

RE: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Michael T. Tangorre
From: Mike Kear [mailto:[EMAIL PROTECTED] Thanks Adam. Lets suppose I havent got a clue what I'm talking about. (It's possible. My wife is convinced of that and reminds me constantly) I'm not prepared ot accept that just because it installs ok for you, that it's MY fault that it doesnt

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Jeff Fleitz
Hi Mike, I am using XP Pro SP2 with the multiserver config, but the config shown here should be the same. See if this helps. Jeff Mike Kear wrote: Yes I could and unless I resolve this soon, that's what I'll have to do, but I would rather install CF7. If I go back to CFMX6.1 now,

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Jeff Fleitz
Hi Mike, I am using XP Pro SP2 with the multiserver config, but the config shown here should be the same. See if this helps. Jeff On Thu, 24 Feb 2005 00:57:45 +1100, Mike Kear [EMAIL PROTECTED] wrote: Thanks Adam. Lets suppose I havent got a clue what I'm talking about. (It's possible.

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Adrocknaphobia
Is there a virtual mapping to the JRunScripts directory? -Adam On Thu, 24 Feb 2005 00:04:38 +1100, Mike Kear [EMAIL PROTECTED] wrote: This is very disappointing for me - I had high expectations that the Macromedia install people would have learned from the fiasco surrounding the CFMX6.0

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Mike Kear
[A] there is no MM support in Australia. for the last 8 years at least, any Australian support is restricted to is it plugged in? except through resources such as this list and teh CFAUSSIE list. [B] I only get to work on this currently at 10pm till 2am [C] I'm far from alone. MM clearly have

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Mike Kear
On Wed, 23 Feb 2005 09:17:42 -0500, Jeff Fleitz [EMAIL PROTECTED] wrote: Hi Mike, I am using XP Pro SP2 with the multiserver config, but the config shown here should be the same. See if this helps. Jeff Thanks Jeff . shown where? Cheers Mike Kear Windsor, NSW, Australia

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Mike Kear
Virtual mapping? Another thing that I have to do manually? Is there a list somewhere of all the things I have to do manually since the install routine isnt doing it? No, there's no virtual mapping in IIS to any jrun directory. And when I attempt to manually map the .cfm and .cfml extensions

Verity Issue

2005-02-23 Thread Blaine Korte
I've recently setup a new verity collection and it all works great, but, I have one issue. In my previous search setup using ht://Dig, if a page within the crawled folder is setup with a meta name='robots' content='noindex', then that page is not indexed and therefore not returned in the user's

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Jeff Fleitz
I attached an image. Guess it got clipped... I will send it off list. Jeff On Thu, 24 Feb 2005 01:32:25 +1100, Mike Kear [EMAIL PROTECTED] wrote: On Wed, 23 Feb 2005 09:17:42 -0500, Jeff Fleitz [EMAIL PROTECTED] wrote: Hi Mike, I am using XP Pro SP2 with the multiserver config, but the

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Adrocknaphobia
Well 99% of the time you do not have to do this manually. However there are numerous reasons why CF wouldnt be able to perform this automatically. Usually involving how you setup IIS and system privelages. As a professional hosting company, it may we worth learning the ins and outs of the servers

OT: help with JavaScript accordion

2005-02-23 Thread Paul
I experimented with Joe Rinehart's jComponents accordion navigation and decided to write my own, both to learn how it works and because I want more precise control over the CSS. I've managed to fumble my way to a certain degree of success but I'm a little stuck. I would like only the first pane

RE: help with JavaScript accordion

2005-02-23 Thread Adrian Lynch
No code. But without looking at what you have, it sounds like you need to call a close event on all menu items except the one you clicked on. On page load you could call the onclick of the first item to open it. Ade -Original Message- From: Paul [mailto:[EMAIL PROTECTED] Sent: 23

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Charlie Griefer
On Wed, 23 Feb 2005 09:11:36 -0500, Michael T. Tangorre [EMAIL PROTECTED] wrote: Since you are definitely in the minority when it comes CFMX 7 installation troubles, and days of Q/A on cf-talk has not gotten you further, I would venture to guess that in all the emails back and forth with the

RE: help with JavaScript accordion

2005-02-23 Thread Paul
Doh! My son woke up and distracted me from finishing the message. Here's what I meant to include. You can view the source to see where I'm going... http://www.malan.org/accordion.html -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005

Re: THIS scope

2005-02-23 Thread Thomas Chiverton
On Wednesday 23 Feb 2005 09:03 am, James Holmes wrote: Does anyone use the THIS scope any more? Having just converted some nasty I put public attributes and simple things that aren't worth writing a get and set for in it. -- Tom Chiverton Advanced ColdFusion Programmer

Re: open window full screen

2005-02-23 Thread Thomas Chiverton
On Tuesday 22 Feb 2005 20:55 pm, Paul wrote: And for what it's worth, nothing makes me more irritated than when a website maximizes my browser. Get a Better Browser :-) -- Tom Chiverton Advanced ColdFusion Programmer ~|

Re: CFForm Inside a Custom Tag?

2005-02-23 Thread Kenton Gray
I appreciate your recommendations, the onTap framework definitely looks like a powerful tool, but I think implementation might take me too long for this current project (I've never used xsl). I'll be sure to look into on my next one. Do you know of any other possible replacements of

(Admin) Digests

2005-02-23 Thread Michael Dinowitz
The digests has a small problem (moved to a stored procedure that screwed up) and those in digest mode received one for each post. This should be fixed and if anyone in digest mode is still getting posts faster than they should, please contact me off list. Still as in any time after this post. :)

RE: How to set virtual sites for localhost viewing?

2005-02-23 Thread Rick Faircloth
Hi, Calvin... I decided to try your approach with dev.myclient.com as a staging site for clients, but when I put the host header in with a current site, it's not showing... For example: Current Online Site: www.online.net Also has as host header: online.net Added host header:

Re: Free Coldfusion Devs Tool

2005-02-23 Thread Thomas Chiverton
On Tuesday 22 Feb 2005 19:28 pm, Kevin Aebig wrote: Hopefully an OSX version right away. Worst case scenario is that I post the swf and use FSCommand to write the config for the Mac guys... Could you do something similar for us Linux people ? It looks like just the sort of thing that could be

RE: open window full screen

2005-02-23 Thread Paul
Get a Better Browser :-) Does Firefox disallow these forced window sizing techniques? Or did I miss the joke... ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application

SOT: AOL and IPs

2005-02-23 Thread Bryan Stevenson
Hey All, I just found something kind of odd in the web logs for one of our clients and I'm wondering if any of the fine list membership can shed some light ;-) There are a number of page requests from and AOL IP range (first 3 sets of number the same...the last set changes). It is obviously

Re: SOT: AOL and IPs

2005-02-23 Thread russ
Quoting Bryan Stevenson [EMAIL PROTECTED]: There are a number of page requests from and AOL IP range (first 3 sets of number the same...the last set changes). It is obviously the same person (based on their path through the site...and referring pages)...but the last number in the IP

A Little OT

2005-02-23 Thread djones
I was just curious what everyone does for search engine submission and optimization. I know the obvious stuff like alt tags, keywords, proper html syntax, titles, text instead of images, ect Are there any tricks that any of you have learned over time? What software do you use and what

RE: AOL and IPs

2005-02-23 Thread Robertson-Ravo, Neil (RX)
That is how AOL worksit can change every 15 mins. It is also fecking annoying - especially when you have a Load Balancer working off sticky sessions. AOL has a proxy farm which changes its IP addresses frequently -Original Message- From: Bryan Stevenson [mailto:[EMAIL

RE: AOL and IPs

2005-02-23 Thread Robertson-Ravo, Neil (RX)
Some more info http://webmaster.info.aol.com/proxyinfo.html -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: 23 February 2005 16:27 To: CF-Talk Subject: SOT: AOL and IPs Hey All, I just found something kind of odd in the web logs for one of our clients and

Flash Form Validation

2005-02-23 Thread Tarantor
Hi, I have a flash form as below. cfform action=#CGI.SCRIPT_NAME#?event=users.passwordchangeaction method=post name=passwordchange height=300 width=400 skin=haloblue format=flash preloader=yes cfinput type=text name=currentpassword size=12 message=Please enter current

RE: A Little OT

2005-02-23 Thread Robertson-Ravo, Neil (RX)
1. Learn basic HTML. Many search engine optimisation techniques involve editing the behind the scenes HTML code. Your high rankings can depend on knowing which codes are necessary, and which aren't - the following bullets will explain how. 2. Choose keywords wisely. The keywords you think might

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Sean Corfield
On Wed, 23 Feb 2005 09:11:36 -0500, Michael T. Tangorre [EMAIL PROTECTED] wrote: Since you are definitely in the minority when it comes CFMX 7 installation troubles, and days of Q/A on cf-talk has not gotten you further, I would venture to guess that in all the emails back and forth with the

RE: open window full screen

2005-02-23 Thread RADEMAKERS Tanguy
Tools - Options - Web Features - Ennable JavaScript [checkbox] - Advanced ... [button] - Allow Scripts To: Move or resize existing windows [checkbox] or about:config dom.disable_window_move_resize = true -Original Message- From: Paul [mailto:[EMAIL PROTECTED] Sent: Wednesday, February

Re: Sloppy - Yahoo! Slurp throwing CFerrors

2005-02-23 Thread Matt Robertson
If you have an error handler, then at the top of it test http_user_agent and, if it turns out to be Slurp, feed them something that makes them go away, like as Dave suggested a 200 error rather than showing them whatever your friendly error is. I've got the same problem and think I'll try this as

SOT: IIS Append to the Request Header

2005-02-23 Thread Adrocknaphobia
Here is a pretty random question... Can IIS append to the request header before it passes it off the CF? -Adam ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and

RE: CF7 Devnet + serving generated XML?

2005-02-23 Thread Figy, Kam
That doesn't work in CF7 either. Grg -Original Message- From: Kwang Suh [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 2:16 PM To: CF-Talk Subject: Re: CF7 Devnet + serving generated XML? In CF6.1 devnet edition, you could disable the not-for-production meta tag by using

RE: Sloppy - Yahoo! Slurp throwing CFerrors

2005-02-23 Thread Bryan F. Hogan
I'm sorry if I've missed something in this thread. I have had the same problem before with a few different spiders. I like it happening though because it allows me to find something wrong that would get missed if it is rarely or ever browsed by an actual user. When an error would be generated I

RE: open window full screen

2005-02-23 Thread Paul
Thanks, that's handy. Surely the IE team must be saying why didn't we think of that? -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 9:50 AM To: CF-Talk Subject: RE: open window full screen Tools - Options - Web Features - Ennable

SOLVED: Re: AOL and IPs

2005-02-23 Thread Bryan Stevenson
Thanks All...my suspiscion has been confirmed ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com

Re: CFForm Inside a Custom Tag?

2005-02-23 Thread S . Isaac Dealey
I appreciate your recommendations, the onTap framework definitely looks like a powerful tool, but I think implementation might take me too long for this current project (I've never used xsl). I'll be sure to look into on my next one. Do you know of any other possible replacements of

RE: You are not authorized to view this page

2005-02-23 Thread Ian Skinner
I often see this error on a directory when there is no official default file in the directory, and the url does not specify an existing file. When directory browsing is not allowed of course. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA C code. C

Re: Sloppy - Yahoo! Slurp throwing CFerrors

2005-02-23 Thread Matt Robertson
What Mark is talking about is Slurp putting in its own url vars, if I read him correctly. I've seen the same thing. When I first saw it I thought it was someone hacking. Heck, it still might be. Amen to using errors to detect site flaws. Reminds you of stuff like the need to handle, for

Re: CFForm Inside a Custom Tag?

2005-02-23 Thread S . Isaac Dealey
I appreciate your recommendations, the onTap framework definitely looks like a powerful tool, but I think implementation might take me too long for this current project (I've never used xsl). I'll be sure to look into on my next one. Do you know of any other possible replacements of

RE: Sloppy - Yahoo! Slurp throwing CFerrors

2005-02-23 Thread Bryan F. Hogan
Strange, you're right about emailing the dump. I like the email though. I guess when you write the full info to disk you can email yourself that an error occurred and the basic message with a link to your log or something. I still email the dump, but I think I may just do what you mentioned. I

Re: CFForm Inside a Custom Tag?

2005-02-23 Thread Joe Rinehart
They're not bad -- I would have prefered they use slightly different syntax for the tabsets, but we're using them at the office where I work currently. (It's a large existing application and it's not really feasible to rewrite the whole app in any given framework, onTap or otherwise.)

Re: Sloppy - Yahoo! Slurp throwing CFerrors

2005-02-23 Thread Jim McAtee
It strikes me that you shouldn't be allowing those munged or extraneous URL variable values to cause CF to throw errors. For example, I'd never use something like the following cfparam name=url.detailedview default=no type=boolean Instead, I'd use cfparam name=url.showdetails default=no cfif

RE: How to set virtual sites for localhost viewing?

2005-02-23 Thread Rick Faircloth
Anyone else have any thoughts on what Calvin suggested below as far as setting up a development site for online client viewing of a site in progress? I can't figure out what I'm missing in the setupprobably something Calvin figured I knew...but apparently don't... Rick

Re: CFForm Inside a Custom Tag?

2005-02-23 Thread Joe Rinehart
IFKNTWINK (if i knew then what i knew now) Yes, I realize I just screwed up the acronym horribly. No need to razz me about it (Scott Stroz, Doug Hughes), I'm already getting IMs. -Joe On Wed, 23 Feb 2005 12:57:54 -0500, Joe Rinehart [EMAIL PROTECTED] wrote: They're not bad -- I would

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-23 Thread Robert Munn
Mike, I sympathize with your problem. The multiserver install is quite a bit more complicated than the standalone install. The biggest issue always seems to be getting the connector installed properly, which is where you seem to be stuck. Can you at least get to the JRun Management Console

Re: Sloppy - Yahoo! Slurp throwing CFerrors

2005-02-23 Thread Matt Robertson
On Wed, 23 Feb 2005 12:53:01 -0500, Bryan F. Hogan [EMAIL PROTECTED] wrote: I guess when you write the full info to disk you can email yourself that an error occurred and the basic message with a link to your log or something. Bingo. I write the files to .html and protect the site they go to

Re: How to set virtual sites for localhost viewing?

2005-02-23 Thread Jim McAtee
We do this all the time by setting up host names in DNS under our own domain name. For example nicksbakery.ourdomain.com bobstire.ourdomain.com If you know how to set up the virtual web sites in IIS using host headers, then what you may be missing is the need to configure the DNS. We manage

Re: Verity Issue

2005-02-23 Thread Jehiah Czebotar
I now have a verity collection of all the files I want from a given folder, (as filtered by .extension) but my 'non-indexed' pages are included in any search returns. These pages we don't want in the general verity search. Is there a way to query the page content for 'content='noindex' when

RE: CFForm Inside a Custom Tag?

2005-02-23 Thread Paul
DWAXKTYH (Don't worry about it we all make mistakes.) -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 11:09 AM To: CF-Talk Subject: Re: CFForm Inside a Custom Tag? IFKNTWINK (if i knew then what i knew now) Yes, I realize I just

Re: Sloppy - Yahoo! Slurp throwing CFerrors

2005-02-23 Thread Matt Robertson
On Wed, 23 Feb 2005 10:59:01 -0700, Jim McAtee [EMAIL PROTECTED] wrote: cfqueryparam cfsqltype=CF_SQL_NUMERIC value=#Val(url.view)# Holy cow thats simple. Always thought of cfqueryparam as a replacement for val() in raw sql. (sound of head bonking repeatedly on wall) -- --mattRobertson--

SPAM: RE: SPAM: RE: A Little OT

2005-02-23 Thread djones
Thanks for the info. Do you know of a good piece of software for automatic submissions? How often is too often to submit? Thanks, David -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 11:32 AM To: CF-Talk Subject: SPAM:

Re: CFForm Inside a Custom Tag?

2005-02-23 Thread S . Isaac Dealey
They're not bad -- I would have prefered they use slightly different syntax for the tabsets, but we're using them at the office where I work currently. (It's a large existing application and it's not really feasible to rewrite the whole app in any given framework, onTap or otherwise.)

RE: How to set virtual sites for localhost viewing?

2005-02-23 Thread Rick Faircloth
I manage my DNS through GoDaddy.com, where I register my sites. Haven't ventured into the land of managing my own DNS. After looking into this at GoDaddy, it seems simpler, just to use a virtual directory under my DefaultWebsite for online development viewing, sending my client to

Another J2EE Stab In The Dark

2005-02-23 Thread Steve Brownlee
Upon installing CF7 on J2EE, the admin code forces a CF mapping for the CFIDE directory. /CFIDE {server deploy dir}\site.war\CFIDE However, it cannot be changed. I found where it stored the mapping entry [cfusion\lib\neo-runtime.xml], but it's stored as WDDX - not XML - and manually

RE: CF7 Devnet + serving generated XML?

2005-02-23 Thread Calvin Ward
That's no good... -Original Message- From: Figy, Kam [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 12:08 PM To: CF-Talk Subject: RE: CF7 Devnet + serving generated XML? That doesn't work in CF7 either. Grg -Original Message- From: Kwang Suh [mailto:[EMAIL

Online Photo Editing?

2005-02-23 Thread Justin D. Scott
Not ColdFusion specific, but has anyone had experience working with an online photo/image editor? I've poked around a bit and I was not able to find anything suitable. Basically I'm looking for something that would allow a user to specify an image on their hard drive, pull it into the editor to

Re: cfdump and functions bug (CF 7)

2005-02-23 Thread Sean Corfield
On Tue, 22 Feb 2005 15:17:09 -0300, Terracini [EMAIL PROTECTED] wrote: And the doubled outputed data was driving me crazy, since I was trying to find a non-existant bug in the UDF. Anyway, I think this is a CF7 bug, since it double the data outputed by a function when called by cfdump tag.

Re: SOT: AOL and IPs

2005-02-23 Thread Rick Root
Bryan Stevenson wrote: I just found something kind of odd in the web logs for one of our clients and I'm wondering if any of the fine list membership can shed some light ;-) There are a number of page requests from and AOL IP range (first 3 sets of number the same...the last set

RE: IIS Append to the Request Header

2005-02-23 Thread Steve Brownlee
No, IIS only appends headers from the Web server to the browser, not the other way around. -Original Message- From: Adrocknaphobia [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 12:01 PM To: CF-Talk Subject: SOT: IIS Append to the Request Header Here is a pretty random

Re: How to set virtual sites for localhost viewing?

2005-02-23 Thread Bob Haroche
One thing I found using a SOHO router is that it doesn't support loopback, meaning my browser can't go out to the Net and then return to my LAN to find domain names or public IPs hosted on my own network. In my office I host my own dev server (onpointsolutions.net). My clients, who aren't on my

Re: AOL and IPs

2005-02-23 Thread Phill B
Can some one explain what the /number means at the end of the IP addresses? I read the page but I didn't see anything that would explain it. I thought they were trying to show the IP range but I have AOL traffic out side of those ranges. 152.163.240.0/21 152.163.248.0/22 152.163.252.0/23

RE: How to set virtual sites for localhost viewing?

2005-02-23 Thread Justin D. Scott
One thing I found using a SOHO router is that it doesn't support loopback, Some do, as we did not have that problem here when we had a local dev server. We use the LinkSys WRT45G unit and it always worked well for us in this regard. --- Justin D. Scott Vice

OT: FCKEditor XML Error

2005-02-23 Thread Jeff Chastain
Sorry for the off-topic, but I have not been able to find this answer any where else and I have seen people on this list talk about FCKEditor. I am attempting to use FCKEditor 2.0 RC2 on CFMX 6.1 w/ Win2K3. Everything works fine until I load the resource browser via the browse button in the

  1   2   3   >