Re: For those who present at conferences (or want to)

2010-10-12 Thread Sean Corfield

On Mon, Oct 11, 2010 at 11:55 AM, Jeff Gladnick  wrote:
> Consider using www.prezi.com instead of powerpoint/etc for your next 
> presentation.  I've recently started experimenting with it (you can see my 
> first attempt to convert my resume to a prezi here: 
> http://www.jeffgladnick.com/).
>
> It allows for some really dynamic, interested presentation styles.  What I 
> did is barely scratching the surface.

I've seen a couple of examples of prezi.com stuff and it seems even
more ADHD than PowerPoint. It's the  tag of presentations,
IMO...
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwo

~|
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:338108
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: jQuery and cfcontent

2010-10-12 Thread Dan G. Switzer, II

On Tuesday, October 12, 2010, Dave Watts  wrote:

> You can't prompt the user to download a file if you're invoking the
> URL with standard jQuery AJAX calls. You have to basically just fetch
> the URL into a new or blank window.

I'd recommend posting to an iframe. You can even build the iframe
dynamically if you want, it doesn't have to be visible on the page.
I've used this technique in the past with great success.

-Dan

~|
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:338107
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: jQuery and cfcontent

2010-10-12 Thread Dave Watts

> Thanks for the example. My case it's a little bit different. I get the
> info from a db call and want to allow the user to download it as an
> excel file. And it works fine in stand alone mode but when invoked
> through jQuery the cfcontent is ignored.
> So I had to manually open another window which will trigger the download.

You can't prompt the user to download a file if you're invoking the
URL with standard jQuery AJAX calls. You have to basically just fetch
the URL into a new or blank window.

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-authorized
instruction at our training centers, online, or onsite.

~|
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:338106
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: jQuery and cfcontent

2010-10-12 Thread Michael Grant

Ah, totally missed the jquery invocation part. Gotcha.


On Tue, Oct 12, 2010 at 8:40 PM, Victor Moore wrote:

>
> Hi Michael,
>
> Thanks for the example. My case it's a little bit different. I get the
> info from a db call and want to allow the user to download it as an
> excel file. And it works fine in stand alone mode but when invoked
> through jQuery the cfcontent is ignored.
> So I had to manually open another window which will trigger the download.
>
> Thanks
> Victor
>
> On Tue, Oct 12, 2010 at 1:47 PM, Michael Grant  wrote:
> >
> > Here's a working example:
> >
> > 
> > 
> >
> > 
> > 
> >
> > 
> >  />
>
> 

~|
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:338105
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: jQuery and cfcontent

2010-10-12 Thread Victor Moore

Hi Michael,

Thanks for the example. My case it's a little bit different. I get the
info from a db call and want to allow the user to download it as an
excel file. And it works fine in stand alone mode but when invoked
through jQuery the cfcontent is ignored.
So I had to manually open another window which will trigger the download.

Thanks
Victor

On Tue, Oct 12, 2010 at 1:47 PM, Michael Grant  wrote:
>
> Here's a working example:
>
> 
> 
>
> 
> 
>
> 
> 

~|
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:338104
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: How to point to a Directory?

2010-10-12 Thread Gonzo Rock

Seeing your email Brandon got me thinking about this again and I
actually found a solution after deciding to google fakepath

from this resource:
http://acidmartin.wordpress.com/2009/06/09/the-mystery-of-cfakepath-unveiled/
"the real path to the file will be shown only if the page that
contains the control is added to the trusted sites collection of the
browser."

Because this identifies the application server as the trusted site it
SO worked for IE8 -- we will now instruct our installed base of this
configuration requirement when using the application to create the
links.  Good admins might be able to do this with a policy or
something... at any rate is we detect fakepath we can pop a dialog box
or alert and let them know the solution or at least that is the
plan short term.

Next is to work out how to get it to work in Firefox :-(

Thanks Brandon... oh and we have NO idea what folder structures are on
the computers in the network that they might choose to create links
on.


On Tue, Oct 12, 2010 at 1:19 PM, Brandon  wrote:
>
> Why don't you just throw your directory structure into the database and
> select it from a dropdown?  Maybe do some ajax to simulate the parent/child
> relationship when a directory is selected.
> On Oct 4, 2010 6:08 PM, "Gonzo Rock"  wrote:
>>
>> Using > but how do you let the user browse and point to a Directory?
>>
>> I am trying to figure out how to let a user browse to a particular
>> directory location on their network and then capture that location for
>> future use. In this instance the application will always look in this
>> location for files that it needs to process for the user.
>>
>> Thanks!
>>
>>
>
> 

~|
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:338103
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Site not load - only show HTTP header

2010-10-12 Thread Sebastian Powell

We are using Coldfusion 9

Thank you all for the suggtestions, I will try each of them and let you know if 
can resolve the issue

> > I have a user who cannot view my coldfusion website, we have large 
> number of users on the site that are not experiencing the
> > issue and i can't replicate the issue.
> >
> > When this particular user browses the site they just see the 
> following message (seems to be HTTP header) and the site does not
> > load.
> >
> > "HTTP/1.1 200 OK Connection: close Date: Sat, 09 Oct 2010 13:31:33 
> GMT Content-Type: text/html; charset=UTF-8 Server:
> > Microsoft-IIS/6.0 X-Powered-By: ASP.NET Content-Encoding: gzip Vary: 
> Accept-Encoding Transfer-Encoding: chunked "
> >
> > Any ideas what may be causing this issue? or how i can debug? I am 
> leaning towards a web server issue rather than coldfusion,
> > but not sure. any thoughts are appreciated.
> >
> > Note: have advised user do the following so far:
> > * check site on different browsers - same issue
> > * tried clearing browser cache - same issue
> 
> What version of CF are you running? That used to be a fairly common
> problem under high load with CF 5.
> 
> 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-authorized
> instruction at our training centers, online, or onsite.


~|
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:338102
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Site not load - only show HTTP header

2010-10-12 Thread Dave Watts

> I have a user who cannot view my coldfusion website, we have large number of 
> users on the site that are not experiencing the
> issue and i can't replicate the issue.
>
> When this particular user browses the site they just see the following 
> message (seems to be HTTP header) and the site does not
> load.
>
> "HTTP/1.1 200 OK Connection: close Date: Sat, 09 Oct 2010 13:31:33 GMT 
> Content-Type: text/html; charset=UTF-8 Server:
> Microsoft-IIS/6.0 X-Powered-By: ASP.NET Content-Encoding: gzip Vary: 
> Accept-Encoding Transfer-Encoding: chunked "
>
> Any ideas what may be causing this issue? or how i can debug? I am leaning 
> towards a web server issue rather than coldfusion,
> but not sure. any thoughts are appreciated.
>
> Note: have advised user do the following so far:
> * check site on different browsers - same issue
> * tried clearing browser cache - same issue

What version of CF are you running? That used to be a fairly common
problem under high load with CF 5.

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-authorized
instruction at our training centers, online, or onsite.

~|
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:338101
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Site not load - only show HTTP header

2010-10-12 Thread enigment

Is it the gzip encoding maybe? Can you turn that off on the server to try it?

Dave

On Tue, Oct 12, 2010 at 6:44 PM, Judah McAuley  wrote:
>
> Are they using any sort of proxy? Perhaps an ad blocker?
>
> Judah
>
> On Tue, Oct 12, 2010 at 3:12 PM, Sebastian Powell  wrote:
>>
>> Hi,
>>
>> I have a user who cannot view my coldfusion website, we have large number of 
>> users on the site that are not experiencing the issue and i can't replicate 
>> the issue.
>>
>> When this particular user browses the site they just see the following 
>> message (seems to be HTTP header) and the site does not load.
>>
>> "HTTP/1.1 200 OK Connection: close Date: Sat, 09 Oct 2010 13:31:33 GMT 
>> Content-Type: text/html; charset=UTF-8 Server: Microsoft-IIS/6.0 
>> X-Powered-By: ASP.NET Content-Encoding: gzip Vary: Accept-Encoding 
>> Transfer-Encoding: chunked "
>>
>> Any ideas what may be causing this issue? or how i can debug? I am leaning 
>> towards a web server issue rather than coldfusion, but not sure. any 
>> thoughts are appreciated.
>>
>> Note: have advised user do the following so far:
>> * check site on different browsers - same issue
>> * tried clearing browser cache - same issue
>>
>> Bas.

~|
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:338100
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Site not load - only show HTTP header

2010-10-12 Thread Judah McAuley

Are they using any sort of proxy? Perhaps an ad blocker?

Judah

On Tue, Oct 12, 2010 at 3:12 PM, Sebastian Powell  wrote:
>
> Hi,
>
> I have a user who cannot view my coldfusion website, we have large number of 
> users on the site that are not experiencing the issue and i can't replicate 
> the issue.
>
> When this particular user browses the site they just see the following 
> message (seems to be HTTP header) and the site does not load.
>
> "HTTP/1.1 200 OK Connection: close Date: Sat, 09 Oct 2010 13:31:33 GMT 
> Content-Type: text/html; charset=UTF-8 Server: Microsoft-IIS/6.0 
> X-Powered-By: ASP.NET Content-Encoding: gzip Vary: Accept-Encoding 
> Transfer-Encoding: chunked "
>
> Any ideas what may be causing this issue? or how i can debug? I am leaning 
> towards a web server issue rather than coldfusion, but not sure. any thoughts 
> are appreciated.
>
> Note: have advised user do the following so far:
> * check site on different browsers - same issue
> * tried clearing browser cache - same issue
>
> Bas.
>
>
>
>
> 

~|
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:338099
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Site not load - only show HTTP header

2010-10-12 Thread Ian Skinner

  On 10/12/2010 3:25 PM, Bryan Stevenson wrote:
> While I don't have an answer for you, I'd suggest the user try the site
> from another location (perhaps from home)helps eliminate an office
> firewall as the culprit or simply an issue of different DNS servers
> being used from office/home
>
> Good luck!

Along these lines, I would suggest the user try different, well known, 
ColdFusion sites.  Just to see if they experience the problems on all CF 
sites or just yours.

~|
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:338098
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Site not load - only show HTTP header

2010-10-12 Thread Bryan Stevenson

While I don't have an answer for you, I'd suggest the user try the site
from another location (perhaps from home)helps eliminate an office
firewall as the culprit or simply an issue of different DNS servers
being used from office/home

Good luck!


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: br...@electricedgesystems.com
web: www.electricedgesystems.com
 
Notice:
This message, including any attachments, is confidential and may contain
information that is privileged or exempt from disclosure. It is intended
only for the person to whom it is addressed unless expressly authorized
otherwise by the sender. If you are not an authorized recipient, please
notify the sender immediately and permanently destroy all copies of this
message and attachments.
Please consider the environment before printing this e-mail



~|
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:338097
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF Site not load - only show HTTP header

2010-10-12 Thread Sebastian Powell

Hi,

I have a user who cannot view my coldfusion website, we have large number of 
users on the site that are not experiencing the issue and i can't replicate the 
issue.

When this particular user browses the site they just see the following message 
(seems to be HTTP header) and the site does not load.

"HTTP/1.1 200 OK Connection: close Date: Sat, 09 Oct 2010 13:31:33 GMT 
Content-Type: text/html; charset=UTF-8 Server: Microsoft-IIS/6.0 X-Powered-By: 
ASP.NET Content-Encoding: gzip Vary: Accept-Encoding Transfer-Encoding: chunked 
"

Any ideas what may be causing this issue? or how i can debug? I am leaning 
towards a web server issue rather than coldfusion, but not sure. any thoughts 
are appreciated.

Note: have advised user do the following so far:
* check site on different browsers - same issue
* tried clearing browser cache - same issue

Bas.




~|
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:338096
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts

We don't do auto updates...so I doubt there was anything updated.  There may
have been some components missing...I am not 100% this was tested yet on the
new server.  I tried updating the active x control it calls and still get
the same error.  So I am still not sure of the source of the problem.  I can
name the class call to anything and I still get the error, so I am not
confident the call is correct.  I wonder if they changed how class calls in
com objects are referred from 2003 to 2008?

-Original Message-
From: DURETTE, STEVEN J (ATTASIAIT) [mailto:sd1...@att.com] 
Sent: Tuesday, October 12, 2010 4:28 PM
To: cf-talk
Subject: RE: 32-bit / 64-bit COM object issues in ColdFusion 9


I believe they just did do some kind of update to COM. I was just
reading something that mentioned it.

You may have to roll back the update to make it work the way you expect.

That's a security/stability decision for Eric though.

Steve


-Original Message-
From: Cameron Childress [mailto:camer...@gmail.com] 
Sent: Tuesday, October 12, 2010 4:25 PM
To: cf-talk
Subject: Re: 32-bit / 64-bit COM object issues in ColdFusion 9


Total shot in the dark, but isn't the second Tuesday of every month
Microsoft's designated update time?  Did your server auto update
itself overnight?  You might not have changed anything but the dark
unseen forces of Microsoft may have...

-Cameron



~|
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:338095
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: http://mail.seiter.com/webmail/driver?nimlet=showcanvas#Lions, Tigers and Images, Oh My!

2010-10-12 Thread William Seiter

http://www.williamoncoldfusion.com/index.php/knowledgebase/file-uploading


--
William E. Seiter


On Oct 12, 2010, Everett Alexander  wrote: 


Hello,

I have a an form that will be updating a database for creating webpages. That 
form will need to upload images (along with various other fields, text, etc.) 
to a server. So I want to point to a specific folder on the server to upload 
images, and then reference that location in the database.

Currently, when I upload an image, I get this in the database field:

/opt/jrun4/servers/DISCOVERY/SERVER-INF/temp/cfusion.war-tmp/neotmp2153518236327741178.tmp

When it should be this:

/images/news/volcanos.jpg


Any tips or direction?

Thanks in advance... 



~|
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:338094
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Javascript Cfquery

2010-10-12 Thread Charlie Griefer

On Tue, Oct 12, 2010 at 1:20 PM, fun and learning
wrote:

>
> Hi All -
>
> I am trying to do the following:
>
> 
>  function abc(arg1, arg2) {
> 
>select * from table1 where col1 = arg1
> 
> ..
>  }
>
> 
>
> Is it possible to pass javascript arguments to a coldfusion query which is
> in turn present in the javascript block?
>

ColdFusion runs on the server.  JavaScript runs on the client.  By the time
the browser has rendered the page, ColdFusion has done its duty and is
probably hanging out smoking a cigarette or using the little application
server room.

You can output CF variables to JS just like you do to HTML...


 var myName = "#myName#";


... but it's not a two-way conversation (much like my conversations with my
wife).  If you want them to talk to each other, you need to introduce AJAX
into the equation.

So short answer is, no... a JavaScript variable can't be used to manipulate
a ColdFusion variable (but the converse works a treat), without utilizing
AJAX.

And maybe worth noting that the "language" attribute of the 

Re: Javascript Cfquery

2010-10-12 Thread Ian Skinner

  On 10/12/2010 1:20 PM, fun and learning wrote:
> Hi All -
>
> I am trying to do the following:
>
> 
>function abc(arg1, arg2) {
>   
>  select * from table1 where col1 = arg1
>   
>   ..
>   }
>
> 

Not simultaneously!

ColdFusion runs on the server and JavaScript runs on the client.  
Complete different systems with completely different memory and 
variables executing completely different code and completely different 
times.  I.E. "Never will the twain, ColdFusion and JavaScript, meet."

  But there are plenty of ways to have JavaScript make request of 
ColdFusion and for ColdFusion to return JavaScript, just note that they 
are now working "together".

~|
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:338092
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Javascript Cfquery

2010-10-12 Thread fun and learning

Hi All - 

I am trying to do the following:


  function abc(arg1, arg2) {
 
select * from table1 where col1 = arg1
 
 ..
 }



Is it possible to pass javascript arguments to a coldfusion query which is in 
turn present in the javascript block? 

~|
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:338091
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread DURETTE, STEVEN J (ATTASIAIT)

I believe they just did do some kind of update to COM. I was just
reading something that mentioned it.

You may have to roll back the update to make it work the way you expect.

That's a security/stability decision for Eric though.

Steve


-Original Message-
From: Cameron Childress [mailto:camer...@gmail.com] 
Sent: Tuesday, October 12, 2010 4:25 PM
To: cf-talk
Subject: Re: 32-bit / 64-bit COM object issues in ColdFusion 9


Total shot in the dark, but isn't the second Tuesday of every month
Microsoft's designated update time?  Did your server auto update
itself overnight?  You might not have changed anything but the dark
unseen forces of Microsoft may have...

-Cameron

~|
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:338090
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Cameron Childress

On Tue, Oct 12, 2010 at 10:22 AM, Eric Roberts
 wrote:
> The odd thing for me is that  I have been running this with no issue for the
> past 2 weeks and for no known reason, we started to get the following error:
>
> Any ideas as to why this popped up out of the blue after working previously
> on teh same server? (64 bit CF9 and 64 bit Win2008 Server on IIS7)

Total shot in the dark, but isn't the second Tuesday of every month
Microsoft's designated update time?  Did your server auto update
itself overnight?  You might not have changed anything but the dark
unseen forces of Microsoft may have...

-Cameron

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

~|
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:338089
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: How to point to a Directory?

2010-10-12 Thread Brandon

Why don't you just throw your directory structure into the database and
select it from a dropdown?  Maybe do some ajax to simulate the parent/child
relationship when a directory is selected.
On Oct 4, 2010 6:08 PM, "Gonzo Rock"  wrote:
>
> Using  but how do you let the user browse and point to a Directory?
>
> I am trying to figure out how to let a user browse to a particular
> directory location on their network and then capture that location for
> future use. In this instance the application will always look in this
> location for files that it needs to process for the user.
>
> Thanks!
>
> 

~|
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:338088
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Lions, Tigers and Images, Oh My!

2010-10-12 Thread Ian Skinner

  On 10/12/2010 11:41 AM, Everett Alexander wrote:
> /opt/jrun4/servers/DISCOVERY/SERVER-INF/temp/cfusion.war-tmp/neotmp2153518236327741178.tmp

That is the temporary location where the web server (IIS or Apache) put 
the uploaded file after it decoded the data from the HTTP request.  It 
then put that file location into the form field so that what ever 
Application server is processing the form would know where the file is.

> When it should be this:
>
> /images/news/volcanos.jpg
You would use the  to process the above form 
filed so ColdFusion would get the temporary file and put it where you 
instruct it to.  Then you would probably use the #cffile[]#, or 
equivalent,  structure to find the relevant file path information to 
input into your database.

~|
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:338087
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Lions, Tigers and Images, Oh My!

2010-10-12 Thread David McGraw

I'm referring to how you handle the submission on the server side.  I almost
never use any cfform objects so you may need someone else to help you
there.  Typically after you submit the form, you have a set of code to
process the incoming file fields.  In order to handle a form submission in
CF, unless something has changed, you need to use the cffile action="upload"
with a reference to the form object name that is the file upload object on
the front end.

With that you then tell it where to put your file.

Dave @ Oyova Software
Jacksonville Web Design and Development 


On Tue, Oct 12, 2010 at 3:46 PM, Everett Alexander
wrote:

>
> I didn't catch this at first but I noticed you suggested cffile, where I
> had been using cfinput name="image" type="file".
>
> When I use cffile action, then I lose the option to browse for a file? Am I
> missing a step somewhere?
>
> >Did you supply a location for where to place the file on a cffile
> >action="upload", if not it's just saving it to the CF server's default
> >temporary location.
> >
> >I think you want to make sure every cffile has a destination attribute
> >filled out with where you want the file to go.
> >
> >
> >Dave @ Oyova Software
> >Jacksonville Web Design and Development 
> >
> >On Tue, Oct 12, 2010 at 2:41 PM, Everett Alexander
> >wrote:
> >
> >>
>
> 

~|
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:338086
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Lions, Tigers and Images, Oh My!

2010-10-12 Thread Everett Alexander

I didn't catch this at first but I noticed you suggested cffile, where I had 
been using cfinput name="image" type="file".

When I use cffile action, then I lose the option to browse for a file? Am I 
missing a step somewhere?

>Did you supply a location for where to place the file on a cffile
>action="upload", if not it's just saving it to the CF server's default
>temporary location.
>
>I think you want to make sure every cffile has a destination attribute
>filled out with where you want the file to go.
>
>
>Dave @ Oyova Software
>Jacksonville Web Design and Development 
>
>On Tue, Oct 12, 2010 at 2:41 PM, Everett Alexander
>wrote:
>
>> 

~|
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:338085
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts

This is on a server that isn't in production yet.  I am at a loss here.  I am 
sure it something to do with the 64vs32 bit issue, but this is supposed to be 
64 bit friendly.  I uninstalled the original one and installed a new version 
and I got the same error message.  I am not even sure if the server is seeing 
the control or not.  I would say that this one is beyond me ;-)  HELP!

>I'm seeing this as well, but on a CF8 server with 32 bit OS.  Every 
>time this happens I also get an email from FusionReactor that we're 
>hitting less than 2% of memory available, or that the server has started 
>to queue up requests.  So, to me, this would indicate it's out of memory 
>issue.  It's not happening after every request, just during periods of 
>heavy load.
>
>
>Matthew Williams
>Geodesic GraFX
>www.geodesicgrafx.com/blog
>
>On 10/12/2010 10:22 AM, Eric Roberts wrote:
>> 

~|
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:338084
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts

This is on a server that isn't in production yet...I am not very familiar with  
com objects, but I would assume they are like any other object in how they are 
referenced. I even installed a newer version and it doesn't seem to have an 
effect.  I am lost here on this issue.


>I'm seeing this as well, but on a CF8 server with 32 bit OS.  Every 
>time this happens I also get an email from FusionReactor that we're 
>hitting less than 2% of memory available, or that the server has started 
>to queue up requests.  So, to me, this would indicate it's out of memory 
>issue.  It's not happening after every request, just during periods of 
>heavy load.
>
>
>Matthew Williams
>Geodesic GraFX
>www.geodesicgrafx.com/blog
>
>On 10/12/2010 10:22 AM, Eric Roberts wrote:
>> 

~|
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:338083
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: What did you replace IMS Mailserver with?

2010-10-12 Thread Russ Michaels

We use HMAILServer as an SMTP post server, very good for a FREE open source
mail server.

Russ

-Original Message-
From: Brook Davies [mailto:br...@logiforms.com] 
Sent: 12 October 2010 17:37
To: cf-talk
Subject: What did you replace IMS Mailserver with?


I know there was some discussion about SMTP servers recently, but what about
POST servers? I am looking to replace an aging IMS mail server, since the
company no longer exists (although their website still does). I need the
ability to manage bounces and integrate with CF scripting to track failed
deliveries etc. What are all of you who were using IMS using now?

 

Brook D

 






~|
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:338082
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Lions, Tigers and Images, Oh My!

2010-10-12 Thread David McGraw

Did you supply a location for where to place the file on a cffile
action="upload", if not it's just saving it to the CF server's default
temporary location.

I think you want to make sure every cffile has a destination attribute
filled out with where you want the file to go.


Dave @ Oyova Software
Jacksonville Web Design and Development 

On Tue, Oct 12, 2010 at 2:41 PM, Everett Alexander
wrote:

>
> Hello,
>
> I have a an form that will be updating a database for creating webpages.
> That form will need to upload images (along with various other fields, text,
> etc.) to a server. So I want to point to a specific folder on the server to
> upload images, and then reference that location in the database.
>
> Currently, when I upload an image, I get this in the database field:
>
>
> /opt/jrun4/servers/DISCOVERY/SERVER-INF/temp/cfusion.war-tmp/neotmp2153518236327741178.tmp
>
> When it should be this:
>
> /images/news/volcanos.jpg
>
>
> Any tips or direction?
>
> Thanks in advance...
>
> 

~|
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:338081
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Lions, Tigers and Images, Oh My!

2010-10-12 Thread Everett Alexander

Hello,

I have a an form that will be updating a database for creating webpages. That 
form will need to upload images (along with various other fields, text, etc.) 
to a server. So I want to point to a specific folder on the server to upload 
images, and then reference that location in the database.

Currently, when I upload an image, I get this in the database field:

/opt/jrun4/servers/DISCOVERY/SERVER-INF/temp/cfusion.war-tmp/neotmp2153518236327741178.tmp

When it should be this:

/images/news/volcanos.jpg


Any tips or direction?

Thanks in advance... 

~|
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:338080
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Uploading photos to Facebook - ColdFusion & REST API

2010-10-12 Thread David Six2

Jeff,

Unfortunately, due to a bug, Graph API is not currently able to post images
to a page event on facebook.  But I've finally got the post event with image
code working for the old REST API.

David

On Mon, Oct 11, 2010 at 10:58 AM, Jeff Gladnick wrote:

>
> I think there is a function in the facebook graph API that you can use:
> http://facebookgraph.riaforge.org/
>
>
> > Howdy folks,
> >
> > I'm working on a ColdFusion application that creates events in
> > Facebook.  I have no trouble authenticating users and creating simple
> > events, but as soon as I add a picture with CFHTTPPARAM, I get a blank
> > response from Facebook.
> >
> > Here's the code I have that works:
> >
> > -
> >
> > 
> >
> > https://api.facebook.com/method/events.create?#params#";
> > method="get">
> >
> > -
> >
> > Given the correct permissions and authentication, this works great.
> > But as soon as I change my CFHTTP statement, the code fails.  This is
> > the code I'm using:
> >
> > -
> >
> > https://api.facebook.com/method/events.create?#params#";
> > method="post" multipart="yes">
>
> > 
> > 
> >
> > -
> >
> > Anyone have any ideas?  It might be that Facebook is looking for some
> > kind of a header, but I'm not sure what that would be.
> >
> > Thanks in advance!
> > David Six
>
>
> 

~|
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:338079
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Uploading photos to Facebook - ColdFusion & REST API

2010-10-12 Thread David Six2

Michael,

This did it, if I pass in all the parameters as formfields and the image,
this works.  Thanks very much!

https://api.facebook.com/method/events.create";
method="post">



 

Fantastic!
David

On Mon, Oct 11, 2010 at 5:14 PM, Michael Grant  wrote:

>
> Change type="url" to type="formfield"
>
> On Sun, Oct 10, 2010 at 1:43 PM, David Six2 
> wrote:
>
> >
> > > Perhaps Facebook is looking for the params in form variables rather
> > > than the URL since it's a post?
> >
> > Thanks for looking at this.  I tried this:
> >
> > https://api.facebook.com/method/events.create";
> method="post">
> > > encoded="no" type="url">
> > type="url">
> > 
> >
> > And I get the same response, nothing returned from Facebook and nothing
> > posted to events.  I tried a few different post combinations and actually
> I
> > can't get post to work at all, even though GET works fine.  Very weird.
> >
> > I'll keep plugging at it.
> >
> > David
> >
> > On Sun, Oct 10, 2010 at 6:07 AM, James Holmes  > >wrote:
> >
> > >
> > > Perhaps Facebook is looking for the params in form variables rather
> > > than the URL since it's a post?
> > >
> > > --
> > > WSS4CF - WS-Security framework for CF
> > > http://wss4cf.riaforge.org/
> > >
> > >
> > >
> > > On 10 October 2010 18:59, David Six  wrote:
> > > >
> > > > https://api.facebook.com/method/events.create?#params#";
> > > method="post" multipart="yes">
> > > > > > name="image.jpg" mimetype="image/jpeg">
> > > > 
> > >
> > >
> >
> >
>
> 

~|
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:338078
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: jQuery and cfcontent

2010-10-12 Thread Michael Grant

Here's a working example:












On Tue, Oct 12, 2010 at 1:36 PM, Victor Moore wrote:

>
> I think I may end up using this approach, to open a new window.
>
> @Michael the variable is expected to contain binary data. In my case
> is just a string.
>
> Thank you guys
> Much appreciated
>
> Victor
>
> On Tue, Oct 12, 2010 at 1:11 PM, Tony Bentley
>  wrote:
> >
> > I usually locate to another page which holds the cfheader code. What ends
> up
> > happening when you locate to another page is you are never redirected and
> > the page prompts to download. Doing it in jquery is unnecessary unless
> you
> > want to use a wait icon to ensure the processing is finished before
> > locating, which then all you need is a
> > document.location.href="page-to-cfheader.cfm";
> >
> >
> >
>
> 

~|
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:338077
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: jQuery and cfcontent

2010-10-12 Thread Victor Moore

I think I may end up using this approach, to open a new window.

@Michael the variable is expected to contain binary data. In my case
is just a string.

Thank you guys
Much appreciated

Victor

On Tue, Oct 12, 2010 at 1:11 PM, Tony Bentley
 wrote:
>
> I usually locate to another page which holds the cfheader code. What ends up
> happening when you locate to another page is you are never redirected and
> the page prompts to download. Doing it in jquery is unnecessary unless you
> want to use a wait icon to ensure the processing is finished before
> locating, which then all you need is a
> document.location.href="page-to-cfheader.cfm";
>
>
> 

~|
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:338076
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfexchangeConnection

2010-10-12 Thread Jeffrey Pratte

> 5 years of CF and this is the first time I have been asked to do 
> something with MS exchange and CF. not being 100% if its possible with 
> cfexchange tags can someone thats used them answer the following 
> questionsthanks
> 
> My client has his exchanged server on a hosted server and I have CF on 
> a server in another part of the world. I take it by using 
> cfexchangeConnection and the IP address of a hosted exchange server CF 
> will not have an issue  (i understand WebDav access needs to be 
> configured in IIS for the exchange server).  
> 
> this is what I want to do if anyone can see any issues please let me 
> know...
> 
> I will be using CF to query calender information for a user (I will 
> have the login credentials)
> 
> the exchange server sits on on my clients hosted server not ours
> 
> i need to query free dates, times and book appointments in blocks of 
> 15 mins and add this back  to outlook
  
Glyn,

Did you ever get it working?

We are reading the Exchange Calendar and display event on a portal page, but we 
can not figure out how to access the "Shown as" (the property display Busy, 
Free, Tentative, Out of Office) field. Has anybody found a way to do that in 
ColdFusion?

Thanks, Jeff Pratte 

~|
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:338075
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF based Poll?

2010-10-12 Thread David McGraw

I have worked with Soundings before and I found it horrible to work with...
I would rather develop my own before trying to work with that again.  Just
my experience with it, I am sure the client and the situation had more to do
with it than the product.

Regards,
David McGraw
Oyova Software, LLC
Web Design and Development  - Jacksonville,
FL



On Tue, Oct 12, 2010 at 1:22 PM, .jonah  wrote:

>
>  http://soundings.riaforge.org/
>
> On 10/12/10 7:45 AM, Michael Grant wrote:
> > Is there a recommendation for a polling tool (like polldaddy) that's CF
> > based and cheap/free?
> >
> > (Psst. Ray, I know I know. Check Riaforge. I'm looking for
> recommendations
> > first. :p )
> >
> >
>
> 

~|
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:338074
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF based Poll?

2010-10-12 Thread Michael Grant

Hey thanks ever so much!

NOTE: This result does NOT come up when you search Poll or Polling. Ray, you
might want to add that as a keyword. :)

On Tue, Oct 12, 2010 at 1:20 PM, jonah.blossom  wrote:

>  http://soundings.riaforge.org/
>
>
> On 10/12/10 9:14 AM, Michael Grant wrote:
>
>> Any recommendations on a cf based poll? Kind of like poll daddy?
>>
>> I checked riaforge and found nothing.
>>
>>


~|
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:338073
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF based Poll?

2010-10-12 Thread .jonah

  http://soundings.riaforge.org/

On 10/12/10 7:45 AM, Michael Grant wrote:
> Is there a recommendation for a polling tool (like polldaddy) that's CF
> based and cheap/free?
>
> (Psst. Ray, I know I know. Check Riaforge. I'm looking for recommendations
> first. :p )
>
>

~|
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:338072
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: jQuery and cfcontent

2010-10-12 Thread Tony Bentley

I usually locate to another page which holds the cfheader code. What ends up
happening when you locate to another page is you are never redirected and
the page prompts to download. Doing it in jquery is unnecessary unless you
want to use a wait icon to ensure the processing is finished before
locating, which then all you need is a
document.location.href="page-to-cfheader.cfm";


~|
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:338071
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: jQuery and cfcontent

2010-10-12 Thread Michael Grant

P.S. I use application/unknown to force it as a download.

On Tue, Oct 12, 2010 at 1:03 PM, Michael Grant  wrote:

> Try this, of course swapping out the variable value to whatever var name
> holds you xls content:
>
> 
> 
>
>
>
>
> On Tue, Oct 12, 2010 at 11:49 AM, Victor Moore wrote:
>
>>
>> Hi,
>>
>> I have a page with a button on it. When the button is clicked a jQuery
>> script runs a cfc , which basically cfoutputs the query in a table,
>> puts it a variables and returns it
>> I need to download the returned table in excel.
>> Unfortunately it doesn't work and the table is displyed on the page.
>>
>> I have tried to include :
>> 
>> in the savecontent variable returned and append it to the returned
>> variable in jQuery with no luck.
>>
>> If I run the page as stand alone it works fine and it display the save
>> as or open dialog box.
>>
>> Any idea how can I do this using jQuery?
>>
>> Thanks
>> Victor
>>
>> 

~|
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:338070
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: jQuery and cfcontent

2010-10-12 Thread Michael Grant

Try this, of course swapping out the variable value to whatever var name
holds you xls content:







On Tue, Oct 12, 2010 at 11:49 AM, Victor Moore wrote:

>
> Hi,
>
> I have a page with a button on it. When the button is clicked a jQuery
> script runs a cfc , which basically cfoutputs the query in a table,
> puts it a variables and returns it
> I need to download the returned table in excel.
> Unfortunately it doesn't work and the table is displyed on the page.
>
> I have tried to include :
> 
> in the savecontent variable returned and append it to the returned
> variable in jQuery with no luck.
>
> If I run the page as stand alone it works fine and it display the save
> as or open dialog box.
>
> Any idea how can I do this using jQuery?
>
> Thanks
> Victor
>
> 

~|
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:338069
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


What did you replace IMS Mailserver with?

2010-10-12 Thread Brook Davies

I know there was some discussion about SMTP servers recently, but what about
POST servers? I am looking to replace an aging IMS mail server, since the
company no longer exists (although their website still does). I need the
ability to manage bounces and integrate with CF scripting to track failed
deliveries etc. What are all of you who were using IMS using now?

 

Brook D

 




~|
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:338068
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: For those who present at conferences (or want to)

2010-10-12 Thread Rick Faircloth

Very interesting, Jeff!
Thanks for the tip!

Rick

-Original Message-
From: Jeff Gladnick [mailto:jeff.gladn...@gmail.com] 
Sent: Monday, October 11, 2010 2:56 PM
To: cf-talk
Subject: For those who present at conferences (or want to)


Consider using www.prezi.com instead of powerpoint/etc for your next
presentation.  I've recently started experimenting with it (you can see my
first attempt to convert my resume to a prezi here:
http://www.jeffgladnick.com/).

It allows for some really dynamic, interested presentation styles.  What I
did is barely scratching the surface. 



~|
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:338067
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF based Poll?

2010-10-12 Thread Michael Grant

Any recommendations on a cf based poll? Kind of like poll daddy?

I checked riaforge and found nothing.


~|
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:338066
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Matthew Williams

  I'm seeing this as well, but on a CF8 server with 32 bit OS.  Every 
time this happens I also get an email from FusionReactor that we're 
hitting less than 2% of memory available, or that the server has started 
to queue up requests.  So, to me, this would indicate it's out of memory 
issue.  It's not happening after every request, just during periods of 
heavy load.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

On 10/12/2010 10:22 AM, Eric Roberts wrote:
> This is a follow up on a discussion from back in June in regards to com
> object with CF9 on win 2008 server...
>
> Background...this process loads a flash file for a video tribute (for
> funeral homes)...
>
> The odd thing for me is that  I have been running this with no issue for the
> past 2 weeks and for no known reason, we started to get the following error:
>
> Any ideas as to why this popped up out of the blue after working previously
> on teh same server? (64 bit CF9 and 64 bit Win2008 Server on IIS7)
>
> An exception occurred when instantiating a COM object.The cause of this
> exception was that: java.lang.RuntimeException: Can not use native code:
> Initialisation failed.   The error occurred in
> *C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
> line 81*
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line
> 267
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 2
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 1
> *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49
> *Called 
> from*C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
> line 81
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line
> 267
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 2
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 1
> *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49
>
> 79 :
> 80 :*81 : class="Replacer.replace" name="replacer" type="com">*
> 82 :gikeke?kd===h?dl...@fac>JKHCL")>
> 83 :
>
>--
> Resources:
>
> - Check the ColdFusion documentation
> to verify that you are using the
> correct syntax.
> - Search the Knowledge Base  to
> find a solution to your problem.
>
>   Browser   Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9)
> Gecko/20100824 Firefox/3.6.9 GTB7.1  Remote Address   12.96.65.83
> Referrer
> http://devint.meaningfulfunerals.net/fh/admin/vt_index.cfm?&fh_id=10273&s_id=47ACB737-0A0D-8FD5-4C7763AE4BC8733A&o_id=413378&vt_type=1
> Date/Time   12-Oct-10 10:07 AM Stack Trace   at
> cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
> at
> cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
> at
> cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
> at
> cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
> at
> cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
> at
> cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
> at
> cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
> at
> cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
> at
> cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
> at
> cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
>
>
> java.lang.RuntimeException: Can not use native code: Initialisation failed
>   at com.linar.jintegra.NativeObjRef.(Unknown Source)
>   at com.linar.jintegra.Dispatch.createDispatch(Unknown Source)
>   at com.linar.jintegra.Dispatch.(Unknown Source)
>   at 
> com.intrinsyc.typeInfo.IMacroViewerProxy.(IMacroViewerProxy.java:32)
>   at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:90)
>   at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:69)
>   at 
> com.intrinsyc.typeInfo.InterfaceInfoFactory.getInfoGivenPROGID(InterfaceInfoFactory.java:50)
>   at coldfusion.runtime.com.ComProxy.(ComProxy.java:114)
>   at 
> coldfusion.runtime.com.ComProxyFactory.getProxy(ComProxyFactory.java:41)
>   at coldfusion.runtime.ProxyFactory.getProxy(ProxyFactory.java:65)
>   at coldfusion.runtime.CFPage.createObjectProxy(CFPage.java:4949)
>   at coldfusion.tagext.lang.ObjectTag.doStartTag(ObjectTag.java:427)
>   at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
>   at 
> cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
>   at c

Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts

Additional info on this:

What this process is doing is taking some images and music and putting them 
together to create a slide show and creates an exe file. I would assume that 
whatever com object/java or whatever that is built into CF would all work the 
same in the 64bit as it does in the 32bit version.  I don;t believe this is 
anything that we have added, but I could be wrong on this.  Unfortunately, the 
guy that did this i no longer here and no one here has any knowledge of how 
this works. Is there a better way of doing this maybe that is 64 bit friendly?  
I don't know much about flash and do not know AS at all.  It looks like it 
involves jintegra (which i am assuming is built into CF), which I never really 
looked at until digging into this.  Any help on this would be very much 
appreciated.

Thanks!
Eric

> This is a follow up on a discussion from back in June in regards to 
> com
> object with CF9 on win 2008 server...
> 
> Background...this process loads a flash file for a video tribute (for
> funeral homes)...
> 
> The odd thing for me is that  I have been running this with no issue 
> for the
> past 2 weeks and for no known reason, we started to get the following 
> error:
> 
> Any ideas as to why this popped up out of the blue after working 
> previously
> on teh same server? (64 bit CF9 and 64 bit Win2008 Server on IIS7)
> 
> An exception occurred when instantiating a COM object.The cause of 
> this
> exception was that: java.lang.RuntimeException: Can not use native 
> code:
> Initialisation failed.   The error occurred in
> *C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
> line 81*
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line
> 267
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line 2
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line 1
> *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: 
> line 49
> *Called 
> from*C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.
> cfm:
> line 81
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line
> 267
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line 2
> *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: 
> line 1
> *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: 
> line 49
> 
> 79 :
> 80 : *81 :  class="Replacer.replace" name="replacer" type="com">*
> 82 : gikeke?kd===h?dl...@fac>JKHCL")>
> 83 : 
> 
  
> --
   
> Resources:
> 
   
> - Check the ColdFusion documentation
> to verify that you are using the
> correct syntax.
   
> - Search the Knowledge Base  
> to
   
> find a solution to your problem.
> 
 
> Browser   Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9)
> Gecko/20100824 Firefox/3.6.9 GTB7.1  Remote Address   12.96.65.83
> Referrer
> http://devint.meaningfulfunerals.net/fh/admin/vt_index.
cfm?&fh_id> 
=10273&s_id=47ACB737-0A0D-8FD5-4C7763AE4BC8733A&o_id=413378&vt_type=1
> Date/Time   12-Oct-10 10:07 AM Stack Trace   at
> cfdownload_create22ecfm1127011690.
> runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.
> cfm:81)
> at
> cftemplate2ecfm476814760.
> _factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
> at
> cftemplate2ecfm476814760.
> _factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
> at
> cftemplate2ecfm476814760.
> runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
> at
> cfvt_download2ecfm373307081.
> runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
> at
> cfdownload_create22ecfm1127011690.
> runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.
> cfm:81)
> at
> cftemplate2ecfm476814760.
> _factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
> at
> cftemplate2ecfm476814760.
> _factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
> at
> cftemplate2ecfm476814760.
> runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
> at
> cfvt_download2ecfm373307081.
> runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
> 
> 
> java.lang.RuntimeException: Can not use native code: Initialisation 
> failed
>   at com.linar.jintegra.NativeObjRef.(Unknown Source)
>   at com.linar.jintegra.Dispatch.createDispatch(Unknown Source)
>   at com.linar.jintegra.Dispatch.(Unknown Source)
>   at com.intrinsyc.typeInfo.IMacroViewerProxy.(IMacroViewerProxy.
> java:32)
>   at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:90)
>   at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:69)
>   at com.intrinsyc.typeInfo.InterfaceInfoFactory.
> getInfoGivenPROGID(InterfaceInfoFactory.java:50)
>   at coldfusion.runtime.com.ComProxy.(ComProxy.java:114)
>   at coldfusion.runtime.com.ComProxyFactory.getProxy(ComP

For those who present at conferences (or want to)

2010-10-12 Thread Jeff Gladnick

Consider using www.prezi.com instead of powerpoint/etc for your next 
presentation.  I've recently started experimenting with it (you can see my 
first attempt to convert my resume to a prezi here: 
http://www.jeffgladnick.com/).

It allows for some really dynamic, interested presentation styles.  What I did 
is barely scratching the surface.


~|
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:338063
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


For those who present at conferences (or want to)

2010-10-12 Thread Jeff Gladnick

Consider using www.prezi.com instead of powerpoint/etc for your next 
presentation.  I've recently started experimenting with it (you can see my 
first attempt to convert my resume to a prezi here: 
http://www.jeffgladnick.com/).

It allows for some really dynamic, interested presentation styles.  What I did 
is barely scratching the surface. 

~|
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:338062
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF901 Released

2010-10-12 Thread Rob Barthle

All the people having this issue, were you working on Windows servers? If not 
what OS were you on? 

~|
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:338061
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfssetting showdebugoutput

2010-10-12 Thread fun and learning

I am using access='remote' in my cffunction method:

so Used  after the  but with no 
effect. I dont see any output, but I donot see any result in my grid. below is 
the jquery function calling the cfc:


$(document).ready(function(){
$("#list").jqGrid({
url:'test.cfc?method=buildGrid',
datatype: 'json',
colNames:['col1','col2', 'col3'],
colModel:[{name:'col1',index:'col1', width:160},
{name:'col2',index:'col2', width:190},
{name:'col3',index:'col3', width:180, align:"right"}],
pager: $('#pager'),
rowNum:10,
rowList:[10,20,30],
sortorder: "desc",
viewrecords: true,
caption: 'Invoices',
jsonReader: {
root: "ROWS",
page: "PAGE",
total: "TOTAL",
records: "RECORDS"
}
});
});
 

~|
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:338060
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Uploading photos to Facebook - ColdFusion & REST API

2010-10-12 Thread Jeff Gladnick

I think there is a function in the facebook graph API that you can use:
http://facebookgraph.riaforge.org/


> Howdy folks,
> 
> I'm working on a ColdFusion application that creates events in 
> Facebook.  I have no trouble authenticating users and creating simple 
> events, but as soon as I add a picture with CFHTTPPARAM, I get a blank 
> response from Facebook.
> 
> Here's the code I have that works:
> 
> -
> 
> 
>   
> https://api.facebook.com/method/events.create?#params#"; 
> method="get">
> 
> -
> 
> Given the correct permissions and authentication, this works great.  
> But as soon as I change my CFHTTP statement, the code fails.  This is 
> the code I'm using:
> 
> -
> 
> https://api.facebook.com/method/events.create?#params#"; 
> method="post" multipart="yes">

> 
> 
> 
> -
> 
> Anyone have any ideas?  It might be that Facebook is looking for some 
> kind of a header, but I'm not sure what that would be.
> 
> Thanks in advance!
> David Six 


~|
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:338059
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-12 Thread David McGraw

I can't imagine it's good for ColdFusion, then again, perhaps it may mean some 
real advertising and pushing of a great technology.  Imagine CF freely bundled 
with all IIS servers.  It could mean a HUGE boom for the CF community.  CF.NET 
would rock.

Dave @ Oyova Software
http://www.oyova.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:338058
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: PDF scaling

2010-10-12 Thread David McGraw

Could the "fontEmbed" option help?  I don't think it will but worth a try.  

Dave @ Oyova.com
http://www.oyova.com";>Web Development and Design - Oyova Software 

~|
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:338057
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


jQuery and cfcontent

2010-10-12 Thread Victor Moore

Hi,

I have a page with a button on it. When the button is clicked a jQuery
script runs a cfc , which basically cfoutputs the query in a table,
puts it a variables and returns it
I need to download the returned table in excel.
Unfortunately it doesn't work and the table is displyed on the page.

I have tried to include :

in the savecontent variable returned and append it to the returned
variable in jQuery with no luck.

If I run the page as stand alone it works fine and it display the save
as or open dialog box.

Any idea how can I do this using jQuery?

Thanks
Victor

~|
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:338056
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF based Poll?

2010-10-12 Thread Michael Grant

Is there a recommendation for a polling tool (like polldaddy) that's CF
based and cheap/free?

(Psst. Ray, I know I know. Check Riaforge. I'm looking for recommendations
first. :p )


~|
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:338055
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


re:32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Eric Roberts

This is a follow up on a discussion from back in June in regards to com
object with CF9 on win 2008 server...

Background...this process loads a flash file for a video tribute (for
funeral homes)...

The odd thing for me is that  I have been running this with no issue for the
past 2 weeks and for no known reason, we started to get the following error:

Any ideas as to why this popped up out of the blue after working previously
on teh same server? (64 bit CF9 and 64 bit Win2008 Server on IIS7)

An exception occurred when instantiating a COM object.The cause of this
exception was that: java.lang.RuntimeException: Can not use native code:
Initialisation failed.   The error occurred in
*C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
line 81*
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line
267
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 2
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 1
*Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49
*Called from*C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
line 81
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line
267
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 2
*Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 1
*Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49

79 :
80 : *81 : *
82 : gikeke?kd===h?dl...@fac>JKHCL")>
83 : 

  --
   Resources:

   - Check the ColdFusion documentation
to verify that you are using the
correct syntax.
   - Search the Knowledge Base  to
   find a solution to your problem.

 Browser   Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9)
Gecko/20100824 Firefox/3.6.9 GTB7.1  Remote Address   12.96.65.83
Referrer
http://devint.meaningfulfunerals.net/fh/admin/vt_index.cfm?&fh_id=10273&s_id=47ACB737-0A0D-8FD5-4C7763AE4BC8733A&o_id=413378&vt_type=1
Date/Time   12-Oct-10 10:07 AM Stack Trace   at
cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
at
cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
at
cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
at
cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
at
cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
at
cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
at
cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
at
cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
at
cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
at
cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)


java.lang.RuntimeException: Can not use native code: Initialisation failed
at com.linar.jintegra.NativeObjRef.(Unknown Source)
at com.linar.jintegra.Dispatch.createDispatch(Unknown Source)
at com.linar.jintegra.Dispatch.(Unknown Source)
at 
com.intrinsyc.typeInfo.IMacroViewerProxy.(IMacroViewerProxy.java:32)
at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:90)
at com.intrinsyc.typeInfo.MacroViewer.(MacroViewer.java:69)
at 
com.intrinsyc.typeInfo.InterfaceInfoFactory.getInfoGivenPROGID(InterfaceInfoFactory.java:50)
at coldfusion.runtime.com.ComProxy.(ComProxy.java:114)
at 
coldfusion.runtime.com.ComProxyFactory.getProxy(ComProxyFactory.java:41)
at coldfusion.runtime.ProxyFactory.getProxy(ProxyFactory.java:65)
at coldfusion.runtime.CFPage.createObjectProxy(CFPage.java:4949)
at coldfusion.tagext.lang.ObjectTag.doStartTag(ObjectTag.java:427)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at 
cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at 
cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
at 
cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
at 
cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at co

Re: Uploading photos to Facebook - ColdFusion & REST API

2010-10-12 Thread Michael Grant

Change type="url" to type="formfield"

On Sun, Oct 10, 2010 at 1:43 PM, David Six2  wrote:

>
> > Perhaps Facebook is looking for the params in form variables rather
> > than the URL since it's a post?
>
> Thanks for looking at this.  I tried this:
>
> https://api.facebook.com/method/events.create"; method="post">
> encoded="no" type="url">
>
> 
>
> And I get the same response, nothing returned from Facebook and nothing
> posted to events.  I tried a few different post combinations and actually I
> can't get post to work at all, even though GET works fine.  Very weird.
>
> I'll keep plugging at it.
>
> David
>
> On Sun, Oct 10, 2010 at 6:07 AM, James Holmes  >wrote:
>
> >
> > Perhaps Facebook is looking for the params in form variables rather
> > than the URL since it's a post?
> >
> > --
> > WSS4CF - WS-Security framework for CF
> > http://wss4cf.riaforge.org/
> >
> >
> >
> > On 10 October 2010 18:59, David Six  wrote:
> > >
> > > https://api.facebook.com/method/events.create?#params#";
> > method="post" multipart="yes">
> > > > name="image.jpg" mimetype="image/jpeg">
> > > 
> >
> >
>
> 

~|
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:338053
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfssetting showdebugoutput

2010-10-12 Thread Michael Grant

They do.


On Sun, Oct 10, 2010 at 7:40 PM, enigment  wrote:

>
> I'm pretty certain that "no", "false", and "0" all have the same effect.
>
> Dave
>
> On Sun, Oct 10, 2010 at 3:43 PM, Reed Powell 
> wrote:
> >
> > You want  not "false". It will stop any
> debug output, just as if you removed your IP address from the list in cf
> admin.  It will not have any effect on error output, etc.
> >
> >
> >
>
> 

~|
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:338052
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Excel?

2010-10-12 Thread ColdFusion Developer

I am looking to see what other developers are using to read excel files as
datasources?

Here is the scenarios:

User downloads an Excel file
Loads it on their tablet PC and walks around filling in questions (Yes/No &
Comment type questions)
-- If yes, no comment required
-- If no, comment required

Once all questions are answered, they upload the excel file to the server.

I need to read the answers (Yes/No - Comment) and save them to the database.

I can create the excel file as a single worksheet without any problem.
Since it is multiple users, what is the best approach for obtaining the
results of the questions?

TIA!


~|
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:338051
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfssetting showdebugoutput

2010-10-12 Thread funand learning

I am using access="remote" in cffunction, and  immediately after the  tag. This does not
work either. i also tried using cfsetting in application.cfm with no use.

Any other alternatives I can try?

On Sun, Oct 10, 2010 at 7:40 PM, enigment  wrote:

>
> I'm pretty certain that "no", "false", and "0" all have the same effect.
>
> Dave
>
> On Sun, Oct 10, 2010 at 3:43 PM, Reed Powell 
> wrote:
> >
> > You want  not "false". It will stop any
> debug output, just as if you removed your IP address from the list in cf
> admin.  It will not have any effect on error output, etc.
> >
> >
> >
>
> 

~|
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:338050
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


PDF scaling

2010-10-12 Thread Jason Durham

How do I keep ColdFusion from scaling my content when I use ?

Hello, World.

I've clearly set a fixed font size but it comes out to something closer to 
28px.  I've used  also, however the docs say 
you only need to use scale if you want it smaller than 100%.


Confidentiality Warning: This e-mail contains information intended only for the 
use of the individual or entity named above. If the reader of this e-mail is 
not the intended recipient or the employee or agent responsible for delivering 
it to the intended recipient, any dissemination, publication or copying of this 
e-mail is strictly prohibited. The sender does not accept any responsibility 
for any loss, disruption or damage to your data or computer system that may 
occur while using data contained in, or transmitted with, this e-mail. If you 
have received this e-mail in error, please immediately notify us by return 
e-mail.


~|
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:338049
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Broken code after CF9.01 patch

2010-10-12 Thread Jason Durham

Heh... my line break didn't show up in the last email either.

Has anyone else experienced similar behavior?


-Original Message-
From: Jason Durham [mailto:jdur...@cti-stl.com]
Sent: Friday, October 08, 2010 4:57 PM
To: cf-talk
Subject: RE: Broken code after CF9.01 patch


Sorry for the poorly formatted code sample below.  Here it is again with a
line break...

coverageID = reReplaceNoCase( li, "\AOPT_([0-9]+)\Z", "\1" );
oCoverage = MaintenancePlanService.getCoverage( props : { coverageID =
coverageID } );

I've implemented a work-around by omitting the inline structure notation.

props = structNew();
props.coverageID = reReplaceNoCase( li, "\AOPT_([0-9]+)\Z", "\1" );
oCoverage = MaintenancePlanService.getCoverage( props = props );

-Original Message-
From: Jason Durham [mailto:jdur...@cti-stl.com]
Sent: Friday, October 08, 2010 4:41 PM
To: cf-talk
Subject: RE: Broken code after CF9.01 patch


Correction... that's the 9.0.1 patch.  The filename was
ColdFusion_update_901_WWEJ_win64.exe on Windows 7 Pro 64 bit using IIS7 with
the IIS compatibility stuff still active.

-Original Message-
From: Jason Durham [mailto:jdur...@cti-stl.com]
Sent: Friday, October 08, 2010 4:37 PM
To: cf-talk
Subject: Broken code after CF9.1 patch


Today, I patched my CF9 development machine with the latest .exe available
from Adobe.  The following code is now broken...


Transfer ORM throws an exception because coverageID is empty.   If I dump
the arguments in getCoverage(), I see a struct with a single key of
"coverageID" and an [empty string] value.  However, if I dump coverageID
before the Service is called (after first line  above), I see that
coverageID = 3.

Has anyone else experienced a similar problem?


Confidentiality Warning: This e-mail contains information intended only for
the use of the individual or entity named above. If the reader of this
e-mail is not the intended recipient or the employee or agent responsible
for delivering it to the intended recipient, any dissemination, publication
or copying of this e-mail is strictly prohibited. The sender does not accept
any responsibility for any loss, disruption or damage to your data or
computer system that may occur while using data contained in, or transmitted
with, this e-mail. If you have received this e-mail in error, please
immediately notify us by return e-mail.








~|
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:338048
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm