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

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 bino...@gmail.com wrote: Hi, Did anyone ever use

best 301 method

2010-08-17 Thread Matthew Smith
Which is preferred? cfheader statuscode=”301″ statustext=”Moved permanently” / cfheader name=”location” value=” http://www.mysite.com/new-location-for-content/” / or cflocation url = “http://www.mysite.com/new-location-for-content/” addToken = “no” statusCode = “301″

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? cfheader statuscode=”301″ statustext=”Moved

Re: best 301 method

2010-08-17 Thread Casey Dougall
On Tue, Aug 17, 2010 at 12:38 PM, Matthew Smith chedders...@gmail.comwrote: Which is preferred? cfheader statuscode=”301″ statustext=”Moved permanently” / cfheader name=”location” value=” http://www.mysite.com/new-location-for-content/” / or cflocation url =

RE: best 301 method

2010-08-17 Thread Robert Harrison
http://www.austin-williams.com Great advertising can't be either/or.  It must be . Plug in to our blog: AW Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5373 (20100817) __ The message was checked

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

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: cfheader statuscode=410/ On Tue, Aug 17, 2010 at 11:45 AM, Jacob ja...@excaliburfilms.com wrote: I have been using cfheader for 301 without any issues. -Original Message- From: Matthew Smith

Re: SpreadSheetAddImage

2010-08-17 Thread benjamin schwartz
Hey Michael, Thank you for your answer, I also tried it like this : cfset SpreadSheetAddImage(sObj, image, jpg, 4,4,54,54,1,1,1,2) but it seems to ignore it as well. What throws me off is that the adobe doc says : startRow,startColumn,endRow,endColumn

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!

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... cfcomponent cffunction name=init access=public cfargument

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... cfcomponent        cffunction name=init access=public                

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 dwa...@figleaf.com wrote: This works... obj= createObject(component,cfc.MyClass); obj.init(application.id); obj.executeMethod();

(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