[cfaussie] elegant charting of your logs

2008-09-20 Thread mark ireland

Anyone got an elegant solution for charting the logs you create with
cflog?

(Please note I am not on windows)

For example a chart of the request time of the slowest page for every
15 minutes for yesterday

(assuming my log is date, time, request time in milliseconds, etc, etc)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Filtering out folders.

2008-09-20 Thread Kym Kovan

Joris de Beer wrote:
 I'm using cfdirectory to recursively list the contents of a folder  
 structure.
 
 Unfortunately there are a lot of .svn folders in there and they are  
 also getting returned. Anyone have a tip for filtering out folders?  
 
 Currently I'm thinking of doing a query of queries to remove them from  
 the result set.

Check for the Hidden attribute which is H

We have this sort of thing everywhere:

cfif qryThisTemplateDirectory.type eq File and 
qryThisTemplateDirectory.Attributes does not contain H

for .svn and any other junk the OS might throw in.


-- 

Yours,

Kym Kovan
mbcomms.net.au


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2008-09-20 Thread Steve Onnis

I didn't say CFDOCUMENT is flakey

I said using it to generate screenshots of websites is flakey :) 

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Dale Fraser
Sent: Friday, 19 September 2008 3:19 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


Calling CFDOCUMENT flaky is wrong Steve,

It one day hopes to be flaky.

Let us know what tool you end up using for the image, would be interested.

Regards
Dale Fraser
http://learncf.com
http://flexcf.com



-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Steve Onnis
Sent: Friday, 19 September 2008 12:01 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


Cfdocument is soo flaky when it comes to this so im not using it.  I am
going for a command line exe which will give me an exact screen shot of the
site.  Then for the PDF I am going to load the image into the cfdocument
tag.

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Dale Fraser
Sent: Thursday, 18 September 2008 3:43 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


http://www.coldfusionjedi.com/index.cfm/2007/6/13/ColdFusion-8-URL-Thumbnail
s

Regards
Dale Fraser
http://learncf.com
http://flexcf.com



-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of [EMAIL PROTECTED]
Sent: Thursday, 18 September 2008 3:35 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


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 user to be able to save a copy of 
 the page as a PDF or an image.  Just looking at ways to do it.

 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
 Of Barry Beattie
 Sent: Thursday, 18 September 2008 3:27 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Generating PDF and JPG images from websites


 or (following on from Chris)

 screen-scrape with CFHTTP and *then* use cfdocument.

 (I hope this isn't checking how a design looks on different operating 
 systems or browsers ... that's a totally different kettle of fish)



 On Thu, Sep 18, 2008 at 3:23 PM, Chris Velevitch
[EMAIL PROTECTED]
 wrote:

 On Thu, Sep 18, 2008 at 2:57 PM, Steve Onnis [EMAIL PROTECTED]
 wrote:
 I have a requirement to generate a PDF and/or JPG of a website page.
 Can anyone provide and recommendations to achieve this reliably?

 cfdocument format=PDF ../cfdocument


 Chris
 --
 Chris Velevitch
 Manager - Adobe Platform Users Group, Sydney
 m: 0415 469 095
 www.apugs.org.au

 Adobe Platform Users Group, Sydney
 September meeting: It's Going To Be Brilliant
 Date: Mon 29th September 6pm for 6:30 start Details and RSVP on 
 http://apugs2008september.eventbrite.com

 






 














--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2008-09-20 Thread Steve Onnis

I ended up buying http://www.converthtmltoimage.com/

From the command line works fine, just having issues calling it from
CFEXECUTE. 

I was actually going to have a look at developing a web service for this
also so other people could use it.  What do you think?

Steve

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Dale Fraser
Sent: Friday, 19 September 2008 3:19 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


Calling CFDOCUMENT flaky is wrong Steve,

It one day hopes to be flaky.

Let us know what tool you end up using for the image, would be interested.

Regards
Dale Fraser
http://learncf.com
http://flexcf.com



-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Steve Onnis
Sent: Friday, 19 September 2008 12:01 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


Cfdocument is soo flaky when it comes to this so im not using it.  I am
going for a command line exe which will give me an exact screen shot of the
site.  Then for the PDF I am going to load the image into the cfdocument
tag.

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Dale Fraser
Sent: Thursday, 18 September 2008 3:43 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


http://www.coldfusionjedi.com/index.cfm/2007/6/13/ColdFusion-8-URL-Thumbnail
s

Regards
Dale Fraser
http://learncf.com
http://flexcf.com



-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of [EMAIL PROTECTED]
Sent: Thursday, 18 September 2008 3:35 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


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 user to be able to save a copy of 
 the page as a PDF or an image.  Just looking at ways to do it.

 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
 Of Barry Beattie
 Sent: Thursday, 18 September 2008 3:27 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Generating PDF and JPG images from websites


 or (following on from Chris)

 screen-scrape with CFHTTP and *then* use cfdocument.

 (I hope this isn't checking how a design looks on different operating 
 systems or browsers ... that's a totally different kettle of fish)



 On Thu, Sep 18, 2008 at 3:23 PM, Chris Velevitch
[EMAIL PROTECTED]
 wrote:

 On Thu, Sep 18, 2008 at 2:57 PM, Steve Onnis [EMAIL PROTECTED]
 wrote:
 I have a requirement to generate a PDF and/or JPG of a website page.
 Can anyone provide and recommendations to achieve this reliably?

 cfdocument format=PDF ../cfdocument


 Chris
 --
 Chris Velevitch
 Manager - Adobe Platform Users Group, Sydney
 m: 0415 469 095
 www.apugs.org.au

 Adobe Platform Users Group, Sydney
 September meeting: It's Going To Be Brilliant
 Date: Mon 29th September 6pm for 6:30 start Details and RSVP on 
 http://apugs2008september.eventbrite.com

 






 














--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: FWD: Sydney LiveCycle Developer position (also separate CF position)

2008-09-20 Thread Geoff Bowers

On Sep 19, 12:21 pm, Chris Velevitch [EMAIL PROTECTED]
wrote:
 I am currently resourcing for an Adobe Livecycle developer for one of
 my clients and would be keen to have a chat and see whether you would
 be interested, or whether you know someone who might be.

Please refrain from posting jobs to cfaussie.

This list/group/forum is more appropriate:
http://groups.google.com/group/cfjobs

Thank you,

-- geoff
http://lists.daemon.com.au/
List Mum
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2008-09-20 Thread Dale Fraser

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
Sent: Saturday, 20 September 2008 4:43 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


I ended up buying http://www.converthtmltoimage.com/

From the command line works fine, just having issues calling it from
CFEXECUTE. 

I was actually going to have a look at developing a web service for this
also so other people could use it.  What do you think?

Steve

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Dale Fraser
Sent: Friday, 19 September 2008 3:19 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


Calling CFDOCUMENT flaky is wrong Steve,

It one day hopes to be flaky.

Let us know what tool you end up using for the image, would be interested.

Regards
Dale Fraser
http://learncf.com
http://flexcf.com



-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Steve Onnis
Sent: Friday, 19 September 2008 12:01 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


Cfdocument is soo flaky when it comes to this so im not using it.  I am
going for a command line exe which will give me an exact screen shot of the
site.  Then for the PDF I am going to load the image into the cfdocument
tag.

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Dale Fraser
Sent: Thursday, 18 September 2008 3:43 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


http://www.coldfusionjedi.com/index.cfm/2007/6/13/ColdFusion-8-URL-Thumbnail
s

Regards
Dale Fraser
http://learncf.com
http://flexcf.com



-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of [EMAIL PROTECTED]
Sent: Thursday, 18 September 2008 3:35 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Generating PDF and JPG images from websites


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 user to be able to save a copy of 
 the page as a PDF or an image.  Just looking at ways to do it.

 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf
 Of Barry Beattie
 Sent: Thursday, 18 September 2008 3:27 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Generating PDF and JPG images from websites


 or (following on from Chris)

 screen-scrape with CFHTTP and *then* use cfdocument.

 (I hope this isn't checking how a design looks on different operating 
 systems or browsers ... that's a totally different kettle of fish)



 On Thu, Sep 18, 2008 at 3:23 PM, Chris Velevitch
[EMAIL PROTECTED]
 wrote:

 On Thu, Sep 18, 2008 at 2:57 PM, Steve Onnis [EMAIL PROTECTED]
 wrote:
 I have a requirement to generate a PDF and/or JPG of a website page.
 Can anyone provide and recommendations to achieve this reliably?

 cfdocument format=PDF ../cfdocument


 Chris
 --
 Chris Velevitch
 Manager - Adobe Platform Users Group, Sydney
 m: 0415 469 095
 www.apugs.org.au

 Adobe Platform Users Group, Sydney
 September meeting: It's Going To Be Brilliant
 Date: Mon 29th September 6pm for 6:30 start Details and RSVP on 
 http://apugs2008september.eventbrite.com

 






 

















--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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
 Sent: Saturday, 20 September 2008 4:43 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Generating PDF and JPG images from websites


 I ended up buying http://www.converthtmltoimage.com/

 From the command line works fine, just having issues calling it from
 CFEXECUTE.

 I was actually going to have a look at developing a web service for this
 also so other people could use it.  What do you think?

 Steve

 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
 Of Dale Fraser
 Sent: Friday, 19 September 2008 3:19 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Generating PDF and JPG images from websites


 Calling CFDOCUMENT flaky is wrong Steve,

 It one day hopes to be flaky.

 Let us know what tool you end up using for the image, would be interested.

 Regards
 Dale Fraser
 http://learncf.com
 http://flexcf.com



 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
 Of Steve Onnis
 Sent: Friday, 19 September 2008 12:01 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Generating PDF and JPG images from websites


 Cfdocument is soo flaky when it comes to this so im not using it.  I am
 going for a command line exe which will give me an exact screen shot of the
 site.  Then for the PDF I am going to load the image into the cfdocument
 tag.

 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
 Of Dale Fraser
 Sent: Thursday, 18 September 2008 3:43 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Generating PDF and JPG images from websites


 http://www.coldfusionjedi.com/index.cfm/2007/6/13/ColdFusion-8-URL-Thumbnail
 s

 Regards
 Dale Fraser
 http://learncf.com
 http://flexcf.com



 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
 Of [EMAIL PROTECTED]
 Sent: Thursday, 18 September 2008 3:35 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Generating PDF and JPG images from websites


 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 user to be able to save a copy of
 the page as a PDF or an image.  Just looking at ways to do it.

 -Original Message-
 From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
 Behalf
 Of Barry Beattie
 Sent: Thursday, 18 September 2008 3:27 PM
 To: cfaussie@googlegroups.com
 Subject: [cfaussie] Re: Generating PDF and JPG images from websites


 or (following on from Chris)

 screen-scrape with CFHTTP and *then* use cfdocument.

 (I hope this isn't checking how a design looks on different operating
 systems or browsers ... that's a totally different kettle of fish)



 On Thu, Sep 18, 2008 at 3:23 PM, Chris Velevitch
 [EMAIL PROTECTED]
 wrote:

 On Thu, Sep 18, 2008 at 2:57 PM, Steve Onnis [EMAIL PROTECTED]
 wrote:
 I have a requirement to generate a PDF and/or JPG of a website page.
 Can anyone provide and recommendations to achieve this reliably?

 cfdocument format=PDF ../cfdocument


 Chris
 --
 Chris Velevitch
 Manager - Adobe Platform Users Group, Sydney
 m: 0415 469 095
 www.apugs.org.au

 Adobe Platform Users Group, Sydney
 September meeting: It's Going To Be Brilliant
 Date: Mon 29th September 6pm for 6:30 start Details and RSVP on
 http://apugs2008september.eventbrite.com

 






 

















 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---