clustering cfmx

2003-10-13 Thread Critz
oi CF-Talk,!!

knowing not much about clustering, is it possible to cluster cfmx if it is running as a standalone
server, or does it need to be integrated with IIS (for example...)

-- 

---
[This E-mail scanned for viruses by Declude Virus]

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: cfquery + list

2003-10-07 Thread Critz
oi Won!!

it's probably not working because each item in the list is not single quoted..

cfset attributes.myList = 'John','Amy' that would work, no?

-- 


Tuesday, October 7, 2003, 11:05:32 AM, you wrote:

WL Hello,

WL Let's say I have a list:
WL cfset attributes.myList = John, Amy

WL How can I do a query that would take that list and do a not in?

WL cfquery name=blah ...
WL 	select PKID
WL 	from myTable
WL 	where name not in ('#attributes.myList#')
WL /cfquery

WL (This codes doesn't work)

WL CF 5.0

WL 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: How do I tell what fields are in my tables...

2003-10-02 Thread Critz
oi cf!!

select top 10 * from table
cfdump var=#query#

or output query.columnlist


-- 



Thursday, October 2, 2003, 10:09:51 AM, you wrote:

ct I have a site that I have no access to the DB from work (SQL Server).I am getting an
ct error with one of my queries.It looks as if the field is either not there or spelled wrong. 
ct Can anyone tell me how I can tell what fields I have for a table?


ct Thanks,


ct Brian Yager
ct President - North Alabama 
ct Cold Fusion Users Group
ct http://www.nacfug.com
ct Ground-Based Midcourse Defense JPO
ct Contractor CSC
ct (256)313-9668
ct [EMAIL PROTECTED]
ct
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Stripping the URL...

2003-09-23 Thread Critz
oi Neal!!

treat it as a list. use listlast(..,/) (if memory serves me correctly...
then check your db and redirect...




-- 



Tuesday, September 23, 2003, 1:31:25 PM, you wrote:

BN Hey guys, I have another one for ya...
 
BN I am try to capture part of a url string and then take that of which I
BN captured and turn it into a variable so that I can compare in our db and
BN pass to another page. Not sure if this makes sense so I will give an
BN example. 
 
BN If some one types in their browser:
 
BN http://www.mywebsite.com/johnspage http://www.mywebsite.com/johnspage 
 
BN There are no pages called johnspage so I would like to strip the name
BN johnspage from the url and compare it to our database for johnspage
BN and then return him to his actual page which looks like this:
 
BN http://www.mywebsite.com/index.cfm?page=johnspage
BN http://www.mywebsite.com/index?page=johnspage 
 
BN We currently have something like this working but in asp using the IIS 404
BN redirect and I am trying to figure out a way to do it in CF. 
 
BN Does anyone have any ideas or better ways of doing this?
 
BN Thanks, stripping 
BN - Neal
 

BN 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138159
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: CF 5 ReSend Mail...

2003-09-18 Thread Critz
oi James!!

if you have access to the server, just re-drop them in the spool dir


-- 



Thursday, September 18, 2003, 4:44:56 PM, you wrote:

JB Hello All:

JB I’m in a pinch and have a quick question. What’s the best free method 
JB for dealing with CF5 and undeliverable mail. Does anyone have a favorite 
JB tag or code you could send to me at [EMAIL PROTECTED]

JB I’m trucking through 1001 Windows errors today and this is one issue I 
JB could really use help with.

JB Regards,
JB James Blaha


JB 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137607
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


OT-Flash-Creating Flv's

2003-09-18 Thread Critz
oi CF-Talk,!!

  everytime  I import video into flashmxit turns out very pixelly...large 
pixels... any ideas as
  to how i can get around this? When i export it to an flv, it still looks pixelly 
:(


  Crit


-- 


---
[This E-mail scanned for viruses by Declude Virus]

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137617
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: OT-Flash-Creating Flv's

2003-09-18 Thread Critz
oi Michael!!

no  clue,  i  had  only exported an imported video from flash didn't really know 
how to go about
it...


-- 



Thursday, September 18, 2003, 9:19:03 PM, you wrote:

MG Critz,
MG What are you using to create your flv? Are you using Squeeze? What are your
MG compression settings also.

MG Thanks,
MG Michael


MG On 9/18/03 7:08 PM, Critz [EMAIL PROTECTED] wrote:

 oi CF-Talk,!!
 
 everytime  I import video into flashmxit turns out very pixelly...large
 pixels... any ideas as
 to how i can get around this? When i export it to an flv, it still looks
 pixelly :(
 
 
 Crit
 

MG 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137636
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: OT-Flash-Creating Flv's

2003-09-18 Thread Critz
oi Michael!!

aye, cheers mate. i'll give it a gander


-- 



Thursday, September 18, 2003, 10:21:56 PM, you wrote:

MG The best way to get the goods in flv is Sorenson Squeezevery cool tool
MG :)

MG http://www.sorenson.com/content.php?cats=2

MG I usually get excellent quality from it.


MG On 9/18/03 9:36 PM, Critz [EMAIL PROTECTED] wrote:

 oi Michael!!
 
 no  clue,  i  had  only exported an imported video from flash didn't
 really know how to go about
 it...
 

MG 
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137639
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: (Admin) List upgrades

2003-09-14 Thread Critz
oi Michael!!

1: feedDemon(.com) (i believe that's it)


-- 



Sunday, September 14, 2003, 11:39:19 PM, you wrote:

MD A few questions:
MD 1. What is the best RSS reader? I'm writing an RSS feed for all of the lists and
MD I'd like to know what people are using and what they feel is the best. The RSS
MD feed will be expanded to FA as well.
MD 2. I'm going to add in a link on each post to send the user directly to the post
MD in the archive. Should this link be before the message (a header) or after (a
MD footer)?
MD 3. As an extension to the previous question, does anyone actually look at the
MD message footers?
MD 4. As an extension of the previous question, does anyone click on any of the ads
MD that are on HoF/FA? (such as the new MM ad)
MD 5. Would people like the option to get their mail in HTML format?
MD 6. Other than a wikki (which I'll look into after the RSS feed), are there any
MD features you'd like for the lists?
MD Thanks

MD Michael Dinowitz
MD Finding technical solutions to the problems you didn't know you had yet

MD 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-12 Thread Critz
oi Raymond!!

RC If you closed HS+ 5.2 when a folder on a ColdFusion 5 server had focus, upon 
restarting the application, you would get an error stating that The system cannot 
find the file specified. This error no longer occurs (49117).


ah. so that's what caused that. well hell, that is GOOD to know!!!


-- 



Friday, September 12, 2003, 9:16:10 AM, you wrote:

RC http://www.macromedia.com/support/documentation/en/homesite/55/releaseno
RC tes_plus.html#new

RC 
RC ===
RC Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
RC (www.mindseye.com)
RC Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

RC Email: [EMAIL PROTECTED]
RC Blog : www.camdenfamily.com/morpheus/blog
RC Yahoo IM : morpheus

RC My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, September 11, 2003 10:20 PM
 To: CF-Talk
 Subject: Re: Any way to get Homesite+ 5.5 without Dreamweaver?
 
 
 I think that is the non + (-+? :)) version...
 
 Is there actually anything new in 5.5+? There didn't seem to 
 be anything in 5.5 according to the page for it.
 
 $200 is a lot to ask for Homesite+ upgrade imo. Of course, if 
 there is nothing new, I wont bother.
 


RC 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-12 Thread Critz
oi Neil!!

ummm i thought the new version of DWMX2k4 did NOT require sites?


-- 



Friday, September 12, 2003, 9:59:36 AM, you wrote:

RRNR I still find the startup time too slow and the way it 100% ties you to sites
RRNR is a real PITA.

RRNR -Original Message-
RRNR From: Raymond Camden [mailto:[EMAIL PROTECTED]
RRNR Sent: 12 September 2003 14:57
RRNR To: CF-Talk
RRNR Subject: RE: Any way to get Homesite+ 5.5 without Dreamweaver?


RRNR Is it not on the CD? I _believe_ there is no free upgrade from 5.2 to
RRNR 5.5. I think you only get it if you buy DWMX 2004.

RRNR Don't quote me on that though.

RRNR By the way, I've been playing some with DWMX 2004, and it's _really_
RRNR nice. The performance is much better (still not as good as HS+, but
RRNR close) and I'm _almost_ considering switching for a little while.
RRNR Almost. ;)

RRNR 
RRNR ===
RRNR Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
RRNR (www.mindseye.com)
RRNR Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

RRNR Email: [EMAIL PROTECTED]
RRNR Blog : www.camdenfamily.com/morpheus/blog
RRNR Yahoo IM : morpheus

RRNR My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: Michael Traher [mailto:[EMAIL PROTECTED] 
 Sent: Friday, September 12, 2003 7:49 AM
 To: CF-Talk
 Subject: RE: Any way to get Homesite+ 5.5 without Dreamweaver?
 
 
 OK I give up where exactly is the updater to upgrade 
 Homesite+ 5.2 to 5.5?
 
 Michael Traher 
 Systems Manager
 ICLP (London)
 Tel: UK +44 (0) 20 8256 9072
 Fax: UK +44 (0) 20 8681 0234 
 
 This e-mail may contain privileged and confidential 
 information and/or copyright material and is intended for the 
 use of the addressee only. If you receive this e-mail by 
 mistake please advise the sender immediately by using the 
 reply facility in your e-mail software and delete this e-mail 
 from your computer system. You may not deliver, copy or 
 disclose its contents to anyone else. Any unauthorised use 
 may be unlawful. Any views expressed in this e-mail are those 
 of the individual sender and may not necessarily reflect the 
 views of ICLP. 
  
  
 
 -Original Message-
 From: Raymond Camden [mailto:[EMAIL PROTECTED] 
 Sent: 12 September 2003 14:16
 To: CF-Talk
 Subject: RE: Any way to get Homesite+ 5.5 without Dreamweaver?
 
RRNR http://www.macromedia.com/support/documentation/en/homesite/55/releaseno
RRNR tes_plus.html#new

RRNR 
RRNR ===
RRNR Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
RRNR (www.mindseye.com)
RRNR Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

RRNR Email: [EMAIL PROTECTED]
RRNR Blog : www.camdenfamily.com/morpheus/blog
RRNR Yahoo IM : morpheus

RRNR My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 11, 2003 10:20 PM
 To: CF-Talk
 Subject: Re: Any way to get Homesite+ 5.5 without Dreamweaver?
 
 
 I think that is the non + (-+? :)) version...
 
 Is there actually anything new in 5.5+? There didn't seem to
 be anything in 5.5 according to the page for it.
 
 $200 is a lot to ask for Homesite+ upgrade imo. Of course, if
 there is nothing new, I wont bother.
 





RRNR 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-11 Thread Critz
oi jonhall!!

dun believe so.

it comes on the dwmx disc...


-- 



Thursday, September 11, 2003, 11:46:54 PM, you wrote:

jon I own Studio MX, but I don't want to pay the $200 for the DW upgrade
jon just for Homesite+. Is there any other option?



---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: Any way to get Homesite+ 5.5 without Dreamweaver?

2003-09-11 Thread Critz
oi Stacy!!

that would probably have been homesite (not homesite+)


-- 



Friday, September 12, 2003, 12:02:09 AM, you wrote:

SY I could have sworn someone posted a link to buy it separately for
SY $99...or was I dreaming? ;)

SY Stace

SY -Original Message-
SY From: Critz [mailto:[EMAIL PROTECTED] 
SY Sent: September 11, 2003 11:59 PM
SY To: CF-Talk
SY Subject: Re: Any way to get Homesite+ 5.5 without Dreamweaver?

SY oi jonhall!!

SY dun believe so.

SY it comes on the dwmx disc...




---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: Run an ASP include page?

2003-09-06 Thread Critz
oi webmaster!!

i've used cfhttp in the past...


-- 



Saturday, September 6, 2003, 12:59:37 PM, you wrote:

wdc What is the best method to accomplish this?  There is an import procedure,
wdc and it needs to pass a field to an ASP script that does a 256 hash
wdc encryption or some darned thing.

wdc Can't include obviously, can't custom tag...cfhttp doesn't seem right?
wdc Pointers?

wdc Thanks in advance!

wdc Regards,

wdc Eric J. Hoffman
wdc DataStream Connexion
wdc www.datastreamconnexion.com



wdc 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: SUBMIT button

2003-09-02 Thread Critz
oi Mosh!!

uh, don't the name.x and name.y hold the pixel location of the actual click?


-- 



Tuesday, September 2, 2003, 11:12:45 AM, you wrote:

MT Robert:

MT INPUT fields of type Image do not pass a value as defined by the VALUE
MT attribute.  Instead, they pass 2 values, defined by the NAME attribute.  The
MT values passed are name.x and name.y each value corresponding to the X or
MT Y coordinate of the point on the image where the user click the mouse.  So,
MT for example, if a user clicked dead center on the image produced by:

MT INPUT TYPE=image
MT SRC=images/delete_record.gif
MT NAME=delete
MT WIDTH=100 HEIGHT=100

MT Your action page would see delete.x and delete.y, both of which would
MT contain the value 50.

MT --
MT Mosh Teitelbaum
MT evoch, LLC
MT Tel: (301) 942-5378
MT Fax: (301) 933-3651
MT Email: [EMAIL PROTECTED]
MT WWW: http://www.evoch.com/


 -Original Message-
 From: Robert Orlini [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 02, 2003 10:35 AM
 To: CF-Talk
 Subject: SUBMIT button


 Any reason that this submit button code does not work?

 input type=image border=0 src=images/delete_record.gif
 alt=delete value=delete name=delete

 I like the look of this button because it is an image, but does
 not pass the delete value to the form.

 This one works fine:

 input type=submit value=delete name=delete
 src=images/delete_record.gif

 But is displays the old looking default SUBMIT button.

 Robert O.
 HWW
 
MT 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: HTML to PDF?

2003-09-02 Thread Critz
oi Chris!!

you can use activePDF, i know it creates the files on the server


ctz


-- 



Tuesday, September 2, 2003, 11:39:39 AM, you wrote:

CA Hello all,
 
CA I have a project that requires the conversion of HTML files to PDF. I
CA see a couple on the Dev Exchange, but it is not clear if these can take
CA an actual file on the server and convert to a PDF file stored on the
CA server. I see a few that say they convert any dynamic page into PDF, but
CA that would leave me without an actual hard file on the server.
 
CA Thanks all,
 

CA -chris.alvarado 
CA [ application developer ] 
CA 4 Guys Interactive, Inc. 
CA http://www.4guys.com http://www.4guys.com/  
CA phone: 281.807.4344 x1716 
CA fax: 281.807.4384

 

CA 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: What's the general approach for using RSS feeds in pages?

2003-09-02 Thread Critz
oi Jeff!!

i sent you email with a link off list. might assist you.

Crit


-- 



Tuesday, September 2, 2003, 11:33:53 AM, you wrote:

J on 9/2/03 11:19 AM, Jochem van Dieten at [EMAIL PROTECTED] wrote:

 Jeff wrote:
 I'm new to the whole thing, but isn't an RSS feed just an XML document?
 
 Yes.
 
 
 What's the idea, just read it into a variable then output it?
 
 That is one option. Which problem would you want an RSS feed to
 solve for you?
 
J I was looking here:
J http://news.yahoo.com/rss/

J And I thought it'd be cool to maybe display a couple of the top headlines
J from a couple of the feeds in a little table cell someplace on a page,
J linking to the story in a new window...

J This seems easy enough, but I have zero experience with both XML and rss, so
J I was just wondering what a 'best practices' approach was to it, and what
J others did or didn't do when using those things. They seem cool and
J normally, during the course of a day, we don't have a single client who'd do
J *anything* with this stuff, so I was just going to jump in and try to play
J with it for absolutely no reason, except to learn how to do it. Maybe I'll
J wind up with something cool that someone will say, hey, can you do that on
J our site?

J 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: SUBMIT button

2003-09-02 Thread Critz
oi Mosh!!

ah missed the dead center bit. my bad


-- 



Tuesday, September 2, 2003, 11:42:16 AM, you wrote:

MT Isn't that what I said?

MT --
MT Mosh Teitelbaum
MT evoch, LLC
MT Tel: (301) 942-5378
MT Fax: (301) 933-3651
MT Email: [EMAIL PROTECTED]
MT WWW: http://www.evoch.com/


 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 02, 2003 11:20 AM
 To: CF-Talk
 Subject: Re: SUBMIT button


 oi Mosh!!

 uh, don't the name.x and name.y hold the pixel location of the
 actual click?


 --


 
 Tuesday, September 2, 2003, 11:12:45 AM, you wrote:

 MT Robert:

 MT INPUT fields of type Image do not pass a value as defined
 by the VALUE
 MT attribute.  Instead, they pass 2 values, defined by the NAME
 attribute.  The
 MT values passed are name.x and name.y each value
 corresponding to the X or
 MT Y coordinate of the point on the image where the user click
 the mouse.  So,
 MT for example, if a user clicked dead center on the image produced by:

 MT  INPUT TYPE=image
 MT  SRC=images/delete_record.gif
 MT  NAME=delete
 MT  WIDTH=100 HEIGHT=100

 MT Your action page would see delete.x and delete.y, both of which would
 MT contain the value 50.

 MT --
 MT Mosh Teitelbaum
 MT evoch, LLC
 MT Tel: (301) 942-5378
 MT Fax: (301) 933-3651
 MT Email: [EMAIL PROTECTED]
 MT WWW: http://www.evoch.com/


  -Original Message-
  From: Robert Orlini [mailto:[EMAIL PROTECTED]
  Sent: Tuesday, September 02, 2003 10:35 AM
  To: CF-Talk
  Subject: SUBMIT button
 
 
  Any reason that this submit button code does not work?
 
  input type=image border=0 src=images/delete_record.gif
  alt=delete value=delete name=delete
 
  I like the look of this button because it is an image, but does
  not pass the delete value to the form.
 
  This one works fine:
 
  input type=submit value=delete name=delete
  src=images/delete_record.gif
 
  But is displays the old looking default SUBMIT button.
 
  Robert O.
  HWW
 
 MT
 
MT 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


cfmx 6.1 cfchart

2003-09-01 Thread Critz
oi CF-Talk,!!

  I  am  dropping a cfchart tag on a pagebut absolutely Nothing is showing up. 
not even a red X
  or anything

  any suggestions as to why this is?


  Crit


-- 


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: cfmx 6.1 cfchart

2003-09-01 Thread Critz
oi Brook!!

cheers mate. I'll have a gander.

Crit


-- 



Monday, September 1, 2003, 12:05:23 PM, you wrote:

BD The JVM that ships with RedSky does not work with CFCHART. You have to 
BD download and install an older JVM from SUN. See this forum post which 
BD explains it all:
BD 
http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=143threadid=671390

BD Brook Davies

BD At 10:53 AM 9/1/2003 -0400, you wrote:
oi CF-Talk,!!

   I  am  dropping a cfchart tag on a pagebut absolutely Nothing is 
 showing up. not even a red X
   or anything

   any suggestions as to why this is?


   Crit


--


---
[This E-mail scanned for viruses by Declude Virus]


BD 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: cfmx 6.1 cfchart

2003-09-01 Thread Critz
oi Stephen!!

aye. that was it

crit


-- 



Monday, September 1, 2003, 4:29:22 PM, you wrote:

SL Also note that if you use the NAME attribute in CFCHART, the display is 
suppressed. The
SL NAME attribute is primarily intended for use with CFFILE to write the chart to a 
file. So if you
SL want your chart to be drawn on the fly and render in the browser, just be sure 
not to use the
SL NAME attribute.
SL 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


mysql cfmx6.1 datetime issues...

2003-08-31 Thread Critz
oi CF-Talk,!!

  I've got a query:

  select * from newdir_log order by time desc limit 10;
  (time is a datetime field)
  
  this query, ruin EMS mySql Manager, returns the query in the correct order

  when  i  run  it  thru  cfmx  they  are  not  ordered  properly... and a dump of the 
time field is
  outputting dates like this: 2003-08-24 21:43:40.0

  any ideas, suggestions as to how to get it to order by properly?


  Crit


-- 


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: mysql cfmx6.1 datetime issues...

2003-08-31 Thread Critz
oi Critz!!

uh yeah ok. nevermind the cfc was cached in session scope and had not updated. Bah


-- 



Saturday, August 30, 2003, 10:30:02 PM, you wrote:

C oi CF-Talk,!!

C   I've got a query:

C   select * from newdir_log order by time desc limit 10;
C   (time is a datetime field)
  
C   this query, ruin EMS mySql Manager, returns the query in the correct order

C   when  i  run  it  thru  cfmx  they  are  not  ordered  properly... and a dump of 
the time field is
C   outputting dates like this: 2003-08-24 21:43:40.0

C   any ideas, suggestions as to how to get it to order by properly?


C   Crit




---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: IFRAME Question

2003-08-30 Thread Critz
oi webmaster!!

parent.top.location = ?


-- 



Friday, August 29, 2003, 9:32:34 PM, you wrote:

wdc Using a CF based TabPro custom tag that allows IFRAME to run pages inside of
wdc tabs.  One thing I am unsure of, how do I make a link break out of the
wdc IFRAME in order to just make the new page show up in the main browser window
wdc (not a new one)?  Is it possible or once you have navigation happening in
wdc IFRAME you are hosed?

wdc Thanks for the quick pointer.

wdc Regards,

wdc Eric J. Hoffman
wdc Technology Tamer
wdc DataStream Connexion
wdc www.datastreamconnexion.com




wdc 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: OT: Box Highlights of hover/active links.

2003-08-28 Thread Critz
oi Ian!!

i  remember seeing a small javascript function to sort this.. i'll hafta dig around 
and see if i can
find it..


-- 
Currently Playing: Black Eyed Peas - Hands Up


Thursday, August 28, 2003, 2:02:45 PM, you wrote:

IS Ok, the designers are bugging us that the light-dashed box that highlights
IS links when the mouse is over them is UGLY! Can't we get rid of it?  Can we
IS get rid of it?  I'm not aware of any CSS property for this, but I'm not
IS sure.


IS --
IS Ian Skinner
IS Web Programmer
IS BloodSource
IS Sacramento, CA

IS 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


CF5 Sendmail error

2003-08-25 Thread Critz
oi CF-Talk,!!

  anyone have any idea what causes this:

  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; image_azv; .NET CLR 1.1.4322),
   unknown exception condition TagCFMail::sendMessage


   Crit


-- 
Currently Playing: Jimmy Buffett - Margaritaville


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: CF5 Sendmail error

2003-08-25 Thread Critz
oi Critz!!

n/m  found  out  the  spool  directory had been deleted from the server. however 
the hell that
happened.dunno


-- 
Currently Playing: Jimmy Buffett - Boat Drinks


Monday, August 25, 2003, 11:47:55 AM, you wrote:

C oi CF-Talk,!!

C   anyone have any idea what causes this:

C   Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; image_azv; .NET CLR 1.1.4322),
Cunknown exception condition TagCFMail::sendMessage


CCrit




---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: cfc vs php rule of thumb

2003-08-25 Thread Critz
oi Mauricio!!

cfcomponent
  cfinclude template=blah.config
  cffunction
  cffunction
/cfcomponent

?


-- 
Currently Playing: Jimmy Buffett - Son of a Son of a Sailor


Monday, August 25, 2003, 1:52:20 PM, you wrote:

MG Hello

MG When developing in PHP, it is common to have something like this in a class
MG document:

MG // start
MG include 'my_config_file.php';

MG class MyClass {
MG   // properties and functions
MG }
MG // end

MG Where my_config_file.php is a file that has constants and other shared
MG variables. I am familiar with CFCs also but am not sure what would be the
MG right way to go on this issue. It is good to have an external file with
MG common variables, and sometimes people have them inside Application.cfm but
MG you don't always want to have them there.

MG Can anyone shed any light on this issue?

MG Thanks


MG - mga

MG _
MG MSN 8: Get 6 months for $9.95/month http://join.msn.com/?page=dept/dialup

MG 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: DWMX 2004 - Whats new for us?

2003-08-25 Thread Critz
oi Jeff!!

aye. that's homesite. not homesite+, no?


-- 



Monday, August 25, 2003, 2:50:59 PM, you wrote:

JG http://www.macromedia.com/software/homesite/productinfo/features/

JG Click on the Buy link on the right hand side of the page...  $99 bucks!

JG Jeff

JG - Original Message - 
JG From: Raymond Camden [EMAIL PROTECTED]
JG To: CF-Talk [EMAIL PROTECTED]
JG Sent: Monday, August 25, 2003 11:34 AM
JG Subject: RE: DWMX 2004 - Whats new for us?


JG Query - where do you see it being a stand alone product? (By that I mean
JG your email leads me to belief that you saw that it would be sold by
JG itself, but I do not see it. Obviously it's stand alone in that it is
JG a different .exe file.)

JG 
JG ===
JG Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
JG (www.mindseye.com)
JG Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

JG Email: [EMAIL PROTECTED]
JG Blog : www.camdenfamily.com/morpheus/blog
JG Yahoo IM : morpheus

JG My ally is the Force, and a powerful ally it is. - Yoda

 -Original Message-
 From: Chris Kief [mailto:[EMAIL PROTECTED]
 Sent: Monday, August 25, 2003 12:29 PM
 To: CF-Talk
 Subject: RE: DWMX 2004 - Whats new for us?


 Although this doesn't directly address your questions, it's
 good to see that Homesite is still being actively developed
 with the new version available as both a stand-alone product
 and with Dreamweaver 04:

 http://www.macromedia.com/software/homesite/

 chris





JG 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: hard returns and text areas

2003-08-20 Thread Critz
oi Barney!!

isn't a crlf 13,10 ?

INTRO   db   13,10   ;;Intro-Message: 13,10 = New Line

least it is in asm would assume it is a standard thing

-- 
Currently Playing: Godsmack - Releasing The Demons


Wednesday, August 20, 2003, 12:08:50 PM, you wrote:

BB Hard breaks should come through to the server as either newlines, carriage
BB returns, or both, depending on OS.  then it's just a matter of doing a
BB search and replace for them:

BB myString = REreplace(myString, [#chr(10)##chr(13)#]+,  , all);

BB ---
BB Barney Boisvert, Senior Development Engineer
BB AudienceCentral
BB [EMAIL PROTECTED]
BB voice : 360.756.8080 x12
BB fax   : 360.647.5351

BB www.audiencecentral.com


 -Original Message-
 From: Wurst, Keith D. [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, August 20, 2003 7:23 AM
 To: CF-Talk
 Subject: hard returns and text areas


 hi. does anyone know of a way to identify that a user has entered a hard
 return into a text-area and then pull those hard returns out (or replace
 them with just a single space).  any help is greatly appreciated. thanks
 very much.
 
BB 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: hard returns and text areas

2003-08-20 Thread Critz
oi Keith!!

couldn't you do a replace on CHR(13)CHR(10) ?

Crit


-- 
Currently Playing: Godsmack - Straight Out Of Line


Wednesday, August 20, 2003, 10:22:30 AM, you wrote:

WKD hi. does anyone know of a way to identify that a user has entered a hard
WKD return into a text-area and then pull those hard returns out (or replace
WKD them with just a single space).  any help is greatly appreciated. thanks
WKD very much.
WKD 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: hard returns and text areas

2003-08-20 Thread Critz
oi Tony!!

aye :)


-- 
Currently Playing: Let The Party Begin - Shaved - My Mouse


Wednesday, August 20, 2003, 1:13:28 PM, you wrote:

TW is that you critz listening to godsmack?

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Critz [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 20, 2003 12:37 PM
TW To: CF-Talk
TW Subject: Re: hard returns and text areas


TW oi Barney!!

TW isn't a crlf 13,10 ?

TW INTRO   db   13,10   ;;Intro-Message: 13,10 = New
TW Line

TW least it is in asm would assume it is a standard thing



---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: DWMX Madness!!!

2003-08-19 Thread Critz
oi James!!

no... it's not just looks. if I am in a javascript block and I type

document.getElementById(userName)...

it  ends up putting too single quotes as the second double quotes.. like If I type a 
double quote it
puts two singles and places the cursor in the middle... i know i am not crazy.


-- 



Tuesday, August 19, 2003, 2:14:36 AM, you wrote:

JJ Are you using a flat panel monitor? I get a similar problem where the
JJ closing double-quote looks like a single-quote. I've just learned to live
JJ with it.

JJ James

JJ -Original Message-
JJ From: Tyler Clendenin [mailto:[EMAIL PROTECTED] 
JJ Sent: Monday, August 18, 2003 3:02 PM
JJ To: CF-Talk
JJ Subject: RE: DWMX Madness!!!


JJ Yes, call macromedia and ask for your money back for a rushed program which
JJ is not yet after so long been patched for the number of issues it has. 

JJ -Original Message-
JJ From: Critz [mailto:[EMAIL PROTECTED] 
JJ Sent: Monday, August 18, 2003 4:38 PM
JJ To: CF-Talk
JJ Subject: DWMX Madness!!!

JJ oi CF-Talk,!!

JJ   everytime  I type a  in dwmx it seems to convert it to two (') so i end
JJ up with single and double
JJ   quotes on each end of words i am trying to quote is there a way to
JJ shut this off?

JJ   Crit




---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: DWMX Madness!!!

2003-08-19 Thread Critz
oi Massimo!!

ah k, i'll have a muck around those settings something it's driving me nuts

thanks

Crit


-- 



Tuesday, August 19, 2003, 1:36:29 AM, you wrote:

MF Critz [EMAIL PROTECTED] wrote in message
MF news:[EMAIL PROTECTED]
 everytime  I type a  in dwmx it seems to convert it to two (') so i end
 up with single and double
 quotes on each end of words i am trying to quote is there a way to
 shut this off?

MF No need to say it's a bug (yes, MM is aware of it). I can't remember every
MF detail but I think it happens just on XP and it goes away if you change one
MF setting relazed to text/font anti-alias or rendering... Sorry if I can't
MF provide a more specific explanation, I use win 2000 everywhere and I am
MF aware of it only because a few friends reported the bug.

MF 
MF Massimo Foti
MF Certified Dreamweaver MX Developer
MF Certified Advanced ColdFusion MX Developer
MF http://www.massimocorner.com/
MF 







MF 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


Re: DWMX Madness!!!

2003-08-19 Thread Critz
oi Massimo!!

aye,  that  did  fix  it  but it made my display look extremely jagged... ah well 
now i've got a
decision to make jagged fonts or funky double quote weirdness :)


thanks for your help mate. preciate it.


Crit


-- 



Tuesday, August 19, 2003, 7:33:01 AM, you wrote:

 ah k, i'll have a muck around those settings something it's driving me
MF nuts

MF The fellow DW developers say that turning off clear type in XP solve the
MF issue.
MF Give it a try and let us know

MF 
MF Massimo Foti
MF Certified Dreamweaver MX Developer
MF Certified Advanced ColdFusion MX Developer
MF http://www.massimocorner.com/
MF 


MF 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Re: DWMX Madness!!!

2003-08-19 Thread Critz
oi Massimo!!

ah  it  does sound better, but I could not get it to work. In the preview window that 
is shown... it
immediately  fixed  the  problem.  but  when I went back into my code same thing 
blah; becomes
blah';

then  when  i  went back into edit it again the preview that showed.showed 
incorrectly again
too. oh well

thanks for the effort.


-- 



Tuesday, August 19, 2003, 10:18:18 AM, you wrote:

 aye,  that  did  fix  it  but it made my display look extremely
 jagged... ah well now i've got a
 decision to make jagged fonts or funky double quote weirdness :)

MF Dan Short has another way to fix it:

Edit  Preferences
MF Click Code Coloring
MF Choose HTML and Click Edit Coloring Scheme.

MF Choose Javascript String and change it to not be italic. 


MF Sounds much better to me...

MF 
MF Massimo Foti
MF Certified Dreamweaver MX Developer
MF Certified Advanced ColdFusion MX Developer
MF http://www.massimocorner.com/
MF 


MF 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


DWMX Madness!!!

2003-08-18 Thread Critz
oi CF-Talk,!!

  everytime  I type a  in dwmx it seems to convert it to two (') so i end up with 
single and double
  quotes on each end of words i am trying to quote is there a way to shut this off?

  Crit


-- 


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


OT: amazon webservices

2003-08-17 Thread Critz
oi CF-Talk,!!

  does  anyone know if the amazon webservices will allow me to search on a title, and 
have it return
  a description of the book?


  Ctz


-- 


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: amazon webservices

2003-08-17 Thread Critz
oi Geert!!

aye,  well  which  search  returns  that  info.  i am using a keyword search, but 
don't really see a
description of the book in the returned xml


ctz


-- 



Sunday, August 17, 2003, 8:15:17 AM, you wrote:

GV Why not?  I did it already so many times...

GV - Original Message - 
GV From: Critz [EMAIL PROTECTED]
GV To: CF-Talk [EMAIL PROTECTED]
GV Sent: Sunday, August 17, 2003 2:13 PM
GV Subject: OT: amazon webservices


 oi CF-Talk,!!

   does  anyone know if the amazon webservices will allow me to search on a
GV title, and have it return
   a description of the book?


   Ctz


 -- 


 ---
 [This E-mail scanned for viruses by Declude Virus]

 
GV 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: I debated whether or not this question was too stupid to ask...

2003-08-16 Thread Critz
oi Jeff!!

/nick Raymond Camden

thou shouldst lock anytime thou writest the word session or application

/nick Critz

is not required in cfmx IIRC


-- 



Friday, August 15, 2003, 4:05:04 PM, you wrote:

J Do you lock the *creation* of session variables?

J For instance, is 
J cflock type=exclusive timeout=30
J   cfset SESSION.MyStruct = StructNew()
J /cflock

J Do-able? Bad? Good? Stupid? A Sign of Weakness that the rest of the pack
J will surely exploit?

J 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


Re: OT: Linux Shells for Rent?

2003-08-14 Thread Critz
oi Oliver!!

www.shellreview.com





Monday, August 11, 2003, 6:02:16 AM, you wrote:

OC Hi,

OC I was wondering if anyone could recommend any sites which offer Linux
OC shells for rent? Access would be prefered as SSH and root isn't
OC required.

OC Thanks in advance.

OC Oliver. :)

OC 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT: Just Plain Dumb HTML/JS Question

2003-08-14 Thread Critz
oi Alexander!!

index.cfm#A1 no?





Wednesday, August 6, 2003, 11:38:34 AM, you wrote:

AS I know it's off topic, but some here has probably done this:

AS HTML page with multiple named anchors:

AS a name='A1'
AS a name='A2'

AS How can you navigate to them using a select box in another frame?!?!\

AS I've tried using frames[0].window.location.href = {anchor name}, but it 
AS re-requests the page from the server rather than scrolling up/down to the 
AS named anchor!

AS Any help would be greatly appreciated!

AS Thanks,

AS --
AS Alex Sherwood
AS PHS Collection Agency
AS THE COLLECTORS
AS T:   301.215.4200
AS F:   301.664.6834
AS W: www.phs-net.com

AS 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Mach II 1.0 released

2003-08-14 Thread Critz
oi Tony!!

i did

\wwwroot\machII\

\wwwroot\ContactManager\

worked ayt for me...


-- 
Currently Playing: Black Eyed Peas - Latin Girls


Wednesday, August 13, 2003, 12:10:16 PM, you wrote:

TW so do those files always have to right under the wwwroot?

TW I have it like..

TW c:\inetpub\wwwroot\research\machII\contactManager\

TW and then the files are under there

TW 3 of them, application.cfm | index.cfm | mach-ii.cfm

TW and then the folders

TW 4 of them, config | filters | model | views

TW what am I doing wrong?

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Craig Dudley [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 11:22 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW I think you need the core files in your wwwroot dir Tony, ie
TW C:\Inetpub\wwwroot\MachII\..

TW Just unzip it to wwwroot.

TW I don't get any framework errors atm, but I still can't get either of
TW the demo applications running.

TW Could not find the ColdFusion Component ShoppingCart.model.ShoppingCart.
TW Seems to be the favoured error.

TW -Original Message-
TW From: Tony Weeg [mailto:[EMAIL PROTECTED] 
TW Sent: 13 August 2003 16:02
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW Could not find the ColdFusion Component MachII.framework.AppLoader.  
TW Please check that the given name is correct and that the component
TW exists.  
  
TW The error occurred in
TW C:\Inetpub\wwwroot\research\machII\contactManager\mach-ii.cfm: line 11
 
TW 9 : !---cfset application.appLoader =  / ---
TW 10 : cfif NOT (IsDefined('application.appLoader') AND
TW IsObject(application.appLoader))
TW 11 :cfset application.appLoader = CreateObject('component',
TW 'MachII.framework.AppLoader') /
TW 12 :cfset application.appLoader.init(MACHII_CONFIG_PATH) /
TW 13 : /cfif

 

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Hal Helms [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:59 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW We've seen this a couple of times. It's been an issue of caching. If
TW you're sure you have the latest stuff, throw out the compiled files and
TW cycle the cfmx server. I think you'll find the problem goes away.

TW Hal Helms
TW Java for CF Programmers class 
TW in Las Vegas, August 18-22
TW www.halhelms.com

TW -Original Message-
TW From: Tony Weeg [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:35 AM
TW To: CF-Talk
TW Subject: RE: Mach II 1.0 released


TW freddy.what file did you change? and how?

TW tony weeg
TW uncertified advanced cold fusion developer
TW tony at navtrak dot net
TW www.navtrak.net
TW office 410.548.2337
TW fax 410.860.2337


TW -Original Message-
TW From: Freddys Garcia [mailto:[EMAIL PROTECTED] 
TW Sent: Wednesday, August 13, 2003 10:37 AM
TW To: CF-Talk
TW Subject: Mach II 1.0 released


TW Mark,
TW Yup, I have the newest files fresh from the site this morning.. I've
TW been awaiting their release for a while now! :) I'm on CFMX 6.1, etc..
TW my environment should be alright. I just figured it was some file that I
TW had to configure in the framework before the apps would work.  
TW Any other advice?
TW -Freddys

Make sure you have the latest framework code (core files) - It has
updates needed for the example apps.

Mark







TW 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFMX 6.1 on RedHat Didn't work. Need Updater 3 for Linux

2003-08-14 Thread Critz
oi dcooper!!

all his info


oi CF-Talk,!!

  passed on from a mate:


First, is there a ideal Linux installation (OS/version, web
server/version, etc) for MX 6.1?

Second, does 6.1 automatically provide an apache connector compiled
with -DEAPI? If not, is there a good reason for this?

Third, installation woes with the following:

ColdFusion MX 6.0
Apache/1.3.27
Red-Hat/Linux 7.3
PostgreSQL 7.2.3
compat-libstdc++ 6.2-2.9.0.16
[any other packages that may be of interest?]

Initial installation of update:

# service coldfusionmx stop
# service httpd stop (installer says to do this, but LiveDocs install
notes say to leave the web server running--go figure)

...

Choose the type of Macromedia ColdFusion MX installation you want to
perform:
Update ColdFusion MX to ColdFusion MX 6.1

What kind of installation do you want?
Server configuration

Where is ColdFusion MX currently installed?
/opt/coldfusionmx

Where is the CFIDE directory located?
/var/www/html/CFIDE [this is the default for 6.0 installer, but 6.1
defaults to /opt/coldfusionmx/wwwroot/CFIDE]

Enter the name of the runtime user that Macromedia ColdFusion MX has
been configured to use.
Apache [which is what 6.0 installer recommended, though 6.1 defaults
to 'nobody']

...

No errors reported in  Macromedia_ColdFusion_MX_install.log

Started Cold Fusion (cd /opt/coldfusionmx/bin/ - ./coldfusion start)


Pulled up CF Administrator and logged in.

***No Configuration Wizard as stated in the LiveDocs

***Only the body and top frames loaded--no left menu. The body and top
frames operated fine.

Not knowing what was going on, I successfully hit a site on the server
which ran fine (6.1 does compile blindingly fast) - database
connection was good, all pages seemed fine.

***I tried to view another CF site on the server and got nothing... the
browser just 'spun'.

Not knowing what to do we re-installed 6.1 a couple times with the
following variations:

 - used the 6.1 default CFIDE directory (/opt/coldfusionmx/wwwroot/CFIDE)
instead of the old default (/var/www/html/CFIDE)

 - designated 'nobody' as the runtime user instead of 'apache'

 - un-installed MX altogether and installed 6.1 as a new server--not
an upgrade--with all defaults, except runtime user, which we set to
'apache'. Got the Configuration Wizard login, but it just spun on
the login submit.

During one of our subsequent installations (don't recall which), we
got very strange browser/server behavior:

 - The administrator and all sites could be viewed on one computer in Netscape 7.0,
but not IE6, or Netscape 4.75. Then it stopped serving in Netscape as
well. On another computer, IE6 could view the admin, but not all
sites. We cleared caches  cookies--it doesn't make sense.
  






Thursday, August 7, 2003, 9:05:24 AM, you wrote:

dmcdmc We'd love to help your friend get properly installed.  Any chance you could 
hook us
dmcdmc up or give us details?  We can call him if he likes.

dmcdmc Thanks

oi CF-Talk,!!

  figured i'd squeeze it all into the subject.

  mate of mine installed the update on RedHat last nite his words:

  --
FYI, Installation of the 6.1 update on RH Linux 7.3 sucks ass. Going
back to 6.0... got it working briefly, and it is super fast, but some
how we could only see one site of 4 on the box, and no CF Administrator.
  ==

  He is in need of updater 3 for linux. Anyone know where it can be found?


  Crit


---
[This E-mail scanned for viruses by Declude Virus]

dmcdmc 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CFMX 6.1 on RedHat Didn't work. Need Updater 3 for Linux

2003-08-14 Thread Critz
oi CF-Talk,!!

  figured i'd squeeze it all into the subject.

  mate of mine installed the update on RedHat last nite his words:

  --
FYI, Installation of the 6.1 update on RH Linux 7.3 sucks ass. Going
back to 6.0... got it working briefly, and it is super fast, but some
how we could only see one site of 4 on the box, and no CF Administrator.
  ==

  He is in need of updater 3 for linux. Anyone know where it can be found?


  Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CFMX 6.1 Linux installation Issues

2003-08-09 Thread Critz
oi CF-Talk,!!

  passed on from a mate:


First, is there a ideal Linux installation (OS/version, web
server/version, etc) for MX 6.1?

Second, does 6.1 automatically provide an apache connector compiled
with -DEAPI? If not, is there a good reason for this?

Third, installation woes with the following:

ColdFusion MX 6.0
Apache/1.3.27
Red-Hat/Linux 7.3
PostgreSQL 7.2.3
compat-libstdc++ 6.2-2.9.0.16
[any other packages that may be of interest?]

Initial installation of update:

# service coldfusionmx stop
# service httpd stop (installer says to do this, but LiveDocs install
notes say to leave the web server running--go figure)

...

Choose the type of Macromedia ColdFusion MX installation you want to
perform:
Update ColdFusion MX to ColdFusion MX 6.1

What kind of installation do you want?
Server configuration

Where is ColdFusion MX currently installed?
/opt/coldfusionmx

Where is the CFIDE directory located?
/var/www/html/CFIDE [this is the default for 6.0 installer, but 6.1
defaults to /opt/coldfusionmx/wwwroot/CFIDE]

Enter the name of the runtime user that Macromedia ColdFusion MX has
been configured to use.
Apache [which is what 6.0 installer recommended, though 6.1 defaults
to 'nobody']

...

No errors reported in  Macromedia_ColdFusion_MX_install.log

Started Cold Fusion (cd /opt/coldfusionmx/bin/ - ./coldfusion start)


Pulled up CF Administrator and logged in.

***No Configuration Wizard as stated in the LiveDocs

***Only the body and top frames loaded--no left menu. The body and top
frames operated fine.

Not knowing what was going on, I successfully hit a site on the server
which ran fine (6.1 does compile blindingly fast) - database
connection was good, all pages seemed fine.

***I tried to view another CF site on the server and got nothing... the
browser just 'spun'.

Not knowing what to do we re-installed 6.1 a couple times with the
following variations:

 - used the 6.1 default CFIDE directory (/opt/coldfusionmx/wwwroot/CFIDE)
instead of the old default (/var/www/html/CFIDE)

 - designated 'nobody' as the runtime user instead of 'apache'

 - un-installed MX altogether and installed 6.1 as a new server--not
an upgrade--with all defaults, except runtime user, which we set to
'apache'. Got the Configuration Wizard login, but it just spun on
the login submit.

During one of our subsequent installations (don't recall which), we
got very strange browser/server behavior:

 - The administrator and all sites could be viewed on one computer in Netscape 7.0,
but not IE6, or Netscape 4.75. Then it stopped serving in Netscape as
well. On another computer, IE6 could view the admin, but not all
sites. We cleared caches  cookies--it doesn't make sense.
  


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFMX 6.1 Admin location

2003-08-08 Thread Critz
oi Philip!!

CTZ so when I did the install i pointed it to that directory
CTZ for the admin.

   pointed it to /cfidezzz/





Wednesday, August 6, 2003, 10:14:42 AM, you wrote:

   I keep my admin in directories such as /cfidezzz/ etc

   so when I did the install i pointed it to that directory
 for the admin.
   after  install it opened up the new admini never paid
 attention to the url. Today I just tried
   to access it remotely and found that

   /cfidezzz/administrator/ was my OLD cfadmin

   and

   /cfide/administrator/ was my new cfadmin...

   just an fyi for whoever..

PA When you ran the update, it asked you for the location of your CFIDE,
PA did you change it or leave it as whatever/CFIDE?




PA 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CFMX 6.1 Admin location

2003-08-06 Thread Critz
oi CF-Talk,!!

  I keep my admin in directories such as /cfidezzz/ etc

  so when I did the install i pointed it to that directory for the admin.
  after  install it opened up the new admini never paid attention to the url. 
Today I just tried
  to access it remotely and found that



  /cfidezzz/administrator/ was my OLD cfadmin

  and

  /cfide/administrator/ was my new cfadmin...


  just an fyi for whoever..


  Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFMX 6.1 Where are the tools? RE: Macromedia release ColdFusion MX 6.1 (previously RedSky)

2003-08-05 Thread Critz
oi Sandy!!

http://www.macromedia.com/software/coldfusion/downloads/





Tuesday, August 5, 2003, 6:50:20 AM, you wrote:

SC Anyone know where the VTM's or DWMX extensions are for this upgrade?  I
SC can't find them


SC Sandy
SC -Original Message-
SC From: Tilbrook, Peter [mailto:[EMAIL PROTECTED] 
SC Sent: Tuesday, August 05, 2003 1:24 AM
SC To: CF-Talk
SC Subject: Macromedia release ColdFusion MX 6.1 (previously RedSky)


SC http://www.macromedia.com/software/coldfusion/productinfo/upgrade/

SC FREE to existing MX customers and available for Windows, Linux, AIX,
SC Solaris, HP Unix, AIX and Mac OS X.


SC **
SC The information contained in this e-mail, and any attachments to it, is
SC intended for the use of the addressee and is confidential. If you are not
SC the intended recipient you must not use, disclose, read, forward, copy or
SC retain any of the information. If you have received this e-mail in
SC error, please delete it and notify the sender by return e-mail or telephone.
SC The Commonwealth does not warrant that any attachments are free from viruses
SC or any other defects. You assume all liability for any loss, damage or other
SC consequences which may arise from opening or using the attachments.
SC 
SC ***


SC 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Site with a font

2003-08-02 Thread Critz
oi Robert!!

maxfusion.co.uk

that's max in the picture :P





Saturday, August 2, 2003, 3:40:25 PM, you wrote:

RE I am trying to find a CF site out there that has a picture of a guy with
RE propeller head. The site offered a free font on it, I can't rem where it was
RE from, anyone know of it offhand.


RE Bob Everland
RE 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



fusemail

2003-08-01 Thread Critz
oi CF-Talk,!!

  wasn't there a cf based product around called fusemail?


  Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Pollster Drk4 (solved...on win2k box anyway...)

2003-07-30 Thread Critz
I was able to fix my login problem using Raymond's suggestion I did have to go 
thru the code and
append dev. to all of the cfc calls, as it is running on a subdomain.


now to get it working on my standalone cfmx.


Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



DRK4 - pollster

2003-07-29 Thread Critz
oi CF-Talk,!!

  two issues.

  server  1:  installed,  run admin logged in fine, created a poll, but when it 
goes to show the
  poll  on  the  left  hand  side  of the page it goes for a bit (like it's retrieving 
data...) then
  shows: We are sorry. An Error occurred and the poll will not be able to continue. 
I have no clue
  what is wrong


  server 2: installed files. went to login to admin, but everytime I login to the 
challenge/response
  dialogit just keeps popping up like i have entered the wrong info. any ideas?


  Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: DRK4 - pollster

2003-07-29 Thread Critz
oi Dave!!

doesn't seem to be RS specific... only on *nix systems due toe filename case..





Tuesday, July 29, 2003, 9:34:20 AM, you wrote:

oi CF-Talk,!!

   two issues.

   server  1:  installed,  run admin logged in fine, created a poll, 
but when it goes to show the
   poll  on  the  left  hand  side  of the page it goes for a bit (like 
it's retrieving data...) then
   shows: We are sorry. An Error occurred and the poll will not be able to 
continue. I have no clue
   what is wrong


   server 2: installed files. went to login to admin, but everytime I login 
to the challenge/response
   dialogit just keeps popping up like i have entered the wrong 
info. any ideas?


DC I don't have DRK4, but somebody posted here yesterday that several of the 
DC apps that come with DRK4 require Red Sky to work. Have you checked any of 
DC the Release Notes to see if the pollster is one of them?

DC Regards,
DC Dave.

DC _
DC MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
DC http://join.msn.com/?page=features/virus

DC 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: DRK4 - pollster

2003-07-29 Thread Critz
oi Christian!!

no  flash.log present.. i double checked my gateway, that seems configured 
correctly and another
application that I have that uses FR seems to be working fine.

server 1 config is the built in webserver


Crit





Tuesday, July 29, 2003, 10:40:57 AM, you wrote:

CC On Tuesday, July 29, 2003, at 09:06 AM, Critz wrote:

   server  1:  installed,  run admin logged in fine, created a 
 poll, but when it goes to show the
   poll  on  the  left  hand  side  of the page it goes for a bit (like 
 it's retrieving data...) then
   shows: We are sorry. An Error occurred and the poll will not be 
 able to continue. I have no clue
   what is wrong

CC Pollster uses Flash Remoting to communicate between the client and the 
CC server, so check your flash.log log file (in the same directory as the 
CC rest of your log files).You may have a more meaningful error 
CC message there.  If there's nothing in the flash.log file, perhaps Flash 
CC Remoting isn't working at all on your server.  Have you used Flash 
CC Remoting since Updater 3?  I seem to remember Updater 3 turning Flash 
CC Remoting off by default, at least for the J2EE version of CFMX.

   server 2: installed files. went to login to admin, but everytime I 
 login to the challenge/response
   dialogit just keeps popping up like i have entered the wrong 
 info. any ideas?

CC What client/server?  Do you have cookies enabled?  The admin interface 
CC just uses simple HTTP authentication, so if HTTP authentication works 
CC with other sites (does it?), then it should work with Pollster.  Raymod 
CC Camden uncovered some issues with Pollster on IIS yesterday because of 
CC the way IIS works (or doesn't work) with HTTP authentication, so you 
CC might want to dig that up from the archives and see if that helps.

CC Let me know if you're still having problems.  We'll get it worked out.

CC Christian

CC 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: DRK4 - pollster

2003-07-29 Thread Critz
oi Mike!!

ie/win2k/iis

the  path  is  correct,  but  I don't think it even gets to any point where it is 
using the FR, it's
stuck in the login section


crit





Tuesday, July 29, 2003, 10:25:34 AM, you wrote:

MC - Original Message - 
MC From: Critz [EMAIL PROTECTED]

   server 2: installed files. went to login to admin, but everytime I login
MC to the challenge/response
   dialogit just keeps popping up like i have entered the wrong
MC info. any ideas?


MC What browser / OS are you using?

MC Make sure that you use an absolute path to specify the Flash Remoting
MC gateway (which is set in the Application.cfm) file.

MC Does that help?

MC mike chambers

MC [EMAIL PROTECTED]

MC 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: SOLVED - RE: CFX_ESRIMAP

2003-07-28 Thread Critz
oi Mike!!

i've had /many/ occasions where i have had to install the thing /multiple/ times





Monday, July 28, 2003, 10:58:37 AM, you wrote:

HM After rebuilding the server a second time, I was able to solve my CF5 /
HM ArcIMS problem. It looks like software on the server may have been
HM installed in the incorrect order as specified in ESRI support document
HM http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleS
HM howd=24750. Never would have thought this installation would be so
HM tricky, but it was.

HM M

HM -Original Message-
HM From: Paul Hastings [mailto:[EMAIL PROTECTED] 
HM Sent: Friday, July 25, 2003 4:17 PM
HM To: CF-Talk
HM Subject: Re: CFX_ESRIMAP


 Hmmm... I was afraid of this, I actually installed it properly but it 
 still does not want to work.

HM these are all in the same dir as cfx_esrimap.dll (or maybe in a path)?

HM aimsutil.dll
HM cfxesrimap_root.res
HM emaplink.dll
HM icudata.dll
HM icui18n.dll
HM icuuc.dll
HM xerces-c_1_3.dll
HM znlib.dll

HM did you upgrade over previous arcIMS? if so maybe delete that tag 
HM re-register it (sorry these are sort of guesses, but hard for me to find
HM a cf5 box let alone one w/arcIMS4.01 anymore). also probably a dumb
HM question but are you sure arcIMS is up  running ok? the diags returned
HM ok? i do recall the nightmares getting it properly intalled with tomcat,
HM etc. under cf5--its a breeze w/mx.



HM 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Anti Leech Ideas?

2003-07-25 Thread Critz
oi Oliver!!

why  not send them to a page that does a db check or something. against whatever..then 
use cfcontent
to throw out the item...

if  they  give  that  link  out again...it will already show as downloaded and drop a 
note saying to
contact youetc etc





Friday, July 25, 2003, 8:54:20 AM, you wrote:

OC Hi,

OC I have built e-commerce site selling a piece of software. 

OC Once authorisation has been approved from the merchant banker I forward
OC the user to a protected part of the site (session vars) where they click
OC on the link to download the software.

OC The problem is this link could be freely distributed for anyone to
OC commence download. I know I could dynamically change the location of the
OC directory but I would prefer not to do this.

OC Is there a way of hiding the location of the download? Im stumped how to
OC go about doing this.

OC Any thoughts would be great.

OC Cheers

OC 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Anti Leech Ideas?

2003-07-25 Thread Critz
oi cfmail!!

checking  the  referring  page  cannot  always be trusted. Alot of popup stoppers/ 
firewalls/ etc...
remove that information or change it.





Friday, July 25, 2003, 9:28:55 AM, you wrote:

c Could you check that the referring page was located within your site, if
c not forward them to another page.

c Regards,

c Chuck Brockman
c VP of Technology and Internet Services
c Total Event Media, LLC
c (704) 737-4293
c [EMAIL PROTECTED]
c http://www.totaleventmedia.com
 


c -Original Message-
c From: Oliver Cookson [mailto:[EMAIL PROTECTED] 
c Sent: Friday, July 25, 2003 8:54 AM
c To: CF-Talk
c Subject: Anti Leech Ideas?


c Hi,

c I have built e-commerce site selling a piece of software. 

c Once authorisation has been approved from the merchant banker I forward
c the user to a protected part of the site (session vars) where they click
c on the link to download the software.

c The problem is this link could be freely distributed for anyone to
c commence download. I know I could dynamically change the location of the
c directory but I would prefer not to do this.

c Is there a way of hiding the location of the download? Im stumped how to
c go about doing this.

c Any thoughts would be great.

c Cheers


c 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFCookies and CFLocation

2003-07-25 Thread Critz
oi coldfusion!!

cfsavecontent variable=jscript
SCRIPT LANGUAGE=JavaScript TYPE=text/javascript
!--
self.location = blah.cfm
//--
/SCRIPT
/cfsavecontent

cfhtmlhead text=#jscript#


or maybe .


cfheader name=location value=page_goes_here
cfheader statuscode=302 statustext=Moved temporarily
cfabort





Friday, July 25, 2003, 9:56:45 AM, you wrote:

cdan All,

cdan I know it says in the documentation ...

cdan Warning
cdan Do not set a cookie variable on the same page that you use the CFLOCATION tag. 
cdan If you do, the cookie is never saved on the browser; therefore, it is of no 
cdan value. 

cdan So how can I set a cookie on a processing page that need to have a redirect?

cdan Please advise,

cdan Thanks in advance.

cdan D-
cdan 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: grab and save remote gif

2003-07-25 Thread Critz
oi Phillip!!

I believe there is a file and path.. attribute of cfhttp...  that should sort you.





Friday, July 25, 2003, 12:03:00 PM, you wrote:

PB I have to pull some graphs in a gif format off a website. I can use cfhttp
PB to get the images but now I need a way to save them. Any ideas?

PB Phillip B.

PB www.LoungeRoyale.com
PB www.FillWorks.com

PB 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: closing a browser with CF

2003-07-25 Thread Critz
oi Pablo!!

if it's not a child window you can do


window.opener = null
self.close();





Friday, July 25, 2003, 2:42:33 PM, you wrote:

PV BODY onLoad=self.close();

PV is the easiest, or at the bottom of the page you can do this:

PV script
PVself.location=self.close();
PV /script

PV pablo
PV - Original Message - 
PV From: Wurst, Keith D. [EMAIL PROTECTED]
PV To: CF-Talk [EMAIL PROTECTED]
PV Sent: Friday, July 25, 2003 1:39 PM
PV Subject: closing a browser with CF


 i would like to close an IE browser after an action page (that updates
PV some
 tables) is run. any suggestions on how to do this? i was thinking of using
 javascript but im not sure how to get the window.close to run on my cf
 action page. thanks.
 
PV 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFX_ESRIMAP

2003-07-25 Thread Critz
oi

and on a side from that... here's a blog setup for us cf-arcimsers.



http://www.mariposa.com.au/arcims/





Friday, July 25, 2003, 3:14:07 PM, you wrote:

 Are there any CF and ArcIMS users out there?

PH of course :-)

 The settings in admin are:

 Tag Name: CFX_ESRIMAP
 Server Library: [The correct path to CF]\bin\cfx_esrimap.dll
 Procedure: ProcessTagRequest
 Keep Library Loaded: Check

 Is there anything wrong with this configuration? Using Apache 2.0.47

PH did you try placing all the dependent DLL in the same dir as that cfx tag?
PH should be in the arcims install/cf connector dir. stop/restrat the cf server
PH service.


PH 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Funky Column Names

2003-07-24 Thread Critz
oi CF-Talk,!!

  I've got a query that returns a column: SDE.DBO.TMLS_PARCELS.PIN

  and if I attempt valueList(out_queryTable.SDE.DBO.TMLS_PARCELS.PIN)

  I get a nice error.
  Parameter 1 of function ValueList which is now
  out_queryTable.SDE.DBO.TMLS_PARCELS.PIN must
  be pointing to a valid query name


  any  ideas  how I can get around this (besides renaming the column..I do not 
have control over
  that..


  Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Funky Column Names

2003-07-24 Thread Critz
oi webguy!!

it's an ArcIMS query... I get what it spits out..





Thursday, July 24, 2003, 1:48:04 PM, you wrote:

w Can you change the query ?

w select SDE.DBO.TMLS_PARCELS.PIN AS pin
w FROM table

w 

w -Original Message-
w From: Critz [mailto:[EMAIL PROTECTED]
w Sent: 24 July 2003 18:39
w To: CF-Talk
w Subject: Funky Column Names


w oi CF-Talk,!!

w   I've got a query that returns a column: SDE.DBO.TMLS_PARCELS.PIN

w   and if I attempt valueList(out_queryTable.SDE.DBO.TMLS_PARCELS.PIN)

w   I get a nice error.
w   Parameter 1 of function ValueList which is now
w   out_queryTable.SDE.DBO.TMLS_PARCELS.PIN must
w   be pointing to a valid query name


w   any  ideas  how I can get around this (besides renaming the column..I
w do not have control over
w   that..


w   Crit


w ---
w [This E-mail scanned for viruses by Declude Virus]


w 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Funky Column Names

2003-07-24 Thread Critz
oi Jochem!!

yeah,  that's  what  it  outputs.  when  I  dump  the query. and I had query.pin 
originally but that
threw errors







Thursday, July 24, 2003, 1:58:11 PM, you wrote:

JvD Critz wrote:
 
   I've got a query that returns a column: SDE.DBO.TMLS_PARCELS.PIN

JvD Is that what it says when you output queryname.columnlist?


   and if I attempt valueList(out_queryTable.SDE.DBO.TMLS_PARCELS.PIN)

JvD I would expect out_queryTable.PIN to work better (unless it is an 
JvD ORDBMS). It appears to be some user.catalog.table.column 
JvD concatenation.

JvD Jochem



JvD 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Funky Column Names

2003-07-24 Thread Critz
oi Tim!!

that's not the query though: out_queryTable is the query...

oh well for now this will work Eek!:

cfloop query=out_queryTable
cfset selSet = listAppend(selSet,evaluate(SDE.DBO.TMLS_PARCELS.PIN))
/cfloop

t'ain perdy but she's a werkin naw



Thursday, July 24, 2003, 2:03:28 PM, you wrote:

HT myQuery = SDE.DBO.TMLS_PARCELS;
HT pin = myQuery.pin;

HT Timothy Heald
HT Information Systems Specialist
HT Overseas Security Advisory Council
HT U.S. Department of State
HT 571.345.2235


HT -Original Message-
HT From: Critz [mailto:[EMAIL PROTECTED]
HT Sent: Thursday, July 24, 2003 1:54 PM
HT To: CF-Talk
HT Subject: Re: Funky Column Names


HT oi webguy!!

HT it's an ArcIMS query... I get what it spits out..




HT 
HT Thursday, July 24, 2003, 1:48:04 PM, you wrote:

w Can you change the query ?

w select SDE.DBO.TMLS_PARCELS.PIN AS pin
w FROM table

w 

w -Original Message-
w From: Critz [mailto:[EMAIL PROTECTED]
w Sent: 24 July 2003 18:39
w To: CF-Talk
w Subject: Funky Column Names


w oi CF-Talk,!!

w   I've got a query that returns a column: SDE.DBO.TMLS_PARCELS.PIN

w   and if I attempt valueList(out_queryTable.SDE.DBO.TMLS_PARCELS.PIN)

w   I get a nice error.
w   Parameter 1 of function ValueList which is now
w   out_queryTable.SDE.DBO.TMLS_PARCELS.PIN must
w   be pointing to a valid query name


w   any  ideas  how I can get around this (besides renaming the
HT column..I
w do not have control over
w   that..


w   Crit


w ---
w [This E-mail scanned for viruses by Declude Virus]


w 

HT 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF Banner Ad Management

2003-07-23 Thread Critz
oi Russ!!

yeah but this is not on in my opinion:

$content = phpMyAds Instalation has taken place!\n\n Name: .$name.\n Email: 
.$email.\n Date: .$now.\n URL: .$url.\n\nWiredPHP Email;
mail(To: Stephen Craton [EMAIL PROTECTED], phpMyAds Instalation, 
$content, From: $name $email);

last lines of the install script... he doesn't need to know what url or my email 
address is...



Wednesday, July 23, 2003, 10:24:24 AM, you wrote:

R phpMyAds -- if you're using mySQL, you should be able to use PHP, I'm
R assuming.

R It's the best, it's free.

 -Original Message-
 From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 23, 2003 9:20 AM
 To: CF-Talk
 Subject: CF Banner Ad Management
 
 
 Need suggestions on a dynamic, easy to integrate, CFMX and mySQL 
 compatible Banner Ad Management system. What are you using?
 
 Cutter
 
 
R 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Deleting an entire folder

2003-07-22 Thread Critz
oi Matthew!!

there is a directory_enhanced tag on the devex that allows for recursive deletes.





Tuesday, July 22, 2003, 3:20:45 PM, you wrote:

MF I need to have CF delete an entire folder and all files and folders in the
MF Structure on the web server.

MF How would I do this, I tried with cfdirectory and it would not let me.

MF Matthew


MF 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Regex editor

2003-07-22 Thread Critz
oi Michael!!

yeah,  i  have  the  same  problem  from  the  initial  downloadbloody  thing  is  
stuck  on  my
desktop..thought about using a boot disk then get rid of itjust haven't done 
it yet...


ctz





Tuesday, July 22, 2003, 7:58:03 PM, you wrote:

MTT Nope.. Checked it, restarted, etc... I have narrowed it down to the owner
MTT issue that MS has identified yet has not shown how to rememdy... Right click
MTT on the folder, go to properties, then security, then advanced button, then
MTT owner tab.  :-)  I cant make myself the owner, thus can not delete it.  :-/



MTT -Original Message-
MTT From: Tony Weeg [mailto:[EMAIL PROTECTED] 
MTT Sent: Tuesday, July 22, 2003 7:50 PM
MTT To: CF-Talk
MTT Subject: RE: Regex editor


MTT have you made sure that the exe isnt still running (Ctrl+Alt+del) task
MTT manager...apps running?  mmaybe?

MTT tw

MTT -Original Message-
MTT From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] 
MTT Sent: Tuesday, July 22, 2003 6:32 PM
MTT To: CF-Talk
MTT Subject: OT: Regex editor


MTT I d/l the regex editor that has been discussed on here lately and moved
MTT it
MTT to another machine. On this machine however, I am trying to delete the
MTT folder which has a copy of the editor in it, but it will not delete! I
MTT get
MTT the infamous Access is denied, please make sure the disk is not full or
MTT write protected... Yadda yadda yadda. The disk is not full, NOT write
MTT protected, and I am the admin.
MTT I am on XP Pro all updated.

MTT Ideas?

MTT Mike




MTT 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: XP issue was RE: Visual Regular Expression tool

2003-07-16 Thread Critz
oi Michael!!

works great now. danke





Wednesday, July 16, 2003, 6:26:06 AM, you wrote:

MD It looks like it was a security problem on the original zip file. I've
MD uploaded a new one. Please try it out and see if it fixes the problem.


 Do you XP users that are having problems got

 MSVCRT.DLL on your machines?

 WG

 -Original Message-
 From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
 Sent: 16 July 2003 03:33
 To: CF-Talk
 Subject: Re: Visual Regular Expression tool


 No clue. here's the direct link:
 http://www.cfregex.com/visualregex/kregexpeditor.zip
 There's no security on the directory and nothing that can stop it from
MD being
 downloaded.
 If it was on the HoF server then I can understand there being a problem.
 Since I put in some of the google stuff we've been hammered with requests.
 It's bogging down the machine. I'm going to have to do something about
MD that
 really soon.


  oi Michael!!
 
  I  get  a windows cannot access the specified device,path or file. You
 may not have the appropriate
  permissions to access the item WTF?
 
  Ctz
 
 
 
 
  
  Tuesday, July 15, 2003, 6:26:35 PM, you wrote:
 
  MD Download it now:
  MD http://www.cfregex.com
  MD
 

 
MD 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Scheduled Tasks

2003-07-16 Thread Critz
oi CF-Talk,!!

  I've  got a scheduled task that has been running fine. up till now. The only 
thing I can think
  of  is  I  now  have  Norton  running on the server. But I've got real time file 
protection turned
  off

  I  can browse the url of the scheduled task from that machine but when i run it 
in the admin I
  get:

The URL is a redirection URL.
The URL is protected by IIS NT Challenge/Response or Apache .htaccess password. The 
Username and Password text fields for editing a scheduled task are intended to support 
Basic Authentication only. 
The Domain Name lookup failed. Try using the IP address of the domain whenever 
possible. 
The URL is an SSL site, but the SSL port was specified incorrectly. 
The Web site is not responding. 
The directory specified for published results does not exist.


any ideas??

Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Scheduled Tasks

2003-07-16 Thread Critz
oi Thomas!!

yeah,  i  read  the  error.there are no restrictions on anything... like i said i 
can browse the
file fine i'll see if wget can





Wednesday, July 16, 2003, 10:36:31 AM, you wrote:

TC On Wednesday 16 Jul 2003 15:30 pm, Critz wrote:

 any ideas??

TC Did you read the error message ? 
TC The bit about URL is protected by IIS NT Challenge/Response or Apache 
TC .htaccess and Username and Password text fields for editing a scheduled 
TC task are intended to support Basic Authentication only ?
TC Assuming you've double checked your password/username, and that you can get to 
TC the URL via wget or some other simple tool ?


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Scheduled Tasks

2003-07-16 Thread Critz
oi Mike!!

yeah  it  just  said  status  code unavailable or something like that. oh well 
i'll muck with it
later.

Crit





Wednesday, July 16, 2003, 10:54:33 AM, you wrote:

HM Did you check the error log and the executive log to see if any additional
HM info is available there?

HM M

HM -Original Message-
HM From: Critz [mailto:[EMAIL PROTECTED] 
HM Sent: Wednesday, July 16, 2003 10:30 AM
HM To: CF-Talk
HM Subject: Scheduled Tasks


HM oi CF-Talk,!!

HM   I've  got a scheduled task that has been running fine. up till now.
HM The only thing I can think
HM   of  is  I  now  have  Norton  running on the server. But I've got real
HM time file protection turned
HM   off

HM   I  can browse the url of the scheduled task from that machine but when
HM i run it in the admin I
HM   get:

HM The URL is a redirection URL.
HM The URL is protected by IIS NT Challenge/Response or Apache .htaccess
HM password. The Username and Password text fields for editing a scheduled task
HM are intended to support Basic Authentication only. 
HM The Domain Name lookup failed. Try using the IP address of the domain
HM whenever possible. 
HM The URL is an SSL site, but the SSL port was specified incorrectly. 
HM The Web site is not responding. 
HM The directory specified for published results does not exist.


HM any ideas??

HM Crit


HM ---
HM [This E-mail scanned for viruses by Declude Virus]


HM 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Any one know of a place selling CF 5 Server pro version??

2003-07-15 Thread Critz
oi Doug!!

http://dynamic.macromedia.com/bin/MM/store/US/product.jsp?category=/Software/Promos/ColdFusionPtype=FULL

?





Tuesday, July 15, 2003, 8:46:44 PM, you wrote:

DW You can still buy it from Macromedia - or you can check ebay.

DW ==
DW Stop spam on your domain, use our gateway!
DW For hosting solutions http://www.clickdoug.com
DW ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
DW ==
DW If you are not satisfied with my service, my job isn't done!

DW - Original Message - 
DW From: Troy Montour [EMAIL PROTECTED]
DW To: CF-Talk [EMAIL PROTECTED]
DW Sent: Tuesday, July 15, 2003 7:33 PM
DW Subject: Any one know of a place selling CF 5 Server pro version??


DW | Hello everyone just wondering if anyone knows any place that is selling cf5
DW | server anymore??
DW |
DW | Thank you
DW | Troy Montour
DW | Vampires Inc
DW |
DW | 
DW 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Visual Regular Expression tool

2003-07-15 Thread Critz
oi Michael!!

I  get  a windows cannot access the specified device,path or file. You may not have 
the appropriate
permissions to access the item WTF?

Ctz





Tuesday, July 15, 2003, 6:26:35 PM, you wrote:

MD Download it now:
MD http://www.cfregex.com
MD 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Visual Regular Expression tool

2003-07-15 Thread Critz
oi Michael!!

oh sorry, I meant I get that when I try to run the exe on my copy of XP.

ctz





Tuesday, July 15, 2003, 10:33:04 PM, you wrote:

MD No clue. here's the direct link:
MD http://www.cfregex.com/visualregex/kregexpeditor.zip
MD There's no security on the directory and nothing that can stop it from being
MD downloaded.
MD If it was on the HoF server then I can understand there being a problem.
MD Since I put in some of the google stuff we've been hammered with requests.
MD It's bogging down the machine. I'm going to have to do something about that
MD really soon.


 oi Michael!!

 I  get  a windows cannot access the specified device,path or file. You
MD may not have the appropriate
 permissions to access the item WTF?

 Ctz




 
 Tuesday, July 15, 2003, 6:26:35 PM, you wrote:

 MD Download it now:
 MD http://www.cfregex.com
 MD
 
MD 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Setting of application variable error...

2003-07-10 Thread Critz
oi CF-Talk,!!

  This code seems to work fine when it was on another server, now it throws errors:

  code:
cflock name=#createUUID()# throwontimeout=Yes timeout=20
cfif not isDefined(application.getSuffix)
cfquery name=getSuffix datasource=#request.dsn#
SELECT DISTINCT STREET_SUFFIX FROM assessor_#safeCountyName# 
where STREET_SUFFIX  '' order by STREET_SUFFIX
/cfquery
cfset application.getSuffix = duplicate(getSuffix)
/cfif
cfabort

.

Error:

application.getSuffix = duplicate(getSuffix)



Error near line 15, column 10.


Cannot assign result to symbol application.getSuffix


any ideas?

Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Setting of application variable error...

2003-07-10 Thread Critz
oi Stephen!!

i've never used the type attribute for any of my locksi just always give them a 
name.

i just checked the settings in the admin, and they are the same for both servers :(


Crit





Thursday, July 10, 2003, 10:04:15 AM, you wrote:

SM Critz,

SM You need a lock type on your cflock, but other than that I can't see
SM anything...

SM A... Unless the settings for locking are different between the two
SM servers.  The lock settings being stricter on the second server.

SM Stephen
SM - Original Message - 
SM From: Critz [EMAIL PROTECTED]
SM To: CF-Talk [EMAIL PROTECTED]
SM Sent: Thursday, July 10, 2003 2:44 PM
SM Subject: Setting of application variable error...


 oi CF-Talk,!!

   This code seems to work fine when it was on another server, now it
SM throws errors:

   code:
 cflock name=#createUUID()# throwontimeout=Yes timeout=20
 cfif not isDefined(application.getSuffix)
 cfquery name=getSuffix datasource=#request.dsn#
 SELECT DISTINCT STREET_SUFFIX FROM
SM assessor_#safeCountyName# where STREET_SUFFIX  '' order by STREET_SUFFIX
 /cfquery
 cfset application.getSuffix =
SM duplicate(getSuffix)
 /cfif
 cfabort

 .

 Error:

 application.getSuffix = duplicate(getSuffix)



 Error near line 15, column 10.
 --
SM --

 Cannot assign result to symbol application.getSuffix


 any ideas?

 Crit


 ---
 [This E-mail scanned for viruses by Declude Virus]

 
SM 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: I know you can do this...but I always forget how...

2003-07-08 Thread Critz
oi Jeff!!

cfquery datasource=#request.dsn# name=addReports
SET NOCOUNT ON
insert stuff
SELECT id = Scope_Identity()
SET NOCOUNT OFF
/cfquery  





Tuesday, July 8, 2003, 2:19:49 PM, you wrote:

J I'm using SQL Server, and I'm performing a cfquery and inserting something,
J then going to another, success page and I'd like to pass the ID of the
J inserted item to the page, but I'm spacing how to do it...

J Kinda like...

J cfquery...insert stuff
J /cfquery

J cflocation url=success_page.cfm?ID=#ItemIJustInserted#

J 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFStudio 5 and CFMX

2003-07-08 Thread Critz
oi Douglas!!

http://www.macromedia.com/software/coldfusionstudio/productinfo/resources/tag_updaters/





Tuesday, July 8, 2003, 3:43:30 PM, you wrote:

DKac Ugh, I've been digging for the past two or three hours for this but can not seem 
to hit the correct path to it, assuming existence.  

DKac Is there an update to CFStudio 5 for CFMX CFML.  You know, the help files and 
tag VTMs and such.

DKac Cheers!

DKac --
DKac Douglas Knudsen
DKac ACI Rapid Response Team
DKac To fear love is to fear life, and those who fear life are already three parts 
dead. Bertrand Russell 

DKac 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT: Refresh a frame

2003-06-30 Thread Critz
oi Paul!!

parent.rightframetop.location.reload(true)





Monday, June 30, 2003, 9:05:25 PM, you wrote:

PC I want to refresh a frame called rightframetop from mainframe.  Does anyone 
have an idea of how to do this?  I had been trying to use a Meta tag, but the 
following tag I tried and it just
PC loaded the remote frame's file into itself.
PC META HTTP-EQUIV=REFRESH 
CONTENT=1;URL=http://www.foo.com/frames/rightframetop.cfm; TARGET=rightframetop
PC Thanks.

PC Paul Campano

PC 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



OT-Services Monitoring

2003-06-29 Thread Critz
oi CF-Talk,!!

  is  there any program or something I can install to monitor services on my server? 
I'm looking for
  something that will catch CF pegging at 100% and restart it.


  Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT: Secure Certs

2003-06-25 Thread Critz
oi Cutter!!

freessl.com?





Wednesday, June 25, 2003, 9:04:22 AM, you wrote:

CCT Where is the best place to purchase a secure cert (low cost but secure)?

CCT Cutter

CCT 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Macromedia needs your feedback

2003-06-25 Thread Critz
oi Thane!!

i believe the asterisk was near the reference to amazon.com not the survey itself...





Wednesday, June 25, 2003, 3:55:01 PM, you wrote:

TS At 03:01 PM 6/25/03 -0400, Christian Cantrell wrote:

* Sorry, as usual, US residents only.

TS I filled out the survey anyway, but I think it's funny that Macromedia only 
TS cares about the opinions of US developers.  What about those of us in 
TS Canada?  What are we, chopped liver? :)

TS T


TS Tired of your bookmarks/favourites being limited to one computer?  Move 
TS them to the Net!
TS www.stuffbythane.com/webfavourites makes it easy to keep all your 
TS favourites in one place and
TS access them from any computer that's attached to the Internet. 

TS 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CFGraph Images

2003-06-18 Thread Critz
oi CF-Talk,!!

  Anybody, know of a way to save the cfgraph outputted image to disk programmatically?


  Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFGraph Images

2003-06-18 Thread Critz
oi Pascal!!

thanks, i'll have a gander at it.





Wednesday, June 18, 2003, 10:14:45 AM, you wrote:

PP I did it for a student once. You can do it in cf5 using cfsavecontent
PP and cfhttp.

PP cfsavecontent variable=test
PP cfgraph type=BAR query=qValues valuecolumn=values
PP itemcolumn=months scaleto=#form.scale# itemlabelsize=16
PP itemlabelorientation=VERTICAL title=#form.title# fileformat=jpg
PP barspacing=15 depth=10 colorlist=#form.color#
gridlines=4/cfgraph
PP /cfsavecontent
PP cfset fnd=ReFindNoCase(src=([^]*),test,1,TRUE)
PP cfset imgurl=Mid(test,fnd.pos[2],fnd.len[2])
PP cfhttp url=#request.URLPATH##imgurl# method=GET
PP path=#ExpandPath('.')# file=graph_dept_#form.department_ID#.jpg
resolveurl=false
PP /cfhttp
PP cfoutput#request.URLPATH##url#br
PP img src=graph_dept_#form.department_ID#.jpg/cfoutput

PP Pascal Peters
PP Certified ColdFusion Advanced Developer
PP Macromedia Certified Instructor
PP LR Technologies
PP Av. E. De Mot, 19
PP 1000 BRUSSELS, BELGIUM
PP Tel: +32 2 639 68 70
PP Fax: +32 2 639 68 99
PP Email: [EMAIL PROTECTED]
PP Web: www.lrt.be


PP -Original Message-
PP From: Mike Townend [mailto:[EMAIL PROTECTED] 
PP Sent: woensdag 18 juni 2003 16:05
PP To: CF-Talk
PP Subject: RE: CFGraph Images


PP If you are using MX, you can save the graph to a variable and write it
PP using CFFile...

PP Not sure if you can do that in CF5 tho


PP HTH




PP -Original Message-
PP From: Critz [mailto:[EMAIL PROTECTED] 
PP Sent: Wednesday, June 18, 2003 14:57
PP To: CF-Talk
PP Subject: CFGraph Images


PP oi CF-Talk,!!

PP   Anybody, know of a way to save the cfgraph outputted image to disk
PP programmatically?


PP   Crit


PP ---
PP [This E-mail scanned for viruses by Declude Virus]



PP 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFGraph Images

2003-06-18 Thread Critz
oi Pascal!!

that worked brilliantly, thanks!

Crit





Wednesday, June 18, 2003, 10:14:45 AM, you wrote:

PP I did it for a student once. You can do it in cf5 using cfsavecontent
PP and cfhttp.

PP cfsavecontent variable=test
PP cfgraph type=BAR query=qValues valuecolumn=values
PP itemcolumn=months scaleto=#form.scale# itemlabelsize=16
PP itemlabelorientation=VERTICAL title=#form.title# fileformat=jpg
PP barspacing=15 depth=10 colorlist=#form.color#
gridlines=4/cfgraph
PP /cfsavecontent
PP cfset fnd=ReFindNoCase(src=([^]*),test,1,TRUE)
PP cfset imgurl=Mid(test,fnd.pos[2],fnd.len[2])
PP cfhttp url=#request.URLPATH##imgurl# method=GET
PP path=#ExpandPath('.')# file=graph_dept_#form.department_ID#.jpg
resolveurl=false
PP /cfhttp
PP cfoutput#request.URLPATH##url#br
PP img src=graph_dept_#form.department_ID#.jpg/cfoutput

PP Pascal Peters
PP Certified ColdFusion Advanced Developer
PP Macromedia Certified Instructor
PP LR Technologies
PP Av. E. De Mot, 19
PP 1000 BRUSSELS, BELGIUM
PP Tel: +32 2 639 68 70
PP Fax: +32 2 639 68 99
PP Email: [EMAIL PROTECTED]
PP Web: www.lrt.be


PP -Original Message-
PP From: Mike Townend [mailto:[EMAIL PROTECTED] 
PP Sent: woensdag 18 juni 2003 16:05
PP To: CF-Talk
PP Subject: RE: CFGraph Images


PP If you are using MX, you can save the graph to a variable and write it
PP using CFFile...

PP Not sure if you can do that in CF5 tho


PP HTH




PP -Original Message-
PP From: Critz [mailto:[EMAIL PROTECTED] 
PP Sent: Wednesday, June 18, 2003 14:57
PP To: CF-Talk
PP Subject: CFGraph Images


PP oi CF-Talk,!!

PP   Anybody, know of a way to save the cfgraph outputted image to disk
PP programmatically?


PP   Crit


PP ---
PP [This E-mail scanned for viruses by Declude Virus]



PP 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CF5 pegging at 100%

2003-06-18 Thread Critz
oi CF-Talk,!!

  are there anyways, I can debug what might be causing CF to peg at 100% ?

  (be easy on the shitty code comments :) )


  Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CF5 pegging at 100%

2003-06-18 Thread Critz
oi Adam!!

cpu am going thru the code now...

don't see any problems with mail. though... g





Wednesday, June 18, 2003, 12:27:30 PM, you wrote:

AWL Make sure you are locking SESSION and APPLICATION scopes. Are you
AWL talking 100% CPU or RAM?

AWL Adam Wayne Lehman
AWL Web Systems Developer
AWL Johns Hopkins Bloomberg School of Public Health
AWL Distance Education Division


AWL -Original Message-
AWL From: Critz [mailto:[EMAIL PROTECTED] 
AWL Sent: Wednesday, June 18, 2003 12:09 PM
AWL To: CF-Talk
AWL Subject: CF5 pegging at 100%

AWL oi CF-Talk,!!

AWL   are there anyways, I can debug what might be causing CF to peg at 100%
AWL ?

AWL   (be easy on the shitty code comments :) )


AWL   Crit


AWL ---
AWL [This E-mail scanned for viruses by Declude Virus]


AWL 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFUN 2k3 Rollcall

2003-06-18 Thread Critz
oi cfmail!!

I'll be there. bald pierced. find me buy my drinks


Crit





Wednesday, June 18, 2003, 2:38:40 PM, you wrote:

c Not that any of you know who I am, but I'll be there.

c Regards,

c Chuck

c -Original Message-
c From: Adam Wayne Lehman [mailto:[EMAIL PROTECTED] 
c Sent: Wednesday, June 18, 2003 2:31 PM
c To: CF-Talk
c Subject: OT: CFUN 2k3 Rollcall


c So is anyone from the list planning to attend CFUN? (Or will I be the
c only one in the hotel bar?)
 
c Adam Wayne Lehman
c Web Systems Developer
c Johns Hopkins Bloomberg School of Public Health
c Distance Education Division
 


c 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CFMX Server Errors :(

2003-06-17 Thread Critz
oi CF-Talk,!!

  I  had  a box running cfmxthat all of a sudden just stopped serving up .cfm's I 
do not know if
  this is due to applying windows updates (as had another box)...

  but i have uninstalled/ deleted directories/ rebooted/ reinstalled/

  and even when i call the admin page. I get a Internal Server 500 Error.

  any suggestions?


  Crit


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFMX Server Errors :(

2003-06-17 Thread Critz
oi Critz!!

I just tried to remove_all_connectors then reattach the iis one.

I got an error when I did remove all... and when i tried to attach the IIS one it said:

os.name: Windows 2000
os.version: 5.0
os.arch: x86
platform: intel-win
web server: IIS
File C:\CFusionMX\runtime\lib\wsconfig\jrunwin32.dll newer than JAR file C:\CFus
ionMX\runtime\lib\wsconfig.jar so not extracted
findServers(): attempting connect to port 2901 on host 127.0.0.1
Could not connect to any JRun servers on host localhost.
Confirm that the JRun server is started.
Press any key to continue . . .


i've just installed it... so i have no clue why it isn't finding it? :(















~~|
/index.cfm?forumid=4
ists/index.cfm?method=subscrib
faq

ted by CFHosting.com. The plac


tp://www.houseoffusion.com/cf_


us]


---
[This E-mail scanned for viruses by Declude Virus]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Host with the leader in ColdFusion hosting. 
Voted #1 ColdFusion host by CF Developers. 
Offering shared and dedicated hosting options. 
www.cfxhosting.com/default.cfm?redirect=10481

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFMX Server Errors :(

2003-06-17 Thread Critz
oi Jochem!!


 yeah,  i  am  using  tcp/ip  filtering.  unfortunately, i cannot disable it to 
re-enable it... as I
 cannot  get  to that machine for a while :( weird though... like i said.it was 
all working fine
 at one time.then just died...




Tuesday, June 17, 2003, 10:10:36 AM, you wrote:


JvD Could it be you are using TCP/IP filtering? If so, the connector can't 
JvD connect to JRun because it requires some TCP/IP connections to do so.
JvD Documentation says you will have to open port 2901 and 51010, but my 
JvD experience is that it requires TCP/IP to be completely disabled (which 
JvD requires a reboot, and another one to re-enable it).
JvD You should be ready to deal with many problems with the ODBC Service too 
JvD (I am not aware of any documentation on which ports it uses).

JvD Jochem


JvD 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: image processing

2003-06-16 Thread Critz
oi Adam!!

nuthin bout no version 3 only 2.4.5/6...





Monday, June 16, 2003, 11:46:42 AM, you wrote:

AC Try CFX_ImageCR3 from Efflare.com instead.  Incredible optimization /
AC clarity combinations, super-small file sizes.  I thought all image
AC manipulation tags did about the same until I tried them side-by-side.

AC Respectfully,

AC Adam Phillip Churvis
AC Member of Team Macromedia

AC Advanced Intensive ColdFusion MX Training
AC ColdFusion MX Master Class:
AC July 14 - 18, 2003
AC http://www.ColdFusionTraining.com

AC Download CommerceBlocks V2.1 and LoRCAT from
AC http://www.ProductivityEnhancement.com

AC The ColdFusion MX Bible is in bookstores now!

AC 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: image processing

2003-06-16 Thread Critz
oi Bryan!!

well  was  it  the  one  from efflare? there are other cfx imaging tags out there... 
cfxDynamicImage
cfxImageProc..  making reference to security holes in a cfx is useless information 
unless you can be
more specific about a name.no?





Monday, June 16, 2003, 11:59:38 AM, you wrote:

BS Can't remember offhand, but the other CFX Image tag (which may be the one
BS from efflare) has had some pretty big security holes found in the past...and
BS about a year ago when I was firing up  Jukka's CFX_IMAGE the site for the
BS other tag was down for weeks on end not allowing me to get at the updated
BS secure version.  That all said the other tag was based on CFX_IMAGE from
BS Jukka anyways ;-)

BS Bryan Stevenson B.Comm.
BS VP  Director of E-Commerce Development
BS Electric Edge Systems Group Inc.
BS t. 250.920.8830
BS e. [EMAIL PROTECTED]

BS -
BS Macromedia Associate Partner
BS www.macromedia.com
BS -
BS Vancouver Island ColdFusion Users Group
BS Founder  Director
BS www.cfug-vancouverisland.com
BS - Original Message -
BS From: Adam Churvis [EMAIL PROTECTED]
BS To: CF-Talk [EMAIL PROTECTED]
BS Sent: Monday, June 16, 2003 8:46 AM
BS Subject: Re: image processing


 Try CFX_ImageCR3 from Efflare.com instead.  Incredible optimization /
 clarity combinations, super-small file sizes.  I thought all image
 manipulation tags did about the same until I tried them side-by-side.

 Respectfully,

 Adam Phillip Churvis
 Member of Team Macromedia

 Advanced Intensive ColdFusion MX Training
 ColdFusion MX Master Class:
 July 14 - 18, 2003
 http://www.ColdFusionTraining.com

 Download CommerceBlocks V2.1 and LoRCAT from
 http://www.ProductivityEnhancement.com

 The ColdFusion MX Bible is in bookstores now!

 
BS 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: OT - List query - temporarily suspend emails sent

2003-06-13 Thread Critz
oi David!!

set your subscription for web viewing...





Friday, June 13, 2003, 9:32:51 AM, you wrote:

DCi Allright,

DCi Luckily Im off on holiday this afternoon for two weeks and I don't even
DCi want to be looking at a computer!!!

DCi Is there any way I can stop the list sending me messages without
DCi deleting my account (ie a blank email address or something)?

DCi Had a root about but don't see any options for it.

DCi Cheers,

DCi DC

DCi 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: cfftp

2003-06-11 Thread Critz
oi Stephen!!

if he's logging into an ftp server via cf... I wouldn't think that would matter, no?





Wednesday, June 11, 2003, 8:34:22 AM, you wrote:

SM Robert,

SM Check that the user which CF is running under is able to access the file. If
SM its running under the SYSTEM account you may find that CF won't have access
SM to the file.

SM Regards

SM Stephen
SM - Original Message - 
SM From: Robert Shaw [EMAIL PROTECTED]
SM To: CF-Talk [EMAIL PROTECTED]
SM Sent: Wednesday, June 11, 2003 1:26 PM
SM Subject: cfftp


 Good Morning Everyone,
 I am trying to use cfftp to put files on my ftp server and it is failing
 with a very non-descript error:

 ErrorCode 0
 ErrorText An exception occurred when performing the FTP putfile operation

 In my log I see a permissions error:

 An exception occurred when performing the FTP putfile operation.The cause
SM of
 this exception was
 that: c:\cftptest.txt (Permission denied)

 I can put this file using ftp from the command line on the same machine
SM but
 not from within CFMX. Is there something that CF needs opened up to be
SM able
 to put the file? How does it know it's coming from CF and not the command
 line ftp and why is it behaving differently? I can open the connection and
 do a ListDir with no issue.

 TIA,
 Rob



SM 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: cfftp

2003-06-11 Thread Critz
oi Robert!!

dunno mate.. i've never been a /big/ fan of Cfftp..

i use this java class: http://www.amoebacode.com/ftp/


btw what does the ftp logs say about what is happening?


Crit





Wednesday, June 11, 2003, 8:54:32 AM, you wrote:

RS Is that it? Do I need to set additional permissions up for the user CF is 
RS running with? That still doesn't make sense to me, if that is the case, 
RS because I specify a user in the cfftp code and I would think that user 
RS should be the user that needs the appropriate permissions. Any thoughts?


RS oi Stephen!!

RS if he's logging into an ftp server via cf... I wouldn't think that would 
RS matter, no?




RS 
RS Wednesday, June 11, 2003, 8:34:22 AM, you wrote:

SM Robert,

SM Check that the user which CF is running under is able to access the
SM file. If its running under the SYSTEM account you may find that CF
SM won't have access to the file.

SM Regards

SM Stephen
SM - Original Message -
SM From: Robert Shaw [EMAIL PROTECTED]
SM To: CF-Talk [EMAIL PROTECTED]
SM Sent: Wednesday, June 11, 2003 1:26 PM
SM Subject: cfftp

RS _
RS Add photos to your messages with MSN 8. Get 2 months FREE*.  
RS http://join.msn.com/?page=features/featuredemail

RS 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: cfftp

2003-06-11 Thread Critz
oi Stephen!!

but  I  gathered  from  his message(could be wrong... not first time) that cf was the 
client logging
INTO  an  ftp  server,  right?  so  rights  has nothing to do with CF... it has 
something to do with
permissions on the server.  I don't see how which account CFServer is setup as being a 
factor..??





Wednesday, June 11, 2003, 9:09:23 AM, you wrote:

 oi Stephen!!

 if he's logging into an ftp server via cf... I wouldn't think that would
SM matter, no?

SM Well the logging in is fine, but looking at the error message he gave it
SM would indicate that CF doesn't have access to the file (c:\cfftptest.txt)
SM that he wants to move.

SM This isn't a function of the CFFTP tag, but of the user under which CF is
SM being run.
SM Best practice security says that you should run CF under a specific user
SM which only has access to certain things (things being folders, files,
SM registry entries etc), but even then I believe that SYSTEM has a restricted
SM view on the world anyway.

SM Stephen



SM 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



  1   2   3   4   >