[cfaussie] Re: set file created date with ColdFusion

2009-08-31 Thread phaddon
On Mon, Aug 31, 2009 at 02:43:43PM +0800, AJ Mercer wrote: > see attached screenshot > > I would like to set the highlighted property If .Net doesn't have the ability, and you can cfexecute, check out programs such as DirDate: http://www.datamystic.com/dirdate.html Just one of many. Cheers Pa

[cfaussie] Re: set file created date with ColdFusion

2009-08-30 Thread phaddon
On Mon, Aug 31, 2009 at 04:29:32PM +1000, Steve Onnis wrote: > Files dont have a "DateCreated" value, only DateModified If his server is running on a filesystem later than DOS then every file will have 3 date values, not 1: - date created - date modified - date accessed If he is able to execut

[cfaussie] Re: PHP to CF help

2009-06-16 Thread phaddon
On Wed, Jun 17, 2009 at 12:45:21PM +1000, Ben Lowndes wrote: > I've got the cocoa app posting to a simple debug script (see below) and on > checking the resulting file there's no form or url data being sent.. Very > frustrating!I can't see how the php script can be handling it, so I think > all I

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

2008-09-17 Thread phaddon
On Thu, Sep 18, 2008 at 03:28:43PM +1000, Steve Onnis 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. blah #theWholePage# Either create the PDF/jpg before outputting the page (and

[cfaussie] Re: Quick List question

2008-09-09 Thread phaddon
On Wed, Sep 10, 2008 at 01:45:46PM +0800, Brett Payne-Rhodes wrote: > > I don't think list processing is clever enough to say "Ignore delimiters that > are inside double quotes" so it treats the comma inside your 'third' element > as a valid delimiter. > > You might have to run a clever bit of

[cfaussie] Re: Text change percentage or score

2008-06-30 Thread phaddon
On Tue, Jul 01, 2008 at 04:20:28PM +1000, Steve Onnis wrote: > > Does anyone know of a method where you can calculate either by percentage or > score or something as to how much a string has changed? > > For example: > 1) Hi my name is Steve > 2) Hi my name is John > > Only the name has changed

[cfaussie] Re: [OT] Security, record bot infected machines

2008-03-02 Thread phaddon
On Mon, Mar 03, 2008 at 01:00:17PM +1000, Taco Fleur wrote: > We've been dealing with Spammers, bot infected machines, email harvesters, > etc. a lot in the past couple of months. And its a real pain and costing > lots of money. The big Telco's just don't care, none of our requests to get > to th

[cfaussie] Re: Setting up CF for a designer

2008-01-09 Thread phaddon
On Thu, Jan 10, 2008 at 09:43:02AM +1100, Mark Mandel wrote: > My initial thought was to just give her a standalone install of CF > with a .bat file to turn it on and off (Windows platform). > > The more I think about it though, she may end up doing work on other > CF sites (through me), so mayb

[cfaussie] Re: VBA crosstab query ---> coldfusion query

2007-09-25 Thread phaddon
On Tue, Sep 25, 2007 at 07:05:46PM -0700, Greavesy wrote: > Hello everyone! My name is Maureen and I have just recently joined > this group and am developing coldfusion pages for our work intranet > reporting site. A large majority of work will be developing pages > connected to SQL server data

[cfaussie] Re: Storing PDF files as blobs in a database

2007-08-14 Thread phaddon
> Any one got any other ideas on this? Other ideas? How about: don't do that? > All I want to do is read a PDF file, > insert the data into the database and then be able to query the database and > output the pdf again either to the browser for download or to write it to > the file system agai

[cfaussie] Re: OT: Server Recommendation

2007-08-07 Thread phaddon
On Wed, Aug 08, 2007 at 12:49:45PM +1000, Andrew Scott wrote: > Joel, > > Not heard of Raid 10 as of yet, is that similar to 5 in some way? For info on RAID 5 vs RAID 10, check out http://www.baarf.com/ 'specially Art Kagel's article. Art's the DB admin at Bloomberg, so he's got some experienc

[cfaussie] Re: Query Structure

2007-07-11 Thread phaddon
On Thu, Jul 12, 2007 at 03:52:54PM +1000, KNOTT, Brian wrote: > I'm having a slow mind afternoon > > How do I look at a particular record in a query using structure > notation. E.g. results[5].field queryName.fieldName[recordNo] Paul Haddon Technical Services Manager Formstar Print Technolog

[cfaussie] Re: Struct notation - whats wrong with this?

2007-07-09 Thread phaddon
On Tue, Jul 10, 2007 at 12:13:56PM +1000, Mike Kear wrote: > Yes! thanks Paul, that did work indeed. Good This will also work: segment[#counter#]['thispage'] = counter; segment[#counter#]['nextpage'] = (counter + 1); segment[#counter#]['content'] = "#contentelement#"; Extending it further

[cfaussie] Re: Struct notation - whats wrong with this?

2007-07-09 Thread phaddon
On Tue, Jul 10, 2007 at 12:03:26PM +1000, Mike Kear wrote: > Ok I'm looking to see where i'm wrong here. I guess i have incorrect > syntax somewhere but i dont know where, or maybe you just can't do it > the way i am trying to do it ... > > Here's what i want to end up with - a structure with

[cfaussie] Re: [Ann Syd] June Meeting Sydney Flash Developers

2007-06-19 Thread phaddon
On Wed, Jun 20, 2007 at 12:33:27PM +1000, Chris Velevitch wrote: > The next meeting is on Monday 28th June, somewhere in Chatswood. > Details to follow. Mark this date in your diary. Or better yet, the 25th. The next Monday 28th is in January 2008 ;) --~--~-~--~~~-

[cfaussie] Re: Can someone point me in the right direction

2007-06-18 Thread phaddon
> Hey CF Aussie, > > can someone point me in the right direction, I have a client > who is wanting to utilize flash on their site and wants to > record a webcam the to local harddrive and then push/publish > to a ftp site > > but unfortunately all of the solutions out there only record > streams

[cfaussie] Re: Large CSV's and server timeouts

2007-06-13 Thread phaddon
On Thu, Jun 14, 2007 at 10:04:13AM +1000, Andrew Scott wrote: > Grant, > The most efficient way that I can think about of the top of my head, is to > write a .Net / C++ / Java application that will run and buffer read the > file. I came across this once before and the only solution is to write a

[cfaussie] Re: SOT: A bargain LCD screen

2007-06-06 Thread phaddon
On Wed, Jun 06, 2007 at 04:58:54PM +1000, Peter Tilbrook wrote: > Ordered yesterday (before 12pm) and delivered today (also before 12pm). > > A 22" Acer wide screen LCD monitor for only $429.00. Must be a mistake > but I got mine right in front of me. Also grabbed a 320Gb Iomega > external USB H

[cfaussie] Re: CFMAIL sending to multiple addresses through the query

2007-05-30 Thread phaddon
On Thu, May 31, 2007 at 12:54:14PM +1000, Dale Fraser wrote: > Just build a list of email addresses first. > > Ie > > > > > > >to="#emailTo#" > or: Of course this is exposing everyone's mail address to everyone on the list. It'd be better to do: Paul Haddon Technical S

[cfaussie] Re: SQL Server vs MySQL

2006-11-12 Thread phaddon
On Sun, Nov 12, 2006 at 05:04:40PM -0800, Matthew wrote: > I've been working on a website built using MySQL and have been > frustraited by it on numerious occasions over the past 8 months. > Admittedly we are running v4.1 however because I've got much more > experience with SQL Server (and from w

[cfaussie] Re: Apache & IIS running CF

2006-09-13 Thread phaddon
On Thu, Sep 14, 2006 at 03:20:32AM -, wrote: > Bored out of my friggin mind here. Anyway, just attempting to run > ColdFusion on Apache and ColdFusion. Can this be done? Yes. It works well. Depending on what OS, CF version and Apache version the CF installer might have problems setting the

[cfaussie] Re: Flavours of Linux and Coldfusion.

2006-05-03 Thread phaddon
On Thu, May 04, 2006 at 11:51:59AM +1000, Gareth Edwards wrote: > Also, bit of an off topic question, those people running Linux boxes? I > don't have a monitor for this box, I can use another monitor to set it > up and stuff, but not one that will be dedicated to this box. Does > anyone use a

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

2006-04-04 Thread phaddon
On Wed, Apr 05, 2006 at 02:23:45PM +1000, Steve Onnis wrote: > and i have 10,000 plus pages to generate That sounds like a job for LiveCycle... Paul Haddon Technical Services Manager Formstar Print Technologies --~--~-~--~~~---~--~~ You received this message

[cfaussie] Re: [OT]: FTP info

2006-03-28 Thread phaddon
On Wed, Mar 29, 2006 at 10:51:33AM +1000, Carl Vanderpal wrote: > Hello All, > > Just wanting to know about FTP, as I dont know what you would call it, but > looking to have an FTP set up on a server so it acts like a upload area... Anonymous FTP > I have seen this on Amazon where you upload yo

[cfaussie] Re: high res windows logo

2006-02-21 Thread phaddon
On Wed, Feb 22, 2006 at 03:12:42PM +1100, Steve Onnis wrote: > anyone know where i can get a high res windows logo from? Google. Specifically Google Images. "windows logo" turned up: http://www.buildorbuy.org/images/wxp_v_illum_rgb.jpg amongst others. (Copyright is up to you) Cheers Paul H