[cfaussie] Re: Generating PDF and JPG images from websites

2008-09-20 Thread shib71
http://stylizedweb.com/2008/04/26/website-screenshots-services/ On 9/20/08, Dale Fraser [EMAIL PROTECTED] wrote: Sounds Good, I think it would be popular. Regards Dale Fraser -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Onnis

[cfaussie] Re: Generating PDF and JPG images from websites

2008-09-17 Thread shib71
I can't remember any offhand, but there are also various command line tools and web-services that will create an image from a url. Probably for PDF too, if your CSS is too much for CFDocument. Blair On 9/18/08, Steve Onnis [EMAIL PROTECTED] wrote: No no The client wants a function for the

[cfaussie] Re: cfinclude and parent document variables

2008-07-03 Thread shib71
You would get this issue if head.cfm is included with cfmodule or as a tag instead of cfinclude. Except for a change in scope I'm not sure how this could happen. Blair On 7/3/08, David Heacock [EMAIL PROTECTED] wrote: I've got the strangest problem... I'm using a cheap CF hosting company

[cfaussie] Re: Converting HTML to PDF an retaining anchors

2006-04-04 Thread Shib71
Maybe a pdf printer driver? pdf995 looks like it could do the job. BlairOn 4/4/06, Steve Onnis [EMAIL PROTECTED] wrote: Hey guys This is pretty urgent and I have come up with nothing really. I have tried a number of product and none seem to work as I want them. I have a HTML document

[cfaussie] Re: Next QLD CFUG meeting Tomorrow, Tuesday 4th April in the Brisbane CBD

2006-04-02 Thread Shib71
see you there.blairOn 4/3/06, Barry Beattie [EMAIL PROTECTED] wrote: If you haven't already, then please RSVP by noon Wednesday, 4th of April,you mean tuesday, yes?if so I'll be therebOn 4/3/06, Darren Tracey [EMAIL PROTECTED] wrote: Details: When: 6:30 pm, Tuesday, 4th of April 2006 Where : ABN

[cfaussie] Re: Dealing with a random number of images

2006-03-22 Thread Shib71
This is a situation where the group property of cfoutput comes in very handy:cfoutput query=qImages group=prop !--- Do stuff with a property ---cfoutput!--- Do stuff with each instance of the property, eg process an image field --- /cfoutput/cfoutputCheersBlair On 3/22/06, Brett Payne-Rhodes

[cfaussie] Re: Dealing with a random number of images

2006-03-22 Thread Shib71
Would it be practical to store the image ids as a list and use that?BlairOn 3/23/06, Seona Bellamy [EMAIL PROTECTED] wrote:On 23/03/06, Shib71 [EMAIL PROTECTED] wrote: This is a situation where the group property of cfoutput comes in very handy:cfoutput query=qImages group=prop !--- Do stuff

[cfaussie] Re: Call Java Class (Java Code Attached)

2006-03-20 Thread Shib71
That's because the class doesn't have a no-arguments constructor. You need to provide an int argument level.BlairOn 3/21/06, Dale Fraser [EMAIL PROTECTED] wrote:This cfobject action="" type=java class=IceKey name=myObj /cfset ret=myObj.init() /cfdump var=#myObj# /Gives this Error Occurred While

[cfaussie] Re: Call Java Class (Java Code Attached)

2006-03-20 Thread Shib71
: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com ] On Behalf Of Shib71 Sent: Tuesday, 21 March 2006 14:07 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Call Java Class (Java Code Attached) That's because the class doesn't have a no-arguments constructor. You need to provide

[cfaussie] Re: Problem creating PDF from CFMX7 output

2006-03-13 Thread Shib71
If you've tried all those pdf generation and access methods, then presumably the problem is with the code that actually generates the content. Have you been able to narrow the problem down to the first line of code that can cause a problem by itself? Or conversely, incrementally built up the pdf

[cfaussie] Re: Controlling output in word format

2006-03-05 Thread Shib71
There is a CSS way of creating page breaks. Don't know if Word will respect it though.BlairOn 3/6/06, Kym Kovan [EMAIL PROTECTED] wrote: Hi Mike,you wrote: Thanks Pat.I get different results when I call my page in IE than when I call it in Firefox.(now THERE'S a surprise!) I'm outputting html

[cfaussie] Re: Application.cfc refresh

2006-02-21 Thread Shib71
OnApplicationStart only runs the first time a page with that application name is run. You should only put stuff that will never change, or needs to be initialized there. If you're playing with those settings for development, maybe you should put them in onrequest, then move them back for

[cfaussie] Invoking a web service

2006-01-29 Thread Shib71
I'm trying to set up a web service (https://www.workingwonders.com.au/webservices/test.cfc?wsdl), and the wsdl seems fine, but when I try to invoke it I get these errors: Here is the fault returned when invoking the web service operation: AxisFault faultCode:

[cfaussie] Re: application.cfc prblems

2006-01-26 Thread Shib71
with application.cfcThat's what all the this. Variables do?RegardsDale Fraser -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Shib71 Sent: Friday, 27 January 2006 2:13 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: application.cfc prblems