Re: Where's my CGI.PATH_INFO variable?

2003-08-25 Thread S . Isaac Dealey
MX was also the first time I saw the cgi.path_info variable
as anything other than the same as cgi.script_name -- it was
blank for me also. I just replaced cgi.path_info with
cgi.script_name throughout all my code and that seemed to
work for me. Wish I could provide more detailed information
about it, but I really don't know anything more myself.

hth

s. isaac dealey972-490-6624

team macromedia volunteer
http://www.macromedia.com/go/team

chief architect, tapestry cms  http://products.turnkey.to

onTap is open source   http://www.turnkey.to/ontap



> I have a little security device I just on some of my sites
> ... if somebody
> goes to the /secure section of the site, and the proper
> client vars haven't
> been set, they get prompted to login.

> The code begins with this line:

> 

> On CF 5.0, this works fine every time.

> Now I'm using this code on a CFMX site, and it's not
> working.

> In Debug, the CGI variables shows PATH_INFO as blank.

> This bit of debug code:

> alert('#CGI.PATH_INFO#'); tput>

> Shows the PATH_INFO is blank.

> There are other CGI variables that are set, but why is
> this one blank?  I'm
> using the same browser session on the same machine to hit
> the sites on 5.0
> and MX, so I don't think it's a browser or client
> configuration issue.

> Is there a setting in MX admin I'm missing?

> I've installed CFMX 6.1 on a Win2K machine.

> H.

> ~~
> ~~~|
> 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/unsubsc
> ribe.cfm?user=633.558.4

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



~|
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: Forcing a List to a Specific Length

2003-08-25 Thread Ryan Emerle
Why not use an array instead?

-Original Message-
From: Gyrus [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 6:36 PM
To: CF-Talk
Subject: Re: Forcing a List to a Specific Length


At 18:06 25/08/2003 -0400, you wrote:
>So, say only 3 results are returned - but I need to list to ALWAYS have 10
>positions:
>myLIST = result1|result2|result3|||

How about:


 


You could loop and ListAppend, but lists are just strings, may as well just 
throw the extra elements in. I think you need spaces in "empty" elements, 
i.e. ListLen("a,b,c,,,") is just 3, but  ListLen("a,b,c, , , ") is 6 as 
you'd want and expect.

Gyrus
[EMAIL PROTECTED]
play: http://norlonto.net/
work: http://tengai.co.uk/
PGP key available 


~|
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


Where's my CGI.PATH_INFO variable?

2003-08-25 Thread Owens, Howard
I have a little security device I just on some of my sites ... if somebody
goes to the /secure section of the site, and the proper client vars haven't
been set, they get prompted to login.

The code begins with this line:



On CF 5.0, this works fine every time.

Now I'm using this code on a CFMX site, and it's not working.

In Debug, the CGI variables shows PATH_INFO as blank.

This bit of debug code:

alert('#CGI.PATH_INFO#');

Shows the PATH_INFO is blank.

There are other CGI variables that are set, but why is this one blank?  I'm
using the same browser session on the same machine to hit the sites on 5.0
and MX, so I don't think it's a browser or client configuration issue.

Is there a setting in MX admin I'm missing?

I've installed CFMX 6.1 on a Win2K machine.

H.

~|
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: cfinclude from within CFML tag

2003-08-25 Thread Jim McAtee
- Original Message - 
From: "Gyrus" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 4:07 PM
Subject: Re: cfinclude from within CFML tag


> At 14:21 25/08/2003 -0600, you wrote:
> >How do you cfinclude a file from within a custom tag?  I've got a group of
> >cftags that all want to cfinclude an html file in the same directory.  The
> >directory with the tags is a subdirectory of a custom tag directory set up
in
> >the CF Administrator.
> >
> >One thing I suppose I could do is rename the file with a CF extension and
then
> >call it as a CF tag.  And I believe I could do it by mapping the directory
in
> >the Administrator.  Was wondering if there was another way.
>
> CFINCLUDE works fine inside custom tags. Are you not able to grab files
> from the web root when your tag is inside the CF installation? Why not keep
> CF tags inside the web root and call them with CFMODULE? Not sure I'm
> grasping the problem though...

The tags are shared by a number of web sites.  I want to be able have multiple
tags cfinclude an html file that sits in the same directory as the tags.  If it
can be done.

~|
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: Forcing a List to a Specific Length

2003-08-25 Thread Gyrus
At 18:06 25/08/2003 -0400, you wrote:
>So, say only 3 results are returned - but I need to list to ALWAYS have 10
>positions:
>myLIST = result1|result2|result3|||

How about:


 


You could loop and ListAppend, but lists are just strings, may as well just 
throw the extra elements in. I think you need spaces in "empty" elements, 
i.e. ListLen("a,b,c,,,") is just 3, but  ListLen("a,b,c, , , ") is 6 as 
you'd want and expect.

Gyrus
[EMAIL PROTECTED]
play: http://norlonto.net/
work: http://tengai.co.uk/
PGP key available 

~|
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: Forcing a List to a Specific Length

2003-08-25 Thread Scott Weikert
Will your query recordset, the one you're building the list from, ever go 
*over* 10 positions?

First off, I'd build the initial list using ValueList() instead of looping 
on the query and doing ListAppend() - one line instead of three.

Afterwards - just do a loop from 1 to 10 minus ListLen(yourlist), and 
*then* do a ListAppend() on your list, adding a space as a list value. 
That, or do a loop using "condition", setting it as ListLen(yourlist) < 10. 
It should keep looping, adding a new entry on the end, 'til your list hits 
10 spots, and then break out of the loop.

At 06:06 PM 8/25/2003 -0400, you wrote:
>I'm building a list looping through a query using ListAppend.
>
>However, although there may be only a few results returned and appended to
>the list, I need the list to ALWAYS have a certain number of positions -
>even if X number of them are empty..
>
>So, say only 3 results are returned - but I need to list to ALWAYS have 10
>positions:
>
>myLIST = result1|result2|result3|||

~|
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: cfinclude from within CFML tag

2003-08-25 Thread Gyrus
At 14:21 25/08/2003 -0600, you wrote:
>How do you cfinclude a file from within a custom tag?  I've got a group of
>cftags that all want to cfinclude an html file in the same directory.  The
>directory with the tags is a subdirectory of a custom tag directory set up in
>the CF Administrator.
>
>One thing I suppose I could do is rename the file with a CF extension and then
>call it as a CF tag.  And I believe I could do it by mapping the directory in
>the Administrator.  Was wondering if there was another way.

CFINCLUDE works fine inside custom tags. Are you not able to grab files 
from the web root when your tag is inside the CF installation? Why not keep 
CF tags inside the web root and call them with CFMODULE? Not sure I'm 
grasping the problem though...

Gyrus
[EMAIL PROTECTED]
play: http://norlonto.net/
work: http://tengai.co.uk/
PGP key available 

~|
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: CGURU Install Help Needed

2003-08-25 Thread Bruce Rojas-Rennke
Could it be an SP4 issue? I've heard the occasional SP4 frag story..

- flashlight

-Original Message-
From: Robert Shaw [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 1:03 PM
To: CF-Talk
Subject: RE: CGURU Install Help Needed


We're not behind a firewall, so that wouldn't apply. Any other thoughts?

-Original Message-
From: Kris Pilles [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 2:56 PM
To: CF-Talk
Subject: RE: CGURU Install Help Needed


Check your ports... If you are behind firewall you may have to open some
ports... We had a similar problem

-Original Message-
From: Robert Shaw [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 2:37 PM
To: CF-Talk
Subject: CGURU Install Help Needed


Hello,
I have a Win2K sp4 machine, never had CF loaded previously, I installed 6.1
and it fails at starting the CF Services. The ODBC Service and ODBC agent do
not install. If I uninstall it hangs at 90% and does not uninstall. The
install log says everything is successful. Any tips on what might be
happening here?

Tia,
Rob

_
Get MSN 8 and help protect your children with advanced parental controls.
http://join.msn.com/?page=features/parental


~|
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


Forcing a List to a Specific Length

2003-08-25 Thread Les Mizzell
I'm building a list looping through a query using ListAppend.

However, although there may be only a few results returned and appended to
the list, I need the list to ALWAYS have a certain number of positions -
even if X number of them are empty..

So, say only 3 results are returned - but I need to list to ALWAYS have 10
positions:

myLIST = result1|result2|result3|||



Anyway to do this?

~|
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 2004 - Whats new for us?

2003-08-25 Thread David DiPietro
I'll jump on the band wagon.
I use the column mode of UltraEdit 3-4 times a day because I write my code
in such a was as to take advantage of its speed.

It's tag completion (including CF tags) and  macros make it a very fast
development tool.
It's seemingly unlimited (not really but nearly 100 steps back) undo and
timed
backup to a separate directory (defacto though limited sourcesafe)
have saved me many a time.

The ability to color code HTML, JavaScript, and ColdFusion tags, attributes
and declarations
granularly makes it very easy to research code I wrote 3 years ago as
changes need to be made.

I have also enjoyed the use of its macro writing and text manipulation
features to process
the CSV files we get from various sources.

Those are the features that I am looking for in any other text editor before
I abandon
UltraEdit32

David DiPietro
OSU College of Medicine


- Original Message - 
From: "Mark W. Breneman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 3:40 PM
Subject: RE: DWMX 2004 - Whats new for us?


> I hate to do a "me too" but I keep Ultraedit 32 on my computer just for
> that Vertical select feature.  I use it at least 2-5  a week.
>
> Mark W. Breneman
> -Cold Fusion Developer
> -Network Administrator
>   Vivid Media
>   [EMAIL PROTECTED]
>   www.vividmedia.com
>   608.270.9770
>
> -Original Message-
> From: Jerry Barnes [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 2:27 PM
> To: CF-Talk
> Subject: RE: DWMX 2004 - Whats new for us?
>
> Vertical select would be a nice feature.  Also allowing the user to
> insert spaces for tabs and indicating the cursor column position in code
> view would make good additions.
>
> J
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 2:32 PM
> To: CF-Talk
> Subject: Re: DWMX 2004 - Whats new for us?
>
>
> What I'd like to know is if they've finally added the ability to mark a
> column of text in "code view" mode just like UltraEdit32 can.  Until I
> see that feature added, UltraEdit will probably remain my editor of
> choice.
>
> That's not to say that I don't used DWMX at all.  I just find myself
> using UltraEdit more than DWMX.
>
>
>
> 
~|
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 Massimo Foti
"Kelly Tetterton" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> For instance, I cannot imagine living without the CRTL-M toggle feature.

It's not available in DW 2004


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




~|
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: QofQ syntax

2003-08-25 Thread Jochem van Dieten
Keith Levenson wrote:
> 
> 68:   
> 69:   SELECT * from myQuery
> 70:   WHERE myStart BETWEEN
> 71:   ( value="#DateAdd('D',iCount-1,startDate)#"> and
> 72:value="#DateAdd('D',iCount,startDate)#">)
> 73:   AND myStart >=
> #createDateTime(Year(getEarlierData.skedDate),Month(getEarlierData.skedDate)
> ,Day  (getEarlierData.WScdDate),0,0,1)#
> 74:   
> 
> ***Here's the error I get:
> 
> Query Of Queries syntax error.
> Encountered "myStart >= {" at line 0, column 0. Incorrect conditional
> expression, Expected one of [like|null|between|in|comparison] condition,

Remove the extra brackets around the BETWEEN condition.

However, since you are doing 2 date conditions on myStart, the 
query could be reduced to:


SELECT  *
FROMmyQuery
WHERE   myStart >=

AND
myStart <=



Jochem



~|
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 2004 - Whats new for us?

2003-08-25 Thread Kelly Tetterton
Just to chime in (especially for MACR folks on the list): I too have the same 
questions. I even listened in on one of the Breeze presentations, and there was very 
little info about CF-specific items in the new product. I appreciate that overview 
presentations cannot cover everything, but it would really be helpful to have a list 
of such items on the website.

For instance, I cannot imagine living without the CRTL-M toggle feature. I doubt that 
a salesperson will know or care whether that's a feature of DWMX, but surely someone 
would have documented its inclusion (if it was included)? and surely such 
documentation could be posted?

Kelly Tetterton
duo | Technical Lead
One Web Company. 
Twice the Results.

312.224.9650 | main
312.224.9648 | direct
312.224.9651 | fax

[EMAIL PROTECTED]
www.duodesign.com

duoDesign is a Web development and marketing firm that combines 
expertise in design, technology and online promotion to help businesses 
and organizations use the Internet marketing channel to greatest advantage.


-Original Message-
From: Sandy Clark [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 1:21 PM
To: CF-Talk
Subject: DWMX 2004 - Whats new for us?


I've gone through all the features in the Macromedia Site and I'm still
confused.

I went to the Dreamweaver MX Vision session at last year's DevCon and one of
the things that impressed me was the speaker's admission that they knew they
hadn't created a DWMX that was able to be everything for the CF Coder.  He
promised that the next version (2004) was going to be the one that "got it
right for CF coders".  I also went to Ben's Bird of a Feather on the same
subject and there was a lot of good stuff that came out of that forum as
well.  

However, the stuff I am seeing on the Web site, CSS Support, built in
graphics editor, still seems to mostly be aimed at the designer and not the
programmer.

Could someone who was on the beta (assuming your NDA is expired) or from
MACR give us a listing of updates that will benefit CF Coders?

Can we now:
Assign Snippets to keystrokes?
SQL builder ala Homesite +?
Anything else?

I'm really curious. I still haven't really switched to DWMX since I can code
faster in Homesite+.  I've written extensions for DWMX so I don't consider
myself a neophyte or someone who hasn't tried.  I really want to like it.  I
really want to know what are the new features for coders, not designers.

Sandy



~|
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 Gyrus
>I'm really curious. I still haven't really switched to DWMX since I can code
>faster in Homesite+.  I've written extensions for DWMX so I don't consider
>myself a neophyte or someone who hasn't tried.  I really want to like it.  I
>really want to know what are the new features for coders, not designers.

It's got my interest from being able to work outside the Site Definition 
framework now:

http://www.macromedia.com/software/dreamweaver/productinfo/features/static_tour/basics/index.html#02

And I'm curious to see if the 'performance enhancements' make it feel like 
less of a monster sending me running, as ever, back to Homesite+

http://www.macromedia.com/software/dreamweaver/productinfo/features/static_tour/design/index.html#03


Gyrus
[EMAIL PROTECTED]
play: http://norlonto.net/
work: http://tengai.co.uk/
PGP key available 

~|
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: Homesite+ 2004?

2003-08-25 Thread Todd Rafferty
HomeSite+ 5.5 will be shipping with Studio MX 2004 I think.

At 04:03 PM 8/25/2003, you wrote:
>So, with the release of Dreamweaver MX 2004 what happens to Homesite+? Will
>there be Homesite+ 2004?
>
>http://www.macromedia.com/software/dreamweaver/?promoid=home_prod_dw_082403
>
>
>George
>[EMAIL PROTECTED]



--
Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/
Team Macromedia Volunteer for ColdFusion
http://www.macromedia.com/support/forums/team_macromedia/
http://www.devmx.com/

--

~|
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: CGURU Install Help Needed

2003-08-25 Thread Mark A. Kruger - CFG
Are you doing an upgrade or a fresh install? It can be challenging to get
rid of all of the previous install. There's a checklist for it in the
knowledge base.  I had similar problems and I finally had to rid the machine
of all of CF5 - registries directories etc.

Also, if you have a cfmx installation that fails the first time (for
whatever reason) it leaves behind a registry key that causes subsequent trys
at installation to also fail.  You must delete this key before you try
again.  Sorry I can't remember it off the top of my head.  I'll go
snooping in my email archives for you ... it's bound to be there.

-mark


-Original Message-
From: Robert Shaw [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 1:37 PM
To: CF-Talk
Subject: CGURU Install Help Needed


Hello,
I have a Win2K sp4 machine, never had CF loaded previously, I installed 6.1
and it fails at starting the CF Services. The ODBC Service and ODBC agent do
not install. If I uninstall it hangs at 90% and does not uninstall. The
install log says everything is successful. Any tips on what might be
happening here?

Tia,
Rob

_
Enter for your chance to IM with Bon Jovi, Seal, Bow Wow, or Mary J Blige
using MSN Messenger http://entertainment.msn.com/imastar


~|
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: Anyone developing apps relating to multiplayer gaming? (MMORPG)

2003-08-25 Thread Jerry Johnson
No, but if you find out who is, and where they hang out, let me know.

I'd love to "listen in" on what's going on out there.

Jerry Johnson

>>> [EMAIL PROTECTED] 08/25/03 03:57PM >>>
Little bit OT, Anyone out there involved in multiplayer gaming
development? ...and better yet also working with Web Services and/or
CF/Flash/Flashcomm?

Cheers!

Stace


AVIS IMPORTANT:
--- 
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:
---
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above. If you are not the intended recipient you 
are hereby notified that any disclosure, copying, distribution, or any other use of 
the information is strictly prohibited. If you have received this document by mistake, 
please notify the sender immediately and destroy this document and attachments without 
making any copy of any kind.


~|
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 Calvin Ward
Homesite+, which is the equivalent of CFS, only comes with DWMX.

Homesite, which is just Homesite, is available as standalone.

- Calvin

- Original Message - 
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 2:34 PM
Subject: RE: DWMX 2004 - Whats new for us?


> Query - where do you see it being a stand alone product? (By that I mean
> your email leads me to belief that you saw that it would be sold by
> itself, but I do not see it. Obviously it's "stand alone" in that it is
> a different .exe file.)
>
> 
> ===
> Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
> (www.mindseye.com)
> Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
>
> Email: [EMAIL PROTECTED]
> Blog : www.camdenfamily.com/morpheus/blog
> Yahoo IM : morpheus
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
> > -Original Message-
> > From: 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
> >
> >
>
>
> 
~|
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


cfinclude from within CFML tag

2003-08-25 Thread Jim McAtee
(ColdFusion 5)

How do you cfinclude a file from within a custom tag?  I've got a group of
cftags that all want to cfinclude an html file in the same directory.  The
directory with the tags is a subdirectory of a custom tag directory set up in
the CF Administrator.

One thing I suppose I could do is rename the file with a CF extension and then
call it as a CF tag.  And I believe I could do it by mapping the directory in
the Administrator.  Was wondering if there was another way.

Thanks,
Jim

~|
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 2004 - Whats new for us?

2003-08-25 Thread ksuh
Whoa, MX 3004!  That one better be good!

- Original Message -
From: Doug White <[EMAIL PROTECTED]>
Date: Monday, August 25, 2003 2:02 pm
Subject: Re: DWMX 2004 - Whats new for us?

> I strongly recommend that every Cf'er, studio, and dreamweaver 
> user, who have
> not already planned to do so to contact the user group in your 
> area who is
> participating in the Worldwide Macromedia user group meeting 
> sponsored by
> Macromedia via Breeze on September 3, 2004.   An additional perk 
> is a copy of
> StudioMX 3004 will be raffled off at each meeting (a $499.00 value)
> 
> You will get to see all the new features and functionality, as 
> well as have the
> opportunity to ask all the questions you want of the development 
> team and
> presenters.
> 
> This will be a live, interactive audio and visual presentation, 
> the first of
> it's kind.
> 
> http://www.macromedia.com/  click on "user groups" on the right 
> site of the
> page!
> 
> ==
> Stop spam on your domain, use our gateway!
> For hosting solutions http://www.clickdoug.com
> ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
> Suggested corporate Anti-virus policy: 
> http://www.dshield.org/antivirus.pdf==
> If you are not satisfied with my service, my job isn't done!
> 
> - Original Message - 
> From: "Sandy Clark" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, August 25, 2003 1:20 PM
> Subject: DWMX 2004 - Whats new for us?
> 
> 
> | I've gone through all the features in the Macromedia Site and 
> I'm still
> | confused.
> |
> | I went to the Dreamweaver MX Vision session at last year's 
> DevCon and one of
> | the things that impressed me was the speaker's admission that 
> they knew they
> | hadn't created a DWMX that was able to be everything for the CF 
> Coder.  He
> | promised that the next version (2004) was going to be the one 
> that "got it
> | right for CF coders".  I also went to Ben's Bird of a Feather on 
> the same
> | subject and there was a lot of good stuff that came out of that 
> forum as
> | well.
> |
> | However, the stuff I am seeing on the Web site, CSS Support, 
> built in
> | graphics editor, still seems to mostly be aimed at the designer 
> and not the
> | programmer.
> |
> | Could someone who was on the beta (assuming your NDA is expired) 
> or from
> | MACR give us a listing of updates that will benefit CF Coders?
> |
> | Can we now:
> | Assign Snippets to keystrokes?
> | SQL builder ala Homesite +?
> | Anything else?
> |
> | I'm really curious. I still haven't really switched to DWMX 
> since I can code
> | faster in Homesite+.  I've written extensions for DWMX so I 
> don't consider
> | myself a neophyte or someone who hasn't tried.  I really want to 
> like it.  I
> | really want to know what are the new features for coders, not 
> designers.|
> | Sandy
> |
> |
> | 
> 
~|
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 2004 - Whats new for us?

2003-08-25 Thread Doug White
I strongly recommend that every Cf'er, studio, and dreamweaver user, who have
not already planned to do so to contact the user group in your area who is
participating in the Worldwide Macromedia user group meeting sponsored by
Macromedia via Breeze on September 3, 2004.   An additional perk is a copy of
StudioMX 3004 will be raffled off at each meeting (a $499.00 value)

You will get to see all the new features and functionality, as well as have the
opportunity to ask all the questions you want of the development team and
presenters.

This will be a live, interactive audio and visual presentation, the first of
it's kind.

http://www.macromedia.com/  click on "user groups" on the right site of the
page!

==
Stop spam on your domain, use our gateway!
For hosting solutions http://www.clickdoug.com
ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
Suggested corporate Anti-virus policy: http://www.dshield.org/antivirus.pdf
==
If you are not satisfied with my service, my job isn't done!

- Original Message - 
From: "Sandy Clark" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 1:20 PM
Subject: DWMX 2004 - Whats new for us?


| I've gone through all the features in the Macromedia Site and I'm still
| confused.
|
| I went to the Dreamweaver MX Vision session at last year's DevCon and one of
| the things that impressed me was the speaker's admission that they knew they
| hadn't created a DWMX that was able to be everything for the CF Coder.  He
| promised that the next version (2004) was going to be the one that "got it
| right for CF coders".  I also went to Ben's Bird of a Feather on the same
| subject and there was a lot of good stuff that came out of that forum as
| well.
|
| However, the stuff I am seeing on the Web site, CSS Support, built in
| graphics editor, still seems to mostly be aimed at the designer and not the
| programmer.
|
| Could someone who was on the beta (assuming your NDA is expired) or from
| MACR give us a listing of updates that will benefit CF Coders?
|
| Can we now:
| Assign Snippets to keystrokes?
| SQL builder ala Homesite +?
| Anything else?
|
| I'm really curious. I still haven't really switched to DWMX since I can code
| faster in Homesite+.  I've written extensions for DWMX so I don't consider
| myself a neophyte or someone who hasn't tried.  I really want to like it.  I
| really want to know what are the new features for coders, not designers.
|
| Sandy
|
|
| 
~|
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: Anyone developing apps relating to multiplayer gaming? (MMORPG)

2003-08-25 Thread Stephenie Hamilton
Check the FlashComm list at figleaf. I have seen people talking about
dev. Multi player games there.
http://chattyfig.figleaf.com/



~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional
CFXHosting

Do you want complete ColdFusion Administrator access?
- CFX-Advanced VPS - 
http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm




-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 3:58 PM
To: CF-Talk
Subject: OT: Anyone developing apps relating to multiplayer gaming?
(MMORPG)


Little bit OT, Anyone out there involved in multiplayer gaming
development? ...and better yet also working with Web Services and/or
CF/Flash/Flashcomm?

Cheers!

Stace


AVIS IMPORTANT:
--- 
Les informations contenues dans le present document et ses pieces
jointes sont strictement confidentielles et reservees a l'usage de la
(des) personne(s) a qui il est adresse. Si vous n'etes pas le
destinataire, soyez avise que toute divulgation, distribution, copie, ou
autre utilisation de ces informations est strictement prohibee. Si vous
avez recu ce document par erreur, veuillez s'il vous plait communiquer
immediatement avec l'expediteur et detruire ce document sans en faire de
copie sous quelque forme.

WARNING:
---
The information contained in this document and attachments is
confidential and intended only for the person(s) named above. If you are
not the intended recipient you are hereby notified that any disclosure,
copying, distribution, or any other use of the information is strictly
prohibited. If you have received this document by mistake, please notify
the sender immediately and destroy this document and attachments without
making any copy of any kind.


~|
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 2004 - Whats new for us?

2003-08-25 Thread Calvin Ward
I think it bears repeating...

Shortcuts for Snippets are in there!

- Calvin

- Original Message - 
From: "Massimo, Tiziana e Federica" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 2:59 PM
Subject: Re: DWMX 2004 - Whats new for us?


> > Anything else?
> >
> Yes! The customizable Insert Bar is pretty cool. I was asking for it since
> years :-)
>
> 
> Massimo Foti
> Certified Dreamweaver MX Developer
> Certified Advanced ColdFusion MX Developer
> http://www.massimocorner.com/
> 
>
>
> 
~|
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


OT: Anyone developing apps relating to multiplayer gaming? (MMORPG)

2003-08-25 Thread Stacy Young
Little bit OT, Anyone out there involved in multiplayer gaming
development? ...and better yet also working with Web Services and/or
CF/Flash/Flashcomm?

Cheers!

Stace


AVIS IMPORTANT:
--- 
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:
---
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above. If you are not the intended recipient you 
are hereby notified that any disclosure, copying, distribution, or any other use of 
the information is strictly prohibited. If you have received this document by mistake, 
please notify the sender immediately and destroy this document and attachments without 
making any copy of any kind.

~|
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: Anyone developing apps relating to multiplayer gaming? (MMORPG)

2003-08-25 Thread Jim Campbell
Some years ago at an old ISP, I wrote a little CF widget that polled a 
Team Fortress server for users, kill totals, and other useful tidbits.  
It also ran clan sites of groups that were "resident" on our game 
servers.  I think pretty much any MP (Counterstrike, TFC, UT) server now 
has its own webserver and/or polling tools now, though.

- Jim

Stacy Young wrote:

>Little bit OT, Anyone out there involved in multiplayer gaming
>development? ...and better yet also working with Web Services and/or
>CF/Flash/Flashcomm?
>
>Cheers!
>
>Stace
>
>
>AVIS IMPORTANT:
>--- 
>Les informations contenues dans le present document et ses pieces jointes sont 
>strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
>est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
>distribution, copie, ou autre utilisation de ces informations est strictement 
>prohibee. Si vous avez recu ce document par erreur, veuillez s'il vous plait 
>communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
>copie sous quelque forme..
>
>WARNING:
>---
>The information contained in this document and attachments is confidential and 
>intended only for the person(s) named above. If you are not the intended recipient 
>you are hereby notified that any disclosure, copying, distribution, or any other use 
>of the information is strictly prohibited. If you have received this document by 
>mistake, please notify the sender immediately and destroy this document and 
>attachments without making any copy of any kind.
>
>
~|
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: My Query of Queries error with code

2003-08-25 Thread Jochem van Dieten
Jeff wrote:
> Here's the error I'm getting, and below that, is the code that's apparently
> causing it. Now, here's the really weird part. SOME...I repeat...SOME words
> and phrases actually *WORK*. In other words, I can type "heart" or "cancer"
> and return a legit, fine recordset, all UNION'ed and sorted correctly.
> However, certain words and phrases cause the error below:
> 
> 
> Query Of Queries runtime error.
> All resulting columns of queries in a SELECT statement containing a UNION
> operator must have corresponding types.
> Columns with index number equal "3" have diffent types (VARCHAR, OTHER).

CF does not remember what datatypes columns are, it tries to 
determine on the fly. So if the first record of some column 
contains 'april 2001' Cf thinks it is a date and will assume the 
whole column is a date column. Naturally it is really a string, 
but it will prevent you from unioning it to some other string column.

The only workaround I know is prepending some garbage string to 
each record so you force CF to recognize it as a string. Then 
after the unioning you can strip it off.

Jochem


~|
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


Homesite+ 2004?

2003-08-25 Thread Earl, George
So, with the release of Dreamweaver MX 2004 what happens to Homesite+? Will
there be Homesite+ 2004?

http://www.macromedia.com/software/dreamweaver/?promoid=home_prod_dw_082403
 

George
[EMAIL PROTECTED]
~|
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: CGURU Install Help Needed

2003-08-25 Thread Doug White
Right at the end of the instlall, sometimes you must manually restart IIS
services, and then click "finish"
This will automatically start CFMX administrator, which creates all the
connectors before opening the page.
At this time you can review your settings and create your data sources.


==
Stop spam on your domain, use our gateway!
For hosting solutions http://www.clickdoug.com
ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
Suggested corporate Anti-virus policy: http://www.dshield.org/antivirus.pdf
==
If you are not satisfied with my service, my job isn't done!

- Original Message - 
From: "Robert Shaw" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 1:36 PM
Subject: CGURU Install Help Needed


| Hello,
| I have a Win2K sp4 machine, never had CF loaded previously, I installed 6.1
| and it fails at starting the CF Services. The ODBC Service and ODBC agent do
| not install. If I uninstall it hangs at 90% and does not uninstall. The
| install log says everything is successful. Any tips on what might be
| happening here?
|
| Tia,
| Rob
|
| _
| Enter for your chance to IM with Bon Jovi, Seal, Bow Wow, or Mary J Blige
| using MSN Messenger http://entertainment.msn.com/imastar
|
| 
~|
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 Raymond Camden
Nope, but now I guess I have a reason to. :) Again, I think xml is a
better way of doing it, but I can certainly write something up if people
are interested.


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

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

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

> -Original Message-
> From: Patricia G. L. Hall [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 25, 2003 9:52 AM
> To: CF-Talk
> Subject: RE: cfc vs php rule of thumb
> 
> 
> I've seen you talk about the ini way of doing things before 
> and I thought it was an interesteing way to carry on.  I'm 
> pretty sure you've mentioned ini on your blog, but have you 
> ever blogged its use specifically?
> 
> -Patti
> 
> >> Didn't quite understand the INI suggestion (Raymond Camden)
> >
> > CF has the ability to read ini files, which are standard 
> (on Windows) 
> > file formats that look kinda like this
> >


~|
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: cfc vs php rule of thumb

2003-08-25 Thread Patricia G. L. Hall
I've seen you talk about the ini way of doing things before and I thought
it was an interesteing way to carry on.  I'm pretty sure you've mentioned
ini on your blog, but have you ever blogged its use specifically?

-Patti

>> Didn't quite understand the INI suggestion (Raymond Camden)
>
> CF has the ability to read ini files, which are standard (on Windows)
> file formats that look kinda like this
>
> [sectionA]
> settingOne=foo
> settingTwo=goo
>
> [sectionB]
> Etc
>
> XML files are probably preferable, but ini files are easy enough to
> read, and again, easy to use in CF. No need to read/parse the file, just
> tell CF to grab setting X from section Foo in file X.
>
>> Is it recommendable to put CFCs in the application scope?
>> (Barney Boisvert) how will things work when using: > application.myCFC = createObject(...) />
>> 
>
> In general, I'd put the CFCs in cache just so you don't have to
> constantly recreate them everytime you need to use them. Once in the
> application scope, they don't act any different from any other
> application scope var.
>
> 
> ===
> Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
> (www.mindseye.com)
> Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
>
> Email: [EMAIL PROTECTED]
> Blog : www.camdenfamily.com/morpheus/blog
> Yahoo IM : morpheus
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
>
> 
~|
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: CGURU Install Help Needed

2003-08-25 Thread Cary Gordon
My advice for installing or uninstalling anything on W2K is to close every 
application and stop any service that will permit you to stop it without 
taking down the machine.

Generally these are: Event Viewer, Plug and Play, Remote Procedure Call 
(RPC),Security Accounts Manager, and Windows Management Instrumentation 
Driver Extensions.  There may be others, depending on your installation.

If any of the CF services will not stop, first try opening the Task Manager 
and stopping their processes.  If that does not work, you can either 
restart the server in the protected mode and disable the services and 
restart, or you can go to www.sysinternals.com and download pstools.  Then 
you can use pskill to stop anything you like.

Good luck,

Cary Gordon
The Cherry Hill Company

At 03:02 PM 8/25/2003 -0400, you wrote:
>Hello,
>I have a Win2K sp4 machine, never had CF loaded previously, I installed 6.1
>and it fails at starting the CF Services. The ODBC Service and ODBC agent do
>not install. If I uninstall it hangs at 90% and does not uninstall. The
>install log says everything is successful. Any tips on what might be
>happening here?
>
>Tia,
>Rob

~|
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 Raymond Camden
> Didn't quite understand the INI suggestion (Raymond Camden)

CF has the ability to read ini files, which are standard (on Windows)
file formats that look kinda like this

[sectionA]
settingOne=foo
settingTwo=goo

[sectionB]
Etc

XML files are probably preferable, but ini files are easy enough to
read, and again, easy to use in CF. No need to read/parse the file, just
tell CF to grab setting X from section Foo in file X.

> Is it recommendable to put CFCs in the application scope? 
> (Barney Boisvert) how will things work when using:  application.myCFC = createObject(...) /> 
>  

In general, I'd put the CFCs in cache just so you don't have to
constantly recreate them everytime you need to use them. Once in the
application scope, they don't act any different from any other
application scope var.


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

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

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


~|
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


Mach II was RE: RE: cfc vs php rule of thumb

2003-08-25 Thread Mauricio Giraldo
>http://www.mach-ii.com/

I've been clicking around the mach-ii site over the past days but haven't understood 
it completely (yet). Downloading PDFs right now. Are the UML diagrams made with 
gModeler? I suggest a question for the Mach-II FAQ: 

What is Mach-II?

I've read a lot of blogs telling how great Mach-II is (event-based CFCs or something) 
but I have no idea yet what it really is. Maybe PDFs will help.

Thanks

- mga
~|
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 Mark W. Breneman
I hate to do a "me too" but I keep Ultraedit 32 on my computer just for
that Vertical select feature.  I use it at least 2-5  a week.

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
  Vivid Media
  [EMAIL PROTECTED]
  www.vividmedia.com
  608.270.9770

-Original Message-
From: Jerry Barnes [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 2:27 PM
To: CF-Talk
Subject: RE: DWMX 2004 - Whats new for us?

Vertical select would be a nice feature.  Also allowing the user to
insert spaces for tabs and indicating the cursor column position in code
view would make good additions.  

J

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 2:32 PM
To: CF-Talk
Subject: Re: DWMX 2004 - Whats new for us?


What I'd like to know is if they've finally added the ability to mark a
column of text in "code view" mode just like UltraEdit32 can.  Until I
see that feature added, UltraEdit will probably remain my editor of
choice.

That's not to say that I don't used DWMX at all.  I just find myself
using UltraEdit more than DWMX.



~|
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


cfc vs php rule of thumb

2003-08-25 Thread Mauricio Giraldo
>
>  
>  
>  
>

I guess this would be the answer (did not know u could cfinclude right away). But the 
other posts raised some interesting questions: 

Didn't quite understand the INI suggestion (Raymond Camden)
Is it recommendable to put CFCs in the application scope? (Barney Boisvert) how will 
things work when using:
 
 

Thanks

Mauricio
~|
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 2004 - Whats new for us?

2003-08-25 Thread Plunkett, Matt
-Original Message-
From: Raymond Camden
Sent: Monday, August 25, 2003 3:06 PM
To: CF-Talk
Subject: RE: DWMX 2004 - Whats new for us?


> Ah, but just HS, not HS+. Does anyone actually use HS i>nstead of HS+ (or
HS instead of CFS)? I'm not knocking it - just curious.

I use HS at home.  Its cheap enough that I'll use it instead of JEdit since
I'm used to Studio from work.
~|
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: Using a java class via cfobject --- help?

2003-08-25 Thread Christian Cantrell
If you would like to condense your arguments again, you can pass a 
struct into Java just fine.  Just handle it as a java.util.Hashtable.  
You can also handle ColdFusion arrays as java.util.Vectors.

http://www.markme.com/cantrell/archives/002763.cfm

Christian

On Monday, August 25, 2003, at 02:35 PM, Bosky, Dave wrote:

> The problem seemed to be with the following line.
>  public String[] setDecryptedData(String[] args) {}
>
> Cold Fusion doesn't seem to know what 'String[] args' is.
>
> I changed the line to the following and it worked like a dream.
>  public String[] getDecryptedData(String ccName, String ccType, String
> ccNumber, String ccExpir, String ip){}
>
>
> -Original Message-
> From: Paul Hastings [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 2:09 PM
> To: CF-Talk
> Subject: Re: Using a java class via cfobject --- help?
>
>
>> I have written a simple java class that encrypts strings, I need to
>> pass
> in
>> some strings and return an array of strings.
>> Am I missing something? What else is necessary to use this class in
>> CF?
>
> not sure this is your case but cf maps java arrays to lists (if i 
> recall
> rightly) & if that array is manipulated in place, cf will never see it 
> (a
> copy is passed to java).  so either write a java wrapper to handle this
> (pass the copied array back to cf) or re-write the class to 
> accept/return
> lists.
>
>
>
> 
~|
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 2004 - Whats new for us?

2003-08-25 Thread Chris Kief
Can you point me to a feature comparison between 5.5 and +?

chris



>-Original Message-
>From: Sandy Clark [mailto:[EMAIL PROTECTED]
>Sent: Monday, August 25, 2003 12:14 PM
>To: CF-Talk
>Subject: RE: DWMX 2004 - Whats new for us?
>
>That is Homesite, not Homesite +.  Think Homesite + as CFStudio.
>
>Homesite + will still only be available with purchase of DWMX
>
>-Original Message-
>From: Chris Kief [mailto:[EMAIL PROTECTED]
>Sent: Monday, August 25, 2003 3:03 PM
>To: CF-Talk
>Subject: RE: DWMX 2004 - Whats new for us?
>
>
>Let's not forget the FAQ either:
>
>http://www.macromedia.com/software/homesite/productinfo/faq/
>
>"How can I purchase Macromedia HomeSite 5.5?
>HomeSite 5.5 is scheduled to be available for download soon. You will be
>able to purchase HomeSite 5.5 through the Macromedia Online store.
>
>
>What is the price of HomeSite 5.5?
>HomeSite 5.5 is only $99US."
>
>chris
>
>
>
>>-Original Message-
>>From: Chris Kief [mailto:[EMAIL PROTECTED]
>>Sent: Monday, August 25, 2003 11:48 AM
>>To: CF-Talk
>>Subject: RE: DWMX 2004 - Whats new for us?
>>
>>I just went off the info at that link:
>>
>>"Macromedia announces HomeSite 5.5. HomeSite 5.5 provides a lean, code-
>only
>>editor for web development. Advanced coding features enable you to
>>instantly
>>create and modify HTML, CFML, JSP, and XHTML tags, while enhanced
>>productivity tools allow you to validate, reuse, navigate, and format code
>>more easily. Configure Macromedia HomeSite to fit your needs by extending
>>its functionality and customizing the interface.
>>
>>Macromedia HomeSite+ is included with Macromedia Dreamweaver MX 2004.
>>Macromedia HomeSite+ is an application based on Macromedia HomeSite 5.5
>but
>>with additional functionality for application development. Learn more
>about
>>Macromedia Dreamweaver MX 2004."
>>
>>Now I read that as you can buy Homesite 5.5 alone or receive Homesite+
>with
>>Dreamweaver (+ being 5.5 with 'additional functionality'). The pricing
>page
>>gives the same impression:
>>
>>http://www.macromedia.com/software/homesite/productinfo/upgrade/
>>
>>"Homesite 5.5 - $99"
>>
>>chris
>>
>>
>>
>>>-Original Message-
>>>From: Raymond Camden [mailto:[EMAIL PROTECTED]
>>>Sent: Monday, August 25, 2003 11:34 AM
>>>To: CF-Talk
>>>Subject: RE: DWMX 2004 - Whats new for us?
>>>
>>>Query - where do you see it being a stand alone product? (By that I mean
>>>your email leads me to belief that you saw that it would be sold by
>>>itself, but I do not see it. Obviously it's "stand alone" in that it is
>>>a different .exe file.)
>>>
>>>
>>>===
>>>Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
>>>(www.mindseye.com)
>>>Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
>>>
>>>Email: [EMAIL PROTECTED]
>>>Blog : www.camdenfamily.com/morpheus/blog
>>>Yahoo IM : morpheus
>>>
>>>"My ally is the Force, and a powerful ally it is." - Yoda
>>>
 -Original Message-
 From: 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


>>>
>>>
>>>
>>
>
>
~|
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 2004 - Whats new for us?

2003-08-25 Thread Jerry Barnes
Vertical select would be a nice feature.  Also allowing the user to insert spaces for 
tabs and indicating the cursor column position in code view would make good additions. 
 

J

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 2:32 PM
To: CF-Talk
Subject: Re: DWMX 2004 - Whats new for us?


What I'd like to know is if they've finally added the ability to mark a column of text 
in "code view" mode just like UltraEdit32 can.  Until I see that feature added, 
UltraEdit will probably remain my editor of choice.

That's not to say that I don't used DWMX at all.  I just find myself using UltraEdit 
more than DWMX.


~|
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 2004 - Whats new for us?

2003-08-25 Thread Massimo, Tiziana e Federica
> Ah, but just HS, not HS+. Does anyone actually use HS instead of HS+ (or
> HS instead of CFS)? I'm not knocking it - just curious.

Yes, I use HS 5.2 and definitely plan to upgrade to 5.5.
I never used the additional features in CF Studio so HS 5 it's just perfect
for me.


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



~|
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 2004 - Whats new for us?

2003-08-25 Thread Tony Weeg
hs+ 

we left cfstudio for hs+ about 2 months ago.

css, yeah we use the css builder for obscure ones that we never use :)

tony weeg
sr. web applications architect
navtrak, inc.
[EMAIL PROTECTED]
www.navtrak.net
office 410.548.2337
fax 410.860.2337


-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 3:06 PM
To: CF-Talk
Subject: RE: DWMX 2004 - Whats new for us?


Ah, but just HS, not HS+. Does anyone actually use HS instead of HS+ (or
HS instead of CFS)? I'm not knocking it - just curious.


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

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

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

> -Original Message-
> From: Jeff Garza [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 12:51 PM
> To: CF-Talk
> Subject: Re: DWMX 2004 - Whats new for us?
> 
> 
> http://www.macromedia.com/software/homesite/productinfo/features/
> 
> Click on the "Buy" link on the right hand side of the page...
>  $99 bucks!
> 
> Jeff
> 
> - Original Message -
> From: "Raymond Camden" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, August 25, 2003 11:34 AM
> Subject: RE: DWMX 2004 - Whats new for us?
> 
> 



~|
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 2004 - Whats new for us?

2003-08-25 Thread Sandy Clark
That is Homesite, not Homesite +.  Think Homesite + as CFStudio.

Homesite + will still only be available with purchase of DWMX

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


Let's not forget the FAQ either:

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

"How can I purchase Macromedia HomeSite 5.5? 
HomeSite 5.5 is scheduled to be available for download soon. You will be
able to purchase HomeSite 5.5 through the Macromedia Online store. 


What is the price of HomeSite 5.5? 
HomeSite 5.5 is only $99US."

chris



>-Original Message-
>From: Chris Kief [mailto:[EMAIL PROTECTED]
>Sent: Monday, August 25, 2003 11:48 AM
>To: CF-Talk
>Subject: RE: DWMX 2004 - Whats new for us?
>
>I just went off the info at that link:
>
>"Macromedia announces HomeSite 5.5. HomeSite 5.5 provides a lean, code-only
>editor for web development. Advanced coding features enable you to
>instantly
>create and modify HTML, CFML, JSP, and XHTML tags, while enhanced
>productivity tools allow you to validate, reuse, navigate, and format code
>more easily. Configure Macromedia HomeSite to fit your needs by extending
>its functionality and customizing the interface.
>
>Macromedia HomeSite+ is included with Macromedia Dreamweaver MX 2004.
>Macromedia HomeSite+ is an application based on Macromedia HomeSite 5.5 but
>with additional functionality for application development. Learn more about
>Macromedia Dreamweaver MX 2004."
>
>Now I read that as you can buy Homesite 5.5 alone or receive Homesite+ with
>Dreamweaver (+ being 5.5 with 'additional functionality'). The pricing page
>gives the same impression:
>
>http://www.macromedia.com/software/homesite/productinfo/upgrade/
>
>"Homesite 5.5 - $99"
>
>chris
>
>
>
>>-Original Message-
>>From: Raymond Camden [mailto:[EMAIL PROTECTED]
>>Sent: Monday, August 25, 2003 11:34 AM
>>To: CF-Talk
>>Subject: RE: DWMX 2004 - Whats new for us?
>>
>>Query - where do you see it being a stand alone product? (By that I mean
>>your email leads me to belief that you saw that it would be sold by
>>itself, but I do not see it. Obviously it's "stand alone" in that it is
>>a different .exe file.)
>>
>>
>>===
>>Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
>>(www.mindseye.com)
>>Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
>>
>>Email: [EMAIL PROTECTED]
>>Blog : www.camdenfamily.com/morpheus/blog
>>Yahoo IM : morpheus
>>
>>"My ally is the Force, and a powerful ally it is." - Yoda
>>
>>> -Original Message-
>>> From: 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
>>>
>>>
>>
>>
>>
>

~|
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


Mach II was RE: RE: cfc vs php rule of thumb

2003-08-25 Thread Mike Brunt
Mauricio, I suggest you take a look at Mach II at.

http://www.mach-ii.com/

There is a .pdf file there that explains Mach II well also the Mach II infrastructure 
and some sample code/apps.

Kind Regards - Mike Brunt

Original Message ---
There are a couple of different answers to this question. What follows
are just a few ideas, and may not always work best depending on your
situation.

1) One way to have a CFC read in 'config' information is to simply
define them as probably always did, application variables, and read them
from the CFC. Ie, have the cfc use Application.DSN for queries. This was
problematic before 6.1 though if the CFC itself was cached. Also, in
general, a CFC should not directly touch Application variables outside
the CFC. If you ever rename the Application variables, you would have to
update your CFCs to correct them. In general, I try to make my CFCs
never use anything 'on the outside'.

2) Hard code the values in the CFC, or  them. Your CFC can
very easily either do



or



Another option, and one I use on my blog, is to use an ini file.

3) Why not make a CFC that represents your application, and stores the
values itself. Ie, an "Application" CFC. One style I've used in the past
is to have one CFC responsible for my application settings. So I could
ping it to get the app DSN, root path, etc. These values would be gotten
at startup and cached in the CFCs that used them.

This is just a few ideas, but I hope it helps.


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

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

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

> -Original Message-
> From: Mauricio Giraldo [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 25, 2003 11:52 AM
> To: CF-Talk
> Subject: cfc vs php rule of thumb
> 
> 
> Hello
> 
> When developing in PHP, it is common to have something like 
> this in a class
> document:
> 
> // start
> include 'my_config_file.php';
> 
> class MyClass {
>   // properties and functions
> }
> // end
> 
> Where my_config_file.php is a file that has constants and 
> other shared variables. I am familiar with CFCs also but am 
> not sure what would be the right way to go on this issue. It 
> is good to have an external file with common variables, and 
> sometimes people have them inside Application.cfm but you 
> don't always want to have them there.
> 
> Can anyone shed any light on this issue?
> 
> Thanks
> 



~|
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: CGURU Install Help Needed

2003-08-25 Thread Robert Shaw
We're not behind a firewall, so that wouldn't apply. Any other thoughts?

-Original Message-
From: Kris Pilles [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 2:56 PM
To: CF-Talk
Subject: RE: CGURU Install Help Needed


Check your ports... If you are behind firewall you may have to open some 
ports... We had a similar problem

-Original Message-
From: Robert Shaw [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 2:37 PM
To: CF-Talk
Subject: CGURU Install Help Needed


Hello,
I have a Win2K sp4 machine, never had CF loaded previously, I installed 6.1
and it fails at starting the CF Services. The ODBC Service and ODBC agent do
not install. If I uninstall it hangs at 90% and does not uninstall. The
install log says everything is successful. Any tips on what might be
happening here?

Tia,
Rob

_
Get MSN 8 and help protect your children with advanced parental controls.  
http://join.msn.com/?page=features/parental

~|
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 Massimo, Tiziana e Federica
> Anything else?
>
Yes! The customizable Insert Bar is pretty cool. I was asking for it since
years :-)


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



~|
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 2004 - Whats new for us?

2003-08-25 Thread Raymond Camden
Ah, but just HS, not HS+. Does anyone actually use HS instead of HS+ (or
HS instead of CFS)? I'm not knocking it - just curious.


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

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

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

> -Original Message-
> From: Jeff Garza [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 25, 2003 12:51 PM
> To: CF-Talk
> Subject: Re: DWMX 2004 - Whats new for us?
> 
> 
> http://www.macromedia.com/software/homesite/productinfo/features/
> 
> Click on the "Buy" link on the right hand side of the page... 
>  $99 bucks!
> 
> Jeff
> 
> - Original Message - 
> From: "Raymond Camden" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, August 25, 2003 11:34 AM
> Subject: RE: DWMX 2004 - Whats new for us?
> 
> 


~|
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 Michael T. Tangorre
nice deal.


- Original Message - 
From: "Jeff Garza" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 2:50 PM
Subject: Re: DWMX 2004 - Whats new for us?


> http://www.macromedia.com/software/homesite/productinfo/features/
>
> Click on the "Buy" link on the right hand side of the page...  $99 bucks!
>
> Jeff
>
> - Original Message - 
> From: "Raymond Camden" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, August 25, 2003 11:34 AM
> Subject: RE: DWMX 2004 - Whats new for us?
>
>
> Query - where do you see it being a stand alone product? (By that I mean
> your email leads me to belief that you saw that it would be sold by
> itself, but I do not see it. Obviously it's "stand alone" in that it is
> a different .exe file.)
>
> 
> ===
> Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
> (www.mindseye.com)
> Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
>
> Email: [EMAIL PROTECTED]
> Blog : www.camdenfamily.com/morpheus/blog
> Yahoo IM : morpheus
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
> > -Original Message-
> > From: 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
> >
> >
>
>
>
> 
~|
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: CGURU Install Help Needed

2003-08-25 Thread Kris Pilles
Check your ports... If you are behind firewall you may have to open some
ports... We had a similar problem 

-Original Message-
From: Robert Shaw [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 2:37 PM
To: CF-Talk
Subject: CGURU Install Help Needed


Hello,
I have a Win2K sp4 machine, never had CF loaded previously, I installed
6.1 
and it fails at starting the CF Services. The ODBC Service and ODBC
agent do 
not install. If I uninstall it hangs at 90% and does not uninstall. The 
install log says everything is successful. Any tips on what might be 
happening here?

Tia,
Rob

_
Enter for your chance to IM with Bon Jovi, Seal, Bow Wow, or Mary J
Blige 
using MSN Messenger http://entertainment.msn.com/imastar


~|
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 Chris Kief
Let's not forget the FAQ either:

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

"How can I purchase Macromedia HomeSite 5.5? 
HomeSite 5.5 is scheduled to be available for download soon. You will be
able to purchase HomeSite 5.5 through the Macromedia Online store. 


What is the price of HomeSite 5.5? 
HomeSite 5.5 is only $99US."

chris



>-Original Message-
>From: Chris Kief [mailto:[EMAIL PROTECTED]
>Sent: Monday, August 25, 2003 11:48 AM
>To: CF-Talk
>Subject: RE: DWMX 2004 - Whats new for us?
>
>I just went off the info at that link:
>
>"Macromedia announces HomeSite 5.5. HomeSite 5.5 provides a lean, code-only
>editor for web development. Advanced coding features enable you to
>instantly
>create and modify HTML, CFML, JSP, and XHTML tags, while enhanced
>productivity tools allow you to validate, reuse, navigate, and format code
>more easily. Configure Macromedia HomeSite to fit your needs by extending
>its functionality and customizing the interface.
>
>Macromedia HomeSite+ is included with Macromedia Dreamweaver MX 2004.
>Macromedia HomeSite+ is an application based on Macromedia HomeSite 5.5 but
>with additional functionality for application development. Learn more about
>Macromedia Dreamweaver MX 2004."
>
>Now I read that as you can buy Homesite 5.5 alone or receive Homesite+ with
>Dreamweaver (+ being 5.5 with 'additional functionality'). The pricing page
>gives the same impression:
>
>http://www.macromedia.com/software/homesite/productinfo/upgrade/
>
>"Homesite 5.5 - $99"
>
>chris
>
>
>
>>-Original Message-
>>From: Raymond Camden [mailto:[EMAIL PROTECTED]
>>Sent: Monday, August 25, 2003 11:34 AM
>>To: CF-Talk
>>Subject: RE: DWMX 2004 - Whats new for us?
>>
>>Query - where do you see it being a stand alone product? (By that I mean
>>your email leads me to belief that you saw that it would be sold by
>>itself, but I do not see it. Obviously it's "stand alone" in that it is
>>a different .exe file.)
>>
>>
>>===
>>Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
>>(www.mindseye.com)
>>Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
>>
>>Email: [EMAIL PROTECTED]
>>Blog : www.camdenfamily.com/morpheus/blog
>>Yahoo IM : morpheus
>>
>>"My ally is the Force, and a powerful ally it is." - Yoda
>>
>>> -Original Message-
>>> From: 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
>>>
>>>
>>
>>
>>
>
~|
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 2004 - Whats new for us?

2003-08-25 Thread Chris Kief
I just went off the info at that link:

"Macromedia announces HomeSite 5.5. HomeSite 5.5 provides a lean, code-only
editor for web development. Advanced coding features enable you to instantly
create and modify HTML, CFML, JSP, and XHTML tags, while enhanced
productivity tools allow you to validate, reuse, navigate, and format code
more easily. Configure Macromedia HomeSite to fit your needs by extending
its functionality and customizing the interface.

Macromedia HomeSite+ is included with Macromedia Dreamweaver MX 2004.
Macromedia HomeSite+ is an application based on Macromedia HomeSite 5.5 but
with additional functionality for application development. Learn more about
Macromedia Dreamweaver MX 2004."

Now I read that as you can buy Homesite 5.5 alone or receive Homesite+ with
Dreamweaver (+ being 5.5 with 'additional functionality'). The pricing page
gives the same impression:

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

"Homesite 5.5 - $99"

chris



>-Original Message-
>From: Raymond Camden [mailto:[EMAIL PROTECTED]
>Sent: Monday, August 25, 2003 11:34 AM
>To: CF-Talk
>Subject: RE: DWMX 2004 - Whats new for us?
>
>Query - where do you see it being a stand alone product? (By that I mean
>your email leads me to belief that you saw that it would be sold by
>itself, but I do not see it. Obviously it's "stand alone" in that it is
>a different .exe file.)
>
>
>===
>Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
>(www.mindseye.com)
>Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
>
>Email: [EMAIL PROTECTED]
>Blog : www.camdenfamily.com/morpheus/blog
>Yahoo IM : morpheus
>
>"My ally is the Force, and a powerful ally it is." - Yoda
>
>> -Original Message-
>> From: 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
>>
>>
>
>
>
~|
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 2004 - Whats new for us?

2003-08-25 Thread Sandy Clark
>From my reading Homesite 5.5 is only available with purchase of DWMX 2004.
However once purchased with DWMX, it can be run stand alone.

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


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


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

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

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

> -Original Message-
> From: 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
> 
> 



~|
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 2004 - Whats new for us?

2003-08-25 Thread Jeff Garza
http://www.macromedia.com/software/homesite/productinfo/features/

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

Jeff

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


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


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

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

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

> -Original Message-
> From: 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
>
>



~|
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


QofQ syntax

2003-08-25 Thread Keith Levenson
I'm trying to do a query of queries like so:

68: 
69: SELECT * from myQuery
70: WHERE myStart BETWEEN
71: ( and
72: )
73: AND myStart >=
#createDateTime(Year(getEarlierData.skedDate),Month(getEarlierData.skedDate)
,Day(getEarlierData.WScdDate),0,0,1)#
74: 

***Here's the error I get:

Query Of Queries syntax error.
Encountered "myStart >= {" at line 0, column 0. Incorrect conditional
expression, Expected one of [like|null|between|in|comparison] condition,

The error occurred in [this file]: line 73

71 : and
72 :
73 :AND myStart >=
#createDateTime(Year(getEarlierData.skedDate),Month(getEarlierData.skedDate)
,Day(getEarlierData.skedDate),0,0,1)#
74 :

***Here is the query its trying to do:

SELECT * from myQuery WHERE myStart BETWEEN (param 1) and (param 2) AND
myStart >= {ts '2003-08-01 00:00:01'}

The variable myStart is in the {ts '2003-08-01 00:00:01'} format earlier in
the code.

Is it that I can't perform this kind of comparision in QofQ?  Should I
convert the date using datediff or some other function?

Thanks!

/Keith


~|
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: XML shopping cart?

2003-08-25 Thread Massimo, Tiziana e Federica
> You are right.  I don't see any major advantage over using a structure.
>
> Call it a learning experience.  Nothing more.
>
I understand you are looking for a CF/XML learning experience, but I would
suggest to look elsewhere :-))


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



~|
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 2004 - Whats new for us?

2003-08-25 Thread Massimo, Tiziana e Federica
> Could someone who was on the beta (assuming your NDA is expired) or from
> MACR give us a listing of updates that will benefit CF Coders?

The features list are usually assembled by marketing people, they often miss
some major features. When they launched DW MX for example, they totally
forgot to push the whole Tag Library architecture...

As always, I would suggest to wait for the trial, test it for a few weeks
and shape your very own opinion.


> Can we now:
> Assign Snippets to keystrokes?

Yes


> SQL builder ala Homesite +?

No


> Anything else?

A few random features that you may like:

- Right Click Coder Tools

- Find and Replace Improvements

- CFML Function reference

- Siteless editing

- Improved RDS

- Secure FTP


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



~|
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 2004 - Whats new for us?

2003-08-25 Thread Barney Boisvert
I'd say that's a BAD thing for DW, because as long as HomeSite's around, DW
isn't going to get the developer tools, or at least not as many and not as
quickly.  If you like using Studio/Homesite the continued releases are a
good thing, but if you're stuck using DW, it's bad.

My $0.02,
barneyb

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

www.audiencecentral.com


> -Original Message-
> From: Chris Kief [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 11:29 AM
> 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

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003

~|
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


CGURU Install Help Needed

2003-08-25 Thread Robert Shaw
Hello,
I have a Win2K sp4 machine, never had CF loaded previously, I installed 6.1 
and it fails at starting the CF Services. The ODBC Service and ODBC agent do 
not install. If I uninstall it hangs at 90% and does not uninstall. The 
install log says everything is successful. Any tips on what might be 
happening here?

Tia,
Rob

_
Enter for your chance to IM with Bon Jovi, Seal, Bow Wow, or Mary J Blige 
using MSN Messenger http://entertainment.msn.com/imastar

~|
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: Using a java class via cfobject --- help?

2003-08-25 Thread Bosky, Dave
The problem seemed to be with the following line.
 public String[] setDecryptedData(String[] args) {}

Cold Fusion doesn't seem to know what 'String[] args' is.

I changed the line to the following and it worked like a dream.
 public String[] getDecryptedData(String ccName, String ccType, String
ccNumber, String ccExpir, String ip){}


-Original Message-
From: Paul Hastings [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 2:09 PM
To: CF-Talk
Subject: Re: Using a java class via cfobject --- help?


> I have written a simple java class that encrypts strings, I need to 
> pass
in
> some strings and return an array of strings.
> Am I missing something? What else is necessary to use this class in 
> CF?

not sure this is your case but cf maps java arrays to lists (if i recall
rightly) & if that array is manipulated in place, cf will never see it (a
copy is passed to java).  so either write a java wrapper to handle this
(pass the copied array back to cf) or re-write the class to accept/return
lists.



~|
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 2004 - Whats new for us?

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


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

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

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

> -Original Message-
> From: 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
> 
> 


~|
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 cf-talk
What I'd like to know is if they've finally added the ability to mark a
column of text in "code view" mode just like UltraEdit32 can.  Until I see
that feature added, UltraEdit will probably remain my editor of choice.

That's not to say that I don't used DWMX at all.  I just find myself using
UltraEdit more than DWMX.

-Novak

- Original Message - 
From: "Sandy Clark" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 11:20 AM
Subject: DWMX 2004 - Whats new for us?


> I've gone through all the features in the Macromedia Site and I'm still
> confused.
>
> I went to the Dreamweaver MX Vision session at last year's DevCon and one
of
> the things that impressed me was the speaker's admission that they knew
they
> hadn't created a DWMX that was able to be everything for the CF Coder.  He
> promised that the next version (2004) was going to be the one that "got it
> right for CF coders".  I also went to Ben's Bird of a Feather on the same
> subject and there was a lot of good stuff that came out of that forum as
> well.
>
> However, the stuff I am seeing on the Web site, CSS Support, built in
> graphics editor, still seems to mostly be aimed at the designer and not
the
> programmer.
>
> Could someone who was on the beta (assuming your NDA is expired) or from
> MACR give us a listing of updates that will benefit CF Coders?
>
> Can we now:
> Assign Snippets to keystrokes?
> SQL builder ala Homesite +?
> Anything else?
>
> I'm really curious. I still haven't really switched to DWMX since I can
code
> faster in Homesite+.  I've written extensions for DWMX so I don't consider
> myself a neophyte or someone who hasn't tried.  I really want to like it.
I
> really want to know what are the new features for coders, not designers.
>
> Sandy
>
>
> 
~|
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: XML shopping cart?

2003-08-25 Thread Chad Gray
The reason I started going in this direction is I have dynamic options
for each product.  

Each product may have it's own set of options color/size/accessories.
Plus each option will possibly modify the price and shipping.

The data was getting so complex I was going to start storing the
shopping cart information in a database rather then session variables.

Then I decided this would be a perfect time to learn how CF works with
XML.

You are right.  I don't see any major advantage over using a structure.

Call it a learning experience.  Nothing more.



> -Original Message-
> From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 1:36 PM
> To: CF-Talk
> Subject: Re: XML shopping cart?
> 
> > I thought I would play with the idea of converting my current
shopping
> > basket code so it would store all of the items in an XML structure
that
> > is stored in a session variable.
> 
> Are you sure it makes sense? What's the benefits?
> 


~|
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: MS SQL Server vs. MySQL

2003-08-25 Thread John Paul Ashenfelter
They're doing more than rebranding -- the SAPdb engine is written in Pascal
(this is what Monty & co said at OSCON -- assuming I can take his word for
it :) They are going to create/write/port/whatever a new table handler for
MySQL that can access SAPdb data.

The MySQL engine uses "handlers" to process database tables -- MyISAM is the
default handler (and thus default table type), but they also have InnoDB,
BerkleyDB, ISAM, heap, merge, and several others (Gemini is probably still
around somewhere from the NuSphere debacle). Now they're adding a SAPdb
handler under contract for SAP (the company).

Now if someone were to write a table handler for Microsoft MDB files. :)

Regards,

John Paul Ashenfelter
CTO/Transitionpoint
[EMAIL PROTECTED]
- Original Message - 
From: "Barney Boisvert" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 22, 2003 1:11 PM
Subject: RE: MS SQL Server vs. MySQL


> MySQL is taking over sapDB.  they are rebranding it right now, and then
will
> begin developin
gfurtherversions.Formoreinfo,checkoutwww.mysql.zl6.
>
> barneyb
>
> ---
> Barney Boisvert, Senior Development Engineer
> AudienceCentral
> [EMAIL PROTECTED]
> voice : 360.756.8080 x12
> fax   : 360.647.5351
>
> www.audiencecentral.com
>
>
> > -Original Message-
> > From: Haggerty, Mike [mailto:[EMAIL PROTECTED]
> > Sent: Friday, August 22, 2003 8:32 AM
> > To: CF-Talk
> > Subject: RE: MS SQL Server vs. MySQL
> >
> >
> > Bryan -
> >
> > I am getting in a little late on all this, but there is a true
> > enterprise class open source database you might want to take a look at
> > called SAPDB.
> >
> > http://www.sapdb.org/
> >
> > Supports stored procedures, triggers, transactions, views, etc. and it
> > is blazingly fast. I have been using it for more than a year with no
> > issues. We are moving things from Oracle over to SAP left and right.
> >
> > It is definitely not as popular as mysql, and I have heard a lot of
> > people complain about the UI. Granted, the database could be a lot more
> > user friendly, but I think it is no more / less confusing than Oracle on
> > a linux box.
> >
> > M
> >
> > > -Original Message-
> > > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, August 21, 2003 4:28 PM
> > > To: CF-Talk
> > > Subject: Re: MS SQL Server vs. MySQL
> > >
> > >
> > > OK..Clint...but what about all the Enterprise DB stuff that's
> > > missing...triggers/SPs/views and even simple sub-queries etc.??
> > >
> > > From what I've been reading MySQL just isn't at the
> > > enterprise level yet...am I missing something?
> > >
> > > Cheers
> > >
> > > Bryan Stevenson B.Comm.
> > > VP & Director of E-Commerce Development
> > > Electric Edge Systems Group Inc.
> > > t. 250.920.8830
> > > e. [EMAIL PROTECTED]
> > >
> > > -
> > > Macromedia Associate Partner
> > > www.macromedia.com
> > > -
> > > Vancouver Island ColdFusion Users Group
> > > Founder & Director
> > > www.cfug-vancouverisland.com
> > > - Original Message -
> > > From: "Clint Tredway" <[EMAIL PROTECTED]>
> > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > Sent: Thursday, August 21, 2003 11:09 AM
> > > Subject: Re: MS SQL Server vs. MySQL
> > >
> > >
> > > > I will add my 2 cents..
> > > >
> > > > In my tests, MySQL is faster than MSSQL. PHPMyAdmin is
> > > great from my
> > > > view. It has a learning curve, but it keeps getting better
> > > and better.
> > > >
> > > > Clint
> > > >
> > > > - Original Message -
> > > > From: "Bryan Stevenson" <[EMAIL PROTECTED]>
> > > > To: "CF-Talk" <[EMAIL PROTECTED]>
> > > > Sent: Thursday, August 21, 2003 12:11 PM
> > > > Subject: MS SQL Server vs. MySQL
> > > >
> > > >
> > > > > Hey All,
> > > > >
> > > > > I'm not all that familiar with MySQL, but from what I
> > > hear it's not
> > > > > as
> > > > good
> > > > > as MS SQL Server (which I use along with Oracle).
> > > > >
> > > > > I've tried using MyPHPAdmin to administer MySQL before
> > > and all I can
> > > > > say
> > > > is
> > > > > it sucked eggs...security was confusing as all hell.
> > > > >
> > > > > The MySQL.com website says that upcoming features for version 5
> > > > > include: -views -stored procedures
> > > > > -triggers
> > > > > -sub-queries
> > > > >
> > > > > Now if it's missing all that then what is itAccess on
> > > steroids??
> > > > > ;-)
> > > > >
> > > > > Opinions please
> > > > >
> > > > > TIA
> > > > >
> > > > > Cheers
> > > > >
> > > > > Bryan Stevenson B.Comm.
> > > > > VP & Director of E-Commerce Development
> > > > > Electric Edge Systems Group Inc.
> > > > > t. 250.920.8830
> > > > > e. [EMAIL PROTECTED]
> > > > >
> > > > > -
> > > > > Macromedia Associate Partner
> > > > > www.macromedia.com
> > > > > -
> > > > > Vancouver Island ColdFusio

RE: DWMX 2004 - Whats new for us?

2003-08-25 Thread Chris Kief
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



>-Original Message-
>From: Sandy Clark [mailto:[EMAIL PROTECTED]
>Sent: Monday, August 25, 2003 11:21 AM
>To: CF-Talk
>Subject: DWMX 2004 - Whats new for us?
>
>I've gone through all the features in the Macromedia Site and I'm still
>confused.
>
>I went to the Dreamweaver MX Vision session at last year's DevCon and one
>of
>the things that impressed me was the speaker's admission that they knew
>they
>hadn't created a DWMX that was able to be everything for the CF Coder.  He
>promised that the next version (2004) was going to be the one that "got it
>right for CF coders".  I also went to Ben's Bird of a Feather on the same
>subject and there was a lot of good stuff that came out of that forum as
>well.
>
>However, the stuff I am seeing on the Web site, CSS Support, built in
>graphics editor, still seems to mostly be aimed at the designer and not the
>programmer.
>
>Could someone who was on the beta (assuming your NDA is expired) or from
>MACR give us a listing of updates that will benefit CF Coders?
>
>Can we now:
>   Assign Snippets to keystrokes?
>   SQL builder ala Homesite +?
>   Anything else?
>
>I'm really curious. I still haven't really switched to DWMX since I can
>code
>faster in Homesite+.  I've written extensions for DWMX so I don't consider
>myself a neophyte or someone who hasn't tried.  I really want to like it.
>I
>really want to know what are the new features for coders, not designers.
>
>Sandy
>
>
>
~|
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


DWMX 2004 - Whats new for us?

2003-08-25 Thread Sandy Clark
I've gone through all the features in the Macromedia Site and I'm still
confused.

I went to the Dreamweaver MX Vision session at last year's DevCon and one of
the things that impressed me was the speaker's admission that they knew they
hadn't created a DWMX that was able to be everything for the CF Coder.  He
promised that the next version (2004) was going to be the one that "got it
right for CF coders".  I also went to Ben's Bird of a Feather on the same
subject and there was a lot of good stuff that came out of that forum as
well.  

However, the stuff I am seeing on the Web site, CSS Support, built in
graphics editor, still seems to mostly be aimed at the designer and not the
programmer.

Could someone who was on the beta (assuming your NDA is expired) or from
MACR give us a listing of updates that will benefit CF Coders?

Can we now:
Assign Snippets to keystrokes?
SQL builder ala Homesite +?
Anything else?

I'm really curious. I still haven't really switched to DWMX since I can code
faster in Homesite+.  I've written extensions for DWMX so I don't consider
myself a neophyte or someone who hasn't tried.  I really want to like it.  I
really want to know what are the new features for coders, not designers.

Sandy


~|
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: cfc vs php rule of thumb

2003-08-25 Thread Barney Boisvert
Related to Ray's #3, if the number of configuration items is reasonably
small, you can pass them into the CFC's init() method, if you use one, and
then cache it in the CFC's instance variables.  That's how I usually do
DSNs:






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

www.audiencecentral.com


> -Original Message-
> From: Raymond Camden [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 10:59 AM
> To: CF-Talk
> Subject: RE: cfc vs php rule of thumb
>
>
> There are a couple of different answers to this question. What follows
> are just a few ideas, and may not always work best depending on your
> situation.
>
> 1) One way to have a CFC read in 'config' information is to simply
> define them as probably always did, application variables, and read them
> from the CFC. Ie, have the cfc use Application.DSN for queries. This was
> problematic before 6.1 though if the CFC itself was cached. Also, in
> general, a CFC should not directly touch Application variables outside
> the CFC. If you ever rename the Application variables, you would have to
> update your CFCs to correct them. In general, I try to make my CFCs
> never use anything 'on the outside'.
>
> 2) Hard code the values in the CFC, or  them. Your CFC can
> very easily either do
>
> 
>
> or
>
> 
>
> Another option, and one I use on my blog, is to use an ini file.
>
> 3) Why not make a CFC that represents your application, and stores the
> values itself. Ie, an "Application" CFC. One style I've used in the past
> is to have one CFC responsible for my application settings. So I could
> ping it to get the app DSN, root path, etc. These values would be gotten
> at startup and cached in the CFCs that used them.
>
> This is just a few ideas, but I hope it helps.
>
> 
> ===
> Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
> (www.mindseye.com)
> Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)
>
> Email: [EMAIL PROTECTED]
> Blog : www.camdenfamily.com/morpheus/blog
> Yahoo IM : morpheus
>
> "My ally is the Force, and a powerful ally it is." - Yoda
>
> > -Original Message-
> > From: Mauricio Giraldo [mailto:[EMAIL PROTECTED]
> > Sent: Monday, August 25, 2003 11:52 AM
> > To: CF-Talk
> > Subject: cfc vs php rule of thumb
> >
> >
> > Hello
> >
> > When developing in PHP, it is common to have something like
> > this in a class
> > document:
> >
> > // start
> > include 'my_config_file.php';
> >
> > class MyClass {
> >   // properties and functions
> > }
> > // end
> >
> > Where my_config_file.php is a file that has constants and
> > other shared variables. I am familiar with CFCs also but am
> > not sure what would be the right way to go on this issue. It
> > is good to have an external file with common variables, and
> > sometimes people have them inside Application.cfm but you
> > don't always want to have them there.
> >
> > Can anyone shed any light on this issue?
> >
> > Thanks
> >
>
>
> 
~|
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: XML shopping cart?

2003-08-25 Thread Massimo, Tiziana e Federica
> I thought I would play with the idea of converting my current shopping
> basket code so it would store all of the items in an XML structure that
> is stored in a session variable.

Are you sure it makes sense? What's the benefits?


> My question is how do I delete XML nodes from the structure?  Like when
> someone wants to remove an item from their shopping basket.
>
> Also how do you append new nodes to the XML structure?  I am assuming
> you use XmlElemNew() but I have not tried it yet.
>
> Also how do you edit the XML structure?  Like when a person updates the
> quantity of a product.

Quile I think that the XML in CF is both simple and powerful (in a peculiar
fusionesque way); I personally think that if you need to edit the XML
structure using the DOM is much easier.
But maybe it's just me... I know a bunch of developers that really can't
stand using DOM :-)))


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



~|
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: XML shopping cart?

2003-08-25 Thread Chad Gray
Great article!  Thanks!

> -Original Message-
> From: Brad Roberts [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 1:32 PM
> To: CF-Talk
> Subject: RE: XML shopping cart?
> 
> Here's a good article:
> http://www.macromedia.com/devnet/mx/coldfusion/articles/xmlxslt.pdf
> 
> -Brad
> 
> -Original Message-
> From: Chad Gray [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 12:30 PM
> To: CF-Talk
> Subject: XML shopping cart?
> 
> 
> I have just started to get my feet wet with XML and CF.
> 
> I thought I would play with the idea of converting my current shopping
> basket code so it would store all of the items in an XML structure
that
> is stored in a session variable.
> 
> I have figured out how to create the XML structure and search the
> structure for the items with XmlSearch().
> 
> My question is how do I delete XML nodes from the structure?  Like
when
> someone wants to remove an item from their shopping basket.
> 
> Also how do you append new nodes to the XML structure?  I am assuming
> you use XmlElemNew() but I have not tried it yet.
> 
> Also how do you edit the XML structure?  Like when a person updates
the
> quantity of a product.
> 
> Thanks,
> Chad
> 
> 
> 
~|
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: RE: MS SQL Server vs. MySQL

2003-08-25 Thread Bryan Stevenson
Ya I figured as much.  I'll do a little research to see how tough a
migratation from SQL Server 2000 in a shared environment up to a col-lo
server with MSDE (normally I would go full-blown SQL Server on the co-lo
box, but cost is an issue and the 2 GB DB size isn't an issue...but file
size is...which is usually at a  premium in shared hosting packages).

Anywayslooks like there are some significantly lower cost options that
still allows the use of SQL Server in it's various formsand that makes
me a happy camper ;-)

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Doug White" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 10:36 AM
Subject: Re: RE: MS SQL Server vs. MySQL


> I think you could only do that on a co-lo or dedicated server -   On a
shared
> environment you will run into licensing issues. Also concurrent connection
> limits.
>
> However, the fee for using a SQL2k db in a shared environment is usually
very
> minimal, from a provider point of view.
>
> ==
> Stop spam on your domain, use our gateway!
> For hosting solutions http://www.clickdoug.com
> ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
> Suggested corporate Anti-virus policy:
http://www.dshield.org/antivirus.pdf
> ==
> If you are not satisfied with my service, my job isn't done!
>
> - Original Message -
> From: "Bryan Stevenson" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, August 25, 2003 11:08 AM
> Subject: Re: RE: MS SQL Server vs. MySQL
>
>
> | Hey Jeff,
> |
> | Great...thanks for the info.  I'm certainly starting to think that MSDE
will
> | be a great alternative for our smaller clients.
> |
> | Now it sounds like it's totally free??  any licenceing issues?
> |
> | Does anybody know of ISPs that will host MSDE DBs?  or is generally used
for
> | apps running co-lo or dedicated servers?
> |
> | TIA
> |
> | Cheers
> |
> | Bryan Stevenson B.Comm.
> | VP & Director of E-Commerce Development
> | Electric Edge Systems Group Inc.
> | t. 250.920.8830
> | e. [EMAIL PROTECTED]
> |
> | -
> | Macromedia Associate Partner
> | www.macromedia.com
> | -
> | Vancouver Island ColdFusion Users Group
> | Founder & Director
> | www.cfug-vancouverisland.com
> | - Original Message -
> | From: "Jeff Lucido" <[EMAIL PROTECTED]>
> | To: "CF-Talk" <[EMAIL PROTECTED]>
> | Sent: Monday, August 25, 2003 9:02 AM
> | Subject: RE: RE: MS SQL Server vs. MySQL
> |
> |
> | > Bryan:
> | >
> | > 1. Yes, I use Enterprise Manager to connect to several MSDE databases
> | > running at client locations.
> | > 2. Yes, MSDE can be found on both the Office 2K and XP Professional
> | > CD's. You can also download a new instance by downloading MSDE SP3
from
> | > Microsoft. I just did it as a test this past week where I had no
> | > previous install of MSDE and I ran MSDE SP3 and it installed a
brand-new
> | > instance for me.
> | >
> | > Hope that helps!
> | >
> | > Good luck,
> | > -JSLucido
> | >
> | > -Original Message-
> | > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> | > Sent: Monday, August 25, 2003 10:44 AM
> | > To: CF-Talk
> | > Subject: Re: RE: MS SQL Server vs. MySQL
> | >
> | >
> | > Just wondering from those that use MSDE
> | >
> | > 1) Can Enterprise Manager from a licenced copy of MS SQL Server
connect
> | > to a remote MSDE DB?
> | >
> | > 2) Can you get MSDE seperate from the Standard or Enterprise versions
of
> | > MS SQL Server (because the MS site seems to say it comes with...in
which
> | > case a client would have to cough up full price for a full-blown
version
> | > = no benefit)?
> | >
> | > TIA
> | >
> | > Cheers
> | >
> | > Bryan Stevenson B.Comm.
> | > VP & Director of E-Commerce Development
> | > Electric Edge Systems Group Inc.
> | > t. 250.920.8830
> | > e. [EMAIL PROTECTED]
> | >
> | > -
> | > Macromedia Associate Partner
> | > www.macromedia.com
> | > -
> | > Vancouver Island ColdFusion Users Group
> | > Founder & Director
> | > www.cfug-vancouverisland.com
> | > - Original Message -
> | > From: "Josh Remus" <[EMAIL PROTECTED]>
> | > To: "CF-Talk" <[EMAIL PROTECTED]>
> | > Sent: Friday, August 22, 2003 12:09 PM
> | > Subject: RE: RE: MS SQL Server vs. MySQL
> | >
> | >
> | > > It does include osql if you just need shell-type/command-prompt SQL
> | > access.
> | 

Re: Using a java class via cfobject --- help?

2003-08-25 Thread Paul Hastings
> I have written a simple java class that encrypts strings, I need to pass
in
> some strings and return an array of strings.
> Am I missing something? What else is necessary to use this class in CF?

not sure this is your case but cf maps java arrays to lists (if i recall
rightly) & if that array is manipulated in place, cf will never see it (a
copy is passed to java).  so either write a java wrapper to handle this
(pass the copied array back to cf) or re-write the class to accept/return
lists.


~|
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!!


  
  
  


?


-- 
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


OT: This is the BEST Discussion List

2003-08-25 Thread Ian Skinner
Here I was stumbling around Macromedia looking for just this article this
morning, and I couldn't find it.  Just as I was beginning to despair, it is
posted.  My day is once again gloriously productive.  

This has happened many times during the many months that I have been a
member of House of Fusion.

LONG LIVE HOF

--
Ian Skinner
Web Programmer
BloodSource
Sacramento, CA


-Original Message-
From: Brad Roberts [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 10:32 AM
To: CF-Talk
Subject: RE: XML shopping cart?


Here's a good article:
http://www.macromedia.com/devnet/mx/coldfusion/articles/xmlxslt.pdf

-Brad

-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 12:30 PM
To: CF-Talk
Subject: XML shopping cart?


I have just started to get my feet wet with XML and CF.

I thought I would play with the idea of converting my current shopping
basket code so it would store all of the items in an XML structure that
is stored in a session variable.

I have figured out how to create the XML structure and search the
structure for the items with XmlSearch().

My question is how do I delete XML nodes from the structure?  Like when
someone wants to remove an item from their shopping basket.

Also how do you append new nodes to the XML structure?  I am assuming
you use XmlElemNew() but I have not tried it yet.

Also how do you edit the XML structure?  Like when a person updates the
quantity of a product.

Thanks,
Chad



~|
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: cfc vs php rule of thumb

2003-08-25 Thread Raymond Camden
There are a couple of different answers to this question. What follows
are just a few ideas, and may not always work best depending on your
situation.

1) One way to have a CFC read in 'config' information is to simply
define them as probably always did, application variables, and read them
from the CFC. Ie, have the cfc use Application.DSN for queries. This was
problematic before 6.1 though if the CFC itself was cached. Also, in
general, a CFC should not directly touch Application variables outside
the CFC. If you ever rename the Application variables, you would have to
update your CFCs to correct them. In general, I try to make my CFCs
never use anything 'on the outside'.

2) Hard code the values in the CFC, or  them. Your CFC can
very easily either do



or



Another option, and one I use on my blog, is to use an ini file.

3) Why not make a CFC that represents your application, and stores the
values itself. Ie, an "Application" CFC. One style I've used in the past
is to have one CFC responsible for my application settings. So I could
ping it to get the app DSN, root path, etc. These values would be gotten
at startup and cached in the CFCs that used them.

This is just a few ideas, but I hope it helps.


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

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

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

> -Original Message-
> From: Mauricio Giraldo [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 25, 2003 11:52 AM
> To: CF-Talk
> Subject: cfc vs php rule of thumb
> 
> 
> Hello
> 
> When developing in PHP, it is common to have something like 
> this in a class
> document:
> 
> // start
> include 'my_config_file.php';
> 
> class MyClass {
>   // properties and functions
> }
> // end
> 
> Where my_config_file.php is a file that has constants and 
> other shared variables. I am familiar with CFCs also but am 
> not sure what would be the right way to go on this issue. It 
> is good to have an external file with common variables, and 
> sometimes people have them inside Application.cfm but you 
> don't always want to have them there.
> 
> Can anyone shed any light on this issue?
> 
> Thanks
> 


~|
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: OT: JavaScript question??

2003-08-25 Thread Salvador Delacosta
Mario,

try doing this.
document.selectedIndex == null

I believe that will tell check if the user has selected anything in the 
drop-down box.

Hope this helps.


>From: "Ciliotta, Mario" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: OT: JavaScript question??
>Date: Fri, 22 Aug 2003 18:07:16 -0400
>
>Hi all,
>
>Sorry for the OT on JavaScript but I cannot figure out how to tell if 
>someone has selected in option in the box.  I know how to do it if the I 
>add another option at the beginning: Please select 
>one... and then use : documentoptions[0].selected to 
>see if the first one is selected but I cannot figure out how to do it 
>below.  The users want the boxed sized to be the same a recordcount of the 
>query.
>
>
>
>   1700 - CORPORATE 
>SERVICES
>   1701 - BUILDING & 
>FACILITIES
>   1702 - 
> CSD 
>FINANCE & ACCOUNTS PAYABLE
> 1703 - SECURITY
>   1704 - 
> INFORMATION 
>MANAGEMENT
>   1706 - GSS
>   1707 - ICSG
>   1708 - GENERAL 
>SERVICES
>   1710 - LIS & ARM
>
>
>Thanks
>Mario
>
>This message is for the named person's use only. It may contain sensitive 
>and private proprietary or legally privileged information. No 
>confidentiality or privilege is waived or lost by any mistransmission. If 
>you are not the intended recipient, please immediately delete it and all 
>copies of it from your system, destroy any hard copies of it and notify the 
>sender. You must not, directly or indirectly, use, disclose, distribute, 
>print, or copy any part of this message if you are not the intended 
>recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE 
>FIRST BOSTON or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT 
>SUISSE FIRST BOSTON reserve the right to monitor all e-mail communications 
>through its networks. Any views expressed in this message are those of the 
>individual sender, except where the message states otherwise and the sender 
>is authorized to state them to be the views of any such entity.
>Unless otherwise stated, any pricing information given in this message is 
>indicative  only, is subject to change and does not constitute an offer to 
>deal at any price quoted. Any reference to the terms of executed 
>transactions should be treated as  preliminary only and subject to our 
>formal written confirmation.
>
>
>
~|
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


cfc vs php rule of thumb

2003-08-25 Thread Mauricio Giraldo
Hello

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

// start
include 'my_config_file.php';

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

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

Can anyone shed any light on this issue?

Thanks


- mga

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

~|
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


Using a java class via cfobject --- help?

2003-08-25 Thread Bosky, Dave
I have written a simple java class that encrypts strings, I need to pass in
some strings and return an array of strings.
Am I missing something? What else is necessary to use this class in CF? 

Encrypt.class

import java.util.*;
import BlowfishJ.*;

public class Encrypt {
  private String key  = "macromedia";
  private String[] getEncryptedData(String[] args)
  {
 String[] se = new String[args.length];
 BlowfishEasy bfe = new BlowfishEasy(this.key);
 for (int i=0; i








Thanks,
Dave



HTC Disclaimer:  The information contained in this message may be privileged and 
confidential and protected from disclosure. If the reader of this message is not the 
intended recipient, or an employee or agent responsible for delivering this message to 
the intended recipient, you are hereby notified that any dissemination, distribution 
or copying of this communication is strictly prohibited.  If you have received this 
communication in error, please notify us immediately by replying to the message and 
deleting it from your computer.  Thank you.

~|
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: RE: MS SQL Server vs. MySQL

2003-08-25 Thread Doug White
I think you could only do that on a co-lo or dedicated server -   On a shared
environment you will run into licensing issues. Also concurrent connection
limits.

However, the fee for using a SQL2k db in a shared environment is usually very
minimal, from a provider point of view.

==
Stop spam on your domain, use our gateway!
For hosting solutions http://www.clickdoug.com
ISP rated: http://www.forta.com/cf/isp/isp.cfm?isp_id=772
Suggested corporate Anti-virus policy: http://www.dshield.org/antivirus.pdf
==
If you are not satisfied with my service, my job isn't done!

- Original Message - 
From: "Bryan Stevenson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 11:08 AM
Subject: Re: RE: MS SQL Server vs. MySQL


| Hey Jeff,
|
| Great...thanks for the info.  I'm certainly starting to think that MSDE will
| be a great alternative for our smaller clients.
|
| Now it sounds like it's totally free??  any licenceing issues?
|
| Does anybody know of ISPs that will host MSDE DBs?  or is generally used for
| apps running co-lo or dedicated servers?
|
| TIA
|
| Cheers
|
| Bryan Stevenson B.Comm.
| VP & Director of E-Commerce Development
| Electric Edge Systems Group Inc.
| t. 250.920.8830
| e. [EMAIL PROTECTED]
|
| -
| Macromedia Associate Partner
| www.macromedia.com
| -
| Vancouver Island ColdFusion Users Group
| Founder & Director
| www.cfug-vancouverisland.com
| - Original Message -
| From: "Jeff Lucido" <[EMAIL PROTECTED]>
| To: "CF-Talk" <[EMAIL PROTECTED]>
| Sent: Monday, August 25, 2003 9:02 AM
| Subject: RE: RE: MS SQL Server vs. MySQL
|
|
| > Bryan:
| >
| > 1. Yes, I use Enterprise Manager to connect to several MSDE databases
| > running at client locations.
| > 2. Yes, MSDE can be found on both the Office 2K and XP Professional
| > CD's. You can also download a new instance by downloading MSDE SP3 from
| > Microsoft. I just did it as a test this past week where I had no
| > previous install of MSDE and I ran MSDE SP3 and it installed a brand-new
| > instance for me.
| >
| > Hope that helps!
| >
| > Good luck,
| > -JSLucido
| >
| > -Original Message-
| > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
| > Sent: Monday, August 25, 2003 10:44 AM
| > To: CF-Talk
| > Subject: Re: RE: MS SQL Server vs. MySQL
| >
| >
| > Just wondering from those that use MSDE
| >
| > 1) Can Enterprise Manager from a licenced copy of MS SQL Server connect
| > to a remote MSDE DB?
| >
| > 2) Can you get MSDE seperate from the Standard or Enterprise versions of
| > MS SQL Server (because the MS site seems to say it comes with...in which
| > case a client would have to cough up full price for a full-blown version
| > = no benefit)?
| >
| > TIA
| >
| > Cheers
| >
| > Bryan Stevenson B.Comm.
| > VP & Director of E-Commerce Development
| > Electric Edge Systems Group Inc.
| > t. 250.920.8830
| > e. [EMAIL PROTECTED]
| >
| > -
| > Macromedia Associate Partner
| > www.macromedia.com
| > -
| > Vancouver Island ColdFusion Users Group
| > Founder & Director
| > www.cfug-vancouverisland.com
| > - Original Message -
| > From: "Josh Remus" <[EMAIL PROTECTED]>
| > To: "CF-Talk" <[EMAIL PROTECTED]>
| > Sent: Friday, August 22, 2003 12:09 PM
| > Subject: RE: RE: MS SQL Server vs. MySQL
| >
| >
| > > It does include osql if you just need shell-type/command-prompt SQL
| > access.
| > > We have licenses for SQL Server, so I do use Enterprise Manager to
| > > manage our MSDE databases.
| > >
| > > > -Original Message-
| > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
| > > > Sent: Friday, August 22, 2003 1:49 PM
| > > > To: CF-Talk
| > > > Subject: Re: RE: MS SQL Server vs. MySQL
| > > >
| > > >
| > > >  but to
| > > > > get the 2k version, you need either MSDN, Sql server 2k, or Office
| >
| > > > > XP.
| > > >
| > > > Yeah, it looks that way now.  Funny, I went to their site a couple
| > > > of months ago and downloaded from there.  Those wacky MS guys.
| > > >
| > > > One thing:  MSDE comes with no front end tools, so you'll need
| > > > either the client tools from Enterprise Manager, or Access, or a
| > > > third party front end.  One might be better off getting a developer
| > > > license for SQL Server, which is now only $49.  There was a thread
| > > > about it a while ago.
| > > >
| > > >
| > >
| >
| >
| 
~|
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 r

RE: XML shopping cart?

2003-08-25 Thread Brad Roberts
Here's a good article:
http://www.macromedia.com/devnet/mx/coldfusion/articles/xmlxslt.pdf

-Brad

-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 12:30 PM
To: CF-Talk
Subject: XML shopping cart?


I have just started to get my feet wet with XML and CF.

I thought I would play with the idea of converting my current shopping
basket code so it would store all of the items in an XML structure that
is stored in a session variable.

I have figured out how to create the XML structure and search the
structure for the items with XmlSearch().

My question is how do I delete XML nodes from the structure?  Like when
someone wants to remove an item from their shopping basket.

Also how do you append new nodes to the XML structure?  I am assuming
you use XmlElemNew() but I have not tried it yet.

Also how do you edit the XML structure?  Like when a person updates the
quantity of a product.

Thanks,
Chad


~|
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: XML shopping cart?

2003-08-25 Thread Bryan Love
You could cheat and use WDDX - it converts structures to XML and back
again...

+---+
Bryan Love
  Database Analyst
  Macromedia Certified Professional
  Internet Application Developer
TeleCommunication Systems
[EMAIL PROTECTED]
+---+

"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
- Thomas Paine, The American Crisis

"Let's Roll"
- Todd Beamer, Flight 93



-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]
Sent: Monday, August 25, 2003 9:30 AM
To: CF-Talk
Subject: XML shopping cart?


I have just started to get my feet wet with XML and CF.

I thought I would play with the idea of converting my current shopping
basket code so it would store all of the items in an XML structure that
is stored in a session variable.

I have figured out how to create the XML structure and search the
structure for the items with XmlSearch().  

My question is how do I delete XML nodes from the structure?  Like when
someone wants to remove an item from their shopping basket.

Also how do you append new nodes to the XML structure?  I am assuming
you use XmlElemNew() but I have not tried it yet.

Also how do you edit the XML structure?  Like when a person updates the
quantity of a product.

Thanks,
Chad


~|
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: RE: MS SQL Server vs. MySQL

2003-08-25 Thread Jeff Lucido
Bryan:

Licensing is a bit tricky. You can use here when you have a license for
X, but you can't distribute it. You can distribute it if you have
license for X & Y. Best thing I have found is the following link (watch
for the wrap):

http://www.microsoft.com/sql/msde/howtobuy/default.asp

Yes, for smaller applications it works well. We primarily use it when we
intergate with Microsoft's Retail Management software which uses MSDE as
the database engine. There is a thread limit and database size limit as
well. Can't remember off the top of my head but I am sure you will find
the necessary info on their website.

Also, in regards to hosting, I have not seen any ISP's off the top of my
head. We host our own sites we build for our clients and run an instance
of SQL2K and MSDE on the same database server. Runs well and with little
extra overhead (granted there are only two MSDE databases at the moment
compared to 17 on SQL2K).

Good luck,
-JSLucido

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 11:08 AM
To: CF-Talk
Subject: Re: RE: MS SQL Server vs. MySQL


Hey Jeff,

Great...thanks for the info.  I'm certainly starting to think that MSDE
will be a great alternative for our smaller clients.

Now it sounds like it's totally free??  any licenceing issues?

Does anybody know of ISPs that will host MSDE DBs?  or is generally used
for apps running co-lo or dedicated servers?

TIA

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Jeff Lucido" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 9:02 AM
Subject: RE: RE: MS SQL Server vs. MySQL


> Bryan:
>
> 1. Yes, I use Enterprise Manager to connect to several MSDE databases 
> running at client locations. 2. Yes, MSDE can be found on both the 
> Office 2K and XP Professional CD's. You can also download a new 
> instance by downloading MSDE SP3 from Microsoft. I just did it as a 
> test this past week where I had no previous install of MSDE and I ran 
> MSDE SP3 and it installed a brand-new instance for me.
>
> Hope that helps!
>
> Good luck,
> -JSLucido
>
> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 10:44 AM
> To: CF-Talk
> Subject: Re: RE: MS SQL Server vs. MySQL
>
>
> Just wondering from those that use MSDE
>
> 1) Can Enterprise Manager from a licenced copy of MS SQL Server 
> connect to a remote MSDE DB?
>
> 2) Can you get MSDE seperate from the Standard or Enterprise versions 
> of MS SQL Server (because the MS site seems to say it comes with...in 
> which case a client would have to cough up full price for a full-blown

> version = no benefit)?
>
> TIA
>
> Cheers
>
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> t. 250.920.8830
> e. [EMAIL PROTECTED]
>
> -
> Macromedia Associate Partner
> www.macromedia.com
> -
> Vancouver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
> - Original Message -
> From: "Josh Remus" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, August 22, 2003 12:09 PM
> Subject: RE: RE: MS SQL Server vs. MySQL
>
>
> > It does include osql if you just need shell-type/command-prompt SQL
> access.
> > We have licenses for SQL Server, so I do use Enterprise Manager to 
> > manage our MSDE databases.
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > Sent: Friday, August 22, 2003 1:49 PM
> > > To: CF-Talk
> > > Subject: Re: RE: MS SQL Server vs. MySQL
> > >
> > >
> > >  but to
> > > > get the 2k version, you need either MSDN, Sql server 2k, or 
> > > > Office
>
> > > > XP.
> > >
> > > Yeah, it looks that way now.  Funny, I went to their site a couple

> > > of months ago and downloaded from there.  Those wacky MS guys.
> > >
> > > One thing:  MSDE comes with no front end tools, so you'll need 
> > > either the client tools from Enterprise Manager, or Access, or a 
> > > third party front end.  One might be better off getting a 
> > > developer license for SQL Server, which is now only $49.  There 
> > > was a thread about it a while ago.
> > >
> > >
> >
>
> 

~|
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 mails

Re: RE: MS SQL Server vs. MySQL

2003-08-25 Thread ksuh
Go to http://www.microsoft.com/sql/msde/default.asp for more info.

- Original Message -
From: Bryan Stevenson <[EMAIL PROTECTED]>
Date: Monday, August 25, 2003 10:08 am
Subject: Re: RE: MS SQL Server vs. MySQL

> Hey Jeff,
> 
> Great...thanks for the info.  I'm certainly starting to think that 
> MSDE will
> be a great alternative for our smaller clients.
> 
> Now it sounds like it's totally free??  any licenceing issues?
> 
> Does anybody know of ISPs that will host MSDE DBs?  or is 
> generally used for
> apps running co-lo or dedicated servers?
> 
> TIA
> 
> Cheers
> 
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> t. 250.920.8830
> e. [EMAIL PROTECTED]
> 
> -
> Macromedia Associate Partner
> www.macromedia.com
> -
> Vancouver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
> - Original Message -
> From: "Jeff Lucido" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, August 25, 2003 9:02 AM
> Subject: RE: RE: MS SQL Server vs. MySQL
> 
> 
> > Bryan:
> >
> > 1. Yes, I use Enterprise Manager to connect to several MSDE 
> databases> running at client locations.
> > 2. Yes, MSDE can be found on both the Office 2K and XP Professional
> > CD's. You can also download a new instance by downloading MSDE 
> SP3 from
> > Microsoft. I just did it as a test this past week where I had no
> > previous install of MSDE and I ran MSDE SP3 and it installed a 
> brand-new
> > instance for me.
> >
> > Hope that helps!
> >
> > Good luck,
> > -JSLucido
> >
> > -Original Message-
> > From: Bryan Stevenson [EMAIL PROTECTED]
> > Sent: Monday, August 25, 2003 10:44 AM
> > To: CF-Talk
> > Subject: Re: RE: MS SQL Server vs. MySQL
> >
> >
> > Just wondering from those that use MSDE
> >
> > 1) Can Enterprise Manager from a licenced copy of MS SQL Server 
> connect> to a remote MSDE DB?
> >
> > 2) Can you get MSDE seperate from the Standard or Enterprise 
> versions of
> > MS SQL Server (because the MS site seems to say it comes 
> with...in which
> > case a client would have to cough up full price for a full-blown 
> version> = no benefit)?
> >
> > TIA
> >
> > Cheers
> >
> > Bryan Stevenson B.Comm.
> > VP & Director of E-Commerce Development
> > Electric Edge Systems Group Inc.
> > t. 250.920.8830
> > e. [EMAIL PROTECTED]
> >
> > -
> > Macromedia Associate Partner
> > www.macromedia.com
> > -
> > Vancouver Island ColdFusion Users Group
> > Founder & Director
> > www.cfug-vancouverisland.com
> > - Original Message -
> > From: "Josh Remus" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Friday, August 22, 2003 12:09 PM
> > Subject: RE: RE: MS SQL Server vs. MySQL
> >
> >
> > > It does include osql if you just need shell-type/command-
> prompt SQL
> > access.
> > > We have licenses for SQL Server, so I do use Enterprise 
> Manager to
> > > manage our MSDE databases.
> > >
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED] [EMAIL PROTECTED]
> > > > Sent: Friday, August 22, 2003 1:49 PM
> > > > To: CF-Talk
> > > > Subject: Re: RE: MS SQL Server vs. MySQL
> > > >
> > > >
> > > >  but to
> > > > > get the 2k version, you need either MSDN, Sql server 2k, 
> or Office
> >
> > > > > XP.
> > > >
> > > > Yeah, it looks that way now.  Funny, I went to their site a 
> couple> > > of months ago and downloaded from there.  Those wacky 
> MS guys.
> > > >
> > > > One thing:  MSDE comes with no front end tools, so you'll need
> > > > either the client tools from Enterprise Manager, or Access, 
> or a
> > > > third party front end.  One might be better off getting a 
> developer> > > license for SQL Server, which is now only $49.  
> There was a thread
> > > > about it a while ago.
> > > >
> > > >
> > >
> >
> > 
> 
~|
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: cfadmin_sqlexecutive

2003-08-25 Thread Dave Carabetta
Thanks. I missed that when I was looking through the notes.


>From: Steven Erat <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: cfadmin_sqlexecutive
>Date: Mon, 25 Aug 2003 12:30:00 -0400
>
>This is release noted as fixed in 6.1 as bug 48538.
>"Attempting to verify a bad data source within the Administrator would 
>cause the Administrator to hang."
>
>-Original Message-
>From: Dave Carabetta [mailto:[EMAIL PROTECTED]
>Sent: Monday, August 25, 2003 12:07 PM
>To: CF-Talk
>Subject: cfadmin_sqlexecutive
>
>
>When I go to verify a datasource, I am constantly getting the following
>error after about 5 minutes of waiting, and I have to restart the CF 
>service
>in order to continue:
>
>A timeout occurred while attempting to lock cfadmin_sqlexecutive.
>
>It's occurring on line 158 of the CF Admin's Application.cfm file. I'm on 
>MX
>for JRun for J2EE, version 6.0 (and upgrading to 6.1 isn't an option just
>yet). Any idea what the problem is? Obviously it has something to do with 
>my
>datasources, and it's probably something to do with the datasource failing.
>But there's no stack trace to follow either, so I'm stumped.
>
>Thanks,
>Dave.
>
>_
>MSN 8: Get 6 months for $9.95/month. http://join.msn.com/?page=dept/dialup
>
>
>
~|
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),
C>unknown exception condition TagCFMail::sendMessage


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: cfadmin_sqlexecutive

2003-08-25 Thread Steven Erat
This is release noted as fixed in 6.1 as bug 48538.
"Attempting to verify a bad data source within the Administrator would cause the 
Administrator to hang."

-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 12:07 PM
To: CF-Talk
Subject: cfadmin_sqlexecutive


When I go to verify a datasource, I am constantly getting the following 
error after about 5 minutes of waiting, and I have to restart the CF service 
in order to continue:

A timeout occurred while attempting to lock cfadmin_sqlexecutive.

It's occurring on line 158 of the CF Admin's Application.cfm file. I'm on MX 
for JRun for J2EE, version 6.0 (and upgrading to 6.1 isn't an option just 
yet). Any idea what the problem is? Obviously it has something to do with my 
datasources, and it's probably something to do with the datasource failing. 
But there's no stack trace to follow either, so I'm stumped.

Thanks,
Dave.

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


~|
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


XML shopping cart?

2003-08-25 Thread Chad Gray
I have just started to get my feet wet with XML and CF.

I thought I would play with the idea of converting my current shopping
basket code so it would store all of the items in an XML structure that
is stored in a session variable.

I have figured out how to create the XML structure and search the
structure for the items with XmlSearch().  

My question is how do I delete XML nodes from the structure?  Like when
someone wants to remove an item from their shopping basket.

Also how do you append new nodes to the XML structure?  I am assuming
you use XmlElemNew() but I have not tried it yet.

Also how do you edit the XML structure?  Like when a person updates the
quantity of a product.

Thanks,
Chad

~|
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: RE: MS SQL Server vs. MySQL

2003-08-25 Thread Bryan Stevenson
Hey Jeff,

Great...thanks for the info.  I'm certainly starting to think that MSDE will
be a great alternative for our smaller clients.

Now it sounds like it's totally free??  any licenceing issues?

Does anybody know of ISPs that will host MSDE DBs?  or is generally used for
apps running co-lo or dedicated servers?

TIA

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Jeff Lucido" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 9:02 AM
Subject: RE: RE: MS SQL Server vs. MySQL


> Bryan:
>
> 1. Yes, I use Enterprise Manager to connect to several MSDE databases
> running at client locations.
> 2. Yes, MSDE can be found on both the Office 2K and XP Professional
> CD's. You can also download a new instance by downloading MSDE SP3 from
> Microsoft. I just did it as a test this past week where I had no
> previous install of MSDE and I ran MSDE SP3 and it installed a brand-new
> instance for me.
>
> Hope that helps!
>
> Good luck,
> -JSLucido
>
> -Original Message-
> From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 25, 2003 10:44 AM
> To: CF-Talk
> Subject: Re: RE: MS SQL Server vs. MySQL
>
>
> Just wondering from those that use MSDE
>
> 1) Can Enterprise Manager from a licenced copy of MS SQL Server connect
> to a remote MSDE DB?
>
> 2) Can you get MSDE seperate from the Standard or Enterprise versions of
> MS SQL Server (because the MS site seems to say it comes with...in which
> case a client would have to cough up full price for a full-blown version
> = no benefit)?
>
> TIA
>
> Cheers
>
> Bryan Stevenson B.Comm.
> VP & Director of E-Commerce Development
> Electric Edge Systems Group Inc.
> t. 250.920.8830
> e. [EMAIL PROTECTED]
>
> -
> Macromedia Associate Partner
> www.macromedia.com
> -
> Vancouver Island ColdFusion Users Group
> Founder & Director
> www.cfug-vancouverisland.com
> - Original Message -
> From: "Josh Remus" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, August 22, 2003 12:09 PM
> Subject: RE: RE: MS SQL Server vs. MySQL
>
>
> > It does include osql if you just need shell-type/command-prompt SQL
> access.
> > We have licenses for SQL Server, so I do use Enterprise Manager to
> > manage our MSDE databases.
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > Sent: Friday, August 22, 2003 1:49 PM
> > > To: CF-Talk
> > > Subject: Re: RE: MS SQL Server vs. MySQL
> > >
> > >
> > >  but to
> > > > get the 2k version, you need either MSDN, Sql server 2k, or Office
>
> > > > XP.
> > >
> > > Yeah, it looks that way now.  Funny, I went to their site a couple
> > > of months ago and downloaded from there.  Those wacky MS guys.
> > >
> > > One thing:  MSDE comes with no front end tools, so you'll need
> > > either the client tools from Enterprise Manager, or Access, or a
> > > third party front end.  One might be better off getting a developer
> > > license for SQL Server, which is now only $49.  There was a thread
> > > about it a while ago.
> > >
> > >
> >
>
> 
~|
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


cfadmin_sqlexecutive

2003-08-25 Thread Dave Carabetta
When I go to verify a datasource, I am constantly getting the following 
error after about 5 minutes of waiting, and I have to restart the CF service 
in order to continue:

A timeout occurred while attempting to lock cfadmin_sqlexecutive.

It's occurring on line 158 of the CF Admin's Application.cfm file. I'm on MX 
for JRun for J2EE, version 6.0 (and upgrading to 6.1 isn't an option just 
yet). Any idea what the problem is? Obviously it has something to do with my 
datasources, and it's probably something to do with the datasource failing. 
But there's no stack trace to follow either, so I'm stumped.

Thanks,
Dave.

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

~|
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: Newer custom tag like CF_ObjectDump?

2003-08-25 Thread Tyler Clendenin
I have to say that after a not so promising CF5 book the CFMX book from
macromedia press by Forta, Weiss, et al. does the job rather well. It does a
good job of explaining things and works as a decent reference guide.  And
the advenced book also provides a good amount of information.  The only
problem I have with them is the shoddyconstruction of the books themselves.
Starting with the cf5 books I guess macromedia press needed to cut costs on
its printing or something because these books are prone to loosing many
pages over time.  Anyone know if they are available in hard back?

I would like to tack an additional question onto this thread.  If anyone has
a good book for the advanced user that describes more of the actual cf
factory and its functionality.  And if there is a strictly cf reference
guide that contains just details details details? (you know something like
one of those good microsoft press references)

Tyler Clendenin

-Original Message-
From: Scott Weikert [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 10:45 AM
To: CF-Talk
Subject: Re: Newer custom tag like CF_ObjectDump?

>On Friday, August 22, 2003, at 04:50 PM, Raymond Camden wrote:
>
> > Um - what about MX's native "" tag?

Well seeing as I haven't actually picked up any MX books yet - just been
monkeying with it fairly blindly so far - you'll forgive me if I wasn't
aware of this feature :)

Speaking of which - any recommendations on a good MX book or two? I saw
something about O'Reilly coming out with one just lately, that one's on my
list already.

And yes,  did the trick. Thanks guys. 


~|
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: RE: MS SQL Server vs. MySQL

2003-08-25 Thread Jeff Lucido
Bryan:

1. Yes, I use Enterprise Manager to connect to several MSDE databases
running at client locations.
2. Yes, MSDE can be found on both the Office 2K and XP Professional
CD's. You can also download a new instance by downloading MSDE SP3 from
Microsoft. I just did it as a test this past week where I had no
previous install of MSDE and I ran MSDE SP3 and it installed a brand-new
instance for me.

Hope that helps!

Good luck,
-JSLucido

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 25, 2003 10:44 AM
To: CF-Talk
Subject: Re: RE: MS SQL Server vs. MySQL


Just wondering from those that use MSDE

1) Can Enterprise Manager from a licenced copy of MS SQL Server connect
to a remote MSDE DB?

2) Can you get MSDE seperate from the Standard or Enterprise versions of
MS SQL Server (because the MS site seems to say it comes with...in which
case a client would have to cough up full price for a full-blown version
= no benefit)?

TIA

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Josh Remus" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 22, 2003 12:09 PM
Subject: RE: RE: MS SQL Server vs. MySQL


> It does include osql if you just need shell-type/command-prompt SQL
access.
> We have licenses for SQL Server, so I do use Enterprise Manager to 
> manage our MSDE databases.
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Friday, August 22, 2003 1:49 PM
> > To: CF-Talk
> > Subject: Re: RE: MS SQL Server vs. MySQL
> >
> >
> >  but to
> > > get the 2k version, you need either MSDN, Sql server 2k, or Office

> > > XP.
> >
> > Yeah, it looks that way now.  Funny, I went to their site a couple 
> > of months ago and downloaded from there.  Those wacky MS guys.
> >
> > One thing:  MSDE comes with no front end tools, so you'll need 
> > either the client tools from Enterprise Manager, or Access, or a 
> > third party front end.  One might be better off getting a developer 
> > license for SQL Server, which is now only $49.  There was a thread 
> > about it a while ago.
> >
> >
> 

~|
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: Newer custom tag like CF_ObjectDump?

2003-08-25 Thread Jim Campbell
I've got all of Ben Forta's CF Books from version 3 (I believe) up to 
MX, as well as a couple of the "Reality" books.  I should probably start 
a fan club or something.

- Jim

Scott Weikert wrote:

>>On Friday, August 22, 2003, at 04:50 PM, Raymond Camden wrote:
>>
>>
>>
>>>Um - what about MX's native "" tag?
>>>  
>>>
>
>Well seeing as I haven't actually picked up any MX books yet - just been 
>monkeying with it fairly blindly so far - you'll forgive me if I wasn't 
>aware of this feature :)
>
>Speaking of which - any recommendations on a good MX book or two? I saw 
>something about O'Reilly coming out with one just lately, that one's on my 
>list already.
>
>And yes,  did the trick. Thanks guys. 
>
>
~|
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


My Query of Queries error with code

2003-08-25 Thread Jeff
Here's the error I'm getting, and below that, is the code that's apparently
causing it. Now, here's the really weird part. SOME...I repeat...SOME words
and phrases actually *WORK*. In other words, I can type "heart" or "cancer"
and return a legit, fine recordset, all UNION'ed and sorted correctly.
However, certain words and phrases cause the error below:


Query Of Queries runtime error.
All resulting columns of queries in a SELECT statement containing a UNION
operator must have corresponding types.
Columns with index number equal "3" have diffent types (VARCHAR, OTHER).

Here's the code I'm using:

 



 

SELECT * 
FROM GetLevel2Content

UNION
SELECT * 
FROM GetLevel3Content

UNION
SELECT * 
FROM GetLevel4Content

UNION
SELECT * 
FROM GetLevel5Content

UNION
SELECT * 
FROM GetPrograms

ORDER BY Score desc


~|
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: New offerings from the Mothership...

2003-08-25 Thread Massimo Foti
> I've found 2 so far:
> http://homepage.ntlworld.com/andy_black/andy/flash/regexp/
> http://www.jurjans.lv/flash/default.htm
> and that's the problem. Which is better, which is tighter, which will do
what I
> want quickly?

I happily leave those questions to the Flash geeks :-)

No kidding, I already have my hands full and a lot of things to learn, I
have to choose my battles and, while I like the directions Flash is taking,
I have no intentions of learning it since I have different priorities


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



~|
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


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: MS SQL Server vs. MySQL

2003-08-25 Thread Bryan Stevenson
Mike H.

The SAP DB I saw was implemented by SAP for a major Telcomm in Canada.
There were at least hundreds of tables with no naming conventions that I
saw.  The data was always out of date or otherwise screwed up.  All it took
was CF 3.1, Access 97 (1.2 GB), and 2 CF developers to blow it away.  All of
a sudden our tiny department out performed SAP and PeopleSoft according to
the users of the HR system we built (at WAY less cost of course) ;-)

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Haggerty, Mike" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 22, 2003 12:43 PM
Subject: RE: MS SQL Server vs. MySQL


> Brian -
>
> Are you talking about a complete SAP solution or SAPDB? Because, either
> way, the quality of the solution depends entirely on the skills of the
> people implementing it. I suspect your issue is really with the people
> that put it together.
>
> My group has taken a number of our Oracle applications over to SAPDB and
> the database performs beautifully. Aside from having to change some SQL,
> we have run into no problems and found this to be a more effective
> solution than mySql or even postGres.
>
> M
>
> > -Original Message-
> > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> > Sent: Friday, August 22, 2003 1:40 PM
> > To: CF-Talk
> > Subject: Re: MS SQL Server vs. MySQL
> >
> >
> > Folks seem to be using SAP as a "good" referencewell I've
> > seen one before and it was the biggest cluster f%^ I've ever
> > seen.  Personally saying MySQL is going to be somehow
> > involved with SAP does not instill any confidence in MySQL ;-)
> >
> > Just my 2 cents ;-)
> >
> > Cheers
> >
> > Bryan Stevenson B.Comm.
> > VP & Director of E-Commerce Development
> > Electric Edge Systems Group Inc.
> > t. 250.920.8830
> > e. [EMAIL PROTECTED]
> >
> > -
> > Macromedia Associate Partner
> > www.macromedia.com
> > -
> > Vancouver Island ColdFusion Users Group
> > Founder & Director
> > www.cfug-vancouverisland.com
> > - Original Message -
> > From: "Barney Boisvert" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Friday, August 22, 2003 10:11 AM
> > Subject: RE: MS SQL Server vs. MySQL
> >
> >
> > > MySQL is taking over sapDB.  they are rebranding it right now, and
> > > then
> > will
> > > begin developing further versions.  For more info, check out
> > www.mysql.com.
> > >
> > > barneyb
> > >
> > > ---
> > > Barney Boisvert, Senior Development Engineer
> > > AudienceCentral
> > > [EMAIL PROTECTED]
> > > voice : 360.756.8080 x12
> > > fax   : 360.647.5351
> > >
> > > www.audiencecentral.com
> > >
> > >
> > > > -Original Message-
> > > > From: Haggerty, Mike [mailto:[EMAIL PROTECTED]
> > > > Sent: Friday, August 22, 2003 8:32 AM
> > > > To: CF-Talk
> > > > Subject: RE: MS SQL Server vs. MySQL
> > > >
> > > >
> > > > Bryan -
> > > >
> > > > I am getting in a little late on all this, but there is a true
> > > > enterprise class open source database you might want to
> > take a look
> > > > at called SAPDB.
> > > >
> > > > http://www.sapdb.org/
> > > >
> > > > Supports stored procedures, triggers, transactions,
> > views, etc. and
> > > > it is blazingly fast. I have been using it for more than
> > a year with
> > > > no issues. We are moving things from Oracle over to SAP left and
> > > > right.
> > > >
> > > > It is definitely not as popular as mysql, and I have
> > heard a lot of
> > > > people complain about the UI. Granted, the database could
> > be a lot
> > > > more user friendly, but I think it is no more / less
> > confusing than
> > > > Oracle on a linux box.
> > > >
> > > > M
> > > >
> > > > > -Original Message-
> > > > > From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
> > > > > Sent: Thursday, August 21, 2003 4:28 PM
> > > > > To: CF-Talk
> > > > > Subject: Re: MS SQL Server vs. MySQL
> > > > >
> > > > >
> > > > > OK..Clint...but what about all the Enterprise DB stuff that's
> > > > > missing...triggers/SPs/views and even simple sub-queries etc.??
> > > > >
> > > > > From what I've been reading MySQL just isn't at the enterprise
> > > > > level yet...am I missing something?
> > > > >
> > > > > Cheers
> > > > >
> > > > > Bryan Stevenson B.Comm.
> > > > > VP & Director of E-Commerce Development
> > > > > Electric Edge Systems Group Inc.
> > > > > t. 250.920.8830
> > > > > e. [EMAIL PROTECTED]
> > > > >
> > > > > -
> > > > > Macromedia Associate Partner
> > > > > www.macrome

Re: RE: MS SQL Server vs. MySQL

2003-08-25 Thread Bryan Stevenson
Just wondering from those that use MSDE

1) Can Enterprise Manager from a licenced copy of MS SQL Server connect to a
remote MSDE DB?

2) Can you get MSDE seperate from the Standard or Enterprise versions of MS
SQL Server (because the MS site seems to say it comes with...in which case a
client would have to cough up full price for a full-blown version = no
benefit)?

TIA

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Josh Remus" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 22, 2003 12:09 PM
Subject: RE: RE: MS SQL Server vs. MySQL


> It does include osql if you just need shell-type/command-prompt SQL
access.
> We have licenses for SQL Server, so I do use Enterprise Manager to manage
> our MSDE databases.
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Friday, August 22, 2003 1:49 PM
> > To: CF-Talk
> > Subject: Re: RE: MS SQL Server vs. MySQL
> >
> >
> >  but to
> > > get the 2k version, you need either MSDN, Sql server 2k, or Office XP.
> >
> > Yeah, it looks that way now.  Funny, I went to their site a
> > couple of months ago and downloaded from there.  Those wacky MS guys.
> >
> > One thing:  MSDE comes with no front end tools, so you'll need
> > either the client tools from Enterprise Manager, or Access, or a
> > third party front end.  One might be better off getting a
> > developer license for SQL Server, which is now only $49.  There
> > was a thread about it a while ago.
> >
> >
> 
~|
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: Newer custom tag like CF_ObjectDump?

2003-08-25 Thread Scott Weikert
>On Friday, August 22, 2003, at 04:50 PM, Raymond Camden wrote:
>
> > Um - what about MX's native "" tag?

Well seeing as I haven't actually picked up any MX books yet - just been 
monkeying with it fairly blindly so far - you'll forgive me if I wasn't 
aware of this feature :)

Speaking of which - any recommendations on a good MX book or two? I saw 
something about O'Reilly coming out with one just lately, that one's on my 
list already.

And yes,  did the trick. Thanks guys. 

~|
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: How to handle

2003-08-25 Thread Raymond Camden
Simply check for them with a mix of isDefined, isNumeric, etc. Also,
don't forget that you should probably also make sure that even if url.id
is a number, that it's a) greater than 0 and b) is a whole number
instead of something like 3.14. If you are doing a 'detail' page, you
also want to check that url.id references a record in the table that
actually exists, so, pseudo-code, my page may look like this:







The cfc will throw an error if ID doesn't exist, so
cflocate again. 
This could easily be a cfquery as well, where you would
cflocate if
recordCount = 0






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

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

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

> -Original Message-
> From: Neculai Macarie [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 25, 2003 9:35 AM
> To: CF-Talk
> Subject: How to handle 
> 
> 
> How do you handle missing required variables (like an id that 
> is required to display some info about a product, or when the 
> id is not numeric) ? I was thinking of something like an 
> assert function, but I would like to know what others think.
>  
> I'm using CF5.
> 
> 
> 
> 
~|
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: New offerings from the Mothership...

2003-08-25 Thread Michael Dinowitz
I've found 2 so far:
http://homepage.ntlworld.com/andy_black/andy/flash/regexp/
http://www.jurjans.lv/flash/default.htm
and that's the problem. Which is better, which is tighter, which will do what I
want quickly? I'd rather get into using Flash Pro for HoF projects rather than
having to write my own RegEx engine.

> > There is an add on that allows RegEx in Actionscript, but it's not
> 'official'.
>
> I remember seeing at least 2-3 RegExp libraries implemented in Actionscript,
> but I don't use Flash myself, I just try to follow things to interact with
> the Flash geeks :-)

~|
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: New offerings from the Mothership...

2003-08-25 Thread Mike Chambers
Yes. There are some third party ActionScript RegEx libraries that you can
use in Flash MX.

mike chambers

[EMAIL PROTECTED]

- Original Message - 
From: "Raymond Camden" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 25, 2003 11:27 AM
Subject: RE: New offerings from the Mothership...


> Could this not somehow be added to to the FLA file then, something like
> include "regex"? In other words, I need it for my app, it's an intranet,
> so size isn't really an issue.

~|
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


How to handle

2003-08-25 Thread Neculai Macarie
How do you handle missing required variables (like an id that is required to display 
some info about a product, or when the id is not numeric) ? I was thinking of 
something like an assert function, but I would like to know what others think.
 
I'm using CF5.



~|
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


  1   2   >