Re: [cfaussie] Need CSS3 help please. (Sorry off topic)

2016-01-06 Thread Gareth Edwards
Hi Mike, It seems to be because you’re using the line height with a mixture of inline-block instead of padding to adjust the vertical spacing? Something like the below might be a little better? @media (min-width: 71.875rem) ul.navmenu li a { /* line-height: 7.1875rem; */

Re: [cfaussie] Need CSS3 help please. (Sorry off topic)

2016-01-06 Thread Gareth Edwards
Or just add the following to the same class, haven’t tested this cross browser though. display: table-cell; Cheers Gareth. > On 7 Jan 2016, at 11:23 AM, Gareth Edwards <ghedwa...@gmail.com> wrote: > > Hi Mike, > > It seems to be because you’re using the line

Re: [cfaussie] ColdFusion CMS

2015-12-09 Thread Gareth Edwards
Agreed. Also this name change you speak of, where can I read more about it ? > On 10 Dec 2015, at 2:35 PM, Andrew Myers wrote: > > I know this is Australia...but I hope most of us have moved beyond using > "gay" as a slur these days. > > -- > You received this message

Re: [cfaussie] JEE / Vanilla Tomcat install - Proxy Timeouts

2015-01-13 Thread Gareth Edwards
Hi Andrew, Have you tried a chunked upload? Something like this? http://www.bennadel.com/blog/2585-chunking-file-uploads-with-plupload-and-coldfusion.htm http://www.bennadel.com/blog/2585-chunking-file-uploads-with-plupload-and-coldfusion.htm or we’ve been using this

Re: [cfaussie] Railo Daemon Team Up

2013-07-08 Thread Gareth Edwards
There might be some further discussion around Railo at the Brisbane ColdFusion user group next Wednesday. Join the meet up group at the URL below if you are interested in coming along. http://www.meetup.com/brisbane-coldfusion/ Cheers Gareth. On 09/07/2013, at 10:16 AM, Kai Koenig

[cfaussie] ColdFusion Brisbane Meetup group.

2013-02-03 Thread Gareth Edwards
Hi All, 2012 wasn't a great year for us, but we're planning big for 2013, starting with a new meet up group, please join us there for information about upcoming meet ups. http://www.meetup.com/brisbane-coldfusion/ Cheers Gareth Edwards. -- You received this message because you

[cfaussie] REMINDER: CFUG QLD - ColdFusion and Jquery - 9th February 2011

2011-02-06 Thread Gareth Edwards
The ColdFusion User Group returns to Brisbane again for 2011. Please join us and fellow developers at the TASS Offices ( The Alpha School System Pty Ltd. ) on Wednesday the 9th of Feb, 2011 for some food, a presentation and discussion. With the rise of jQuery, we will be covering tips for

[cfaussie] Brisbane ColdFusion User Group 2011 - Call out.

2011-01-23 Thread Gareth Edwards
to ghedwa...@gmail.com Kind Regards, Gareth Edwards ghedwa...@gmail.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 cfaussie+unsubscr

Re: [cfaussie] OT : JavaScript Regular Expression

2010-09-20 Thread Gareth Edwards
!--(.|\n|\r)*?-- Tested on http://regexpal.com/ Cheers Gareth. On 21/09/10 12:45 PM, Steve Onnis wrote: Wondering if someone can help me out I am trying to use JavaScript to remove a HTML comment block from a multiline string but cant seem to get it to work So far i had !--(.?*)-- which

Re: [cfaussie] Need help setting up flex project folders please

2010-08-09 Thread Gareth Edwards
Hi Mike, Are you wanting to take advantage of the Flex 4 - CF tool set ? A connection to your CF server and webroot is only necessary if this is the case. We found the drag and drop connectors to be more trouble then they were worth, and ended up implementing a dynamic channelset / end

Re: [cfaussie] Need help setting up flex project folders please

2010-08-09 Thread Gareth Edwards
discipline yet. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET http://ASP.NET hosting from AUD$15/month On Tue, Aug 10, 2010 at 8:39 AM, Gareth Edwards ghedwa...@gmail.com

Re: [cfaussie] Need help setting up flex project folders please

2010-08-09 Thread Gareth Edwards
Sorry Mike, some of the details in that link maybe a little irrelevant, ie, you don't need LCDS ( Dataservices ) to use remoting on CF 9, so CF9 ships with BlazeDS out of the box, and so in theory, remoting should be enabled by default. Cheers Gareth. On 10/08/10 10:20 AM, Mike Kear wrote:

Re: [cfaussie] Writing cookie to DB

2010-08-09 Thread Gareth Edwards
This is just a guess, but have you tried cookie[inettuts-widget-preferences] ? Cheers Gareth. On 10/08/10 12:02 PM, Bryce Hoffmann wrote: Hi all, some insight please would be great. I have some JavaScript that produces a cookie called 'inettuts-widget-preferences'. I can CFdump all the

[cfaussie] Ignite events taking place in Australia during March for GIW

2010-02-25 Thread Gareth Edwards
://www.ignitemelbourne.com/speakers/ Ignite Brisbane - http://www.ignitebrisbane.net http://www.ignitebrisbane.net/?page_id=3 ( We have recently doubled our Venue capacity, please ensure you register on our waiting list to reserve your seat ) Cheers, Gareth Edwards (from the IgniteBrisbane team) -- You

[cfaussie] Brisbane Burst - A Special Christmas Event - 16th December 2009

2009-12-01 Thread Gareth Edwards
Brisbane Burst - A Special Christmas Event 16/12/09 06:00PM - South Brisbane This year Adobe User Groups Brisbane are hosting a Brisbane Burst Special Christmas Event. We've done our best to create a very special Christmas event on Wednesday the 16th of December 2009, and we hope to

[cfaussie] LSParseCurrency() in CF9 has changed?

2009-11-29 Thread Gareth Edwards
cfset temp = 1E-006 cfdump var=#NumberFormat(temp,'.__')# / cfset temp = lsParseCurrency(temp) cfdump var=#temp# / cfabort / Running this on CF8 CF7 results in an Error on line 3 Parameter 1, 1E-006, of function LSParseCurrency is an invalid currency value in the current locale. which is

Re: [cfaussie] LSParseCurrency() in CF9 has changed?

2009-11-29 Thread Gareth Edwards
Running the 64bit Developer JRun instance install on OSX 10.5 Seems to not be an issue on the first instance of a Windows server install I tried. Anyone on OSX seen this problem? Cheers Gareth. On 30/11/09 3:26 PM, Zac Spitzer wrote: could be due to differing jvm versions ? 2009/11/30

[cfaussie] Re: Masking a URL

2009-10-21 Thread Gareth Edwards
If your using Apache mod_rewrite should do the job. Otherwise, maybe do a Google for Friendly / Rewriting URL's in IIS? Cheers Gareth. On 21/10/09 4:10 PM, KNOTT, Brian wrote: Is there a way to mask a URL. My problem is that when IE prints a page it also prints the URL. The customer is

[cfaussie] TONIGHT: Brisbane Adobe Usergroup Informal Social Event ( Thursday, 1st Oct 2009 ** TONIGHT ** )

2009-09-30 Thread Gareth Edwards
*Date and Time:* October 1, 2009 from 6:30pm - 9:30pm *Address:* Shop 7/166 Grey St, Southbank (opposite the cinemas), QLD google map http://maps.google.com/maps?q=Shop+7%2F166+Grey+St%2C+Southbank+%28opposite+the+cinemas%29%2C+QLD *Details *An informal social event where you can meet and chat

[cfaussie] ANNOUNCE: Brisbane Adobe Usergroup Informal Social Event ( Thursday, 1st Oct 2009 )

2009-09-17 Thread Gareth Edwards
*Date and Time:* October 1, 2009 from 6:30pm - 9:30pm *Address:* Shop 7/166 Grey St, Southbank (opposite the cinemas), QLD google map http://maps.google.com/maps?q=Shop+7%2F166+Grey+St%2C+Southbank+%28opposite+the+cinemas%29%2C+QLD *Details *An informal social event where you can meet and chat

[cfaussie] REMINDER: Brisbane / Queensland ColdFusion Usergroup Meeting ( Wednesday, August 12, 2009 )

2009-08-10 Thread Gareth Edwards
system :) Presentation #2 - Modular Flex Development and the Mate Framework ( Gareth Edwards ) Looking to Develop more than just a dashboard in Flex ? have you given thought to how it will Scale ? We'll talk about Design and Development considerations, as well as have a look at the Mate and how

[cfaussie] ANNOUNCE: Brisbane / Queensland ColdFusion Usergroup Meeting ( August 12, 2009 )

2009-08-03 Thread Gareth Edwards
- Modular Flex Development and the Mate Framework ( Gareth Edwards ) Looking to Develop more than just a dashboard in Flex ? have you given thought to how it will Scale ? We'll talk about Design and Development considerations, as well as have a look at the Mate and how it fits in to the picture

[cfaussie] Flex 4, Catalyst, CF 9 and Bolt Special Event ( Brisbane, QLD - June 17, 2009 ) - RSVP Closes COB 15th of June 09

2009-06-14 Thread Gareth Edwards
/ Flash Guru ) - Richard Turner Jones ( Tools / Flash Guru ) - Gareth Edwards ( me ) - Darren Tracey ( Enterprise / Team Guru ) - Barry Beattie ( Education / Technologies Guru ) Further Details and RSVP are available at the Adobe Groups Website Below. http://groups.adobe.com/posts/49bfc505f0

[cfaussie] REMINDER: Flex 4, Catalyst, CF 9 and Bolt Special Event ( Brisbane, QLD - June 17, 2009 )

2009-06-08 Thread Gareth Edwards
Coldfusion ( Centaur ) With Special Guests - Robin Hilliard ( from RocketBoots ) - Josh McDonald ( a member of the Degrafa Project ) and... Speakers / Supporters - Carly Gooch ( RIA / Flash Guru ) - Richard Turner Jones ( Tools / Flash Guru ) - Gareth Edwards ( me ) - Darren Tracey

[cfaussie] Flex 4, Catalyst, CF 9 and Bolt Special Event ( Brisbane, QLD - June 17, 2009 )

2009-06-01 Thread Gareth Edwards
to see you there. Gareth Edwards Queensland Coldfusion Usergroup Manager ghedwa...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to cfaussie@google

[cfaussie] ANNOUNCE: Brisbane / Queensland Flex 4, Catalyst, CF 9 and Bolt Special Event ( June 17, 2009 )

2009-05-27 Thread Gareth Edwards
, please let us know. We hope to have a confirmed venue by the start of next week. Hope to see you there. For further updates and RSVP, please visit. http://groups.adobe.com/posts/49bfc505f0 Gareth Edwards Queensland Coldfusion Usergroup Manager ghedwa...@gmail.com

[cfaussie] Re: OT : Flex

2009-05-13 Thread Gareth Edwards
available on google code. http://groups.google.com/group/flexaussie/ http://code.google.com/p/flecks/ If you have specific questions, let me know and I'll try and answer them as quickly as possible. Cheers Gareth Edwards. On 11/05/09 4:35 PM, KNOTT, Brian wrote: Guys getting into

[cfaussie] REMINDER: CFUG QLD Tuesday 12th May 2009 - Coldfusion and Flex Communication

2009-05-10 Thread Gareth Edwards
of May 2009. RSVP and more information available at the URL below. http://groups.adobe.com/posts/3dd535cee3 If you would like to give a show and tell at this months CFUG, or would like to give a presentation yourself at an upcoming CFUG, please let me know. Cheers Gareth Edwards ghedwa

[cfaussie] CANCELLED: CFUG QLD Tuesday 12th May 2009 ( Please Read if you were looking to attend )

2009-05-10 Thread Gareth Edwards
to let me know. Cheers Gareth Edwards ghedwa...@gmail.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

[cfaussie] ANNOUNCE: CFUG QLD Tuesday 12th May 2009 - Coldfusion and Flex Communication

2009-05-05 Thread Gareth Edwards
of May 2009. RSVP and more information available at the URL below. http://groups.adobe.com/posts/3dd535cee3 If you would like to give a show and tell at this months CFUG, or would like to give a presentation yourself at an upcoming CFUG, please let me know. Cheers Gareth Edwards ghedwa

[cfaussie] REMINDER: CFUG QLD Tuesday 7th April 2009 ( New Location ( Same as February 09 ) )

2009-04-05 Thread Gareth Edwards
of April 2009. For more information including RVSP please visit the URL below. http://groups.adobe.com/posts/8f7ee6b20c If you would like to give a show and tell at this months CFUG, or would like to give a presentation yourself at an upcoming CFUG, please let me know. Cheers Gareth Edwards ghedwa

[cfaussie] Re: Flash sites being hacked

2009-04-01 Thread Gareth Edwards
Have a look at this. http://www.hp.com/go/swfscan Cheers Gareth. On 2/4/09 12:54 PM, Steve Onnis wrote: Does anyone know of any vulnerabilities or security issues with flash player that would enable someone to write files to a file system through the flash player? I have a

[cfaussie] ANNOUNCE: CFUG QLD Tuesday 7th April 2009 ( New Location ( Same as February 09 ) )

2009-03-30 Thread Gareth Edwards
at an upcoming CFUG, please let me know. Cheers Gareth Edwards ghedwa...@gmail.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

[cfaussie] Re: My charts dont come out

2009-03-25 Thread Gareth Edwards
I believe if you do a search on the Adobe website for multi homed coldfusion you'll find various articles on recommended setups for Coldfusion when it comes to charts and other things relying on the CFIDE directory. I believe the IIS and Apache connectors have some sort of magic in some cases

[cfaussie] ANNOUNCE: CFUG QLD Tuesday 10th March 2009 ( New Location ( Same as February 09 ) )

2009-03-02 Thread Gareth Edwards
to give a show and tell at this months CFUG, or would like to give a presentation yourself at upcoming CFUG's, please let me know. Content is still being organized for this month's CFUG, please check back at the URL above for more information in the next day or two. Cheers Gareth Edwards ghedwa

[cfaussie] REMINDER: CFUG QLD Tuesday 10th February 2009 ( New Location )

2009-02-08 Thread Gareth Edwards
CFUG Tuesday 10th of February 2009 PLEASE RSVP before 4:00PM today ( 9th of February 2009 ) so that we can ensure that we have enough food and drink for everyone. This Month's Presentations - Object Oriented Concepts in Coldfusion ( Gareth Edwards ) - Show and Tell A Flex programmers

[cfaussie] ANNOUNCE: CFUG QLD Tuesday 10th February 2009 ( New Location )

2009-02-02 Thread Gareth Edwards
Hi everyone, its CFUG time again. This Month's Presentations - Object Oriented Concepts in Coldfusion ( Gareth Edwards ) - Show and Tell A Flex programmers perspective ( Chris Ellem ) Location: TASS Unit 1/31 Thompson St Bowen Hills, QLD 4006 For more information please visit the URL below

[cfaussie] Re: Adobe Groups

2008-11-18 Thread Gareth Edwards
Queensland Coldfusion User Group is found here: http://groups.adobe.com/groups/a87da1593b Cheers Gareth Edwards On 19/11/2008 8:34 AM, Mark Mandel wrote: Just wanted to make sure everyone is aware of the fact that Adobe Groups is now up and running! This is a central repository for User

[cfaussie] REMINDER: CFUG QLD Tuesday 11th November 2008 ( TONIGHT ) - Adobe's Secret AIR Applications

2008-11-10 Thread Gareth Edwards
=3BB0B4CD-96CE-207E-7023432D5F6C3CF3 Cheers Gareth Edwards. --~--~-~--~~~---~--~~ 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

[cfaussie] REMINDER: CFUG QLD Tuesday 11th November 2008 - Adobe's Secret AIR Applications

2008-11-09 Thread Gareth Edwards
Cheers Gareth Edwards. --~--~-~--~~~---~--~~ 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

[cfaussie] ANNOUNCE: CFUG QLD Tuesday 11th November 2008 - Adobe's Secret AIR Applications

2008-11-02 Thread Gareth Edwards
Cheers Gareth Edwards. --~--~-~--~~~---~--~~ 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

[cfaussie] REMINDER: CFUG QLD Tuesday 14th October 2008 ( TONIGHT ) - Creative Suite 4 and Flex CF Community Program discussions

2008-10-13 Thread Gareth Edwards
=7BF144A7-AC09-6C06-E711B0054867DC96 For More Information use the URL below. http://qld.cfug.org.au/index.cfm?event=showMeetingmeetingID=7BF144A7-AC09-6C06-E711B0054867DC96 Cheers Gareth Edwards Queensland Coldfusion Usergroup [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You

[cfaussie] ANNOUNCE: CFUG QLD Tuesday 14th October 2008 - Creative Suite 4 and Flex CF Community Program discussions

2008-10-06 Thread Gareth Edwards
For More Information use the URL below. http://qld.cfug.org.au/index.cfm?event=showMeetingmeetingID=7BF144A7-AC09-6C06-E711B0054867DC96 Cheers Gareth Edwards Queensland Coldfusion Usergroup [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you

[cfaussie] REMINDER: CFUG QLD Tuesday 9th September 2008 ( TODAY ) - Virtualization

2008-09-08 Thread Gareth Edwards
=7BF076A9-EC3C-B952-A93B158CE7D8C489 Cheers Gareth Edwards Queensland Coldfusion Usergroup [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to cfaussie

[cfaussie] REMINDER: CFUG QLD Tuesday 9th September 2008 ( TOMORROW ) - Virtualization

2008-09-07 Thread Gareth Edwards
use the URL below to RSVP http://qld.cfug.org.au/index.cfm?event=showRSVPFormmeetingID=7BF076A9-EC3C-B952-A93B158CE7D8C489 For More Information use the URL below. http://qld.cfug.org.au/index.cfm?event=showMeetingmeetingID=7BF076A9-EC3C-B952-A93B158CE7D8C489 Cheers Gareth Edwards Queensland

[cfaussie] ANNOUNCE: CFUG QLD Tuesday 9th September 2008 - Virtualization

2008-09-03 Thread Gareth Edwards
use the URL below to RSVP http://qld.cfug.org.au/index.cfm?event=showRSVPFormmeetingID=7BF076A9-EC3C-B952-A93B158CE7D8C489 For More Information use the URL below. http://qld.cfug.org.au/index.cfm?event=showMeetingmeetingID=7BF076A9-EC3C-B952-A93B158CE7D8C489 Cheers Gareth Edwards Queensland

[cfaussie] Re: Silent Printing to a Named Printer

2008-08-31 Thread Gareth Edwards
Let me clarify what we are looking to do. We require a solution that silent prints a document to a Printer not visible to the Coldfusion server, and in fact only visible to the Client PC. Looking for possible, Javascript, Local java client, Local AIR application solutions? Due to the nature

[cfaussie] Re: Looking For Short Term Shotgun Contract/Work

2008-08-27 Thread Gareth Edwards
Including the NDA you signed to not say you were part of any CF9 pre release program? Cheers Gareth. Dawesi wrote: yup 9 alpha... running it here lots of new features I can't tell you anything about :-) --~--~-~--~~~---~--~~ You received this message

[cfaussie] Re: Looking For Short Term Shotgun Contract/Work

2008-08-26 Thread Gareth Edwards
9 alpha? Cheers Gareth. Dawesi wrote: Hi Guys, I'm waiting for a delayed contract to start in mid October and was wondering if anyone had the need for a experienced ColdFusion developer (cf 4.01-9alpha) in Sunny Melbourne for a month or two. (Well it's sunny right now out my window anyway

[cfaussie] REMINDER: CFUG QLD Tuesday 8th July 08 ( TONIGHT ) - Your Development Environment ( Intermediate ) Coldfusion 9 ( 6:00pm Sharp )

2008-07-07 Thread Gareth Edwards
below http://qld.cfug.org.au/index.cfm?event=showMeetingmeetingID=89DBBC8C-D86E-C984-8E6F478B567D456F Cheers Gareth Edwards Queensland Coldfusion Usergroup [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[cfaussie] REMINDER: CFUG QLD Tuesday 8th July 08 ( TOMORROW ) - Your Development Environment ( Intermediate ) Coldfusion 9 ( 6:00pm Sharp )

2008-07-06 Thread Gareth Edwards
://qld.cfug.org.au/index.cfm?event=showMeetingmeetingID=89DBBC8C-D86E-C984-8E6F478B567D456F Cheers Gareth Edwards Queensland Coldfusion Usergroup [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[cfaussie] Re: ColdFusion's Future So Bright I Gotta Wear Shades... (CF9 details)

2008-06-18 Thread Gareth Edwards
Something we've all been waiting for New Server.cfc - OnServerStart, OnServerEnd functions Cheers Gareth. Barry Beattie wrote: as the coffee settles and people start to wake up, check out some of the announcements coming out of CFUnited:

[cfaussie] Re: WebDU twitter group?

2008-06-12 Thread Gareth Edwards
I'm following webdu http://www.twitter.com/kaffienblog/ Cheers Gareth. Barry Beattie wrote: nine? huh? you mean you, me and seven others? surely there's more [1] so far any WebDU news is very slow to leak out. took a bit of detective work to see who won last nights Code Wars (or

[cfaussie] Re: Coldfusion Daylight saving

2008-06-04 Thread Gareth Edwards
Passed to Coldfusion from? Flash? A flash date will contain the Flash / Local system timezone, and there for will get converted to the server timezone when passed to Coldfusion (depending on how you do it ). If passing Dates between Coldfusion and Flash it can often be tricky to work with.

[cfaussie] Re: Coldfusion Daylight saving

2008-06-03 Thread Gareth Edwards
There are known issues with the JVM install that can cause it to not use the correct timezone, setting the timezone in your JVM settings in the Coldfusion Admin ( Standard Edition ) can often fix the problem. Cheers Gareth. KC Kuok wrote: Stephen, The timezone one maybe an optional

[cfaussie] Re: WebDU

2008-06-02 Thread Gareth Edwards
Novotel for me Cheers Gareth. Mark Mandel wrote: Ibis for me Mark On Mon, Jun 2, 2008 at 3:26 PM, Rae Buerckner [EMAIL PROTECTED] wrote: Anyone going to WebDU and staying at the Goldsborough Apartments? Cheers, R -- E: [EMAIL PROTECTED] W:

[cfaussie] Re: WebDU

2008-06-02 Thread Gareth Edwards
ugh * book at the last minute cough * Mark On Tue, Jun 3, 2008 at 8:02 AM, KC Kuok [EMAIL PROTECTED] wrote: Novotel for me too, got it cheap when they were running the winter promo ;) On Jun 2, 4:08 pm, Gareth Edwards [EMAIL PROTECTED] wrote: Novotel for me Cheers

[cfaussie] Reminder: CFUG Brisbane TOMORROW - 3rd June 2008 ( Pre WebDU special )

2008-06-01 Thread Gareth Edwards
nd improve things that may stop you in the present and in the future. Don't forget to RVSP to the following address if your planning on attending http://qld.cfug.org.au/index.cfm?event=showRSVPFormmeetingID=28B4D8EB-AFB0-7484-6CFAC14DD143D693 Cheers Gare

[cfaussie] Announce: CFUG Brisbane - 3rd June 2008 ( Pre WebDU special )

2008-05-29 Thread Gareth Edwards
-AFB0-7484-6CFAC14DD143D693 Cheers Gareth Edwards --~--~-~--~~~---~--~~ 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,

[cfaussie] REMIND: tomorrow night (TUES) - CFUG Brisbane - Thermo, Open Bluedragon and Tomcat

2008-05-12 Thread Gareth Edwards
Hi all REMINDER: please RSVP here http://qld.cfug.org.au/index.cfm?event=showRSVPFormmeetingID=7306346F-B41B-1F2B-5A4F0A81A870031D official blurb http://qld.cfug.org.au/index.cfm?event=showMeetingmeetingID=7306346F-B41B-1F2B-5A4F0A81A870031D cheers the QLD CFUG team

[cfaussie] Re: REMIND: tomorrow night (TUES) - CFUG Brisbane - Thermo, Open Bluedragon and Tomcat

2008-05-12 Thread Gareth Edwards
Wow, where did Monday go? Sorry for the late notice everybody, please let us know if you are able to attend as soon as you can. Cheers Gareth. Gareth Edwards wrote: Hi all REMINDER: please RSVP here http://qld.cfug.org.au/index.cfm?event=showRSVPFormmeetingID=7306346F-B41B-1F2B

[cfaussie] Re: is there a more efficent way of finding keys in FORM scope?

2008-05-01 Thread Gareth Edwards
What about cfset temp = StructKeyList(FORM) !--- cfset temp = REReplaceNoCase(temp,customregexp,,ALL) --- Cheers Gareth. barry.b wrote: yeah, you're right - that was one of the choices. (FYI - there is a caveat there: there's a bunch of reserved suffixes that won't show up in

[cfaussie] Re: cfsavecontent and custom tags

2008-04-30 Thread Gareth Edwards
Barry, Just make sure you have your import tags prefix named correctly. cfimport taglib=../custom prefix=custom Cheers Gareth. barry.b wrote: I coulda sworn I've gotten away with this in the past: (it's been a while since I've needed to use custom tags) I've got a complex taglib custom

[cfaussie] Re: recruters say CF on the way out? ... FFS! not FUD from them too?

2008-04-13 Thread Gareth Edwards
Scott, Just curious, when did you learn .NET? Was it out of a book? while you were on a Coldfusion Job? or did Microsoft train you? Cheers Gareth. Scott Barnes wrote: Charlie, Here we go.. I'm going to keep this onpoint as best I can as I feel it's trailing off. In many

[cfaussie] Re: Web Reporting

2008-02-20 Thread Gareth Edwards
Barry, Depends on what your trying to do, but a good option might be to create some java classes that integrate with Itext that you can call from Coldfusion. Depends if you want to get your hands dirty with Java I guess, but there are a lot of resources on creating documents with Itext.

[cfaussie] Re: Combined Queensland Adobe User Groups Christmas Party: all welcome.

2007-12-11 Thread Gareth Edwards
I'll be there Barry. Cheers Gareth. Barry Beattie wrote: HI all some people already know this from word of mouth over the last couple of meetings, but in case you haven't heard... all 4 Adobe-based user groups in Brisbane are getting together for a combined Christmas Party this

[cfaussie] Re: CFCAMP Brisbane today - it was great!

2007-11-21 Thread Gareth Edwards
Barry, I liked that session on Coldspring / Model-Glue, didn't you? Overall, I think it was a great day, great people including those who didn't present. Attendance is the key, so if your not there, the event won't be on. So who are the stars of the show really? Cheers Gareth. Barry Beattie

[cfaussie] Re: CFCAMP Brisbane today - it was great!

2007-11-21 Thread Gareth Edwards
O - talked their boss into it (or dragged him along), put their (self-employed) productivity on hold as they caught up with cool stuff... 'cos as you said, Gareth, without those people it would have been a non-event. Literally. eh. my 2c. barry.b On Nov 22, 2007 9:09 AM, Gareth Edwards [EMAIL

[cfaussie] Re: File not found: /cfide/administrator/

2007-10-28 Thread Gareth Edwards
Maybe manually check your /cfide mapping in the /lib/neo-runtime.xml file? Look for something like var name='/CFIDE'stringC:\webroot\CFIDE/string/var Otherwise, look for the root of your Coldfusion JRun instance and put a copy of the CFIDE directory in there and see if that works? Cheers

[cfaussie] Re: Application Locking

2007-10-19 Thread Gareth Edwards
Wouldn't a named lock do what you need? cflock name="_lucene" type="exclusive" timeout="30" /cflock Could set the timeout in seconds to more if need be? Cheers Gareth. Dale Fraser wrote: It is very unlikely that this operation is being run by more than one person at a time, but it is

[cfaussie] Re: cfLDAP and cfMail

2007-07-08 Thread Gareth Edwards
Is the cfmail spoolenable=false ... / what your after? Cheers Gareth. Mark Ireland wrote: Anyone used cfldap to create an email and then used cfmail to send it? I need some way of waiting until the new ldap entry is finished before trying to send the email. It seems to take less than a

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Gareth Edwards
I'm confused Dale, why would AIR not support Coldfusion as a back end? CF8 AJAX proxy Flex2 Gateway Improvements All will work as the online or intranet engine for AIR applications. Cheers Gareth. Dale Fraser wrote: AIR should support CF. How cool would that be, offline CF app which

[cfaussie] Re: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Gareth Edwards
. Andrew Scott wrote: Could you imagine writing a html app that ran in air? how fast it would be to develop with. On 6/12/07, Gareth Edwards [EMAIL PROTECTED] wrote: AIR ships with SQLite API's are available to query the local database. What logic stuff are you referring to? why

[cfaussie] Re: cfdocument stops working with update to CF 7.0.2

2007-06-07 Thread Gareth Edwards
Is debug enabled on any of these machines? We have experienced problems when Debug is enabled. Cheers Gareth. Kai wrote: @Dale: Yes, I know - I've read probably each of them during the last few days :) @AJ: FlashPaper doesn't work either, we've rebooted the machine as well as have cleared

[cfaussie] Re: CFAussie Community Head Count

2007-05-31 Thread Gareth Edwards
ping Matt Voerman wrote: Hi Guys, Just a quick note to let you guys know that we at the Adobe Australia office haven't forgotten about you, and do monitor this (and several other) lists on a regular basis. We have a couple of Community related irons in the fire and will communicate more

[cfaussie] Re: QLD CFUG March meeting announcement.

2007-03-12 Thread Gareth Edwards
rded. /Charlie http://www.carehart.org/ -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Gareth Edwards Sent: Friday, March 09, 2007 4:27 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: QLD CFUG March meeting announcement. Doubt it C

[cfaussie] Re: QLD CFUG March meeting announcement.

2007-03-12 Thread Gareth Edwards
for the obvious. Try contacting Adobe and see if they have an office you could use. Regards Dale Fraser http://dale.fraser.id.au/blog From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Gareth Edwards Sent: Tuesday, 13 March 2007 8:37 AM

[cfaussie] Re: QLD CFUG March meeting announcement.

2007-03-09 Thread Gareth Edwards
Doubt it Charlie. We have used Connect in the past to do an online user group presentation. I don't think it is really practical to record our user group meeting's content. Cheers Gareth. Charlie Arehart wrote: Hey, Barry, will you be recording this using the free Acrobat Connect account

[cfaussie] Re: OT: webdu birds of a feather

2007-03-07 Thread Gareth Edwards
I would like to attend one of the BOFs. Most probably the Apollo one. Cheers Gareth. Geoff Bowers wrote: On Mar 7, 10:21 am, "Geoff Bowers" [EMAIL PROTECTED] wrote: My mention of webdu "birds of a feather" sparked some interest from various CF vagabonds. Was hoping to poll the

[cfaussie] Re: Embed Flash in a PDF

2007-03-06 Thread Gareth Edwards
You can capture a bitmap of a screen from within flash. There are also libraries available to encode a PNG from a bitmap within flash.. Might give you some ideas? http://code.google.com/p/as3corelib/ Not sure how you would achieve this server side? How do you mean dynamically generated

[cfaussie] Re: Embed Flash in a PDF

2007-03-06 Thread Gareth Edwards
PDF supports embedded SWF's. Although not sure about the printing side of things. Cheers Gareth. Andrew Scott wrote: Hmm, Not 100% sure about the flash image extraction, never done it and not sure how to begin. But once that has been solved why not just cfdocument to

[cfaussie] Re: Why select * is bad (was RE: [cfaussie] Re: @#$!! Queryparam)

2007-03-05 Thread Gareth Edwards
If using Eclipse I've found quantumdb to also be good. http://quantum.sourceforge.net Although it does require you to make sure that the Eclipse GEF plugin is installed, and I've been having trouble with the latest version. com.quantum.feature_3.0.1.bin.dist.zip seems to work o.k. Cheers

[cfaussie] Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
If you are running coldfusion 7.02, or maybe 7.01 or 7.0? (don't know) Run this script below, and tell me if you get the same results for each line. The way I see it, d should equal 0.1 on every row. But this isn't the case. Is this a bug introduced by Coldfusion 7.02? cfset a = 0 cfset b = 0

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
Beattie wrote: not having a working CF server handy at the moment to test, I'm just curious you're not getting grief with treating strings as numbers, are you? perhaps a val( "#ListFirst(Trim(a),".")#.00" ) is needed? just a quick thought b On 2/20/07, Gareth Edwards [EM

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
cfset d = a - b + c cfoutput#a#-#b#+#c# = #d#br //cfoutput /cfloop Barry Beattie wrote: not having a working CF server handy at the moment to test, I'm just curious you're not getting grief with treating strings as numbers, are you? perhaps a val( "#ListFirst(Trim(a),".&quo

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
programming language where you deal with fractions. The trick is to expect that this will happen and plan your application around it. -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Gareth Edwards Sent: Tuesday, 20 February 2007 12

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
some degree of rounding error due to the way those numbers are stored in memory. From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Gareth Edwards Sent: Tuesday, 20 February 2007 12:37 PM To: cfaussie@googlegroups.com Subject: [cfaussie

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
the rounding errors, then it won't matter. From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Gareth Edwards Sent: Tuesday, 20 February 2007 12:53 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
prefer to leave that to the geeks who work at Intel and AMD while I get on with my work. From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Gareth Edwards Sent: Tuesday, 20 February 2007 1:11 PM To: cfaussie@googlegroups.com Subject

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
Of Gareth Edwards Sent: Tuesday, 20 February 2007 1:42 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02 Now you show me in the Coldfusion Documentation where this is outlined as a known issue? Cheers Gareth. Ryan Sabir wrote

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
DCTechTips/2001/tt0807.html I wouldn't expect this to be in the CF documentation. It's not Adobe's problem. From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Gareth Edwards Sent: Tuesday, 20 February 2007 1:42 PM To: cfaussie@google

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
o:cfaussie@googlegroups.com] On Behalf Of Gareth Edwards Sent: Tuesday, 20 February 2007 2:14 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02 Who's missing my point? One shouldn't have to worry about typing in Coldfusion. If in an evaluation

[cfaussie] Re: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards
AIL PROTECTED] On 20/02/2007, at 12:04 PM, Gareth Edwards wrote: If you are running coldfusion 7.02, or maybe 7.01 or 7.0? (don't know) Run this script below, and tell me if you get the same results for each line. The way I see it, d should equal 0.1 on every row. But this

[cfaussie] Re: Uploading Video

2007-01-16 Thread Gareth Edwards
Not sure, but some how using this might be a solution? http://ffmpeg.mplayerhq.hu/ Cheers Gareth. ben wrote: Hey peoples, Was just wondering if anyone had any experience uploading video and compressing it on the fly similar to what Sorenson Squish does? I thought there may be some java

[cfaussie] Re: cfdocument - client file name

2006-11-02 Thread Gareth Edwards
Simple answer is, you can't do it. If you want to define the name of the pdf document in the save, or email buttons, it has to be available on the server and embedded the same (not exactly the same) way you embed a flash (swf) movie. Depends on how secure you want these documents to be I

[cfaussie] Re: cfdocument - client file name

2006-11-01 Thread Gareth Edwards
The only way you can do this is embed (similar to how flash is embedded in a html page) the document rather than using headers. Cheers Gareth. Dale Fraser wrote: Yes, Could possibly also do it with IIS Custom errors, but I dont see the issue with saving the file.

[cfaussie] Re: best compromise? CF6.1 QueryOfQuery datatype mismatch.

2006-10-23 Thread Gareth Edwards
Why not append the manufactured query to the existing query, and then sort it using QofQ? Cheers Gareth. Barry Beattie wrote: hi all. I've got a CF6.1 problem (solved in CF7) where I'm running a QueryOfQuery union between two queries, one of which is manufactured and may have empty

[cfaussie] Re: anyone using cfeclipse 1.3 beta?

2006-10-03 Thread Gareth Edwards
One of the problems I had was it only runs with Eclipse 3.2, so I'm unable to run it with Flex Builder. (With all Flex builder bits running properly at least). The other thing is that syntax parsing errors seem to still occur, but in different areas. Cheers Gareth. Barry Beattie wrote: I'm

[cfaussie] Re: Remotely attending? Recording the talk? (was RE: [cfaussie] REMINDER: CFUG QLD 6:30 pm, Tuesday, October 3 2006)

2006-10-02 Thread Gareth Edwards
Hi Charlie, I think organising something like this may be quite a task. Couple of things that spring to mind. 1) Location of the event may not be able to provide internet access to private laptops used for presentations. 2) A lot of the time presentations used are pre-recorded, normally with

[cfaussie] Re: Remotely attending? Recording the talk? (was RE: [cfaussie] REMINDER: CFUG QLD 6:30 pm, Tuesday, October 3 2006)

2006-10-02 Thread Gareth Edwards
, if it works for you or others, it may be worth a try. My goal was simply to help those in a current group or in none at all. /charlie http://www.carehart.org/blog/ -Original Message- From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gareth Edwards Sent: Monday

  1   2   >