CacheBox Call-Backs Dilemma

2009-09-21 Thread s. isaac dealey

Hi guys, 

I have this dilemma with the new CacheBox framework I've been working on.
It's really bugging me and I wonder if you guys could help me out by
giving me some feedback on the solution. I posted an article about the
problem on the CacheBox blog here: 

http://cachebox.riaforge.org/blog/index.cfm/2009/9/22/callbacks

Thanks. :) 

-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 817.385.0301

http://onTap.riaforge.org/blog



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326476
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: (ot) Server Backup Software

2009-09-21 Thread Rick Root

On Mon, Sep 21, 2009 at 4:19 PM, Ben Forta  wrote:
>
> You did not mention the OS you are using, but, if Windows, and if you are
> backing up to a storage device (as opposed to tape or something else) then
> this is what I use: http://www.backupforworkgroups.com/
>
> It's lightweight, cheap (I think it starts at $100 per client), supports SQL
> Server and Exchange too if needed, supports optional offsite mirroring ...
> and their support is phenomenal.

Sorry, yeah, Windows it is... and that looks excellent, thanks!

-- 
Rick Root
CFFM - Open Source Coldfusion File Manager
http://www.opensourcecf.com/cffm

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326475
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Custom scopes

2009-09-21 Thread s. isaac dealey

> 
> Alan Rother wrote:
> > As long as you have two Application.cfcs or Aplication.cfms using different
> > app names the vars won't be shared between the two.
> > If you are using the same codebase, but two different domain names you will
> > need to recode the app vars so that they use different values.
> 
> If one is using the same code base, it is possible to dynamically assign 
> the application name in the Application.cfc|
> cfm file based on domain names or some other factor.  The you still have 
> separate variable spaces without duplicating the code base.

That's the route I was going to suggest... Something like this should
work fairly well to separate your forums into their own applications. 


  
  
  
  
  
  ... 
  


-- 
s. isaac dealey  ^  new epoch
 isn't it time for a change? 
 ph: 817.385.0301

http://onTap.riaforge.org/blog



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326474
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Autosuggest

2009-09-21 Thread Dan Farrell

You can download firebug for firefox here:
http://getfirebug.com/

Once it's installed you can click the bug in the corner to bring up the firebug 
window.
Refresh the browser and it will show javascript errors.

Ultimately what matters is the HTML that gets generated.  You can view source 
and see if any there are any quotes or special characters that stands out in 
the HTML/Javascript.



>Yes..I have FireFox.
>
>How do I use FF to debug?
>
>>Manager, Phoenix Cold Fusion User Group, AZCFUG.org 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326473
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: (ot) Server Backup Software

2009-09-21 Thread Ben Forta

Hey Rick,

You did not mention the OS you are using, but, if Windows, and if you are
backing up to a storage device (as opposed to tape or something else) then
this is what I use: http://www.backupforworkgroups.com/

It's lightweight, cheap (I think it starts at $100 per client), supports SQL
Server and Exchange too if needed, supports optional offsite mirroring ...
and their support is phenomenal.

Worth a look at.

--- Ben


-Original Message-
From: Rick Root [mailto:rick.r...@webworksllc.com] 
Sent: Monday, September 21, 2009 4:14 PM
To: cf-talk
Subject: (ot) Server Backup Software


Hey all, I'm looking for recomendations on server backup software.  I
have 4 servers with large amounts of data, and we're looking for a
local backup solution.. ie... A server with Very Large hard drivers
(like 5x1tb or 5x2tb).

I'd then like to use some kind of server-based backup software (along
with agents running on the client) to perform (generally) incremental
backups of the other servers file systems.

Any recommendations for inexpensive solutions?  (inexpensive meaning,
hundres or thousands of dollars but not tens of thousands).

-- 
Rick Root
CFFM - Open Source Coldfusion File Manager
http://www.opensourcecf.com/cffm



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326472
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


(ot) Server Backup Software

2009-09-21 Thread Rick Root

Hey all, I'm looking for recomendations on server backup software.  I
have 4 servers with large amounts of data, and we're looking for a
local backup solution.. ie... A server with Very Large hard drivers
(like 5x1tb or 5x2tb).

I'd then like to use some kind of server-based backup software (along
with agents running on the client) to perform (generally) incremental
backups of the other servers file systems.

Any recommendations for inexpensive solutions?  (inexpensive meaning,
hundres or thousands of dollars but not tens of thousands).

-- 
Rick Root
CFFM - Open Source Coldfusion File Manager
http://www.opensourcecf.com/cffm

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326471
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Custom scopes

2009-09-21 Thread Andy Matthews

No, that's not quite true. ColdFusion allows you to implicitly create a
structure, and give it a new key in the same line:



Works just fine.


andy 

-Original Message-
From: Rick Sanders [mailto:c...@webenergy.ca] 
Sent: Monday, September 21, 2009 12:31 PM
To: cf-talk
Subject: RE: Custom scopes


Thanks. Makes sense I have to create the scope before assigning a var to it!

-Original Message-
From: Charlie Griefer [mailto:charlie.grie...@gmail.com]
Sent: September-21-09 1:50 PM
To: cf-talk
Subject: Re: Custom scopes


In other words, you're implicitly creating a structure called 'myscope' with
a key called 'var' (and then that structure gets put into the
local/variables scope anyways).

On Mon, Sep 21, 2009 at 9:46 AM, Alan Rother  wrote:

>
> Of course.
> However... what you have really done is create a variable called
>
> variables.myscope.var
>
>
> =]
>
> --
> Alan Rother
> Adobe Certified Advanced ColdFusion MX 7 Developer
> Manager, Phoenix Cold Fusion User Group, AZCFUG.org
>
>
> 





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326470
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Autosuggest

2009-09-21 Thread Barry Mcconaghey

Yes..I have FireFox.

How do I use FF to debug?

>Barry,
>The CFFORM is using a javascript to make it work, if your results set
>contains illegal characters in javascript, it would break your results.
>
>Do you have FireFox and Firebug? Firebug has a great set of tools for
>debugging javascript, it will show you what the error is.
>
>=]
>
>-- 
>Alan Rother
>Adobe Certified Advanced ColdFusion MX 7 Developer
>Manager, Phoenix Cold Fusion User Group, AZCFUG.org 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326469
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Custom scopes

2009-09-21 Thread Ian Skinner

Alan Rother wrote:
> As long as you have two Application.cfcs or Aplication.cfms using different
> app names the vars won't be shared between the two.
> If you are using the same codebase, but two different domain names you will
> need to recode the app vars so that they use different values.

If one is using the same code base, it is possible to dynamically assign 
the application name in the Application.cfc|
cfm file based on domain names or some other factor.  The you still have 
separate variable spaces without duplicating the code base.



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326468
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Custom scopes

2009-09-21 Thread Alan Rother

As long as you have two Application.cfcs or Aplication.cfms using different
app names the vars won't be shared between the two.
If you are using the same codebase, but two different domain names you will
need to recode the app vars so that they use different values.

something like this works well


Application.myvars["Application1"].RootPath   =
"e:\sites\App1\";
Application.myvars["Application2"].RootPath   =
"e:\sites\App2\";


=]

On Mon, Sep 21, 2009 at 11:12 AM, Rick Sanders  wrote:

>
> I have 2 forums I want to host in CF on one server and the vars are shared.
> So if I put both forums on the server, the vars will interchange between
> the
> 2 forums even if they are on different domains. So instead of going and
> changing all the names of the vars in the application scope, I would just
> assign the vars to a new scope and call them from there. Easy find/replace
> in DW that takes a minute and fixes the issue. It's cfbb.
>
> Rick
>
> -Original Message-
> From: Charlie Griefer [mailto:charlie.grie...@gmail.com]
> Sent: September-21-09 2:43 PM
> To: cf-talk
> Subject: Re: Custom scopes
>
>
> No, you don't have to create the 'scope' first.  Just saying:
>
> 
>
> will implictly create a struct called "myScope" with a key of "name".
>
> but, as Cameron points out... referring to this as a "custom scope" will
> likely lead to confusion.
>
> Might be a good idea to back up a step or two and ask why you're looking to
> do this?
>
> On Mon, Sep 21, 2009 at 10:30 AM, Rick Sanders  wrote:
>
> >
> > Thanks. Makes sense I have to create the scope before assigning a var to
> > it!
> >
> > -Original Message-
> > From: Charlie Griefer [mailto:charlie.grie...@gmail.com]
> > Sent: September-21-09 1:50 PM
> > To: cf-talk
> > Subject: Re: Custom scopes
> >
> >
> > In other words, you're implicitly creating a structure called 'myscope'
> > with
> > a key called 'var' (and then that structure gets put into the
> > local/variables scope anyways).
> >
> > On Mon, Sep 21, 2009 at 9:46 AM, Alan Rother 
> > wrote:
> >
> > >
> > > Of course.
> > > However... what you have really done is create a variable called
> > >
> > > variables.myscope.var
> > >
> > >
> > > =]
> > >
> > > --
> > > Alan Rother
> > > Adobe Certified Advanced ColdFusion MX 7 Developer
> > > Manager, Phoenix Cold Fusion User Group, AZCFUG.org
> > >
> > >
> > >
> >
> >
> >
> >
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326467
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Custom scopes

2009-09-21 Thread Rick Sanders

I have 2 forums I want to host in CF on one server and the vars are shared.
So if I put both forums on the server, the vars will interchange between the
2 forums even if they are on different domains. So instead of going and
changing all the names of the vars in the application scope, I would just
assign the vars to a new scope and call them from there. Easy find/replace
in DW that takes a minute and fixes the issue. It's cfbb.

Rick

-Original Message-
From: Charlie Griefer [mailto:charlie.grie...@gmail.com] 
Sent: September-21-09 2:43 PM
To: cf-talk
Subject: Re: Custom scopes


No, you don't have to create the 'scope' first.  Just saying:



will implictly create a struct called "myScope" with a key of "name".

but, as Cameron points out... referring to this as a "custom scope" will
likely lead to confusion.

Might be a good idea to back up a step or two and ask why you're looking to
do this?

On Mon, Sep 21, 2009 at 10:30 AM, Rick Sanders  wrote:

>
> Thanks. Makes sense I have to create the scope before assigning a var to
> it!
>
> -Original Message-
> From: Charlie Griefer [mailto:charlie.grie...@gmail.com]
> Sent: September-21-09 1:50 PM
> To: cf-talk
> Subject: Re: Custom scopes
>
>
> In other words, you're implicitly creating a structure called 'myscope'
> with
> a key called 'var' (and then that structure gets put into the
> local/variables scope anyways).
>
> On Mon, Sep 21, 2009 at 9:46 AM, Alan Rother 
> wrote:
>
> >
> > Of course.
> > However... what you have really done is create a variable called
> >
> > variables.myscope.var
> >
> >
> > =]
> >
> > --
> > Alan Rother
> > Adobe Certified Advanced ColdFusion MX 7 Developer
> > Manager, Phoenix Cold Fusion User Group, AZCFUG.org
> >
> >
> >
>
>
>
> 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326466
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Autosuggest

2009-09-21 Thread Alan Rother

Barry,
The CFFORM is using a javascript to make it work, if your results set
contains illegal characters in javascript, it would break your results.

Do you have FireFox and Firebug? Firebug has a great set of tools for
debugging javascript, it will show you what the error is.

=]

-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326465
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Autosuggest

2009-09-21 Thread Barry Mcconaghey

Thanks...there is no Javascript.

Barry

>Maybe there are Javascript-breaking signs in the names?
>
>Just my 2 cents ;-) 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326464
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Custom scopes

2009-09-21 Thread Charlie Griefer

No, you don't have to create the 'scope' first.  Just saying:



will implictly create a struct called "myScope" with a key of "name".

but, as Cameron points out... referring to this as a "custom scope" will
likely lead to confusion.

Might be a good idea to back up a step or two and ask why you're looking to
do this?

On Mon, Sep 21, 2009 at 10:30 AM, Rick Sanders  wrote:

>
> Thanks. Makes sense I have to create the scope before assigning a var to
> it!
>
> -Original Message-
> From: Charlie Griefer [mailto:charlie.grie...@gmail.com]
> Sent: September-21-09 1:50 PM
> To: cf-talk
> Subject: Re: Custom scopes
>
>
> In other words, you're implicitly creating a structure called 'myscope'
> with
> a key called 'var' (and then that structure gets put into the
> local/variables scope anyways).
>
> On Mon, Sep 21, 2009 at 9:46 AM, Alan Rother 
> wrote:
>
> >
> > Of course.
> > However... what you have really done is create a variable called
> >
> > variables.myscope.var
> >
> >
> > =]
> >
> > --
> > Alan Rother
> > Adobe Certified Advanced ColdFusion MX 7 Developer
> > Manager, Phoenix Cold Fusion User Group, AZCFUG.org
> >
> >
> >
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326463
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Custom scopes

2009-09-21 Thread Cameron Childress

Rick-

It is worth noting that you are really just creating a variable of
type struct here, not a root level "scope".

It's really just semantics, but it will make a difference when
communicating with other developers.  Calling it a "custom scope" may
confuse others.

-Cameron

On Mon, Sep 21, 2009 at 1:30 PM, Rick Sanders  wrote:
> Thanks. Makes sense I have to create the scope before assigning a var to it!

-- 
Cameron Childress
Sumo Consulting Inc
http://www.sumoc.com
---
cell:  678.637.5072
aim:   cameroncf
email: camer...@gmail.com

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326462
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF6/MySQL bit fields

2009-09-21 Thread Cameron Childress

Scott-

Are you using the ODBC bridge or JDBC?  I do suspect this is a JDBC
issue.  I seem to remember that the MySQL JDBC drivers shipped with
CFMX 6 were for an older version of MySQL then those that shipped with
CFMX8.  I suspect the way they construct the JDBC URL string may be
slightly different as well, which may be turning on some options
relating to the ASCII codes you are seeing.

I would visit the MySQL developer support site (dev.mysql.com),
download the latest drivers for the version of MySQL you are using,
and then install them on both the CF6 and CF8 boxes to make sure you
have the same thing running in both places.  There are several blog
posts out there about how to do this if you need better directions
than mine...

I am also assuming it's the same version of MySQL for both CF boxes?

-Cameron

On Mon, Sep 21, 2009 at 12:21 PM, Scott Weikert  wrote:
>
> Hey gang -
>
> In the middle of a project and have run across an oddity, and I have yet
> to find any answers - I'm under the gun here.
>
> Working on migrating our main database from MS SQL Server to MySQL. So
> far so good.
>
> Two different versions of CF running on different boxes - CF8 (works
> great) and CF6 (problem).
>
> On the CF6 box, queries to tables that work fine in CF8 have an issue -
> bit fields don't return 0 or 1 - instead they're returning the ASCII
> codes for 0 and 1.
>
> Is this an ODBC driver issue or what? I can code around it for the
> meantime but I'd like to get it back to returning the query results I'm
> used to.
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326461
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Custom scopes

2009-09-21 Thread Rick Sanders

Thanks. Makes sense I have to create the scope before assigning a var to it!

-Original Message-
From: Charlie Griefer [mailto:charlie.grie...@gmail.com] 
Sent: September-21-09 1:50 PM
To: cf-talk
Subject: Re: Custom scopes


In other words, you're implicitly creating a structure called 'myscope' with
a key called 'var' (and then that structure gets put into the
local/variables scope anyways).

On Mon, Sep 21, 2009 at 9:46 AM, Alan Rother  wrote:

>
> Of course.
> However... what you have really done is create a variable called
>
> variables.myscope.var
>
>
> =]
>
> --
> Alan Rother
> Adobe Certified Advanced ColdFusion MX 7 Developer
> Manager, Phoenix Cold Fusion User Group, AZCFUG.org
>
>
> 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326460
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Custom scopes

2009-09-21 Thread Charlie Griefer

In other words, you're implicitly creating a structure called 'myscope' with
a key called 'var' (and then that structure gets put into the
local/variables scope anyways).

On Mon, Sep 21, 2009 at 9:46 AM, Alan Rother  wrote:

>
> Of course.
> However... what you have really done is create a variable called
>
> variables.myscope.var
>
>
> =]
>
> --
> Alan Rother
> Adobe Certified Advanced ColdFusion MX 7 Developer
> Manager, Phoenix Cold Fusion User Group, AZCFUG.org
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326459
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Custom scopes

2009-09-21 Thread Gerald Guido




HTH
G!

On Mon, Sep 21, 2009 at 12:44 PM, Rick Sanders  wrote:

>
> Hey All. Quick question, can I define custom scopes for my variables in CF?
>
>
>
> Example:
>
> 
>
>
>
> I've searched the documentation and didn't see anything on it.
>
>
>
> Thanks,
>
>
>
> Rick Sanders
>
> Webenergy
>
> Canada: 902-431-7279
>
> USA:   919-799-9076
>
> Canada: www.webenergy.ca
>
> USA:   www.webenergyusa.com
>
>
>
>
>
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326458
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Custom scopes

2009-09-21 Thread Alan Rother

Of course.
However... what you have really done is create a variable called

variables.myscope.var


=]

-- 
Alan Rother
Adobe Certified Advanced ColdFusion MX 7 Developer
Manager, Phoenix Cold Fusion User Group, AZCFUG.org


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326457
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Custom scopes

2009-09-21 Thread Rick Sanders

Hey All. Quick question, can I define custom scopes for my variables in CF?

 

Example:



 

I've searched the documentation and didn't see anything on it.

 

Thanks,

 

Rick Sanders

Webenergy

Canada: 902-431-7279

USA:   919-799-9076

Canada: www.webenergy.ca

USA:   www.webenergyusa.com

 





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326456
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: white space

2009-09-21 Thread Michael Dinowitz

no

On Mon, Sep 21, 2009 at 10:32 AM, Chad Gray  wrote:
>
> Can white space in CFM pages hurt SEO?
>
>
> 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326455
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF6/MySQL bit fields

2009-09-21 Thread Scott Weikert

Hey gang -

In the middle of a project and have run across an oddity, and I have yet 
to find any answers - I'm under the gun here.

Working on migrating our main database from MS SQL Server to MySQL. So 
far so good.

Two different versions of CF running on different boxes - CF8 (works 
great) and CF6 (problem).

On the CF6 box, queries to tables that work fine in CF8 have an issue - 
bit fields don't return 0 or 1 - instead they're returning the ASCII 
codes for 0 and 1.

Is this an ODBC driver issue or what? I can code around it for the 
meantime but I'd like to get it back to returning the query results I'm 
used to.

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326454
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


white space

2009-09-21 Thread Chad Gray

Can white space in CFM pages hurt SEO?  


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326453
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Help: DSN across VPN with virtual IP

2009-09-21 Thread Mark Kruger

Kris,

No problem. Send me a note if you get it figured out. I'll be curious.

-Mark
 


Mark A. Kruger, CFG, MCSE
(402) 408-3733 ext 105
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com

-Original Message-
From: Kris Jones [mailto:kris.jon...@verizon.net] 
Sent: Sunday, September 20, 2009 1:30 PM
To: cf-talk
Subject: Re: Help: DSN across VPN with virtual IP


Mark,

Thanks for the suggestions. I had just emailed them last night about the
other 2 services, and am prepping a test file to check on reading/writing
just as you suggest. Glad to see I'm thinking down the right path on this
one. I'll also send the suggestion on the hosts file entry. Never would have
thought of it. Thanks much.

Cheers,
Kris



> I would take the time to create a test script and try to access ANY 
> file on the share (like a text file).
>
> You must use the unc path formatted correctly 
> (\\servername\sharename\path\filename.mbd).
>
> One other thing that is often forgotten is that the ODBC system in MX 
> is a separate service. CF actually interfaces with the "ColdFusion 8 
> ODBC Server"
> service and the "ColdFusion 8 ODBC Agent" service. Each of these will 
> need to be running as a registered user as well.
>
> Networking is even more tricky. I usually add a HOSTS file entry for 
> the "servername" that points to the VPN IP address (routing can be
tricky).
> Otherwise it may not be able to resolve the server name or it may 
> resolve it using some other means and give you the "real" instead of 
> the "vpn"
> address.
>
>
> Keep in mind that this VPN connection must be available to all users 
> and not just a connection dialed by a user (i.e. "logging in and 
> connecting") - it needs to be running at a lower level than the 
> desktop and stay connected.
> To
> test from the CF user context you can use cfexecute to ping the IP. If 
> it doesn't resolve that is likely your issue.
>




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326452
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Coldfusion Autosuggest

2009-09-21 Thread Sebastiaan van Dijk

Maybe there are Javascript-breaking signs in the names?

Just my 2 cents ;-)

> Hello. 
> 
> When I use this cf form below to autosuggest zip codes, it works great. 
> But when I try to autosuggest names, it does not work. 
> 
> This code works below: 
> 
>  
>  
>  
> SELECT zip 
> FROM fddirectory 
> ORDER BY zip 
>  
> 
>  
> 
> 
>  
> 
>  
> 
>  
> 
> This code does not work: 
> 
>  
> 
>  
> 
>  
> SELECT name 
> FROM fddirectory 
> ORDER BY name 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> Thanks, 
> 
> Barry 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326451
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4