Re: BlueDragon License Change

2006-01-20 Thread James Holmes
AHA! Thanks - it appears my recollection wasn't too bad after all:

"So the bottom line is if you're running a server just for your own
organization's applications, you can use the free Server edition. We
want to help CFML developers fend off the "free" alternatives like
PHP, ASP, and JSP. As we say often, "We love CFML". If you want to
take your CFML skills to a client and build an app for them, the free
Server edition helps you overcome that argument."

(http://bluedragon.blog-city.com/bluedragon_61_free_server_now_featurepacked.htm)

This is now no longer that case, as you mentioned; it also means that
this is not just a clarification of the original intent, it is a
change in intent, as you also noted.

On 1/21/06, David McCan <[EMAIL PROTECTED]> wrote:
> I called New Atlanta and asked about this.  I was told that this current 
> license change was just a 'clarification' of what was always their intent.
[snip]
--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230164
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: BlueDragon License Change

2006-01-20 Thread David McCan
I called New Atlanta and asked about this.  I was told that this current 
license change was just a 'clarification' of what was always their intent.  

New Atlanta is certainly free to change the license for BD as they wish, I 
would just prefer they said that was what they were doing.  Something like "Hey 
guys, we are changing the license, but you can still use the previous version 
according to its license if you wish."  

When we first downloaded BD I filled out a questionaire and discussed with one 
of their sales people the uses we anticipated for the free version and that was 
fine (basically internal reporting).  Now those same purposes (using them in a 
corporate environment) is not OK given the new license changes.  I am slightly 
miffed as I feel like we were encouraged to use BD, but now New Atlanta's 
intent has changed (bait and switch).  If they were up front about it, I would 
just compare BD and CF and decide which to buy, but I have a funny feeling 
about how this has played out and will probably just switch to CF or PHP.  

In addition to the wording of the license in previous versions, here are some 
other citations that I think indicate that this is a change and not a 
'clarification':  

This article mentions that you are free to deploy it for production purposes 
(although it mentions you should read the license when downloading):

http://cfdj.sys-con.com/read/42081.htm

Here is a mention of BD being free for production use in Charlie Arendt's blog:

http://bluedragon.blog-city.com/cfml_compatibility_and_why_bluedragon.htm

And here is another of Charlie's blog entries where he says it is free for your 
own organization's applications:

http://bluedragon.blog-city.com/bluedragon_61_free_server_now_featurepacked.htm

Another blog entry where it is mentioned as free for development and deployment:

http://bluedragon.blog-city.com/faq_how_much_does_bluedragon_cost.htm

Too bad.  I think the CFML world lost something here.  

David


 

> David McCan wrote:
> 
> >Someone I work with noticed a change in the wording of the BlueDragon 
> free edition license.  The license for 6.2 says "...license to 
> download, install and use BlueDragon Server on a single Server machine 
> for development, testing and deployment purposes."   The 6.2.1 license 
> says "...license to download, install and use BlueDragon Server for 
> development, testing and non-commercial deployment purposes."  Note 
> the addition of the words "non-commercial".
> >
> >Has anyone else noticed this?  I recall reading how we were able to 
> deploy BlueDragon free edition for any purpose (except for 
> redistributing it).
> >  
> >
> My understanding of the license was that "If you make money using our
> product, then we need to make money off our product also." I believe
> this has always been the intention of their License. It's just hard 
> to
> word something like that in "leagal speak". This seems fair to me
> personally.
> 
> NA has an awesome VAR program - if you intend to make money using BD. 
> It
> might be worth a look if you're deploying it for commercial purposes 
> and
> should be able to make everyone involved happy.
> 
> HTH,
> -JM
> 
> -- 
> Warm regards,
> Jordan Michaels
> Vivio Technologies
> http://www.viviotech.net/
> [EMAIL PROTECTED] 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230163
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fusebox / Google Tracking and Adsense

2006-01-20 Thread Kay Smoljak
I use both AdSense and Fusebox, but not currently on the same sites :)

On 1/21/06, Baz <[EMAIL PROTECTED]> wrote:
> I could test, but I don't use fusebox.
>
> Baz
>
> -Original Message-
> From: Josh Carrico [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 20, 2006 9:18 AM
> To: CF-Talk
> Subject: Re: Fusebox / Google Tracking and Adsense
>
> Does anyone use adsense in their applications that may be interested in beta
> testing this?
>
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230162
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Using a .jar file

2006-01-20 Thread blists
Ahhh yes, your right. I figured this out with some help from their tech 
support but you are right on the money. Now, I have another problem. I got 
this working, but now I need to listen for events to know if the ftp was 
successfull etc, ect. The only way to do this, according to their 
documentation I need to create a new object/class to do this and while I 
could figure out how to do this in Java or AS, I'm not sure how its 
possible within CFMX. Is it even possible to do something like this with 
cfscript?

For an object to listen for events published by the Sftp class the 
following steps are required:

1. Set object to implement SftpListener or extend SftpAdapter class.
2. Overload event handling methods.
3. Subscribe object to receive events published by Sftp instance.

The example below demonstrates using the SftpAdapter class.

import com.jscape.inet.sftp.*;
import com.jscape.inet.sftp.events.*;
import com.jscape.inet.ssh.util.SshParameters;

public class MySftpAdapter extends SftpAdapter {

   public void connected(SftpConnectedEvent evt) {
 System.out.println("Connected to host: " + evt.getHostname());
   }

   public void disconnected(SftpDisconnectedEvent evt) {
 System.out.println("Disconnected from host: " + evt.getHostname());
   }

   public static void main(String[] args) {
 try {
   String hostname = "ftp.host.com";
   String username = "jsmith";
   String password = "secret";

   // create connection parameters
   SshParameters sshParams = new 
SshParameters(hostname,username,password);
   Sftp sftp = new Sftp(sshParams);

   // subscribe listener to published SFTP events
   sftp.addSftpListener(new MySftpAdapter());

   // connect then disconnect
   sftp.connect();
   sftp.disconnect();

 } catch(SftpException e) {
   e.printStackTrace();
 }
   }
}




At 05:46 PM 1/20/2006, you wrote:
>class="com.jscape.inet.sftp.Sftp" name="sftp">
>class="com.jscape.inet.ssh.util.SshParameters" name="sshParams">
>
>
>
>
>On 1/21/06, blists <[EMAIL PROTECTED]> wrote:
> > The jar file is from jscape, it provides SSH/FTP.  I've copied it now, into
> > the WEB-INF\lib\ directory. The docs show an example use like this:
> >
> > import com.jscape.inet.ssh.util.*;
> > import com.jscape.inet.sftp.*;
> >
> > // create a new SshParameters instance with authentication info
> > SshParameters sshParams(hostanme,username,password);
> >
> > // create a new Sftp instance
> > Sftp sftp = new Sftp(sshParams);
> >
> > // establish a connection
> > sftp.connect();
>
>--
>CFAJAX docs and other useful articles:
>http://jr-holmes.coldfusionjournal.com/
>
>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230161
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Using a .jar file

2006-01-20 Thread James Holmes






On 1/21/06, blists <[EMAIL PROTECTED]> wrote:
> The jar file is from jscape, it provides SSH/FTP.  I've copied it now, into
> the WEB-INF\lib\ directory. The docs show an example use like this:
>
> import com.jscape.inet.ssh.util.*;
> import com.jscape.inet.sftp.*;
>
> // create a new SshParameters instance with authentication info
> SshParameters sshParams(hostanme,username,password);
>
> // create a new Sftp instance
> Sftp sftp = new Sftp(sshParams);
>
> // establish a connection
> sftp.connect();

--
CFAJAX docs and other useful articles:
http://jr-holmes.coldfusionjournal.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230160
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 6 hours

2006-01-20 Thread Bobby Hartsfield
Yeah. You could popup a window and pass the value of the select box in the
url like...



In the popup window you'll have #url.var# to play with. 

Then, with JS, you reference the 'parent' window's elements and fields like
window.opener.whatever_you_are_looking_for. 

Say you wanted to put something from the popup window into a field called
'myfield' in the main window.

window.opener.document.forms[0].myfield.value='something from the popup
window'

Then just window.close() the popup


..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 
-Original Message-
From: Gordon Cantor [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 20, 2006 5:36 PM
To: CF-Talk
Subject: RE: CF-Talk: Digest every 6 hours

I wish to link to another CF page in a separate window to perform a select
box lookup...then upon select box form submittal...close that window and
send the value back to the original cf page.

Any ideas on how to do that? On click event javascript code within the
select box?

Regards,
 
Gordon 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.14.21/235 - Release Date: 1/19/2006
 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230159
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-20 Thread Ian Skinner

who's your host?


I've also never had any trouble with my shared hosts setting up a scheduled 
task for me, just for the asking with a polite e-mail.  So, have you asked to 
make sure you do not have the ability to use scheduled tasks?


--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230158
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Using a .jar file

2006-01-20 Thread blists
The jar file is from jscape, it provides SSH/FTP.  I've copied it now, into 
the WEB-INF\lib\ directory. The docs show an example use like this:

import com.jscape.inet.ssh.util.*;
import com.jscape.inet.sftp.*;

// create a new SshParameters instance with authentication info
SshParameters sshParams(hostanme,username,password);

// create a new Sftp instance
Sftp sftp = new Sftp(sshParams);

// establish a connection
sftp.connect();

How would this translate to using CFOBJECT in CFMX?

Brookd


At 02:33 PM 1/20/2006, you wrote:
>Not exactly sure... but maybe copy it into cfusionmx\wwwroot\lib?
>
> > -Original Message-
> > From: blists [mailto:[EMAIL PROTECTED]
> > Sent: Friday, January 20, 2006 5:27 PM
> > To: CF-Talk
> > Subject: Using a .jar file
> >
> > I have a .jar file that I want to use with CFMX 6.1. I copied it into the
> > cfusionmx\lib directory and restart the service and try:
> >
> > 
> >
> > And I get an error that the class can not be found. What did I miss?
> >
> > Brookd
> >
> >
> >
> >
>
>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230157
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF-Talk: Digest every 6 hours

2006-01-20 Thread Gordon Cantor
I wish to link to another CF page in a separate window to perform a select
box lookup...then upon select box form submittal...close that window and
send the value back to the original cf page.

Any ideas on how to do that? On click event javascript code within the
select box?

Regards,
 
Gordon 
 
 
-Original Message-
From: CF-Talk [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 19, 2006 12:06 PM
To: CF-Talk
Subject: CF-Talk: Digest every 6 hours

CF-Talk  19-Jan-06 Issue:3274
In this issue:
 [OT] negate a regex
 Alternatives to AbleAuction Builder
 cfstoredproc and cache
 cfstoredproc and cache
 cfstoredproc and cache
 cfstoredproc and cache
 CSS Newsgroup? (OT)
 CSS Newsgroup? (OT)
 Dual Xeon 3.06 GHz - 120 GB IDE HD - 2 GB RAM
 Dual Xeon 3.06 GHz - 120 GB IDE HD - 2 GB RAM
 Getting CFHTTP to REALLY act like a form submission
 Getting CFHTTP to REALLY act like a form submission
 Getting CFHTTP to REALLY act like a form submission
 Getting CFHTTP to REALLY act like a form submission
 Test for Jennifer
 Test for Jennifer
 Test for Jennifer
 Test for Jennifer
 Test for Jennifer
 upgrading cfmx 6.1 pro to enterprise...
 upgrading cfmx 6.1 pro to enterprise...
 upgrading cfmx 6.1 pro to enterprise...
 upgrading cfmx 6.1 pro to enterprise...
 upgrading cfmx 6.1 pro to enterprise...
 XSS through frames?
 XSS through frames?



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230156
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Using a .jar file

2006-01-20 Thread Russ
Not exactly sure... but maybe copy it into cfusionmx\wwwroot\lib?  

> -Original Message-
> From: blists [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 20, 2006 5:27 PM
> To: CF-Talk
> Subject: Using a .jar file
> 
> I have a .jar file that I want to use with CFMX 6.1. I copied it into the
> cfusionmx\lib directory and restart the service and try:
> 
> 
> 
> And I get an error that the class can not be found. What did I miss?
> 
> Brookd
> 
> 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230155
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Using a .jar file

2006-01-20 Thread Tyler Fitch
You'll probably want the fully qualified path to the class name.

Something like com.thedomain.sftp instead of just sftp.

But without knowing what your .jar contains we can't be more specific.

HTH,

t


On 1/20/06, blists <[EMAIL PROTECTED]> wrote:
>
> I have a .jar file that I want to use with CFMX 6.1. I copied it into the
> cfusionmx\lib directory and restart the service and try:
>
> 
>
> And I get an error that the class can not be found. What did I miss?
>
> Brookd
>
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230154
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Using a .jar file

2006-01-20 Thread blists
I have a .jar file that I want to use with CFMX 6.1. I copied it into the 
cfusionmx\lib directory and restart the service and try:



And I get an error that the class can not be found. What did I miss?

Brookd



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230153
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Monitoring JRun Memory Usage

2006-01-20 Thread Brad Wood
Is there any way to get processor usage on the web server.  I guess what
I really want is a visual performance monitor for more than one server
at a time (kind of like MS SQL server monitor) to keep track of our
production web servers.  The problem is we run Red hat Enterprise 3.
Our techs won't install any gui like xwindows, and I can't find any
program that can simultaneously monitor cpu load on several Linux
servers in some sort of constantly updating graph.  
For our SQL servers, we actually have a projector down in the
programming area which constantly projects the SQL server monitor on the
wall.  Kind of cool-- just wish we could get that for the web servers.

Any ideas?

~Brad

-Original Message-
From: gabriel l smallman [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 20, 2006 3:37 PM
To: CF-Talk
Subject: RE: Monitoring JRun Memory Usage







~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230152
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Genreting component documentatiton

2006-01-20 Thread Barney Boisvert
If you don't like doing it that way (it requires CFIDE access, and an
RDS/admin password), you can use cfcdoc (by Spike - tweaked by me:
http://www.spike.org.uk/projects/cfcdoc/), which parses the CFC files
directly off the file system.  Cfcdoc also has the advantage of not
requiring instantiating a CFC instance to extract the metadata (how
the cfcexplorer works), which can have some undesirable side effects
if you're using the psuedoconstructor.

cheers,
barneyb

On 1/20/06, Russ <[EMAIL PROTECTED]> wrote:
> Yea... just hit them up in the browser.  CF lets you view the docs for them
> through some kind of script in CFIDE.  It will use your hints, etc to
> generate the documentation.
>
> Russ
>
> > -Original Message-
> > From: Oleg Gunkin [mailto:[EMAIL PROTECTED]
> > Sent: Friday, January 20, 2006 4:47 PM
> > To: CF-Talk
> > Subject: Genreting component documentatiton
> >
> > Is there a way to generate api documentation for coldfusion components in
> > a way similar to java's javadoc?
> >
> > --
> > Oleg Gunkin
> > Email: [EMAIL PROTECTED]
> > Phone: (604) 666-9392
> > Emerging Technologies / Pacific Web Services
> > Information Technology Services
> > Public Works and Government Services Canada (Pacific)
> >
> >
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230151
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-20 Thread Bobby Hartsfield
I've used the same method plenty of times in the past. Example: My message
board has a verification process to activate new accounts. Users have
(default) 24 hours after registering to activate the account via a link sent
to their email address. If it is not verified, it gets removed.

Rather than setup schedules for it (since not everyone can use cfschedules)
the house-cleaning script is triggered every time someone logs in or
registers. 

It works great and keeps the temp tables cleaned out.

Just decide where the best place to trigger the process is and go with it.
It would keep you from worrying about schedules and whether or not you had
access to them ever again. It makes users useful ;-)

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 20, 2006 4:36 PM
To: CF-Talk
Subject: Re: scheduling without a scheduler

If the site is being hit on a regular basis you can have one of those 
processes call the maintenance tasks on a regular basis. I just wrote an RSS

CFC for someone which will add new items to the RSS once per hour or when 
someone hits the script, which-ever is longer. This means that if the script

is hit once a minute, it'll only add a new item every hour. If it's hit once

a day, it'll only add something once a day. The same idea would work for a 
maintenance task where you set a variable to memory for the last time it was

run and every hit to the site, you just compare the current time to the 
stored time and if it's a specific difference (1 day for example), then run 
the maintenance.
Of course, this is kind of silly for some sites and is more of a cute idea 
than anything really optimal. You can also have another site calling the 
maintenance task on a schedule.

> Probably a daft question, but here goes.
>
> I want to get a site off my own server where I do have access to Cf Admin
> and onto a cheapo shared server where I won't have Cf-admin, or scheduler
> for that matter.
>
> I've got a bunch of maintenance tasks I'm currently running on the
> scheduler.  Does anyone have any ideas for a work around?
>
> Thanks, Jenny
>
> p.s. if you dont see this message let me know ;)
>
>
>
>
> 



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230150
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-20 Thread Rick Faircloth
Sorry, but I didn't see it... :o)

Rick

> 
> Thanks, Jenny
> 
> p.s. if you dont see this message let me know ;)



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230149
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Genreting component documentatiton

2006-01-20 Thread Russ
Yea... just hit them up in the browser.  CF lets you view the docs for them
through some kind of script in CFIDE.  It will use your hints, etc to
generate the documentation.  

Russ

> -Original Message-
> From: Oleg Gunkin [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 20, 2006 4:47 PM
> To: CF-Talk
> Subject: Genreting component documentatiton
> 
> Is there a way to generate api documentation for coldfusion components in
> a way similar to java's javadoc?
> 
> --
> Oleg Gunkin
> Email: [EMAIL PROTECTED]
> Phone: (604) 666-9392
> Emerging Technologies / Pacific Web Services
> Information Technology Services
> Public Works and Government Services Canada (Pacific)
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230148
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: scheduling without a scheduler

2006-01-20 Thread Ray Champagne
yea, but even some cheapo ones let you do it from some homegrown app 
that they have written.

Michael Dinowitz wrote:
> I assume she means that she's using CFSCHEDULE on her own box but the cheapo 
> hosting will not give her access to it. 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230147
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: scheduling without a scheduler

2006-01-20 Thread Michael Dinowitz
I assume she means that she's using CFSCHEDULE on her own box but the cheapo 
hosting will not give her access to it. 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230146
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Genreting component documentatiton

2006-01-20 Thread Oleg Gunkin
Is there a way to generate api documentation for coldfusion components in a way 
similar to java's javadoc?

--
Oleg Gunkin
Email: [EMAIL PROTECTED]
Phone: (604) 666-9392
Emerging Technologies / Pacific Web Services
Information Technology Services
Public Works and Government Services Canada (Pacific)

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230145
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: scheduling without a scheduler

2006-01-20 Thread Russ Michaels
So are you saying your planned host has cfschedule disabled so that you 
cannot setup scheduled tasks.
In which case your stuffed.
The only thing you can do is have some code within you site that executes 
everytime someone visits (in the application.cfm), which will run it's own 
timer and run your scheduled task that way.
I.E.
store tha last time it ran in an application or server variable, and use 
Datediff() to see if the desired time has passed, is so, run it again.

Russ

-Original Message-
From: "Jennifer Gavin-Wear" <[EMAIL PROTECTED]>
To: CF-Talk 
Date: Fri, 20 Jan 2006 21:27:30 -
Subject: scheduling without a scheduler

> Probably a daft question, but here goes.
> 
> I want to get a site off my own server where I do have access to Cf
> Admin
> and onto a cheapo shared server where I won't have Cf-admin, or
> scheduler
> for that matter.
> 
> I've got a bunch of maintenance tasks I'm currently running on the
> scheduler.  Does anyone have any ideas for a work around?
> 
> Thanks, Jenny
> 
> p.s. if you dont see this message let me know ;)
> 
> 
> 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230144
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: scheduling without a scheduler

2006-01-20 Thread Ray Champagne
cfschedule is your other option, but many hosts disable this tag.  also, 
some hosts will give you a control panel-type interface where you can 
schedule tasks, sort of like the cf admin, just more secure in a shared 
environment.

who's your host?

Jennifer Gavin-Wear wrote:
> Probably a daft question, but here goes.
> 
> I want to get a site off my own server where I do have access to Cf Admin
> and onto a cheapo shared server where I won't have Cf-admin, or scheduler
> for that matter.
> 
> I've got a bunch of maintenance tasks I'm currently running on the
> scheduler.  Does anyone have any ideas for a work around?
> 
> Thanks, Jenny
> 
> p.s. if you dont see this message let me know ;)
> 
> 
> 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230143
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Monitoring JRun Memory Usage

2006-01-20 Thread gabriel l smallman






Free Allocated Memory: #Round(freeMemory)#mb
Total Memory Allocated: #Round(totalMemory)#mb
Max Memory Available to JVM: #Round(maxMemory)#mb


>From these numbers we can also determine the percent of free allocated
memory available, and also the percent of avalaible memory allocated




% of Free Allocated Memory: #percentFreeAllocated#%
% of Available Memory Allocated: #percentAllocated#%
 

-Original Message-
From: Robert Everland III [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 20, 2006 12:01 PM
To: CF-Talk
Subject: Re: Monitoring JRun Memory Usage

I'm sure if you look through the java docs there will be something in there
to get the memory size. Though size of memory doesn't necesarily mean bad
server.



Bob


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230142
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: scheduling without a scheduler

2006-01-20 Thread Michael Dinowitz
If the site is being hit on a regular basis you can have one of those 
processes call the maintenance tasks on a regular basis. I just wrote an RSS 
CFC for someone which will add new items to the RSS once per hour or when 
someone hits the script, which-ever is longer. This means that if the script 
is hit once a minute, it'll only add a new item every hour. If it's hit once 
a day, it'll only add something once a day. The same idea would work for a 
maintenance task where you set a variable to memory for the last time it was 
run and every hit to the site, you just compare the current time to the 
stored time and if it's a specific difference (1 day for example), then run 
the maintenance.
Of course, this is kind of silly for some sites and is more of a cute idea 
than anything really optimal. You can also have another site calling the 
maintenance task on a schedule.

> Probably a daft question, but here goes.
>
> I want to get a site off my own server where I do have access to Cf Admin
> and onto a cheapo shared server where I won't have Cf-admin, or scheduler
> for that matter.
>
> I've got a bunch of maintenance tasks I'm currently running on the
> scheduler.  Does anyone have any ideas for a work around?
>
> Thanks, Jenny
>
> p.s. if you dont see this message let me know ;)
>
>
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230141
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: scheduling without a scheduler

2006-01-20 Thread Bryan Stevenson
CFSCHEDULE...read the docs and then say "DOH! now that's the tag I'm after" ;-)

Be forewarned that some ISPs do not allow you to setup sched. tasksso be 
sure to check before making the leap

Hope that helps

Happy Friday

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230140
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-20 Thread Munson, Jacob
> I want to get a site off my own server where I do have access 
> to Cf Admin
> and onto a cheapo shared server where I won't have Cf-admin, 
> or scheduler
> for that matter.

You could try the cfschedule tag, a programmatic way to schedule stuff.
 
> p.s. if you dont see this message let me know ;)

And yes, I got your message.  ;)


--


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230139
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


scheduling without a scheduler

2006-01-20 Thread Jennifer Gavin-Wear
Probably a daft question, but here goes.

I want to get a site off my own server where I do have access to Cf Admin
and onto a cheapo shared server where I won't have Cf-admin, or scheduler
for that matter.

I've got a bunch of maintenance tasks I'm currently running on the
scheduler.  Does anyone have any ideas for a work around?

Thanks, Jenny

p.s. if you dont see this message let me know ;)




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230138
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: missing posts???

2006-01-20 Thread Jennifer Gavin-Wear
Sorry Ken, been up to my eyeballs and only just now catching up with the
list.

Jenny


-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 16:25
To: CF-Talk
Subject: Re: missing posts???


sssh, don't throw me under the bus like that before I've succeeded!

I guess that either she never sent it or I never got it. Thinking back
on it, it was an odd, "tell me if can't see this" type of test. Oh well,
I seem doomed to miss out any potential nuggets of genious she may throw
out from time to time (along with those from an unknown number of
others). The problem does not seem, as I compare my email to the cf-talk
website, to be of great frequency. I'm not seeing any other posts that
were missed.

--Ferg

Munson, Jacob wrote:

>Oh, I see what's going on.  He just wants to lure her into a private
>corner, and then make his move!  ;)
>
>On a serious note, I have gotten Jennifer's emails through the list, if
>that helps your troubleshooting.
>
>
>
>>-Original Message-
>>From: Ken Ferguson
>>Sent: Thursday, January 19, 2006 12:55 PM
>>
>>Jennifer, could you send me an email directly, off-list, just
>>to test?
>>I'm not sure how many people I'm missing, but you're the one I've
>>noticed for sure. I'm wondering since I'm not getting any of your
>>cf-talk posts if I'll get mail sent outside of the list.
>>
>>
>
>
>[INFO] -- Access Manager:
>This transmission may contain information that is privileged, confidential
and/or exempt from disclosure under applicable law.  If you are not the
intended recipient, you are hereby notified that any disclosure, copying,
distribution, or use of the information contained herein (including any
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission
in error, please immediately contact the sender and destroy the material in
its entirety, whether in electronic or hard copy format.  Thank you.   A2
>
>
>
>



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230137
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: missing posts???

2006-01-20 Thread Jennifer Gavin-Wear
well I'm glad someone gets them ! :-D

-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED]
Sent: 19 January 2006 20:40
To: CF-Talk
Subject: RE: missing posts???


Oh, I see what's going on.  He just wants to lure her into a private
corner, and then make his move!  ;)

On a serious note, I have gotten Jennifer's emails through the list, if
that helps your troubleshooting.




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230136
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: missing posts???

2006-01-20 Thread Jennifer Gavin-Wear
Hi Ken,

Have also sent this off list ... let me know how it goes.

Jenny


-Original Message-
From: Ken Ferguson [mailto:[EMAIL PROTECTED]
Sent: 19 January 2006 19:55
To: CF-Talk
Subject: Re: missing posts???


Jennifer, could you send me an email directly, off-list, just to test?
I'm not sure how many people I'm missing, but you're the one I've
noticed for sure. I'm wondering since I'm not getting any of your
cf-talk posts if I'll get mail sent outside of the list.

--Ferg




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230135
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: IIS Authentication

2006-01-20 Thread Justin D. Scott
> cgi.Auth_User will be populated with the username

I had seen that listed in the debugging output, but it was always blank.
Turns out there was an error in our IIS setup that was causing the
authentication to not work properly.  I also see now that if it's
authenticating against a domain, it also includes the domain in the variable
as well.  Thanks for the info!


-Justin


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230134
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Dual Xeon 3.06 GHz - 120 GB IDE HD - 2 GB RAM

2006-01-20 Thread Damien McKenna
> -Original Message-
> From: Russ [mailto:[EMAIL PROTECTED] 
> 
> The hd is an obvious bottleneck.

If you really want to boost I/O, look into some of the good Opteron
systems that use the nForce Professional chipsets, they have much better
I/O than the comparable Intel x86 systems.  Couple the good I/O with a
PCI-X SCSI card and you'll be screaming.  Just don't use any of the
built-in Windows RAID abilities, they suck for performance.

Also, you don't say how much load the server would be under.  How many
concurrent sessions would you expect to receive?  Also, is your data
mostly static or mostly dynamic?

-- 
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
#include 


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230133
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFFTP: Connection Closed

2006-01-20 Thread Steven Erat
On 1/20/06, Jeff Chastain <[EMAIL PROTECTED]> wrote:
>
> This is my first time working with CFFTP, so pardon if this is an obvious
> question.  I have basically copied the code from the livedocs for CFFTP
> which sets up a new connection and attempts to display a directory contents
> listing.  The problem I am running into is that when I attempt to make the
> subsequent "getcurrentdir" request, I am getting an exception that the
> "connection was closed without indication".  Is this something wrong with my
> code or some issue with the FTP server?
>
> 
>
> username=""
>password=""
>server=""
>action="open"
>stopOnError="yes" />
>
>  stoponerror="yes" />
>
> 
> FTP directory listing of #cfftp.returnvalue#.
> 




Try using:




--
Steven Erat
http://www.talkingtree.com/blog/
--


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230132
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Wanna help test a GoogleTalk gateway?

2006-01-20 Thread Baz
Hi,

If anyone has google talk installed on their machine and can spare a moment
to help test a gateway, please try this:

1. Add the user: groupchat
2. Type this command: /join coldfusion
3. Type any message

Thanks,
Baz





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230131
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: IIS Authentication

2006-01-20 Thread Burns, John D
Cgi.auth_user ? 


John Burns
Certified Advanced ColdFusion MX Developer
Wyle Laboratories, Inc. | Web Developer
 

-Original Message-
From: Justin D. Scott [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 20, 2006 2:45 PM
To: CF-Talk
Subject: IIS Authentication

I'm wondering if there is a way in ColdFusion 4.5 (or CFMX7) to
determine if the user has been authenticated by IIS or not, and if so,
what the username is that they are logged in with?


-Justin Scott




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230130
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: IIS Authentication

2006-01-20 Thread Michael T. Tangorre
> From: Justin D. Scott [mailto:[EMAIL PROTECTED] 
> I'm wondering if there is a way in ColdFusion 4.5 (or CFMX7) 
> to determine if the user has been authenticated by IIS or 
> not, and if so, what the username is that they are logged in with?

cgi.auth_user




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230129
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: IIS Authentication

2006-01-20 Thread Ian Skinner
I'm wondering if there is a way in ColdFusion 4.5 (or CFMX7) to determine if 
the user has been authenticated by IIS or not, and if so, what the username is 
that they are logged in with?


-Justin Scott

Nothing to do with ColdFusion, but ColdFusion does make it very easy to get.  

For this to work, one has to set the security of the resource (website, 
directory, file) in IIS to use "Windows Integrated Authentication" and equally 
importantly to NOT use "anonymous."  Then when that resource is accessed the 
cgi.Auth_User will be populated with the username of the person logged onto the 
client.

This, of course, assumes a Windows Server, a Windows Client and a Microsoft 
based browser if one does not want any extra login dialog boxes.



--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

-
| 1 |   |
-  Binary Soduko
|   |   |
-
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230128
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


IIS Authentication

2006-01-20 Thread Justin D. Scott
I'm wondering if there is a way in ColdFusion 4.5 (or CFMX7) to determine if
the user has been authenticated by IIS or not, and if so, what the username
is that they are logged in with?


-Justin Scott


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230127
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SQL Update

2006-01-20 Thread Aaron Roberson
Thanks!!!

On 1/20/06, Cornillon, Matthieu (Consultant)
<[EMAIL PROTECTED]> wrote:
> Aaron,
>
> I Googled "MySQL concatenation operator" and eventually came to the
> CONCAT function, pasted below.  I think searching for
> "DB_SOFTWARE concatenation operator" should help others find their
> db-specific answers as well.
>
> HTH,
> Matthieu
>
> CONCAT(str1,str2,...)
>
> Returns the string that results from concatenating the arguments. May
> have one or more arguments. If all arguments are non-binary strings, the
> result is a non-binary string. If the arguments include any binary
> strings, the result is a binary string. A numeric argument is converted
> to its equivalent binary string form; if you want to avoid that, you can
> use an explicit type cast, as in this example:
>
> SELECT CONCAT(CAST(int_col AS CHAR), char_col);
>
> CONCAT() returns NULL if any argument is NULL.
>
> mysql> SELECT CONCAT('My', 'S', 'QL');
> -> 'MySQL'
> mysql> SELECT CONCAT('My', NULL, 'QL');
> -> NULL
> mysql> SELECT CONCAT(14.3);
> -> '14.3'
>
> From some MySQL online manual:
> http://dev.mysql.com/doc/refman/5.0/en/string-functions.html
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230126
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Monitoring JRun Memory Usage

2006-01-20 Thread Jon Gunnip
Rick,

We measure memory on our Windows 2000 server in two ways:

1) logging jrun metrics each minute though jrun.xml:

Set metricsEnabled to "true" in jrun.xml and use the following
metricsFormat to get a wealth of interesting statistics including
total and free memory (works for CF7):
Threads (total/busy/listen/idle):
{totalTh}/{busyTh}/{listenTh}/{idleTh}; Sessions (active/inMem):
{sessions}/{sessionsInMem}; Memory (total/free):
{totalMemory}/{freeMemory}; Requests (handled/delay/dropped):
{handledRq}/{delayRq}/{droppedRq}; Service (handledMS/delayMS):
{handledMs}/{delayMs}; Bytes (in/out):
{bytesIn}/{bytesOut}

We then use a Windows scheduled task to run a small java parsing app
that parses the coldfusion-event.log for high threshholds of memory,
threads, or sessions.  If threshholds are exceeded, we get an email
with the details.

2) Windows performance montoring for CF-agnostic monitoring each minute:

We use the Windows performance monitor to record JRUN, IIS, and server
processor and memory usage to a CSV file each minute.  This is useful
for investigating a poorly running machine or retracing why the server
crashed.

Jon

On 1/20/06, Rick Root <[EMAIL PROTECTED]> wrote:
> I'm running CFMX7.0.1 Enterprise on Windows Server 2003.
>
> I'd like to monitor - and log - JRun memory usage.  coldfusion died on
> us this morning for some reason - I can't find any indication of what
> caused the error other than the time it occurred (9:16am) when an
> OutOfMemory error occurred.
>
> I thought it would be useful to monitor memory usage every minute or so
> and record it to a log... timestamp,memory
>
> Anyone got any ideas of the simplest way to do this?  I do have Perl
> installed on the server so that might be an option.
>
> Rick
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230125
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SQL Update

2006-01-20 Thread Cornillon, Matthieu \(Consultant\)
Aaron,

I Googled "MySQL concatenation operator" and eventually came to the
CONCAT function, pasted below.  I think searching for 
"DB_SOFTWARE concatenation operator" should help others find their
db-specific answers as well.

HTH,
Matthieu

CONCAT(str1,str2,...) 

Returns the string that results from concatenating the arguments. May
have one or more arguments. If all arguments are non-binary strings, the
result is a non-binary string. If the arguments include any binary
strings, the result is a binary string. A numeric argument is converted
to its equivalent binary string form; if you want to avoid that, you can
use an explicit type cast, as in this example: 

SELECT CONCAT(CAST(int_col AS CHAR), char_col);

CONCAT() returns NULL if any argument is NULL. 

mysql> SELECT CONCAT('My', 'S', 'QL');
-> 'MySQL'
mysql> SELECT CONCAT('My', NULL, 'QL');
-> NULL
mysql> SELECT CONCAT(14.3);
-> '14.3'

>From some MySQL online manual:
http://dev.mysql.com/doc/refman/5.0/en/string-functions.html

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230124
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFEclipse and Snippets question

2006-01-20 Thread Larry Lyons
Thanks Mark,

I'll give it a shot. As for importing Homesite Snippets, there might be a work 
around. Massimo Foti had developed a dreamweaver extention for importing HS and 
CFStudio snippets into dreamweaver. So I guess you could import your HS 
snippets then use the steps you mentioneds.

regards,
larry

>This is in fact possible.
>
>you have to do the following:
>1) copy your snippets from dreamweaver (root>\Configuration\Snippets)
>2) go to your workspace (the one you open with eclipse) mine is:
>D:\Applications\eclipse_3.1.1\workspace\.metadata\.plugins\com.rohanclan.cfml\snippets
>3) dreamweaver snippets are stored as .csn files, rename them as .xml files
>4) refresh your snippets in cfeclipse.
>
>
>This isnt possible with Homesite ones as I am pretty sure they are in
>a different format
>
>hope that helps
>
>Regards
>
>Mark Drew
>
>On 20/01/06, Larry Lyons <[EMAIL PROTECTED]> wrote:
>>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230123
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Print to a printer

2006-01-20 Thread Matt Robertson
Matt Robertson wrote:

>type  \\server\printer_share
>
Correction.  The code is

type [file] > \\server\printer_share

You have to redirect the output from the screen to the printer using the 
redirection char


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230122
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SQL Update

2006-01-20 Thread Aaron Roberson
I often come across this same thing, but I am using MySQL. Does anyone
know how to append a string to a field in MySQL?

Thanks,
Aaron

On 1/20/06, Ken Ferguson <[EMAIL PROTECTED]> wrote:
> In that case, I believe it should work as you posted it.
>
> --Ferg
>
> Ken wrote:
>
> >MS SQL Server 2000... Sorry i should have mentioned before.
> >
> >
> >On 1/20/06, Ken Ferguson <[EMAIL PROTECTED]> wrote:
> >
> >
> >>What database are you using?
> >>
> >>--Ferg
> >>
> >>Ken wrote:
> >>
> >>
> >>
> >>>Hi. This may be a little elementary, but here it is:
> >>>
> >>>I want to update a database field so that all values in it are appended
> >>>
> >>>
> >>with
> >>
> >>
> >>>a given string. Something like this:
> >>>
> >>>UPDATE db_names
> >>>SET db_names.lastName = db_names.lastName + 'Customer'
> >>>
> >>>I know the above query is wrong. Can someone tell me how to do it?
> >>>
> >>>Thanks,
> >>>Ken
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>
> >
> >
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230121
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Print to a printer

2006-01-20 Thread Matt Robertson
Munson, Jacob wrote:

>Then you can print to lpt3:
>Copy  lpt3
>  
>
On WinDOS if you use "type" instead of "copy" it will run much faster, 
or at least it does when you are doing this to send a .ps file to a 
Postscript printer.  Also, you can send the file directly to the network 
address,  so

type  \\server\printer_share

will work fine.  I use this from within a batch file, personally.  The 
workstation running the batch file will have to be logged in as a user 
who has permission to access the printer share.

--
--Matt Robertson--
Janitor, MSB Web Systems
http://mysecretbase.com


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230120
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Monitoring JRun Memory Usage

2006-01-20 Thread Robert Everland III
I'm sure if you look through the java docs there will be something in there to 
get the memory size. Though size of memory doesn't necesarily mean bad server.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230119
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Monitoring JRun Memory Usage

2006-01-20 Thread Snake
U might want to have a look at fusion reactor.

Russ 

-Original Message-
From: Rick Root [mailto:[EMAIL PROTECTED] 
Sent: 20 January 2006 15:00
To: CF-Talk
Subject: Monitoring JRun Memory Usage

I'm running CFMX7.0.1 Enterprise on Windows Server 2003.

I'd like to monitor - and log - JRun memory usage.  coldfusion died on us
this morning for some reason - I can't find any indication of what caused
the error other than the time it occurred (9:16am) when an OutOfMemory error
occurred.

I thought it would be useful to monitor memory usage every minute or so and
record it to a log... timestamp,memory

Anyone got any ideas of the simplest way to do this?  I do have Perl
installed on the server so that might be an option.

Rick



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230118
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFEclipse and Snippets question

2006-01-20 Thread Mark Drew
This is in fact possible.

you have to do the following:
1) copy your snippets from dreamweaver (\Configuration\Snippets)
2) go to your workspace (the one you open with eclipse) mine is:
D:\Applications\eclipse_3.1.1\workspace\.metadata\.plugins\com.rohanclan.cfml\snippets
3) dreamweaver snippets are stored as .csn files, rename them as .xml files
4) refresh your snippets in cfeclipse.


This isnt possible with Homesite ones as I am pretty sure they are in
a different format

hope that helps

Regards

Mark Drew

On 20/01/06, Larry Lyons <[EMAIL PROTECTED]> wrote:
> Greetings all,
>
> I'm just starting on CFEclipse. Anyhow I noticed that there's been some 
> mention that you can import your snippets from dreamweaver into eclipse. But 
> I have not been able to find any instructions or examples on how to do such.
>
> Does anyone know of any step by step instructions to do the snippets import?
>
> thx,
> larry
>
> --
> Larry C. Lyons
> Web Analyst
> BEI Resources
> American Type Culture Collection
> email: llyons(at)atcc(dot)org
> tel: 703.365.2700.2678
> --
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230117
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SQL Update

2006-01-20 Thread Ken Ferguson
In that case, I believe it should work as you posted it.

--Ferg

Ken wrote:

>MS SQL Server 2000... Sorry i should have mentioned before.
>
>
>On 1/20/06, Ken Ferguson <[EMAIL PROTECTED]> wrote:
>  
>
>>What database are you using?
>>
>>--Ferg
>>
>>Ken wrote:
>>
>>
>>
>>>Hi. This may be a little elementary, but here it is:
>>>
>>>I want to update a database field so that all values in it are appended
>>>  
>>>
>>with
>>
>>
>>>a given string. Something like this:
>>>
>>>UPDATE db_names
>>>SET db_names.lastName = db_names.lastName + 'Customer'
>>>
>>>I know the above query is wrong. Can someone tell me how to do it?
>>>
>>>Thanks,
>>>Ken
>>>
>>>
>>>
>>>  
>>>
>>
>>
>
>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230116
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: cfstoredproc and cache

2006-01-20 Thread Peterson, Andrew S.
Yes, this seems to work great:


EXEC getData #TRIM(arguments.crit)#
 


Thanks!

Sincerely,
 
Andrew


-Original Message-
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 19, 2006 10:45 AM
To: CF-Talk
Subject: RE: cfstoredproc and cache

You can put the results into the session/application scope and manage it
yourself or call the stored procedure using cfquery tags and make use of
the cache attributes of the cfquery tag.

Mike 

> From: Peterson, Andrew S. [mailto:[EMAIL PROTECTED]
> Is there a way to cache the results of a stored procedure in or around

> the cfstoredproc tag?





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230115
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: HomeSite+ 5.5 and access violations

2006-01-20 Thread powell
It looks like this problem stems from not having write-privs to the HomeSite+ 
folder in Program Files.  Once I had write access (so that I could try turning 
off tag completion as someone had suggested doing), the problem went away (even 
before I had a chance to give that idea a try).  Hopefully it will stay fixed.
Thanks for the ideas, they were a big help,
-reed


> Thought I was losing it, but this seems reproducible.  I don't find 
> any mentions in the archives, or anywhere via Google, so here goes:
> 
> Anytime I start typeing a CFIF block where there is a function call 
> whose argument is in quotes, I get an error "Access Violation at 
> address 00403A33 in module "Homesite+.exe" at address " as 
> soon as I try to space past the closing double-quote in the argument, 
> but only when it is typed on the same line.  
> 
> Example (I'm using len() for the function, but it doesn't matter what 
> the function is):
> 
>  works
>  works
>  "a"
> 
> But this works, ugly as it is:
>  IS
> B>
> 
> Note that in that last example, I can get the error when I hit the 
> space after the "a", and also after typing IS
> 
> I did more checking, and it's not really a function of being in the 
> middle of entering a CFIF block.  The same thing happens, for instance, 
> if I'm in the middle of trying to type
> 
> 
> This all happens whether I am typing the text in from scratch, or 
> editing existing text.  Sure looks to me like it's falling apart 
> trying to parse the structure of the statement I'm in the process of 
> typing, but I've not run into this one before.
> 
> Thanks everyone,
> -reed
> 
> 
> Any ideas out there?  I don't see any fixes out there from MM.  I just 
> installed this copy of HomeSite+ a couple a week or two on this PC 
> (Windows XP-PRO), using the version that was on the Dreamweaver MX2004 
> Devnet CD).  It was installed under the admin account on this PC, 
> since at this site I don't run with admin privs.

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230114
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFFTP: Connection Closed

2006-01-20 Thread Jeff Chastain
Never mind, user error.  It was a permissions problem on the FTP server and had 
nothing to do with ColdFusion.  Now if the CF error could have told me that, it 
would have simplified things a lot more 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230113
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SQL Update

2006-01-20 Thread Rick Root
Ken wrote:
> Hi. This may be a little elementary, but here it is:
> 
> I want to update a database field so that all values in it are appended with
> a given string. Something like this:
> 
> UPDATE db_names
> SET db_names.lastName = db_names.lastName + 'Customer'
> 
> I know the above query is wrong. Can someone tell me how to do it?

Did you try it?

What database are you using?  the query you posted will definatly work 
in some cases, like MSSQL.

Rick

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230112
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SQL Update

2006-01-20 Thread Ken
MS SQL Server 2000... Sorry i should have mentioned before.


On 1/20/06, Ken Ferguson <[EMAIL PROTECTED]> wrote:
>
> What database are you using?
>
> --Ferg
>
> Ken wrote:
>
> >Hi. This may be a little elementary, but here it is:
> >
> >I want to update a database field so that all values in it are appended
> with
> >a given string. Something like this:
> >
> >UPDATE db_names
> >SET db_names.lastName = db_names.lastName + 'Customer'
> >
> >I know the above query is wrong. Can someone tell me how to do it?
> >
> >Thanks,
> >Ken
> >
> >
> >
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230111
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Fusebox / Google Tracking and Adsense

2006-01-20 Thread Baz
I could test, but I don't use fusebox.

Baz

-Original Message-
From: Josh Carrico [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 20, 2006 9:18 AM
To: CF-Talk
Subject: Re: Fusebox / Google Tracking and Adsense

Does anyone use adsense in their applications that may be interested in beta
testing this?



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230109
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: SQL Update

2006-01-20 Thread Munson, Jacob
In MSSQL:

update authors
set city = city+'s'
where au_lname = 'Smith' 

> -Original Message-
> From: Ken [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 20, 2006 9:49 AM
> To: CF-Talk
> Subject: SQL Update
> 
> Hi. This may be a little elementary, but here it is:
> 
> I want to update a database field so that all values in it 
> are appended with
> a given string. Something like this:
> 
> UPDATE db_names
> SET db_names.lastName = db_names.lastName + 'Customer'
> 
> I know the above query is wrong. Can someone tell me how to do it?


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230110
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SQL Update

2006-01-20 Thread Ken Ferguson
What database are you using?

--Ferg

Ken wrote:

>Hi. This may be a little elementary, but here it is:
>
>I want to update a database field so that all values in it are appended with
>a given string. Something like this:
>
>UPDATE db_names
>SET db_names.lastName = db_names.lastName + 'Customer'
>
>I know the above query is wrong. Can someone tell me how to do it?
>
>Thanks,
>Ken
>
>
>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230108
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: SQL Update

2006-01-20 Thread Greg Morphis
With Oracle you use the pipe ||..

update foo
set fooname = fooname || 'Customer'



On 1/20/06, Ken <[EMAIL PROTECTED]> wrote:
> Hi. This may be a little elementary, but here it is:
>
> I want to update a database field so that all values in it are appended with
> a given string. Something like this:
>
> UPDATE db_names
> SET db_names.lastName = db_names.lastName + 'Customer'
>
> I know the above query is wrong. Can someone tell me how to do it?
>
> Thanks,
> Ken
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230107
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


SQL Update

2006-01-20 Thread Ken
Hi. This may be a little elementary, but here it is:

I want to update a database field so that all values in it are appended with
a given string. Something like this:

UPDATE db_names
SET db_names.lastName = db_names.lastName + 'Customer'

I know the above query is wrong. Can someone tell me how to do it?

Thanks,
Ken


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230106
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFFTP: Connection Closed

2006-01-20 Thread Jeff Chastain
This is my first time working with CFFTP, so pardon if this is an obvious 
question.  I have basically copied the code from the livedocs for CFFTP which 
sets up a new connection and attempts to display a directory contents listing.  
The problem I am running into is that when I attempt to make the subsequent 
"getcurrentdir" request, I am getting an exception that the "connection was 
closed without indication".  Is this something wrong with my code or some issue 
with the FTP server?



 




FTP directory listing of #cfftp.returnvalue#.




Thanks
-- Jeff

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230105
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


CFEclipse and Snippets question

2006-01-20 Thread Larry Lyons
Greetings all,

I'm just starting on CFEclipse. Anyhow I noticed that there's been some mention 
that you can import your snippets from dreamweaver into eclipse. But I have not 
been able to find any instructions or examples on how to do such.

Does anyone know of any step by step instructions to do the snippets import?

thx,
larry

--
Larry C. Lyons
Web Analyst
BEI Resources
American Type Culture Collection
email: llyons(at)atcc(dot)org
tel: 703.365.2700.2678
--

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230104
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Update, Delete, Insert recordcount?

2006-01-20 Thread Bobby Hartsfield
there I go with control + enter again... anyway...

SQL can do it in a coupld of databases I think in sql server its @@rowcount?

Update blah set blah = blah; select @@rowcount as rowsaffected;

something like that anyway

You could always SELECT just before an update/delete query using the same
"WHERE" clause to know how many records are going to be updated or deleted.

 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 

-Original Message-
From: Ryan Guill [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 20, 2006 11:21 AM
To: CF-Talk
Subject: Update, Delete, Insert recordcount?

Hey guys,

Is there any way that you make coldfusion give you how many rows were
affected from Update Delete and insert statements?  Even if its not in
the recordcount variable (which I have to assume would not be
possible)?

--
Ryan Guill
BlueEyesDevelopment
[EMAIL PROTECTED]
www.ryanguill.com
(270) 217.2399
got google talk?  Chat me at [EMAIL PROTECTED]

The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com

Use CF and SQL? Try qBrowser - http://www.ryanguill.com/docs/

www.ryanguill.com/
The Roman Empire: www.ryanguill.com/blog/



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230103
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Update, Delete, Insert recordcount?

2006-01-20 Thread Ryan Guill
Well, I was speaking generally, but the main use for it at the moment
would be an as/400 iseries database set up through odbc.  Although I
could definately see use for it using mysql as well.

On 1/20/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote:
> What type of database is it?
>
> ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
> Bobby Hartsfield
> http://acoderslife.com
>
>
>
> -Original Message-
> From: Ryan Guill [mailto:[EMAIL PROTECTED]
> Sent: Friday, January 20, 2006 11:21 AM
> To: CF-Talk
> Subject: Update, Delete, Insert recordcount?
>
> Hey guys,
>
> Is there any way that you make coldfusion give you how many rows were
> affected from Update Delete and insert statements?  Even if its not in
> the recordcount variable (which I have to assume would not be
> possible)?
>
> --
> Ryan Guill
> BlueEyesDevelopment
> [EMAIL PROTECTED]
> www.ryanguill.com
> (270) 217.2399
> got google talk?  Chat me at [EMAIL PROTECTED]
>
> The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com
>
> Use CF and SQL? Try qBrowser - http://www.ryanguill.com/docs/
>
> www.ryanguill.com/
> The Roman Empire: www.ryanguill.com/blog/
>
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230102
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Update, Delete, Insert recordcount?

2006-01-20 Thread Robertson-Ravo, Neil (RX)
SQL Server you should be able to use @@rowcount.



-Original Message-
From: Ryan Guill [mailto:[EMAIL PROTECTED] 
Sent: 20 January 2006 16:21
To: CF-Talk
Subject: Update, Delete, Insert recordcount?

Hey guys,

Is there any way that you make coldfusion give you how many rows were
affected from Update Delete and insert statements?  Even if its not in
the recordcount variable (which I have to assume would not be
possible)?

--

Ryan Guill
BlueEyesDevelopment
[EMAIL PROTECTED]
www.ryanguill.com
(270) 217.2399
got google talk?  Chat me at [EMAIL PROTECTED]

The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com

Use CF and SQL? Try qBrowser - http://www.ryanguill.com/docs/

www.ryanguill.com/
The Roman Empire: www.ryanguill.com/blog/



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230101
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Update, Delete, Insert recordcount?

2006-01-20 Thread Bobby Hartsfield
What type of database is it?
 
..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 
 

-Original Message-
From: Ryan Guill [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 20, 2006 11:21 AM
To: CF-Talk
Subject: Update, Delete, Insert recordcount?

Hey guys,

Is there any way that you make coldfusion give you how many rows were
affected from Update Delete and insert statements?  Even if its not in
the recordcount variable (which I have to assume would not be
possible)?

--
Ryan Guill
BlueEyesDevelopment
[EMAIL PROTECTED]
www.ryanguill.com
(270) 217.2399
got google talk?  Chat me at [EMAIL PROTECTED]

The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com

Use CF and SQL? Try qBrowser - http://www.ryanguill.com/docs/

www.ryanguill.com/
The Roman Empire: www.ryanguill.com/blog/



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230100
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Update, Delete, Insert recordcount?

2006-01-20 Thread Ryan Guill
Hey guys,

Is there any way that you make coldfusion give you how many rows were
affected from Update Delete and insert statements?  Even if its not in
the recordcount variable (which I have to assume would not be
possible)?

--
Ryan Guill
BlueEyesDevelopment
[EMAIL PROTECTED]
www.ryanguill.com
(270) 217.2399
got google talk?  Chat me at [EMAIL PROTECTED]

The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com

Use CF and SQL? Try qBrowser - http://www.ryanguill.com/docs/

www.ryanguill.com/
The Roman Empire: www.ryanguill.com/blog/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230099
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: missing posts???

2006-01-20 Thread Ken Ferguson
sssh, don't throw me under the bus like that before I've succeeded!

I guess that either she never sent it or I never got it. Thinking back 
on it, it was an odd, "tell me if can't see this" type of test. Oh well, 
I seem doomed to miss out any potential nuggets of genious she may throw 
out from time to time (along with those from an unknown number of 
others). The problem does not seem, as I compare my email to the cf-talk 
website, to be of great frequency. I'm not seeing any other posts that 
were missed.

--Ferg

Munson, Jacob wrote:

>Oh, I see what's going on.  He just wants to lure her into a private
>corner, and then make his move!  ;)
>
>On a serious note, I have gotten Jennifer's emails through the list, if
>that helps your troubleshooting.
>
>  
>
>>-Original Message-
>>From: Ken Ferguson
>>Sent: Thursday, January 19, 2006 12:55 PM
>>
>>Jennifer, could you send me an email directly, off-list, just 
>>to test? 
>>I'm not sure how many people I'm missing, but you're the one I've 
>>noticed for sure. I'm wondering since I'm not getting any of your 
>>cf-talk posts if I'll get mail sent outside of the list.
>>
>>
>
>
>[INFO] -- Access Manager:
>This transmission may contain information that is privileged, confidential 
>and/or exempt from disclosure under applicable law.  If you are not the 
>intended recipient, you are hereby notified that any disclosure, copying, 
>distribution, or use of the information contained herein (including any 
>reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
>error, please immediately contact the sender and destroy the material in its 
>entirety, whether in electronic or hard copy format.  Thank you.   A2
>
>
>
>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230098
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Anyone use AbleCommerce, CFMX version?

2006-01-20 Thread Ken Ferguson
I'm glad your experience has been different than the rest of ours, but 
as a word of warning: DO NOT HOLD YOUR BREATH FOR BETTER COMMENTING OF 
CODE. This was one of my very first complaints on the software the first 
time I used it something like 6 or 7 (??) years ago. I think it's fairly 
safe to say that if it's an issue 6 years later, it's going to be an 
issue for the foreseeable future.

--Ferg


George Jaros wrote:

>Josh,
>
>I've read all the bad reviews of AbleCommerce and have to suggest you check 
>out the AbleCommerce forms for some positive reviews: 
>http://forums.topsites.com
>
>Personally I've only worked with AbleComemrce 3.x (breifly) and 5.5 CFMX - 
>extensively.  The latest version is a HUGE improvement over previous versions. 
> While it is true that much of the back-end code is contained in Java objects, 
>I've found that this has actually helped the development process.  The store 
>is designed in ColdFusion mainly for display, design, and some functionality.  
>Most of the database integration is done through the Java objects.
>
>Regarding scalability: I've developed about 2 dozen (maybe a few more) sites 
>using AbleCommerce 5.5 and have been very impressed with the ability to 
>customize AbleCommerce to work with just about any situation I've come across. 
> My company (Web 2 Market) has integrated AbleCommerce with a variety of third 
>party applications (Mail Order Manager, AccPac, Great Plains, etc.) and also 
>created a variety of plugins and enhancements, including a Call Center 
>Application, Reviews Module, and more (See http://www.web2market.com for mor 
>information).
>
>Regarding stability: AC 5.5 CFMX has greatly improved in stability, 
>reliability, and speed.  With the latest release we've had very few stability 
>issues related to AbleCommerce.  We currently have AbleCommerce sites running 
>on both dedicated servers and shared servers.  One of our shared servers has 
>about 18 live sites running on it without problems.
>
>Regarding coding: Admittedly, this is an area that could be improved a bit.  
>The coding in the source pages is not very clean and not very well commented, 
>however, I've had no great difficulty in figuring out what portions of the 
>pages perform what actions.  Hopefully future releases will have improvements 
>in the documentation and commenting of the code (keep in mind that the public 
>release of AC 5.5 CFMX is only a few months old).
>
>I can't speak for other applications like CFWebstore (their site has an 
>impressive feature list and Mary Jo's posts here have been informative and 
>helpful), but I am pretty sure that you won't be disappointed with the latest 
>version of AbleCommerce.  It is definitely a more mature application with the 
>release of 5.5.  And the support and help in the AbleCommerce Community Forums 
>is outstanding.
>
>For more information about AbleCommerce and Web 2 Market (an official AC 
>Hosting and Development Partner) see the following sites:
>
>http://www.web2market.com
>http://forums.topsites.com
>http://www.ablecommerce.com
>
>  
>
>>Hello All,
>>
>>I'm wondering if anyone has experience working with the AbleCommerce 
>>shopping cart, specifically the CFMX version (they also offer JSP/ASP 
>>versions).  Any rants, raves, installation/usage issues?
>>
>>I would rather use CFWebstore, but my boss saw that AbleCommerce syncs up 
>>with a module (StoneEdge Order Manager) that he likes on our current 
>>shopping cart.  We have been battling back and forth over using CF on our 
>>next store (I want to, he doesn't), so AbleCommerce may be a way for us to 
>>meet in the middle.  Any info is appreciated, as I had never heard of 
>>AbleCommerce before, let alone worked with it.
>>
>>-- Josh Nathanson
>>
>>
>
>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230097
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Print to a printer

2006-01-20 Thread Munson, Jacob
Ok, I did some research and here's what I found:

To be able to print to a network printer from command line (I'm assuming
you're on Windows), you need to have the printer on one of your LPT
ports:
net use lpt3 \\server\printer_share

Then you can print to lpt3:
Copy  lpt3

> -Original Message-
> From: Munson, Jacob [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 20, 2006 8:24 AM
> To: CF-Talk
> Subject: RE: Print to a printer
> 
> > I want to take away the cgi completely. So cfexecute is not 
> an option.
> 
> Cfexecute is still an option.  You can use Linux's shell commands or
> Window's Dos commands to print a file to the printer.  The 
> file would be
> created/stored by your CF.  If you need it to go to different printers
> depending on input params, you can direct your cfexecute accordingly.

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230096
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Print to a printer

2006-01-20 Thread Munson, Jacob
> I want to take away the cgi completely. So cfexecute is not an option.

Cfexecute is still an option.  You can use Linux's shell commands or
Window's Dos commands to print a file to the printer.  The file would be
created/stored by your CF.  If you need it to go to different printers
depending on input params, you can direct your cfexecute accordingly.


--


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230095
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Print to a printer

2006-01-20 Thread Robert Everland III
I want to take away the cgi completely. So cfexecute is not an option.

The printer is over a network. It functions kind of like a pic ticket now. As 
soon as a user submits a request it prints on that departments printer. This 
was written a long time ago. So nothing is in a database, just prints directly 
to a user's printer.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230094
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Fusebox / Google Tracking and Adsense

2006-01-20 Thread Josh Carrico
Does anyone use adsense in their applications that may be interested in beta 
testing this?

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230093
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Print to a printer

2006-01-20 Thread Justin D. Scott
> I have a perl script that prints directly to a printer
> when a user submits a form. Is there a way that ColdFusion
> can do this through Java? Has anyone done this before.
> The printer will be attached to my network locally.

We ran into this a couple of months ago with an intranet application that
needed to print nightly reports, as well as reports on demand for a local
office.  We ended up installing Batch and Print Pro on the server, which has
a directory monitor feature.  Using CFMX 7 and the PDF generation tools, we
generated PDF files and saved them to the directory the Batch and Print Pro
was configured to monitor.  It would then pick up the file and print it to
the default printer on the server.  Works like a charm!

http://www.traction-software.co.uk/batchprint/


-Justin


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230092
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Print to a printer

2006-01-20 Thread Munson, Jacob
Reading your message again, it appears you want it to print on your
network printer.  There may be a better way, but you could put a file on
the server and then use cfexecute to print it (using your operating
system's command line language). 

> -Original Message-
> From: Munson, Jacob [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 20, 2006 8:09 AM
> To: CF-Talk
> Subject: RE: Print to a printer
> 
> Let me get this straight.  You want CF to print to YOUR local printer
> every time a user submits a form?  Or is it to the user's printer?
> 
> > -Original Message-
> > From: Robert Everland III [mailto:[EMAIL PROTECTED] 
> > Sent: Friday, January 20, 2006 7:06 AM
> > To: CF-Talk
> > Subject: Print to a printer
> > 
> > I have a perl script that prints directly to a printer when a 
> > user submits a form. Is there a way that ColdFusion can do 
> > this through Java? Has anyone done this before. The printer 
> > will be attached to my network locally.
> 
> 
> [INFO] -- Access Manager:
> This transmission may contain information that is privileged, 
> confidential and/or exempt from disclosure under applicable 
> law.  If you are not the intended recipient, you are hereby 
> notified that any disclosure, copying, distribution, or use 
> of the information contained herein (including any reliance 
> thereon) is STRICTLY PROHIBITED. If you received this 
> transmission in error, please immediately contact the sender 
> and destroy the material in its entirety, whether in 
> electronic or hard copy format.  Thank you.   A2
> 
> 
> 
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230091
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Print to a printer

2006-01-20 Thread Adrian Lynch
Use cfexecute to fire off the perl script, you could write whatever you're
printing to disk and the perl script could look at that.

Ade

-Original Message-
From: Robert Everland III [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 14:06
To: CF-Talk
Subject: Print to a printer


I have a perl script that prints directly to a printer when a user submits a
form. Is there a way that ColdFusion can do this through Java? Has anyone
done this before. The printer will be attached to my network locally.



Bob


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230090
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Print to a printer

2006-01-20 Thread Munson, Jacob
Let me get this straight.  You want CF to print to YOUR local printer
every time a user submits a form?  Or is it to the user's printer?

> -Original Message-
> From: Robert Everland III [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 20, 2006 7:06 AM
> To: CF-Talk
> Subject: Print to a printer
> 
> I have a perl script that prints directly to a printer when a 
> user submits a form. Is there a way that ColdFusion can do 
> this through Java? Has anyone done this before. The printer 
> will be attached to my network locally.


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230089
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Print to a printer

2006-01-20 Thread Robert Everland III
I have a perl script that prints directly to a printer when a user submits a 
form. Is there a way that ColdFusion can do this through Java? Has anyone done 
this before. The printer will be attached to my network locally.



Bob

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230088
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Railo (was BlueDragon vs. ColdFusion 6/7)

2006-01-20 Thread Munson, Jacob
> BTW: ch is TLD for Switzerland.

I'm assuming you're referring to my blog post.  Someone already
corrected me on that, and I put an update at the bottom of the post.  ;)



-


[INFO] -- Access Manager:
This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law.  If you are not the 
intended recipient, you are hereby notified that any disclosure, copying, 
distribution, or use of the information contained herein (including any 
reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
error, please immediately contact the sender and destroy the material in its 
entirety, whether in electronic or hard copy format.  Thank you.   A2



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230087
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CSS Newsgroup? (OT)

2006-01-20 Thread Dan G. Switzer, II
Michael,

>> Why isn't it accurate? You should be able to translate RGB to Hex just
>> fine.
>>
>
>The color I put into the script isn't exactly the same as what comes out
>the
>other end.  I don't really understand how the script works, though.

This function should work correctly:
http://www.cflib.org/udf.cfm?ID=339

>Why would you want to use RGB? Why not just use hex to begin with? If
>you've
>> got any sort of Photo editor (Photoshop, Fireworks, etc) then it should
>be
>> a
>> cinch to get the hex value from RGB.
>>
>
>As I said, I am receiving an RGB value (from Alagad Image Component), so it
>would be somewhat simpler to use RGB, and I was just curious about browser
>support.  The main idea behind my entire app is so I don't have to use
>Photoshop to get colors every time I want to post a photo, and so I can
>post
>photos remotely where I may not have acess to it.

All the modern browsers should support the rgb(0,0,0) syntax, but having the
hex number is a little more flexible. Maybe it's just cause I've always
dealt w/hex colors, but that just the format I prefer.

-Dan



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230086
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Monitoring JRun Memory Usage

2006-01-20 Thread Rick Root
I'm running CFMX7.0.1 Enterprise on Windows Server 2003.

I'd like to monitor - and log - JRun memory usage.  coldfusion died on 
us this morning for some reason - I can't find any indication of what 
caused the error other than the time it occurred (9:16am) when an 
OutOfMemory error occurred.

I thought it would be useful to monitor memory usage every minute or so 
and record it to a log... timestamp,memory

Anyone got any ideas of the simplest way to do this?  I do have Perl 
installed on the server so that might be an option.

Rick

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230085
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Railo (was BlueDragon vs. ColdFusion 6/7)

2006-01-20 Thread Gert Franz
I would be glad if we could grow to 5% of the CF market. But our goal is 
more to convert some of the programmes of the PHP-community. Today for 
hosters PHP is the cheapest and easiest way to offer hosting. That's 
were we hope programmers join Railo. And, of course we would like to 
convince programmers worldwide of Railo's performance, resource saving 
execution and compatibility...

BTW: ch is TLD for Switzerland.

cheers Gert

Munson, Jacob schrieb:

>Yes, it is more clear now.  Thank you.
>
>Like I said in my blog entry, I think you guys are doing a great thing
>here.  To me, additional servers that run CFML is a great thing, because
>it helps CFML spread.  If you have 50 people programming for MX, 20 for
>BlueDragon, 5 for Railo, and 5 for the others, you've got 80 people that
>all say "I'm a ColdFusion programmer".  The more people that say that,
>the better off we ALL are, regardless of which server we use. 
>
>  
>
>>-Original Message-
>>From: Gert Franz [mailto:[EMAIL PROTECTED] 
>>Sent: Friday, January 20, 2006 12:36 AM
>>To: CF-Talk
>>Subject: Re: Railo (was BlueDragon vs. ColdFusion 6/7)
>>
>>Hi Jacob,
>>
>>well the difference is, that we use the same resources. We 
>>separate the Webs logically. And from my own experience I 
>>know how much ressources are consumed when creating a new instance.
>>With Railo comes a server administrator that allows you to 
>>configure each security settings per web separately.
>>Lets assume you have 5 webs called A-E. With the enterprise 
>>version of Railo you can use the server administrator to set 
>>up global settings for all webs from A-D and special settings 
>>for web E.
>>A developer of web B can use his local railo web 
>>administrator to set up the settings he needs for his 
>>development. He does not have access to the server 
>>administrator, only to his local web administrator. 
>>With MX you only have one global administrator. And all 
>>datasources defined in this administrator are known to every 
>>web running with this instance. In order to use datasources 
>>in a secure way you should only define them with a readonly 
>>databaseuser and use the "password" and "username" attributes 
>>in the cfquery-tag. But if you don't do it this way and a 
>>user from another web within this instance knows a certain 
>>datasource, he can use it as he likes. The same goes for 
>>Customtags, CFX a.s.o.
>>Now you are right when saying that it is possible to define 
>>several instances with the enterprise version of MX, but it 
>>is very resource consuming.
>>I must admit, that Railo has a disadvantage in this 
>>comparison, since if the web A causes for some reasons to 
>>crash, all other webs won't run anymore too.
>>
>>Hope this explains the difference I meant.
>>
>>Best regards
>>
>>Gert Franz
>>Railo Core Development
>>
>>
>>
From: Gert Franz

why don't you give Railo a try. Railo is nearly fully 
compatible with MX 6.1 and has some features neither of the 
two other products has. One of these is separating different 
webs into different coldfusion-contexts. This means, that you 
have two administrators for two different webs on the same 
server. So you can separate datasources, mappings, customtags 
and everything else.


>>>How is this different from ColdFusion's server instances?  Here is a
>>>quote from livedocs: "When you create a server instance with the
>>>Instance Manager, by default it deploys a copy of the cfusion 
>>>server's
>>>ColdFusion enterprise application, including data sources, 
>>>  
>>>
>>mappings, 
>>
>>
>>>and
>>>settings. Alternatively, you can create a new server instance and
>>>specify the location of an EAR or WAR file (created by the J2EE 
>>>Archive
>>>page), which the Instance Manager uses as the basis for your new
>>>ColdFusion server instance."
>>>
>>>By the way, I am applauding your efforts with Railo.  Here's my blog
>>>entry on the subject:
>>>http://www.techfeed.net/blog/index.cfm/2006/1/18/Another-CFML-server
>>>  
>>>
>
>This transmission may contain information that is privileged, confidential 
>and/or exempt from disclosure under applicable law. If you are not the 
>intended recipient, you are hereby notified that any disclosure, copying, 
>distribution, or use of the information contained herein (including any 
>reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in 
>error, please immediately contact the sender and destroy the material in its 
>entirety, whether in electronic or hard copy format. Thank you. A1.
>
>
>
>

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230084
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cf

RE: Railo (was BlueDragon vs. ColdFusion 6/7)

2006-01-20 Thread Adrian Lynch
Or as one of the BD guys said at a talk a few months back, we're CFML
programmers.

Ade

-Original Message-
From: Munson, Jacob [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 14:33
To: CF-Talk
Subject: RE: Railo (was BlueDragon vs. ColdFusion 6/7)


Yes, it is more clear now.  Thank you.

Like I said in my blog entry, I think you guys are doing a great thing
here.  To me, additional servers that run CFML is a great thing, because
it helps CFML spread.  If you have 50 people programming for MX, 20 for
BlueDragon, 5 for Railo, and 5 for the others, you've got 80 people that
all say "I'm a ColdFusion programmer".  The more people that say that,
the better off we ALL are, regardless of which server we use.


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230083
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Railo (was BlueDragon vs. ColdFusion 6/7)

2006-01-20 Thread Munson, Jacob
Yes, it is more clear now.  Thank you.

Like I said in my blog entry, I think you guys are doing a great thing
here.  To me, additional servers that run CFML is a great thing, because
it helps CFML spread.  If you have 50 people programming for MX, 20 for
BlueDragon, 5 for Railo, and 5 for the others, you've got 80 people that
all say "I'm a ColdFusion programmer".  The more people that say that,
the better off we ALL are, regardless of which server we use. 

> -Original Message-
> From: Gert Franz [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 20, 2006 12:36 AM
> To: CF-Talk
> Subject: Re: Railo (was BlueDragon vs. ColdFusion 6/7)
> 
> Hi Jacob,
> 
> well the difference is, that we use the same resources. We 
> separate the Webs logically. And from my own experience I 
> know how much ressources are consumed when creating a new instance.
> With Railo comes a server administrator that allows you to 
> configure each security settings per web separately.
> Lets assume you have 5 webs called A-E. With the enterprise 
> version of Railo you can use the server administrator to set 
> up global settings for all webs from A-D and special settings 
> for web E.
> A developer of web B can use his local railo web 
> administrator to set up the settings he needs for his 
> development. He does not have access to the server 
> administrator, only to his local web administrator. 
> With MX you only have one global administrator. And all 
> datasources defined in this administrator are known to every 
> web running with this instance. In order to use datasources 
> in a secure way you should only define them with a readonly 
> databaseuser and use the "password" and "username" attributes 
> in the cfquery-tag. But if you don't do it this way and a 
> user from another web within this instance knows a certain 
> datasource, he can use it as he likes. The same goes for 
> Customtags, CFX a.s.o.
> Now you are right when saying that it is possible to define 
> several instances with the enterprise version of MX, but it 
> is very resource consuming.
> I must admit, that Railo has a disadvantage in this 
> comparison, since if the web A causes for some reasons to 
> crash, all other webs won't run anymore too.
> 
> Hope this explains the difference I meant.
> 
> Best regards
> 
> Gert Franz
> Railo Core Development
> 
> > > From: Gert Franz
> > >
> > > why don't you give Railo a try. Railo is nearly fully 
> > > compatible with MX 6.1 and has some features neither of the 
> > > two other products has. One of these is separating different 
> > > webs into different coldfusion-contexts. This means, that you 
> > > have two administrators for two different webs on the same 
> > > server. So you can separate datasources, mappings, customtags 
> > > and everything else.
> > 
> > How is this different from ColdFusion's server instances?  Here is a
> > quote from livedocs: "When you create a server instance with the
> > Instance Manager, by default it deploys a copy of the cfusion 
> > server's
> > ColdFusion enterprise application, including data sources, 
> mappings, 
> > and
> > settings. Alternatively, you can create a new server instance and
> > specify the location of an EAR or WAR file (created by the J2EE 
> > Archive
> > page), which the Instance Manager uses as the basis for your new
> > ColdFusion server instance."
> > 
> > By the way, I am applauding your efforts with Railo.  Here's my blog
> > entry on the subject:
> > http://www.techfeed.net/blog/index.cfm/2006/1/18/Another-CFML-server

This transmission may contain information that is privileged, confidential 
and/or exempt from disclosure under applicable law. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, 
or use of the information contained herein (including any reliance thereon) is 
STRICTLY PROHIBITED. If you received this transmission in error, please 
immediately contact the sender and destroy the material in its entirety, 
whether in electronic or hard copy format. Thank you. A1.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230082
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Where should the cftransaction tags go when using CFC's?

2006-01-20 Thread Robertson-Ravo, Neil (RX)
But this in itself implies that you are using BEGIN TRAN in your SP's which
is not always the case with users and SP's.

For CF and non SP-ers it is far easier to do it via cftransaction.





-Original Message-
From: Deanna Schneider [mailto:[EMAIL PROTECTED] 
Sent: 20 January 2006 12:51
To: CF-Talk
Subject: Re: Where should the cftransaction tags go when using CFC's?

Since Barney's covered all the CF intricacies, I'll just point out that
often you can eliminate the need for a transaction in CF by moving your
processing to the database and just calling a stored procedure from CF.

On 1/19/06, Stan Winchester <[EMAIL PROTECTED]> wrote:
>
> Where should cftransaction tags go when using cfc's? For example: If the
> cftransaction tags should be in the cfc, what if the cfc method calls
> another method that also has cftransaction tags that should cause an error
> to be thrown. Since cftransaction tags cannot be nested, should they go in
> the action page as a wrapper around all methods using cftransaction tags?
>
>
>
>




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230081
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Where should the cftransaction tags go when using CFC's?

2006-01-20 Thread Joe Rinehart
Hey all,

I've generally approached this by applying transactions at the
business level (usually in a Service or Manager component) that wrap
multiple calls to persistence methods across multiple persistence
objects.

> A third option that I haven't tried would be to use a service method
> dispatcher that all method calls run through.  So you call
> dispatcher.runMethod(obj, methodName, args)

I've hit a situation where I've needed something like this (had to
create ad-hoc transactions at the business level), so I created a FIFO
TransactionalQueue CFC.  Sorry I can't share the code for it, but I'll
recreate it and blog it if there's interest.  Not much to it, really,
here's how the api would work if I needed to transactionally save a
Contact and their Address  (Barney's probably guessed it all by now,
but what the heck):













All the TransactionalQueue really does is manage an array of structs,
where each contains a reference, method name, and argument collection,
and then run() wraps a loop over the array in  tags,
making  calls.

-Joe

--
Get Glued!
The Model-Glue ColdFusion Framework
http://www.model-glue.com

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230080
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Where should the cftransaction tags go when using CFC's?

2006-01-20 Thread Deanna Schneider
Since Barney's covered all the CF intricacies, I'll just point out that
often you can eliminate the need for a transaction in CF by moving your
processing to the database and just calling a stored procedure from CF.

On 1/19/06, Stan Winchester <[EMAIL PROTECTED]> wrote:
>
> Where should cftransaction tags go when using cfc's? For example: If the
> cftransaction tags should be in the cfc, what if the cfc method calls
> another method that also has cftransaction tags that should cause an error
> to be thrown. Since cftransaction tags cannot be nested, should they go in
> the action page as a wrapper around all methods using cftransaction tags?
>
>
>
>


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230079
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Where should the cftransaction tags go when using CFC's?

2006-01-20 Thread Michael Traher
Hi Stan, we ran into this and basically we just moved the CFTRANSACTION tags
up the calling tree until it was no longer a problem.

A much less complete answer than Barney's, but I think as he has said there
is no ideal solution that will cover you for every instance that does not
involve a lot of overhead.

Mike T

On 1/19/06, Stan Winchester <[EMAIL PROTECTED]> wrote:
>
> Where should cftransaction tags go when using cfc's? For example: If the
> cftransaction tags should be in the cfc, what if the cfc method calls
> another method that also has cftransaction tags that should cause an error
> to be thrown. Since cftransaction tags cannot be nested, should they go in
> the action page as a wrapper around all methods using cftransaction tags?
>
>
>
> Thank you,
>
> Aftershock Web Design, Inc.
>
> by: Stan Winchester
>
> President/Developer
>
> http://www.aftershockweb.com/
>
>
>
>
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230078
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Coldfusion CFMX 6.1 on Red Hat

2006-01-20 Thread Thomas Chiverton
On Wednesday 18 January 2006 13:59, Protoculture wrote:
> I am wondering, an isp that we deal with is telling us that the latest
> version of Red Hat will only work with CF 7.
>
> something about updates and stuff and they are saying that it(CFMX) wont
> work with apache etc... the updates to red hat will not work with CFMX 6.1.

We run CFMX6.1 on Weblogic on EL and Fedora Core 4 with no issues at all.


-- 

Tom Chiverton 
Advanced ColdFusion Programmer

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230077
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Railo (was BlueDragon vs. ColdFusion 6/7)

2006-01-20 Thread Gert Franz
Hi Jacob,

well the difference is, that we use the same resources. We separate the Webs 
logically. And from my own experience I know how much ressources are consumed 
when creating a new instance.
With Railo comes a server administrator that allows you to configure each 
security settings per web separately.
Lets assume you have 5 webs called A-E. With the enterprise version of Railo 
you can use the server administrator to set up global settings for all webs 
from A-D and special settings for web E.
A developer of web B can use his local railo web administrator to set up the 
settings he needs for his development. He does not have access to the server 
administrator, only to his local web administrator. 
With MX you only have one global administrator. And all datasources defined in 
this administrator are known to every web running with this instance. In order 
to use datasources in a secure way you should only define them with a readonly 
databaseuser and use the "password" and "username" attributes in the 
cfquery-tag. But if you don't do it this way and a user from another web within 
this instance knows a certain datasource, he can use it as he likes. The same 
goes for Customtags, CFX a.s.o.
Now you are right when saying that it is possible to define several instances 
with the enterprise version of MX, but it is very resource consuming.
I must admit, that Railo has a disadvantage in this comparison, since if the 
web A causes for some reasons to crash, all other webs won't run anymore too.

Hope this explains the difference I meant.

Best regards

Gert Franz
Railo Core Development

> > From: Gert Franz
> >
> > why don't you give Railo a try. Railo is nearly fully 
> > compatible with MX 6.1 and has some features neither of the 
> > two other products has. One of these is separating different 
> > webs into different coldfusion-contexts. This means, that you 
> > have two administrators for two different webs on the same 
> > server. So you can separate datasources, mappings, customtags 
> > and everything else.
> 
> How is this different from ColdFusion's server instances?  Here is a
> quote from livedocs: "When you create a server instance with the
> Instance Manager, by default it deploys a copy of the cfusion 
> server's
> ColdFusion enterprise application, including data sources, mappings, 
> and
> settings. Alternatively, you can create a new server instance and
> specify the location of an EAR or WAR file (created by the J2EE 
> Archive
> page), which the Instance Manager uses as the basis for your new
> ColdFusion server instance."
> 
> By the way, I am applauding your efforts with Railo.  Here's my blog
> entry on the subject:
> http://www.techfeed.net/blog/index.cfm/2006/1/18/Another-CFML-server

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230076
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54