(ot) Server Backups

2010-08-17 Thread Rick Root

We have four servers at a hosting facility with about 500-600gb data
total.  We currently have a daily backup program with the ISP as well
as Jungle Disk cloud backup.  I'm not real confident in either of
these systems.  I don't trust the ISP backup, and they only do full
backups so we've only got like 2 days worth of backups with them.  And
Jungle Disk just seems a bit hack-ish.  The Jungle Disk client run on
each server, using up network bandwidth and system resources to send
files to S3.

I've been looking at Barracuda Backup Service
(http://www.barracudanetworks.com/ns/products/backup_overview.php) .
It's a local hardware backup and cloud backup all in one.. So our
servers would back up to this machine, and then this machine would
send data to the cloud for offsite storage.

Does anyone have any experience with this or similar backup services?

Rick

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336348
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: pseudo constructor not working or am I slow today?

2010-08-17 Thread Tony Bentley

Of course. I need to return the instance of the object and specify the
object type. Sweet Dave. Thanks.


On Tue, Aug 17, 2010 at 2:05 PM, Dave Watts  wrote:

>
> > This works...
> >
> > obj= createObject("component","cfc.MyClass");
> > obj.init(application.id);
> > obj.executeMethod();
> >
> >
> > But this does not?
> >
> > obj= createObject("component","cfc.MyClass").init(application.id);
> > obj.execute();
> >
> > on cfc...
> >
> > 
> >
> >
> >
> >this.id = arguments.id;
> >
> >
> >
> >
> >
> > 
>
> You need to return the object instance within your init method to use
> object chaining. You should also specify the returntype in your init
> method signature.
>
> 
> ...
> 
> 
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authori
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336347
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: pseudo constructor not working or am I slow today?

2010-08-17 Thread Dave Watts

> This works...
>
> obj= createObject("component","cfc.MyClass");
> obj.init(application.id);
> obj.executeMethod();
>
>
> But this does not?
>
> obj= createObject("component","cfc.MyClass").init(application.id);
> obj.execute();
>
> on cfc...
>
> 
>        
>                
>                
>                        this.id = arguments.id;
>                
>        
>        
>                
>        
> 

You need to return the object instance within your init method to use
object chaining. You should also specify the returntype in your init
method signature.


 ...
 


Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authori

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336346
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


pseudo constructor not working or am I slow today?

2010-08-17 Thread Tony Bentley

This works...

obj= createObject("component","cfc.MyClass");
obj.init(application.id);
obj.executeMethod();


But this does not?

obj= createObject("component","cfc.MyClass").init(application.id);
obj.execute();

on cfc...





this.id = arguments.id;







I swear I've chained init with arguments before... I've even seen other code 
samples that do it. CFMX8.0.1 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336345
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: best 301 method

2010-08-17 Thread Paul Vernon

> If providing a 410 status code, what should I put in the statustext?

"Gone" should just about cover it!

Paul




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336344
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SpreadSheetAddImage

2010-08-17 Thread benjamin schwartz

Hey Michael,

Thank you for your answer, I also tried it like this :  but it seems
to ignore it as well.

What throws me off is that the adobe doc says :
"startRow,startColumn,endRow,endColumn

startXPosition,startYPosition,endXPosition,endYPositions,startRow,startColumn,endRow,endColumn

The first format specifies only the row and column numbers, the second also
specifies the positions in the cell, using pixel X and Y coordinates
relative to the cell upper left corner. If you use the first format, the
image corner positions within the top left and bottom right cell are 0,0 and
,0,255."

So should i have negative values for X ? and in their example startX and
endX are the same ?

Ben


On Tue, Aug 17, 2010 at 9:56 AM, Michael Grant  wrote:

>
> I don't know that I have anything useful to add but it looks like your
> starting and ending X positions are identical, which isn't really all that
> possible. Perhaps it ignores invalid values?
>
>
> On Tue, Aug 17, 2010 at 9:42 AM, Ben S  wrote:
>
> >
> > Hi,
> >
> > Did anyone ever use SpreadSheetAddImage()? I am trying to use this format
> >
> "startXPosition,startYPosition,endXPosition,endYPositions,startRow,startColumn,endRow,endColumn"
> > for the anchor but it seems to completely ignore the X and Y positions.
> >
> > From the Adobe doc description "specifies the positions in the cell,
> using
> > pixel X and Y coordinates relative to the cell upper left corner" which i
> > did but at no avail... It take the image and places it flush against the
> > borders of the cell.
> >
> > Here is the way i use this tag :  > "jpg", "4,4,4,54,1,1,2,2") >
> >
> > Thank you in advance for any help or insight about this.
> >
> >
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336343
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best 301 method

2010-08-17 Thread Matthew Smith

If providing a 410 status code, what should I put in the statustext?

Or can I just:


On Tue, Aug 17, 2010 at 11:45 AM, Jacob  wrote:

>
> I have been using cfheader for 301 without any issues.
>
> -Original Message-
> From: Matthew Smith [mailto:chedders...@gmail.com]
> Sent: Tuesday, August 17, 2010 9:39 AM
> To: cf-talk
> Subject: best 301 method
>
>
> Which is preferred?
>
> 
>  http://www.mysite.com/new-location-for-content/â€
>  />
>
> or
>  url = 
> “http://www.mysite.com/new-location-for-content/â
> €
> addToken = “noâ€
> statusCode = “301″>
>
> Redoing all links on my site for better seo.
>
> --
> Regards,
> Matthew Smith
>
>
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336342
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best 301 method

2010-08-17 Thread Michael Dinowitz

Both work well, but I prefer the cflocation method. It's cleaner
looking while the cfheader looks kind of hackish.
I list it in my style guide as "favor cflocation over cfheader when
doing redirects"

--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion





On Tue, Aug 17, 2010 at 12:38 PM, Matthew Smith  wrote:
>
> Which is preferred?
>
> 
>  http://www.mysite.com/new-location-for-content/” />
>
> or
>  url = “http://www.mysite.com/new-location-for-content/”
> addToken = “no”
> statusCode = “301″>
>
> Redoing all links on my site for better seo.
>
> --
> Regards,
> Matthew Smith
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336341
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: best 301 method

2010-08-17 Thread Robert Harrison

I use CFLOCATION with status=301. Google picks up on that right away and
browsers understand it to, so CFLOCATION also works fine.


Robert B. Harrison
Director of Interactive Services
Austin & Williams
125 Kennedy Drive, Suite 100 
Hauppauge NY 11788
P : 631.231.6600 Ext. 119 
F : 631.434.7022
http://www.austin-williams.com 

Great advertising can't be either/or.  It must be &.

Plug in to our blog: A&W Unplugged
http://www.austin-williams.com/unplugged
 

__ Information from ESET Smart Security, version of virus signature
database 5373 (20100817) __

The message was checked by ESET Smart Security.

http://www.eset.com
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336340
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best 301 method

2010-08-17 Thread Casey Dougall

On Tue, Aug 17, 2010 at 12:38 PM, Matthew Smith wrote:

>
> Which is preferred?
>
> 
>  http://www.mysite.com/new-location-for-content/” />
>
> or
>  url = “http://www.mysite.com/new-location-for-content/”
> addToken = “no”
> statusCode = “301″>
>
> Redoing all links on my site for better seo.
>
>
Same thing, prior to CF8 you couldn't use status code IN the cflocation
itself.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336339
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: best 301 method

2010-08-17 Thread Jacob

I have been using cfheader for 301 without any issues.

-Original Message-
From: Matthew Smith [mailto:chedders...@gmail.com] 
Sent: Tuesday, August 17, 2010 9:39 AM
To: cf-talk
Subject: best 301 method


Which is preferred?

 http://www.mysite.com/new-location-for-content/” />

or
http://www.mysite.com/new-location-for-content/”
addToken = “no”
statusCode = “301″>

Redoing all links on my site for better seo.

--
Regards,
Matthew Smith




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336338
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


best 301 method

2010-08-17 Thread Matthew Smith

Which is preferred?


http://www.mysite.com/new-location-for-content/” />

or
http://www.mysite.com/new-location-for-content/”
addToken = “no”
statusCode = “301″>

Redoing all links on my site for better seo.

-- 
Regards,
Matthew Smith


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336337
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SpreadSheetAddImage

2010-08-17 Thread Michael Grant

I don't know that I have anything useful to add but it looks like your
starting and ending X positions are identical, which isn't really all that
possible. Perhaps it ignores invalid values?


On Tue, Aug 17, 2010 at 9:42 AM, Ben S  wrote:

>
> Hi,
>
> Did anyone ever use SpreadSheetAddImage()? I am trying to use this format
> "startXPosition,startYPosition,endXPosition,endYPositions,startRow,startColumn,endRow,endColumn"
> for the anchor but it seems to completely ignore the X and Y positions.
>
> From the Adobe doc description "specifies the positions in the cell, using
> pixel X and Y coordinates relative to the cell upper left corner" which i
> did but at no avail... It take the image and places it flush against the
> borders of the cell.
>
> Here is the way i use this tag :  "jpg", "4,4,4,54,1,1,2,2") >
>
> Thank you in advance for any help or insight about this.
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336336
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


SpreadSheetAddImage

2010-08-17 Thread Ben S

Hi, 

Did anyone ever use SpreadSheetAddImage()? I am trying to use this format 
"startXPosition,startYPosition,endXPosition,endYPositions,startRow,startColumn,endRow,endColumn"
 for the anchor but it seems to completely ignore the X and Y positions. 

>From the Adobe doc description "specifies the positions in the cell, using 
>pixel X and Y coordinates relative to the cell upper left corner" which i did 
>but at no avail... It take the image and places it flush against the borders 
>of the cell. 

Here is the way i use this tag : 

Thank you in advance for any help or insight about this. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336335
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm