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  wrote:
> 
> 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; */
>   padding: 3.1rem 1.5625rem;
> }
> 
> Cheers
> Gareth.
> 
>> On 7 Jan 2016, at 11:12 AM, Mike K > <mailto:afpwebwo...@gmail.com>> wrote:
>> 
>> Sorry this is off topic.I hope you'll all forgive me.  
>> 
>> I need some help figuring out what i've got wrong with my CSS. Can 
>> anyone see what i've got wrong (or more specifically what I need to do to 
>> fix) with the page at http://modelwarship.com <http://modelwarship.com/>   
>> 
>> The problem is when you hover over the menu items at the top of the page 
>> (the ones with a red border temporarily around them).Instead of the 
>> whole area changing colour,  only the top half of it changes. I can't 
>> see where i've set the wrong line  height or whatever it is that's causing 
>> the problem.
>> 
>> can anyone tell me what CSS setting is causing that problem?  
>> 
>> Thanks in advance ... 
>> 
>> -- 
>> Cheers
>> Mike Kear
>> Windsor, NSW, Australia
>> Adobe Certified Advanced ColdFusion Developer
>> AFP Webworks
>> 
>> 
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "cfaussie" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to cfaussie+unsubscr...@googlegroups.com 
>> <mailto:cfaussie+unsubscr...@googlegroups.com>.
>> To post to this group, send email to cfaussie@googlegroups.com 
>> <mailto:cfaussie@googlegroups.com>.
>> Visit this group at https://groups.google.com/group/cfaussie 
>> <https://groups.google.com/group/cfaussie>.
>> For more options, visit https://groups.google.com/d/optout 
>> <https://groups.google.com/d/optout>.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at https://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


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; */
padding: 3.1rem 1.5625rem;
}

Cheers
Gareth.

> On 7 Jan 2016, at 11:12 AM, Mike K  wrote:
> 
> Sorry this is off topic.I hope you'll all forgive me.  
> 
> I need some help figuring out what i've got wrong with my CSS. Can anyone 
> see what i've got wrong (or more specifically what I need to do to fix) with 
> the page at http://modelwarship.com    
> 
> The problem is when you hover over the menu items at the top of the page (the 
> ones with a red border temporarily around them).Instead of the whole area 
> changing colour,  only the top half of it changes. I can't see where i've 
> set the wrong line  height or whatever it is that's causing the problem.
> 
> can anyone tell me what CSS setting is causing that problem?  
> 
> Thanks in advance ... 
> 
> -- 
> Cheers
> Mike Kear
> Windsor, NSW, Australia
> Adobe Certified Advanced ColdFusion Developer
> AFP Webworks
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cfaussie+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to cfaussie@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/cfaussie 
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at https://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


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 because you are subscribed to the Google Groups 
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cfaussie+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to cfaussie@googlegroups.com 
> .
> Visit this group at http://groups.google.com/group/cfaussie 
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


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
 


or we’ve been using this https://github.com/blueimp/jQuery-File-Upload/ 


Cheers
Gareth.

> On 13 Jan 2015, at 4:38 pm, Andrew Myers  wrote:
> 
> Hiya,
> 
> I've been forced to install CF11 as a JEE install (because the Adobe tomcat 
> connector doesn't work on our OS version).
> 
> It's mostly been an unpleasant experience however I've resolved most issues 
> apart from one.
> 
> I'm proxying from apache to tomcat via ajp.  When I have a long running 
> process (such as a video file upload), it times out with a 502 status.
> 
> I've tried using ProxyTimeout in Apache but that didn't seem to help.  Has 
> anyone had this with ACF or Railo and found a solution?
> 
> Thanks
> Andrew
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cfaussie+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to cfaussie@googlegroups.com 
> .
> Visit this group at http://groups.google.com/group/cfaussie 
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/d/optout.


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  wrote:

> +1 - super awesome, Geoff!
> 
> On another note - I'm the first Railo instructor "outside" of The Railo 
> Company and there are actually really nice training offerings for 
> Administration and Developers out there (we offer the trainings on-site and 
> remotely).
> 
> If anyone in the region is interested in obtaining CFML/Railo training, let 
> me know and we'll see what we can do for you!
> 
> Is it me or is Oceania becoming a bit of a hub of Railo activity recently? :)
> 
> Cheers
> Kai
> 
> 
>> Folks,
>> 
>> This news has been out for a little while but I thought it was worth posting 
>> here:
>>   http://www.daemon.com.au/news/railo-teams-up-with-daemon-in-asia-pacific
>> 
>> Hoping to do our bit to revitalise the CFML community locally. We've been 
>> working on a lot of big CFML projects of late and Daemon is keen to see a 
>> ColdFusion renaissance. Backing the Railo road-map for CF is just the first 
>> step. 
>> 
>> We're open to ideas -- we would love to hear your thoughts.  
> 
> 
> --
> Kai Koenig - Ventego Creative Ltd
> ph: +64 4 889 3626 - mob: +64 21 928 365 /  +61 435 179 091
> web: http://www.ventego-creative.co.nz
> 
> Blog in Black: http://www.bloginblack.de
> 2DDU Podcast: http://www.2ddu.com/
> Twitter: @AgentK
> --
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "cfaussie" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cfaussie+unsubscr...@googlegroups.com.
> To post to this group, send email to cfaussie@googlegroups.com.
> Visit this group at http://groups.google.com/group/cfaussie.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie.
For more options, visit https://groups.google.com/groups/opt_out.




[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 are subscribed to the Google Groups 
"cfaussie" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cfaussie+unsubscr...@googlegroups.com.
To post to this group, send email to cfaussie@googlegroups.com.
Visit this group at http://groups.google.com/group/cfaussie?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[cfaussie] Queensland ColdFusion Usergroup - 20th April, 2011 - REMINDER

2011-04-18 Thread Gareth Edwards

Hi All,

Just a reminder, CFUG Queensland is holding it's next meeting on the 
20th of April, 2011 at the TASS offices in Bowen Hills. If your building 
web applications or looking to add some jQuery magic to your site, this 
is not one to miss.


We'll have a presentation on "A History of Testing. Y2K And Beyond" by 
Kerry O'Carroll, a continuation on the jQuery road with how to extend 
jQuery with plugins, as well as a couple updates from webDU 2011.


For more information and RSVP please visit the Adobe groups website link 
below.


http://cfugqld.groups.adobe.com/index.cfm?event=post.display&postid=35520

Look forward to seeing you there.

Kind Regards,
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 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[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 using jQuery in a 
ColdFusion development environment, including tools and techniques for 
integrating jQuery into your ColdFusion application, and a general 
discussion around the evolution of jQuery, Browsers and HTML.

*
Please remember to RSVP using the link below, before 12:00pm on the 9th 
of Feb, this is so that we can ensure there is enough food and drinks 
for everyone.


http://cfugqld.groups.adobe.com/index.cfm?event=post.display&postid=34203*

SEEKING PRESENTERS:
Anyone wishing to present to the group, or looking for additional info 
on presenting, please contact ghedwards (at) gmail.com, or if there is 
anything at all that you would like to see presented at future meetings, 
please let us know.


--
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...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



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

2011-01-23 Thread Gareth Edwards

Hi All,

I would like to call for people to put their hands up for Speaking, 
Suggesting Topics or putting forwards Questions or Ideas for the 
Brisbane ColdFusion User Group into and beyond 2011.


We intend to hold regular meetings on the second Wednesday of every 
month at "The Alpha School System Pty. Ltd." offices in Bowen Hills. 
http://www.tassweb.com.au/.


If you are unable to make these dates, we would be interested in hearing 
about it, so that we can try and tailor dates around members and their 
availabilities.


Please feel to email me your Ideas, Questions or Comments directly 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...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] OT : JavaScript Regular Expression

2010-09-20 Thread Gareth Edwards

 

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 will remove it only if it is on one line
Anyone shed some light on how i can get this to work across multi line?
Oh and the "m" switch does not work
Thanks
Steve
--
You received this message because you are subscribed to the Google 
Groups "cfaussie" group.

To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.


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



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 cookie variables and it appears in the dump.
But when I try to refer to it directly in the CFML (ie  
'cookie.inettuts-widget-preferences') I get a CF error

Regards Bryce :-)


*** Confidentiality and Disclaimer Statement *
The information in this e-mail and any attachments are confidential and may be 
subject to legal professional privilege. It is intended solely for the 
attention and use of the named addressee(s). If you are not the intended 
recipient, or person responsible for delivering this information to the 
intended recipient, please notify the sender immediately. Unless you are the 
intended recipient or his/her representative you are not authorised to, and 
must not read, copy, distribute, use or retain this message or any part of it.

Opinions, conclusions and other information expressed in this message are not 
given or endorsed by NCC unless otherwise indicated by an authorised officer 
independent of this message.

NCC has implemented anti-virus software, and whilst all care is taken, it is 
the recipient's responsibility to ensure that the message and any attachments 
are scanned for viruses prior to use.

This footnote also confirms this e-mail message has been read electronically by 
an e-mail content breakdown system.

Newcastle City Council
Web: http://www.newcastle.nsw.gov.au
E-mail: m...@ncc.nsw.gov.au





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



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:
AH!! does Coldfusion9.01 support remoting out of the box or do i have 
to add remoting to it?   I thought it was only the old CF6 that didnt 
support remoting out of the box.


Am I wrong on that?

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET  hosting 
from AUD$15/month





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



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

2010-08-09 Thread Gareth Edwards

 Hi Mike,

If you select none for your server configuration, it doesn't mean you 
can't connect to the ColdFusion server, it's also important to note that 
in most CF setups the default configuration is not to allow CF mappings 
over the remote connections. Your end point configuration can be done 
after your flex project is setup, but it doesn't give you access to some 
of the newer Flex 4 "Fiber" tools. ( Drag and Drop, Client side paging, 
etc )


This might help you understand the CF end point configuration files a 
little better. They are typically more important than you would like to 
think.


http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7c4b.html

Cheers
Gareth.

On 10/08/10 9:00 AM, Mike Kear wrote:

Thanks Gareth,

At the moment I'm just wanting to build SOMETHING in Flex, using my 
ColdFusion server, so i can start to add Flex apps to my other 
coldfusion work.At the moment, I'm not even getting off the 
starting blocks with it.


As to "dynamic channelset / end point utility class",  that's a whole 
'nother bucket of worms I have a lot to learn about.


It all looks so easy on the Adobe web site, and everyone has been 
saying "flex is so easy its great!"  so I figured I'd be a mug to 
ignore it.I suspect the trouble is,  the designers of FlashBuilder 
4 didnt take into account the possibility that users might have more 
than one web site to manage.  But I acknowledge that I have a  LOT to 
learn about this whole 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 <mailto:ghedwa...@gmail.com>> wrote:


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 point utility class, much like the configuration
available through the end point configuration xml files, but
customised for our requirements.

I hope this helps a little, and doesn't bring even more confusion,
let us know more about what your trying to do.

Cheers
Gareth.




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



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 
point utility class, much like the configuration available through the 
end point configuration xml files, but customised for our requirements.


I hope this helps a little, and doesn't bring even more confusion, let 
us know more about what your trying to do.


Cheers
Gareth.

On 10/08/10 7:43 AM, Mike Kear wrote:
I've started learning about flex,  and using Adobe FlashBuilder 4. 
 But I'm not too sure how to set up the locations in the project 
properties.Sorry this is such a beginner question, but when it 
comes to flex, that's what I am!


Here's my setup, and i'm not sure what to put where - the terminology 
in Flash Builder 4 is a bit confusing for me about what it wants where 



I have an Apache web server.The root of the web server is at the 
default location:  C:\Program Files\Apache Software 
Foundation\Apache2.2\htdocs
I have ColdFusion 9.01 set up as a J2EE server,  at the default 
location:c:\jrun4
I have my web sites (multiple) set up on a different drive.   The 
place where I'm wanting to set up my flex project is at 
 E:\Sites\Mysites\FlexTutorialApp\wwwroot
The URL of the project is http://dev.flexapp  which points 
to E:\Sites\Mysites\FlexTutorialApp\wwwroot
The coldfusion WAR folder is the default setting 
of C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war.


I was hoping to put the source files outside the web site,   so they 
didnt confuse the issue when i came to deploy an application to the 
production server later on.  I was wanting to have the flex source 
files at E:\Sites\Mysites\FlexTutorialApp\Resources\FlexSource


So here's my question(s):

[A] Flashbuilder wants me to tell it the SERVER location when i 
establish the project properties.   Does it mean the location of 
coldfusion (c:\jrun4) or the location of my web site 
 (E:\Sites\Mysites\FlexTutorialApp\wwwroot), or maybe the root of the 
Apache web server ( C:\Program Files\Apache Software 
Foundation\Apache2.2\htdocs )  which has nothing in it except the 
apache default files?   The Flashbuilder project properties dialog box 
wants 'web root' and 'web root url'  but its surrounded by a label 
saying 'server location'.I guess they had in mind a server with 
only one web site on it at the time they designed the box.   Yes?


[B] When i click on 'validate configuration' it says 'Cannot access 
the web server. The server may not be running, or the web root folder 
or root URL may be invalid.'  I know the server is running because the 
url http://dev.flexapp shows the site root at index.cfm.


So I've missed something somewhere or not understood what Flash 
Builder's looking for  - can anyone help please?


--
Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion 9 Enterprise, PHP, ASP, ASP.NET  hosting 
from AUD$15/month

--
You received this message because you are subscribed to the Google 
Groups "cfaussie" group.

To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.


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



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

2010-02-25 Thread Gareth Edwards

 Hi Everyone,

There are a series of Ignite events taking place in Australia during March.

More information is available at the URL's below.

Ignite Sydney - http://www.ignitesydney.com 
<http://www.ignitesydney.com/proposals/>


Ignite Melbourne - http://www.ignitemelbourne.com 
<http://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 received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



[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 see you there. We 
will have special guest speakers amongst the best in the industry as 
well as a fantastic social atmosphere with Food and Drinks.

We have an Adobe Creative Suite 4 ( CS4 ) software package, as well as 
other Adobe goodies to give away.

Please try to RVSP by the 9th of December 09, so that we can ensure we 
have enough catering for everyone on the evening of the event.

_Presentation Format_
10 ( or more ) speakers will each have only 5 minutes to present on any 
subject related to the Web.

We are still recruiting speakers for the evening, so if you want to take 
part send me an email to

ghedwards ( at ) gmail ( dot ) com

With your name and the topic you would like to present, and I will get 
back to you with further information. But don't delay, there are limited 
speaker positions. Those who wish can use their own laptops, or use the 
laptop at the event by providing me with slides you wish to use.

_Food and Drink_
Finger Food and a Cash Bar

_Schedule_
6:00PM - Doors Open / Drink / Food / Social
6:30PM - Burst Talks Begin
8:00PM - Burst Talks End
8:30PM - Burst Prizes / Drink / Social
10:00PM - Event ends

RSVP here 

 
or email me at ghedwa...@gmail.com

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=4866BC68-0234-FD37-F4C4CAF1C2FCE0B2


  Directions

Location will be in South Brisbane, Queensland,

Although we have not yet confirmed the location of the event. It will 
more than likely be in South Brisbane. Location will be updated soon.

--

You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.




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 Gareth Edwards:
>
>> 
>> 
>> 
>> 
>> 
>>
>> 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 o.k, but in CF9 it returns..
>>
>> 0.01
>> -100.0
>>
>> Can anyone see this as being a bit of an issue? Is this a bug in CF9? If you
>> run this on your CF9 instance? does it give you the same result?
>>
>> Cheers
>> Gareth.
>>
>> --
>>
>> You received this message because you are subscribed to the Google Groups
>> "cfaussie" group.
>> To post to this group, send email to cfaus...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>>
>>  
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.




[cfaussie] LSParseCurrency() in CF9 has changed?

2009-11-29 Thread Gareth Edwards






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 o.k, but in CF9 it returns..

0.01
-100.0

Can anyone see this as being a bit of an issue? Is this a bug in CF9? If 
you run this on your CF9 instance? does it give you the same result?

Cheers
Gareth.

--

You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.




[cfaussie] Re: Masking a URL

2009-10-20 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 happy to see a URL but 
> not the actual page URL.  They want to see a dummy URL.  It can be the 
> same domain, just needs to be a direct page.
> So from _http://www.cf.com/reports/securitylist.cfm_ to 
> _http://www.cf.com_
> Thanks Guys
> *Brian Knott* | Software Engineer | Banking Data Warehouse
> Solutions Delivery Banking, Treasury & Life Back End Systems
> *Ph:* 07 336 23327 *|* *Ext:* 23327
> GPO Box 1453 Brisbane QLD 4001 *| *Level 18 Plaza, Brisbane
> _ __brian.kn...@suncorp.com.au _ 
> /We help people build and protect their dream/
>
> _   _
> This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or 
> one of its related entities "Suncorp".
> Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or 
> on 13 11 55 or at suncorp.com.au.
> The content of this e-mail is the view of the sender or stated author 
> and does not necessarily reflect the view of Suncorp. The content, 
> including attachments, is a confidential communication between Suncorp 
> and the intended recipient. If you are not the intended recipient, any 
> use, interference with, disclosure or copying of this e-mail, 
> including attachments, is unauthorised and expressly prohibited. If 
> you have received this e-mail in error please contact the sender 
> immediately and delete the e-mail and any attachments from your system.
> If this e-mail constitutes a commercial message of a type that you no 
> longer wish to receive please reply to this e-mail by typing 
> Unsubscribe in the subject line.
>
> >


--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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 


*Details
*An informal social event where you can meet and chat with people in the 
industry about anything and everything. No lectures, presentations or 
slides, just plenty of interesting people.

It's hoped that this will be a regular event to compliment the regular 
formal meetings and will be held every second month.

Whilst the venue is free, in exchange for reserving some space, please 
purchase a drink and/or food from the bar.

*Further Information / Website*
http://groups.adobe.com/posts/96884ad639

*Venue Information
*Greystone Bar and Cellar
Shop 7/166 Grey St, Southbank (opposite the cinemas)
Ph - (07) 3846 6990
E - greystonebarandcel...@hotmail.com
W - www.greystonebar.com.au 
Twitter - @GreystoneBar

*RSVP*
http://groups.adobe.com/posts/96884ad639
You need to be logged in to Adobe Groups to RSVP for this event. Please 
try to have your RSVP's in by Friday the 25th of September 2009. An 
alternate RSVP link will be available @ http://qld.cfug.org.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 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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 


*Details
*An informal social event where you can meet and chat with people in the 
industry about anything and everything. No lectures, presentations or 
slides, just plenty of interesting people.

It's hoped that this will be a regular event to compliment the regular 
formal meetings and will be held every second month.

Whilst the venue is free, in exchange for reserving some space, please 
purchase a drink and/or food from the bar.

*Further Information / Website*
http://groups.adobe.com/posts/96884ad639

*Venue Information
*Greystone Bar and Cellar
Shop 7/166 Grey St, Southbank (opposite the cinemas)
Ph - (07) 3846 6990
E - greystonebarandcel...@hotmail.com
W - www.greystonebar.com.au 
Twitter - @GreystoneBar

*RSVP*
http://groups.adobe.com/posts/96884ad639
You need to be logged in to Adobe Groups to RSVP for this event. Please 
try to have your RSVP's in by Friday the 25th of September 2009. An 
alternate RSVP link will be available @ http://qld.cfug.org.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 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2009-08-10 Thread Gareth Edwards

Date: Wednesday, 12th August, 2009

Time: 6:00pm - 9:00pm

RSVP: http://groups.adobe.com/posts/a3159d35e2

Please RSVP before close of business today

We've been busy looking for ways to bring life back to User Groups. This 
month we have an international guest in person, Kai Koenig. As well as 
some announcements and discussions about the future of the Coldfusion 
Usergroup in Brisbane.

Presentation #1 - Coldfusion JVM Performance Tuning ( Kai Koenig )

ColdFusion IS Java, we all (sic?) know that. But what does it mean - 
besides the fact that CF stores a whole bunch of .class files in the odd 
folder? We're going to have a look into the fundamentals of the Java 
Virtual Machine and what it does in combination with CF. A particular 
focus will be on JVM "tuning", how to get an idea of what's happening 
inside your JVM and why it's sometimes better not to touch and "tune" a 
working 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 it fits in to 
the picture.
Agenda

6:00 - 6:45 PM - Doors Open, Welcome, News, Food and Drink
Doors Open
A welcome to CFUG / Discussions with Fellow Attendee's
Food and Drink Available
Quick News about items in previous or coming months.

6:45 - 7:45 PM - Presentation #1

7:45 - 8:45 PM - Presentation #2

8:45 - 9:30 PM - Prize Draw / Q&A / Discussion

9:30 PM - End of CFUG

If you wish to attendee this months CFUG, please RSVP below.

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


--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2009-08-03 Thread Gareth Edwards
Date: Wednesday, 12th August, 2009

Time: 6:00pm - 9:00pm

RSVP: http://groups.adobe.com/posts/a3159d35e2

We've been busy looking for ways to bring life back to User Groups. This 
month we have an international guest in person, Kai Koenig. As well as 
some announcements and discussions about the future of the Coldfusion 
Usergroup in Brisbane.


  Presentation #1 - Coldfusion JVM Performance Tuning ( Kai Koenig )

ColdFusion IS Java, we all (sic?) know that. But what does it mean - 
besides the fact that CF stores a whole bunch of .class files in the odd 
folder? We're going to have a look into the fundamentals of the Java 
Virtual Machine and what it does in combination with CF. A particular 
focus will be on JVM "tuning", how to get an idea of what's happening 
inside your JVM and why it's sometimes better not to touch and "tune" a 
working 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 it fits in to 
the picture.


  Agenda

*6:00 - 6:45 PM - Doors Open, Welcome, News, Food and Drink
*Doors Open*
*A welcome to CFUG / Discussions with Fellow Attendee's
Food and Drink Available
Quick News about items in previous or coming months.

*6:45 - 7:45 PM - Presentation #1*

*7:45 - 8:45 PM - Presentation #2*

*8:45 - 9:30 PM - Prize Draw / Q&A / Discussion*

*9:30 PM - End of CFUG*

*If you wish to attendee this months CFUG, please RSVP below.*

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


--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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







RSVP's close 5:00pm ( AEST / UTC +10 ) on the
15th of June 2009.

If you would like to come, and have not been able to RSVP before this
time, please contact me directly.

Come join us at a special event to learn more
and see new products and
the next releases of..
- Adobe Flash ( formally known as Flex ) Builder
- Adobe Flex SDK
- Adobe Flash Catalyst
- Adobe Bolt ( The Adobe Coldfusion IDE )
- Adobe 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 ( 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







A Look at Fantastic new features and integrations between the
products, and a chance to talk and discuss specific features as well.
The event will be Sponsored by Adobe and supported by the
Coldfusion, Flash Platform and the Tools usergroups here in Queensland.
We will also have some great giveaways.
Date: June 17, 2009

Time: 3:00pm - 9:00pm ( optional 6:00pm, check the agenda at the
website )

Location:



"DELL GALLERY" Queensland College of Art (
Griffith Uni ) 
226 Grey Street
South Brisbane QLD 4101
Australia
Central Lecture Theatre S05 2.04/5

We hope 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@googlegroups.com  To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---





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

2009-06-08 Thread Gareth Edwards







Please RSVP, as soon as you can, as numbers are
limited.

Come join us at a special event to learn more
and see new products and
the next releases of..
- Adobe Flash ( formally known as Flex ) Builder
- Adobe Flex SDK
- Adobe Flash Catalyst
- Adobe Bolt ( The Adobe Coldfusion IDE )
- Adobe 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 ( 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







A Look at Fantastic new features and integrations between the
products, and a chance to talk and discuss specific features as well.
The event will be Sponsored by Adobe and supported by the
Coldfusion, Flash Platform and the Tools usergroups here in Queensland.
We will also have some great giveaways.
Date: June 17, 2009

Time: 3:00pm - 9:00pm ( optional 6:00pm, check the agenda at the
website )

Location:



"DELL GALLERY" Queensland College of Art (
Griffith Uni ) 
226 Grey Street
South Brisbane QLD 4101
Australia
Central Lecture Theatre S05 2.04/5

We hope 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@googlegroups.com  To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---





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

2009-06-01 Thread Gareth Edwards







Come join us at a special event to learn more
and see new products and
the next releases of..
- Adobe Flash ( Flex ) Builder
- Adobe Flash Catalyst
- Adobe Bolt
- Adobe Coldfusion

Further Details and RSVP are available at the Adobe Groups Website
Below.

http://groups.adobe.com/posts/49bfc505f0







A Look at Fantastic new features and integrations between the
products, and a chance to talk and discuss specific features as well.
The event will be Sponsored by Adobe and supported by the
Coldfusion, Flash Platform and the Tools usergroups here in Queensland.
We will also have some great giveaways.
Date: June 17, 2009

Time: 3:00pm - 9:00pm ( optional 6:00pm, check the agenda at the
website below )

Location:



"DELL GALLERY" Queensland College of Art (
Griffith Uni ) 
226 Grey Street
South Brisbane QLD 4101
Australia
Central Lecture Theatre S05 2.04/5


We hope 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@googlegroups.com  To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---





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

2009-05-27 Thread Gareth Edwards







Date: June 17, 2009

Time: 3:00pm - 9:00pm ( optional 6:00pm start for those who can't make
3:00pm )

RSVP: http://groups.adobe.com/posts/49bfc505f0 ( or reply to
ghedwa...@gmail.com )

Come join us at a special event to learn more and see new products and
the next releases of..







- Adobe Flash ( Flex ) Builder
- Adobe Flash Catalyst
- Adobe Bolt
- Adobe Coldfusion
A Look at Fantastic new features and integrations between the
products, and a chance to talk and discuss specific features as well.
The event will be Sponsored by Adobe and supported by the
Coldfusion, Flash Platform and the Tools usergroups here in Queensland.
We will also have some great giveaways.

Location:
We hope to have it in a social environment close to the CBD, but we are
still working on it.
Although we have requested use of a couple of venues, if you know of a
venue that you think maybe suitable, 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











--~--~-~--~~~---~--~~
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...@googlegroups.com  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---





[cfaussie] Re: OT : Flex

2009-05-13 Thread Gareth Edwards





Hi Brian,

There is plenty of content online, but if you have any questions, I'd
be happy to try and point you in the right direction.

I had started a local brisbane learning project called "Flecks", but
due to various reasons it hasn't taken off.  The source for the project
is 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 more flex applications at the
moment.  I thought there was a similar group for flex programmers on
google groups.    Does anyone know what this group is called or other
good flex groups for beginners.
   
  Brian Knott
  
  
  
  This e-mail is sent by
Suncorp-Metway Limited ABN 66 010 831 722 or one of its related
entities "Suncorp".
Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or
on 13 11 55 or at suncorp.com.au.
The content of this e-mail is the view of the sender or stated author
and does not necessarily reflect the view of Suncorp. The content,
including attachments, is a confidential communication between Suncorp
and the intended recipient. If you are not the intended recipient, any
use, interference with, disclosure or copying of this e-mail, including
attachments, is unauthorised and expressly prohibited. If you have
received this e-mail in error please contact the sender immediately and
delete the e-mail and any attachments from your system.
If this e-mail constitutes a commercial message of a type that you no
longer wish to receive please reply to this e-mail by typing
Unsubscribe in the subject line.
  
  
  



--~--~-~--~~~---~--~~
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...@googlegroups.com  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---





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

2009-05-10 Thread Gareth Edwards


Due to circumstances beyond my control, regrettably normal CFUG 
proceeding for this month will NOT go ahead.. )

If you wish to stop by for a chat or have any questions I will be 
available at the place of which the CFUG meeting was to be held at 
6:00pm until later in the evening ( 7pm - 8pm? ).

Food and Drink will not be provided.

I apologize, and hope that with the various Adobe products currently in 
development we can hold some great CFUG meetings in the months to come. 
A list of things to come are most likely to include.
- Coldfusion 9 / Bolt Information / Tutorials
- Coldfusion Conduit Presentation by Mark Mandel
- Product and other News from WebDU
- A Worldwide Adobe Tour including information and content on Flex SDK / 
Builder 4, CF 9 and Bolt
- Show and Tell Presentations

If you have any suggestions for what you might like to see at the next 
CFUG, please feel free 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, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2009-05-10 Thread Gareth Edwards

Hi everyone, its time for CFUG Brisbane again in May 2009.

Topics:
Coldfusion and Flex Communication
Show and Tell

Location:
TASS
Unit 1/31 Thompson St
Bowen Hills, QLD 4006

Date:
Tuesday 12th of May 2009

Time:
6:00 - 6:30PM, Arrival
6:30PM, Start

RSVP:
Please RSVP before 4:00PM on the 11th 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...@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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2009-05-05 Thread Gareth Edwards

Hi everyone, its time for CFUG Brisbane again in May 2009.

Topics:
Coldfusion and Flex Communication
Show and Tell

Location:
TASS
Unit 1/31 Thompson St
Bowen Hills, QLD 4006

Date:
Tuesday 12th of May 2009

Time:
6:00 - 6:30PM, Arrival
6:30PM, Start

RSVP:
Please RSVP before 4:00PM on the 11th 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...@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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2009-04-05 Thread Gareth Edwards

Hi everyone, its time for CFUG Brisbane again in April 2009.

Location:
TASS
Unit 1/31 Thompson St
Bowen Hills, QLD 4006

Date:
Tuesday 7th of April 2009
( Yes its early because of easter long weekend )

Time:
6:00 - 6:30PM, Arrival
6:30PM, Start

RSVP:
Please RSVP before 4:00PM on the 6th 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...@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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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 few sites that keep getting hacked and they are all flash based
websites.
   
  Regards
  Steve
Onnis
  
  



--~--~-~--~~~---~--~~
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...@googlegroups.com  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---





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

2009-03-30 Thread Gareth Edwards

Hi everyone, its time for CFUG Brisbane again in April 2009.

Location:
TASS
Unit 1/31 Thompson St
Bowen Hills, QLD 4006

Date:
Tuesday 7th of April 2009
( Yes its early because of easter long weekend )

Time:
6:00 - 6:30PM, Arrival
6:30PM, Start

RSVP:
Please RSVP before 4:00PM on the 6th of April 2009.

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=F1245E5D-ACA7-99EE-58822CDEAC13F8AE

For more information please visit the URL below.

http://tinyurl.com/cfugqld/

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...@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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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 to make this work.

Cheers
Gareth.

On 26/3/09 3:48 PM, Barry Beattie wrote:
> just curious
>
> isn't there another way? something that doesn't involve /CFIDE (even
> if it's an internal call, not public)?
>
>
>
> On Thu, Mar 26, 2009 at 3:36 PM, Zac Spitzer  wrote:
>
>> you just need to map /CFIDE for that site
>>
>> z
>>
>> On Thu, Mar 26, 2009 at 4:35 PM, Mark Ireland  wrote:
>>  
>>> My charts dont come out because:
>>>
>>> https://mysite.com.au/CFIDE/GraphData.cfm?graphCache=wc50&graphID=Images/175606971012.PNG
>>>
>>> doesnt resolve.
>>>
>>> Is the a way I can change this url? I mean is it a setting somewhere?
>>>
>>> https://mysubdomain.mysite.com.au might work.
>>>
>>> 
>>> Download the new Windows Live Messenger Find out what’s new with your
>>> friends
>>>
  
>>>
>>
>>
>> --
>> Zac Spitzer -
>> http://zacster.blogspot.com
>> +61 405 847 168
>>
>>  
>>>
>>  
> >
>


--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] ANNOUNCE / CANCELLED: CFUG QLD Tuesday 10th March 2009 ( Cancelled )

2009-03-08 Thread Gareth Edwards

*** Regrettably This Months CFUG Cancelled ***

Unfortunately due to circumstances beyond my control, this months CFUG 
will be cancelled.

Cheers
Gareth.

--~--~-~--~~~---~--~~
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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2009-03-02 Thread Gareth Edwards

Hi everyone, its time for CFUG Brisbane again this month.

Location:
TASS
Unit 1/31 Thompson St
Bowen Hills, QLD 4006

For more information please visit the URL below.

http://groups.adobe.com/posts/a0430427a2

To RSVP please visit the RSVP link in contents of the URL above.

If you would like 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...@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...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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 perspective ( Chris Ellem )

Location:
TASS
Unit 1/31 Thompson St
Bowen Hills, QLD 4006

For more information please visit the URL below.

http://groups.adobe.com/posts/7cf6b9d4d9

To RSVP please visit the URL below.

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=F122C186-EA59-8D9F-EE91BF9C5F2D4538

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, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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.

http://groups.adobe.com/posts/7cf6b9d4d9

To RSVP please visit the URL below.

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=F122C186-EA59-8D9F-EE91BF9C5F2D4538

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, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[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 Group and Community information.
>
> Here you will find the Australia User Groups that have been set up:
> http://groups.adobe.com/pages/c9b6d661e2/pages/cfa2fbd9a7
>
> The Melbourne Coldfusion User Group is found here:
> http://groups.adobe.com/groups/7f686451fd
>
> And will be the main source for distributing information for the
> Melbourne CFUG going forward.
>
> Mark
>
>


--~--~-~--~~~---~--~~
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] REMINDER: CFUG QLD Tuesday 11th November 2008 ( TONIGHT ) - Adobe's Secret AIR Applications

2008-11-10 Thread Gareth Edwards

Please RSVP before 12:00PM

Hi everyone, its CFUG time again.

This month Andrew Spaulding from Adobe will join us via Connect to show 
us some real life AIR applications, as well as some of the new CS4 work 
flows.

As usual we will have Food, Drinks and time for discussions.

I look forward to seeing you at the November 2008 Coldfusion Usergroup

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=3BB0B4CD-96CE-207E-7023432D5F6C3CF3

For More information please use the URL below

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2008-11-09 Thread Gareth Edwards

Hi everyone, its CFUG time again.

This month Andrew Spaulding from Adobe will join us via Connect to show 
us some real life AIR applications, as well as some of the new CS4 work 
flows.

As usual we will have Food, Drinks and time for discussions.

I look forward to seeing you at the November 2008 Coldfusion Usergroup

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=3BB0B4CD-96CE-207E-7023432D5F6C3CF3

For More information please use the URL below

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2008-11-02 Thread Gareth Edwards

Hi everyone, its CFUG time again.

This month Andrew Spaulding from Adobe will join us via Connect to show 
us some real life AIR applications, as well as some of the new CS4 work 
flows.

As usual we will have Food, Drinks and time for discussions.

I look forward to seeing you at the November 2008 Coldfusion Usergroup

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=3BB0B4CD-96CE-207E-7023432D5F6C3CF3

For More information please use the URL below

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



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

2008-10-13 Thread Gareth Edwards

Please RSVP before 12:00 PM today

Queensland Coldfusion Usergroup
Tuesday 14th October 2008
Creative Suite 4 and Flex CF Community Program discussions

Although this month we will not have any official presentations, we have 
a lot to talk about, and potentially even more to offer those who wish 
to be part of the beginning of a Coldfusion Flex Community building 
exercise.

We will talk about and have a look at some of the Creative Suite 4 
products great for those using Dreamweaver or for the designer 
developers using various other design and production products.

We will talk more about the future of Coldfusion and more of what might 
be in store for Coldfusion 9.

Then last, but definitely not least, for those interested in taking part 
in a Coldfusion Flex Community program we have a presentation for CFUG 
Queensland attendee eyes only ( or at least at this stage ) showing the 
early plans and benefits of the program and show you how to be a part of it.

We will also have the usual Q&A time and Food and Drink.

Look forward to seeing you at the October 2008 Brisbane CFUG.

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=7BF144A7-AC09-6C06-E711B0054867DC96

For More Information use the URL below.

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=7BF144A7-AC09-6C06-E711B0054867DC96

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@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] ANNOUNCE: CFUG QLD Tuesday 14th October 2008 - Creative Suite 4 and Flex CF Community Program discussions

2008-10-06 Thread Gareth Edwards

Queensland Coldfusion Usergroup
Tuesday 14th October 2008
Creative Suite 4 and Flex CF Community Program discussions

Although this month we will not have any official presentations, we have 
a lot to talk about, and potentially even more to offer those who wish 
to be part of the beginning of a Coldfusion Flex Community building 
exercise.

We will talk about and have a look at some of the Creative Suite 4 
products great for those using Dreamweaver or for the designer 
developers using various other design and production products.

We will talk more about the future of Coldfusion and more of what might 
be in store for Coldfusion 9.

Then last, but definitely not least, for those interested in taking part 
in a Coldfusion Flex Community program we have a presentation for CFUG 
Queensland attendee eyes only ( or at least at this stage ) showing the 
early plans and benefits of the program and show you how to be a part of it.

We will also have the usual Q&A time and Food and Drink.

Look forward to seeing you at the October 2008 Brisbane CFUG.

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=7BF144A7-AC09-6C06-E711B0054867DC96

For More Information use the URL below.

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=7BF144A7-AC09-6C06-E711B0054867DC96

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@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] REMINDER: CFUG QLD Tuesday 9th September 2008 ( TODAY ) - Virtualization

2008-09-08 Thread Gareth Edwards

Please RSVP before 12:00 today to ensure we have enough food and drinks.

This month Steve Onnis will be joining us via Connect to present on 
Virtualization and how it can be used in both Server and Development 
Environments.

As usual we will have Food, Drinks and time for discussions.

I look forward to seeing you at the September 2008 Coldfusion Usergroup

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=7BF076A9-EC3C-B952-A93B158CE7D8C489

For More Information use the URL below.

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=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@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] REMINDER: CFUG QLD Tuesday 9th September 2008 ( TOMORROW ) - Virtualization

2008-09-07 Thread Gareth Edwards

This month Steve Onnis will be joining us via Connect to present on 
Virtualization and how it can be used in both Server and Development 
Environments.

As usual we will have Food, Drinks and time for discussions.

I look forward to seeing you at the September 2008 Coldfusion Usergroup

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=7BF076A9-EC3C-B952-A93B158CE7D8C489

For More Information use the URL below.

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=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@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] ANNOUNCE: CFUG QLD Tuesday 9th September 2008 - Virtualization

2008-09-03 Thread Gareth Edwards

This month Steve Onnis will be joining us via Connect to present on 
Virtualization and how it can be used in both Server and Development 
Environments.

As usual we will have Food, Drinks and time for discussions.

I look forward to seeing you at the September 2008 Coldfusion Usergroup

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=7BF076A9-EC3C-B952-A93B158CE7D8C489

For More Information use the URL below.

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=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@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: 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 of this software solution, we 
are looking for a one time purchase or a free solution of which we are 
able to redistribute to our clients at no additional cost.

Cheers
Gareth.

Steve Armstrong wrote:
> We are currently developing a ColdFusion based POS application. We 
> would like to add the ability to silently print a plain text document 
> to a named local client printer (docket printer). In this case the 
> printing would not be the client's default printer.
>
> Do we have anyone on cfaussie who has been able to acheive this?
>
> >


--~--~-~--~~~---~--~~
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: 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 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: 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 - and yes, I have a
> window!)
>
> Cheers,
> Chris Dawes
> Dawes International
> >
>
>


--~--~-~--~~~---~--~~
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] REMINDER: CFUG QLD Tuesday 8th July 08 ( TONIGHT ) - Your Development Environment ( Intermediate ) & Coldfusion 9 ( 6:00pm Sharp )

2008-07-07 Thread Gareth Edwards

Last chance to RSVP, please do so before 12:00PM ( Noon )

After a bit of a date change this month for the Pre-WebDU event, we're 
moving back to our regular schedule this month.

We will talk about some potential Coldfusion 9 features that will rock 
your world, as well as a quick look at Railo "The Alternate CFML Engine"

We will dive a little deeper into the Eclipse, I mean, into Eclipse and 
look at some basics, some features you may or may not know about,
as well maybe even look at some new features in the next version of the 
Eclipse platform and talk about what potential these may have.

As usual we will have Food, Drinks and time for discussions.

I look forward to seeing you at the July 2008 Coldfusion Usergroup

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=89DBBC8C-D86E-C984-8E6F478B567D456F

Or more information at the URL below

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=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" 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] REMINDER: CFUG QLD Tuesday 8th July 08 ( TOMORROW ) - Your Development Environment ( Intermediate ) & Coldfusion 9 ( 6:00pm Sharp )

2008-07-06 Thread Gareth Edwards

Please remember to RSVP before 12:00 noon tomorrow

After a bit of a date change this month for the Pre-WebDU event, we're 
moving back to our regular schedule this month.

We will talk about some potential Coldfusion 9 features that will rock 
your world, as well as a quick look at Railo "The Alternate CFML Engine"

We will dive a little deeper into the Eclipse, I mean, into Eclipse and 
look at some basics, some features you may or may not know about,
as well maybe even look at some new features in the next version of the 
Eclipse platform and talk about what potential these may have.

As usual we will have Food, Drinks and time for discussions.

I look forward to seeing you at the July 2008 Coldfusion Usergroup

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=89DBBC8C-D86E-C984-8E6F478B567D456F

Or more information at the URL below

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=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" 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] ANNOUNCE: CFUG QLD 8th July 08 - Your Development Environment ( Intermediate ) & Coldfusion 9 ( 6:00pm Sharp )

2008-06-30 Thread Gareth Edwards

After a bit of a date change this month for the Pre-WebDU event, we're 
moving back to our regular schedule this month.

We will talk about some potential Coldfusion 9 features that will rock 
your world, as well as a quick look at Railo "The Alternate CFML Engine"

We will dive a little deeper into the Eclipse, I mean, into Eclipse and 
look at some basics, some features you may or may not know about,
as well maybe even look at some new features in the next version of the 
Eclipse platform and talk about what potential these may have.

As usual we will have Food, Drinks and time for discussions.

I look forward to seeing you at the July 2008 Coldfusion Usergroup

Please use the URL below to RSVP

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=89DBBC8C-D86E-C984-8E6F478B567D456F

Or more information at the URL below

http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=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" 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: "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:
>
>
> http://www.tofinha.com.br/blog/index.cfm/2008/6/18/The-Future-of-ColdFusion-by-Adobes-CF-United-Keynote
>
> (which for me are the two most important points: educational
> institution use, committee for a formal spec)
>
> http://www.insideria.com/2008/06/coldfusion-9-details.html
>
> with a ton of other stuff emerging (WTF? Hibernate Baked In? v.cool)
>
> >
>
>

--~--~-~--~~~---~--~~
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: 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 are you
Victorians embarrassed it was a Qld win too?[2])



[1] maybe there will be after people have read this
[2] more salt. just for good measure...




On Thu, Jun 12, 2008 at 9:43 AM, Mark Mandel <[EMAIL PROTECTED]> wrote:
  
  
Who is the master for this?

As we need to get them to get them to follow all 9 people on the webDU
twitter group ;o)

Mark

On Wed, Jun 11, 2008 at 4:25 PM, Mark Mandel <[EMAIL PROTECTED]> wrote:


  webDU needs to follow the people following it, so there is a way to
view all the things those people are saying ;o)

Mark

On Wed, Jun 11, 2008 at 4:04 PM, Rae Buerckner <[EMAIL PROTECTED]> wrote:
  
  
Sounds good, I'm now following @webdu :)

Cheers,

Rae

On Wed, Jun 11, 2008 at 1:03 PM, Geoff Bowers <[EMAIL PROTECTED]> wrote:


  On Jun 11, 11:50 am, "Andrew Muller" <[EMAIL PROTECTED]> wrote:
  
  
What about using Twemes:http://twemes.com/??

  
  Looks like we now have:
#webdu for the tweme
@webdu for the tweets


That sound right?

-- geoff
http://www.daemon.com.au/

  



  
  

--
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

  



--
E: [EMAIL PROTECTED]
W: www.compoundtheory.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: 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. Telling Flash to convert your date to UTC before sending to
Coldfusion can often be a solution.

Also, you must ensure Coldfusion is running on the correct Timezone,
 what do you get?

Cheers
Gareth.

Stephen Davey wrote:

  Hi,

I did some tests using 'Charles web debugging proxy' tool, Charles shows the
date being 
passed to Coldfusion as 31/3/08 00:00 whereas dumping the value in
Coldfusion sees it as 30/3/08 23:00.

The dates are only out an hour between the 31/3/08 to 7/4/08.

This was on a windows PC run Coldfusion 7.02 and I ran the web-browser on
the same pc as CF server.

Thank you Blair for suggesting this tool I had not seen it before, it would
have been great to have in the past and I will keep in my collection of
debug tools in the future.

Server is running - Java VM Version  1.4.2_11-b06

Windows has all the updates from MS. And it has the correct time zone and is
set for DST.

Thanks.

Stephen Davey

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Chris Velevitch
Sent: Wednesday, 4 June 2008 5:19 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Coldfusion & Daylight saving


On Wed, Jun 4, 2008 at 1:33 PM, Stephen Davey <[EMAIL PROTECTED]>
wrote:
  
  
I download the latest flash play with no effect.

The windows PC has the latest updates from MS including optional updates.

  
  
I've seen a case where the locale/timezone on the PC was wrong which
resulted int he the dates in Flash be wrong.

Fixing the locale/timezone fixed it.


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

Adobe Platform Users Group, Sydney
June meeting: Profiling with Flex Builder 3
Date: Mon 23th June 6pm for 6:30 start
Details and RSVP on http://apugs2008june.eventbrite.com

No virus found in this incoming message.
Checked by AVG. 
Version: 8.0.100 / Virus Database: 269.24.6/1481 - Release Date: 3/06/2008
7:31 PM




  


--~--~-~--~~~---~--~~
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: 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 hotfix so you might have to grab it
straight off them, that said from memory I believe that the timing was
off anyway for that 1 week, even with patching.

You would really have to find out where along the line is the dates
being thrown out wrong. Without knowing how your process for this
function looks like, my best guess is that you have a function
somewhere which adjust the dates/time for the report? i.e. if your
report ran across daylight saving dates and dates where there is no
daylight saving, it will try to match up the time and dates? so that
you wont magically have missing gaps or disappearing times like you
have now.

Just that the dates have been so kindly changed by the Federal Govt
without forcing MS to push out patches to reflect the daylight saving
changeover date to the same day across the states. Whatever this
function was looking at comparing is probably just picking up the now
wrong set of dates?


Good Luck,
Chong

On Jun 4, 1:33 pm, "Stephen Davey" <[EMAIL PROTECTED]> wrote:
  
  
Hi Kym,

We host the server so yes the daylight saving is on and timezones are
correct on the server, I have also tried running the application on the
server so I knew the settings for both would match and they still have the
problem.

I download the latest flash play with no effect.

The windows PC has the latest updates from MS including optional updates.

Thanks.

Stephen Davey

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf

Of Kym Kovan
Sent: Wednesday, 4 June 2008 10:01 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Coldfusion & Daylight saving

Hi Stephen,

you wrote:



  Whenever I request a date in the period 31/3/08 to 7/4/08 it's out by an
hour hence it causes problems with all my reports for that period.
  


  E.g.  31/3/08 becomes 30/3/08 at 11pm.
  


  Was there a fix for the daylight saving in Australia, I have the latest
JVM being 1.4.2_11 .
  

Two questions can be asked from the server end of things:-
1. Does the server run daylight savings at all? Many hosting shops
don't, it's +10 here all the time.

2. If it does run daylight savings was the MS patch done? This year MS
got caught short and the patch was not a compulsory one so unless the
admin deliberately put it in then its not there.

--

Yours,

Kym Kovan
mbcomms

No virus found in this incoming message.
Checked by AVG.
Version: 8.0.100 / Virus Database: 269.24.6/1481 - Release Date: 3/06/2008
7:31 PM

  
  

  


--~--~-~--~~~---~--~~
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: Coldfusion & Daylight saving

2008-06-03 Thread Gareth Edwards





How are you checking your JVM version? 

C:\ColdFusion8\runtime\jre\bin\java.exe -version

Its going to be a different directory depending on what version and
platform your on, but just make sure you don't just check the system
JVM ( or at least, on a Windows machine )

Cheers
Gareth.

Stephen Davey wrote:

  
  
  

  
  HI All,
   
  I know this is an old subject now but it’s still
causing me headaches. I did a search of the 7000 odd entries from the
list and
did not find one mention of a daylight savings issue, did I miss thing
or am I
the only person having problems with coldfusion7 and daylight savings
this year,
with change from march 31 to April 07.
   
  Whenever I request a date in the period 31/3/08
to 7/4/08 it’s
out by an hour hence it causes problems with all my reports for that
period.
  E.g.  31/3/08 becomes 30/3/08 at 11pm.
   
  Was there a fix for the daylight saving in
Australia, I have
the latest JVM being 1.4.2_11
.
   
  Thanks
for any help.
   
  thanks
  Stephen Davey
  
  
  


--~--~-~--~~~---~--~~
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] Reminder: CFUG Brisbane TONIGHT - 3rd June 2008 - Last chance to RSVP

2008-06-02 Thread Gareth Edwards











Please Ensure you RSVP before 12:00pm if
you are
planning on attending today. Any trouble, please let us know.

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=28B4D8EB-AFB0-7484-6CFAC14DD143D693
Cheers
Gareth.


Tuesday 3rd of June 2008
QANTM - Brisbane CBD
6:00PM - 8:30PM

http://qld.cfug.org.au/

This week we will be holding the
Coldfusion Usergroup a whole week early for a line up of special
guests who will be presenting at the Australian WebDU 2008 premier web
technology conference in Sydney. We will be gathering at 6:00pm sharp.

Whether or not you are attending WebDU
the upcoming Brisbane CFUG is
a fantastic chance to see some content and chat with some truly
influential people within the Brisbane, Australian and Worldwide
circuit.

As for guests this month we have two
special guests with extra special presentations.

Mark Mandel will tantalize our minds
with some terrific Transfer content. The creator and an avid user of
the Transfer ORM project of which has recently gathered more steam,
will give us a demonstration on the Transfer ORM project and how it can
be used to benefit you and your past, present and future projects.

Micheal Wise will "Touch" our hearts and
brains with some touching demonstrations with Touch interfaces. The
founder of OmniEffect will demonstrate things that will inspire your
imagination by showing new ways users will be able to interact with
programs in the future.

We also have some special announcements
about the future of the Queensland CFUG

As usual we will have Food and
Refreshments.
Looking forward to seeing you there.

Additionally if your in Brisbane or the
surrounding areas and can't make it to the event, we would like to hear
from you. We would like to know what stops you from attending, and try
and 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=showRSVPForm&meetingID=28B4D8EB-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, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en  -~--~~~~--~~--~--~---





[cfaussie] Re: WebDU

2008-06-02 Thread Gareth Edwards





Day 0 - Start at National Usergroup

Day 1 - Start at WebDU do

Day 2 - Some people are heading home, but I'm keen to do something (
heading home Saturday morning )

Cheers
Gareth.

Mark Mandel wrote:
I guess the question is - 
  
If we're all staying at different hotels... where will we end up
drinking? :oD
  
Mark
  
  On Tue, Jun 3, 2008 at 8:35 AM, Mark Picker
<[EMAIL PROTECTED]>
wrote:
  
I picked up Meriton 5 star apartment for $99 a night.

Cheers
Mark

On Jun 3, 8:09 am, "Mark Mandel" <[EMAIL PROTECTED]>
wrote:
> Ah nice!
>
> I found the Ibis cheaper, but I did * cough * 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
> > > Gareth.
> > > Mark Mandel wrote:Ibis for me
> > > MarkOn 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]
<[EMAIL PROTECTED]>
> > > W:www.compoundtheory.com
>
> --
> E: [EMAIL PROTECTED]
> W:www.compoundtheory.com- Hide quoted text -
>
> - Show quoted text -




  
  
  
  
  
-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.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: WebDU

2008-06-01 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: www.compoundtheory.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] Reminder: CFUG Brisbane TOMORROW - 3rd June 2008 ( Pre WebDU special )

2008-06-01 Thread Gareth Edwards











Please Ensure you RSVP if you are
planning on attending tomorrow. Any trouble, please let us know.

http://qld.cfug.org.au/index.cfm?event=showRSVPForm&meetingID=28B4D8EB-AFB0-7484-6CFAC14DD143D693
Cheers
Gareth.


Tuesday 3rd of June 2008
QANTM - Brisbane CBD
6:00PM - 8:30PM

http://qld.cfug.org.au/

This week we will be holding the
Coldfusion Usergroup a whole week early for a line up of special
guests who will be presenting at the Australian WebDU 2008 premier web
technology conference in Sydney. We will be gathering at 6:00pm sharp.

Whether or not you are attending WebDU
the upcoming Brisbane CFUG is
a fantastic chance to see some content and chat with some truly
influential people within the Brisbane, Australian and Worldwide
circuit.

As for guests this month we have two
special guests with extra special presentations.

Mark Mandel will tantalize our minds
with some terrific Transfer content. The creator and an avid user of
the Transfer ORM project of which has recently gathered more steam,
will give us a demonstration on the Transfer ORM project and how it can
be used to benefit you and your past, present and future projects.

Micheal Wise will "Touch" our hearts and
brains with some touching demonstrations with Touch interfaces. The
founder of OmniEffect will demonstrate things that will inspire your
imagination by showing new ways users will be able to interact with
programs in the future.

We also have some special announcements
about the future of the Queensland CFUG

As usual we will have Food and
Refreshments.
Looking forward to seeing you there.

Additionally if your in Brisbane or the
surrounding areas and can't make it to the event, we would like to hear
from you. We would like to know what stops you from attending, and try
and 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=showRSVPForm&meetingID=28B4D8EB-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, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en  -~--~~~~--~~--~--~---





[cfaussie] Re: Announce: CFUG Brisbane ( Nighttime PARKING )

2008-05-29 Thread Gareth Edwards





For those will difficulty parking in the city, here are a few options,
please read any conditions on the car parks carefully. 

http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&ll=-27.470525,153.026462&spn=0.00969,0.014591&z=16&msid=105318787529832118225.00044e67c3f10788781ec

King George Square Carpark
http://www.brisbane.qld.gov.au/BCC:WHATSON::pp=LIFESTYLE,pc=PC_1263,in_type=site_details,in_search1=567,in_search2=45,in_search3=687
- See Parking - Nighttime ( $10.00 max )

Wintergarden Carpark
http://www.secureparking.com.au/displaycarpark.aspx?carparkid=92
- See evening rates ( Mon-Thu $14.00 max )

Eagle Street Pier Carpark
http://www.wilsonparking.com.au/go/wilson-car-parks/qld/eagle-street-pier#
- A bit further to walk, See Night Fees ( $10.00 )

There are others, but these appeared to be the best value and are open
up to and beyond 9:30PM

Cheers
Gareth.

Gareth Edwards wrote:

  
  
  
  
  
  
  
  Tuesday 3rd of June 2008
QANTM - Brisbane CBD
6:00PM - 8:30PM
  
  http://qld.cfug.org.au/
  
  This week we will be holding the
Coldfusion Usergroup a whole week early for a line up of special
guests who will be presenting at the Australian WebDU 2008 premier web
technology conference in Sydney. We will be gathering at 6:00pm sharp.
  
  Whether or not you are attending WebDU
the upcoming Brisbane CFUG is
a fantastic chance to see some content and chat with some truly
influential people within the Brisbane, Australian and Worldwide
circuit.
  
  As for guests this month we have two
special guests with extra special presentations.
  
  Mark Mandel will tantalize our minds
with some terrific Transfer content. The creator and an avid user of
the Transfer ORM project of which has recently gathered more steam,
will give us a demonstration on the Transfer ORM project and how it can
be used to benefit you and your past, present and future projects.
  
  Micheal Wise will "Touch" our hearts
and
brains with some touching demonstrations with Touch interfaces. The
founder of OmniEffect will demonstrate things that will inspire your
imagination by showing new ways users will be able to interact with
programs in the future.
  
  We also have some special
announcements
about the future of the Queensland CFUG
  
  As usual we will have Food and
Refreshments.
  Looking forward to seeing you there.
  
  Additionally if your in Brisbane or
the
surrounding areas and can't make it to the event, we would like to hear
from you. We would like to know what stops you from attending, and try
and 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=showRSVPForm&meetingID=28B4D8EB-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, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en  -~--~~~~--~~--~--~---





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

2008-05-29 Thread Gareth Edwards











Tuesday 3rd of June 2008
QANTM - Brisbane CBD
6:00PM - 8:30PM

http://qld.cfug.org.au/

This week we will be holding the
Coldfusion Usergroup a whole week early for a line up of special
guests who will be presenting at the Australian WebDU 2008 premier web
technology conference in Sydney. We will be gathering at 6:00pm sharp.

Whether or not you are attending WebDU
the upcoming Brisbane CFUG is
a fantastic chance to see some content and chat with some truly
influential people within the Brisbane, Australian and Worldwide
circuit.

As for guests this month we have two
special guests with extra special presentations.

Mark Mandel will tantalize our minds
with some terrific Transfer content. The creator and an avid user of
the Transfer ORM project of which has recently gathered more steam,
will give us a demonstration on the Transfer ORM project and how it can
be used to benefit you and your past, present and future projects.

Micheal Wise will "Touch" our hearts and
brains with some touching demonstrations with Touch interfaces. The
founder of OmniEffect will demonstrate things that will inspire your
imagination by showing new ways users will be able to interact with
programs in the future.

We also have some special announcements
about the future of the Queensland CFUG

As usual we will have Food and
Refreshments.
Looking forward to seeing you there.

Additionally if your in Brisbane or the
surrounding areas and can't make it to the event, we would like to hear
from you. We would like to know what stops you from attending, and try
and 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=showRSVPForm&meetingID=28B4D8EB-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, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en  -~--~~~~--~~--~--~---





[cfaussie] CFUG Brisbane - 3rd June 2008

2008-05-27 Thread Gareth Edwards











Tuesday 3rd of June 2008
QANTM - Brisbane CBD
6:00PM - 8:30PM

http://qld.cfug.org.au/

This week we will be holding the
Coldfusion Usergroup a whole week early for a line up of special
guests who will be presenting at the Australian WebDU 2008 premier web
technology conference in Sydney. We will be gathering at 6:00pm sharp.

Whether or not you are attending WebDU
the upcoming Brisbane CFUG is
a fantastic chance to see some content and chat with some truly
influential people within the Brisbane, Australian and Worldwide
circuit.

As for guests this month we have two
special guests with extra special presentations.

Mark Mandel will tantalize our minds
with some terrific Transfer content. The creator and an avid user of
the Transfer ORM project of which has recently gathered more steam,
will give us a demonstration on the Transfer ORM project and how it can
be used to benefit you and your past, present and future projects.

Micheal Wise will "Touch" our hearts and
brains with some touching demonstrations with Touch interfaces. The
founder of OmniEffect will demonstrate things that will inspire your
imagination by showing new ways users will be able to interact with
programs in the future.

We also have some special announcements
about the future of the Queensland CFUG

As usual we will have Food and
Refreshments.
Looking forward to seeing you there.

Additionally if your in Brisbane or the
surrounding areas and can't make it to the event, we would like to hear
from you. We would like to know what stops you from attending, and try
and 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=showRSVPForm&meetingID=28B4D8EB-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, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en  -~--~~~~--~~--~--~---







[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=showRSVPForm&meetingID=7306346F-B41B-1F2B-5A4F0A81A870031D
>  
>
>
> official blurb
> http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=7306346F-B41B-1F2B-5A4F0A81A870031D
>  
>
>
> cheers
> the QLD CFUG team
>

--~--~-~--~~~---~--~~
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] 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=showRSVPForm&meetingID=7306346F-B41B-1F2B-5A4F0A81A870031D

official blurb
http://qld.cfug.org.au/index.cfm?event=showMeeting&meetingID=7306346F-B41B-1F2B-5A4F0A81A870031D

cheers
the QLD CFUG team

--~--~-~--~~~---~--~~
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: is there a more efficent way of finding keys in FORM scope?

2008-05-01 Thread Gareth Edwards

What about





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 FORM.fieldnames ... _date and _time are a
> couple)
>
> I was going to look at form.fieldnames as a list to search but I
> really need ListFind() to either return an array of matches or use a
> starting "find" attribute for the next one ...
>
> Hmmm... maybe a regex find within form.fieldnames, return a bunch of
> em?  you've got me thinking now... it's just _gotta_ be faster than
> looping over the FORM scope, surely.
>
> thanx Andrew..
> b
>
> >
>
>   

--~--~-~--~~~---~--~~
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: cfsavecontent and custom tags

2008-04-30 Thread Gareth Edwards

Barry,

Just make sure you have your import tags prefix named correctly.



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 tag made up of a few of FORM controls
> that work together. The only reason I'm wanting to pre-process the
> custom tags is that various values and flags are calculated from the
> processing and used further down the page.
>
> 
>   
>   
>   
>   
>   
>
>  counter="#counterPerson#"
>   customerType="Person"
>   -- blah de blah --
>   />
>   
>   
>   
> 
>
>
> #strCustomerPersonFormControls#
>
> but it's not rendering as HTML, it's just imbeding the custom tag CF
> code in the source.
>
> it must be code blindness and I've done something wrong with the
> custom tag, because mixing another (simpler) custom tag in with
> straight HTML works just fine:
>
> 
>  style="DISPLAY: block">
>   Person #counterPerson#:
> 
>id="selPersTit_#counterPerson#" data="#qryTitles#"
>   selectedValue="#qPerson.CUSTOMERTITLE#" defaultLabel="== Select =="
> class="custTitle" />
> 
>value="#qPerson.FIRSTNAME#"  class="custFName"  />
>value="#qPerson.SURNAME#"  class="custLName"  />
>value="#qPerson.PK_CUSTOMERID#"  />
>id="hdnPersPBA_#counterPerson#" type="checkbox" value="true"
> class="persChkDel" />
>class="persChkDelLbl">Delete
> 
> 
>
>
> 
>   
>   
>   
> 
>style="DISPLAY: block">
>   Person 
> #counterPerson#:
> 
>
>   id="selPersTit_#counterPerson#" data="#qryTitles#"
>   selectedValue="#qPerson.CUSTOMERTITLE#"
>   defaultLabel="== Select ==" class="custTitle"
>   />
>
> 
>value="#qPerson.FIRSTNAME#"  class="custFName"  />
>value="#qPerson.SURNAME#"  class="custLName"  />
>value="#qPerson.PK_CUSTOMERID#"  />
>id="hdnPersPBA_#counterPerson#" type="checkbox" value="true"
> class="persChkDel" />
>class="persChkDelLbl">Delete
> 
>   
>   
>   
> 
>
>
> can anyone suggest what obvious thing have I missed here?
>
> thanks
> barry.b
>
> >
>
>   

--~--~-~--~~~---~--~~
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: 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 respects, you're intent is to push the Adobe has it
under control belief, which is perfectly fine, whilst I'm on the
flipside simply saying - I really don't care if they do or they don't,
but should you wish to change, previous threads are some data points to
consider.
   
  (Apologise if I cut out some of the rant, some of it, i felt was
a little to - ahuh, and i'm not sure what made you assume I've been
under a rock for the last 10 years when it comes to Adobe/Macromedia,
but ok).
   
  
  "..(You
ask about FUD, which is engendering "fear, uncertainty, and doubt",
for  the kids watching at home. This is perhaps a perfect example of
it. You state things you feel to be true, from a lofty position, when
they're not quite, and when they have a tendency to assert cause for
concern when there may be none.).."- Charlie
  
   
  I've stated criteria in which I consider to be weaknesses in
Coldfusion, simply because in actual fact they are. If you break away
from the MXNA blog sphere over time, and listen to the outer threads of
conversations (over past 5years), compete analysis and basically
interaction with folks whom aren't favourable to Coldfusion, you'll
most likely come to a similar conclusion. Right now, for example,  If
you were to look at this from a compete situation, PHP/Ruby on Rails is
more ASP.NET
(Coldfusion doesn't even rate on the radar) competitor, given factors
like Wordpress etc play a role in online hosting. Check out Netcraft
reports if you'd like. 
   
  On a side and personal note, I personally have the belief, that
if one is to label FUD it's effectively saying " you have no
integrity and will use any underhanded tactic you can to achieve your
goals..", now for a peaceful chap like yourself whom as you say, "doesn't
want to pick a fight", you're certainly heading in the wrong
direction then.
   
  Keep in perspective, everything that one says in a forum setting
such as this will be vague, as it's human dialogue evolving as each new
point arises. At times, a negative point may arise and to note this and
simply assume that the person is then disseminating negative (and
vague) information - therefore is FUD, is well...a weak/cop out posture
to take. As I guess, I reserve the right to counter-FUD you? (is there
a stamp we can buy for that?)
   
  As in that perspective it's a case of, "say positive things
only, should you find a negative point, halt the dialogue. Respective
parties then are to go fact find, collect raw un-biased evidence, bring
it back to the dialogue in question and present, or else it will be
stamped & labeled as FUD". If that is likely to occur in this
instance, then this will be even more of long drawn out thread. Accuse
me of FUD, but substantiate it at the very least otherwise it's you
whom are disseminating negative (and vague) labels.
   
  I also say that without emotion attached (ie not with hostility,
but with more of a less deepened amount of antagonism)
   
  
  "..Are
you saying that's your perception of the CE program? Again I'll argue
that you're misinformed (which is a shame, when you carry your
confidence so highly).The CE program offers many benefits, and none of
them involve pizza and beer.." - Charlie
  
   
  Awaiting the the actual argument.. referring to the website is
weak, on two counts. It's insulting that you think i've not read
the website in which the Adobe CE program outlines these and
secondly you've not outlined what they are. To help you on this journey
further, look at Google and search for "Microsoft MVP" even the
"Microsoft MVP Summit". The point is that it scales, it's not just a
badge or a collective group of people whom meet silently, have
discussions and know inside secrets and then that's it. It gets
amplified, not just by us but also by the community. It's the community
spirit in which i'd like you to focus more in on, instead of defending
the feature matrix or quoting FAQ. 
   
  They are Apples and Oranges, simply because the MVP ethos is
made up of more segments, different technologies and overall different
approaches. Question is whether you're open to this projected theory.
 
  
  "..I'm
cool with that. Again, not looking to "win" the argument. Just debating
specific points.." - Charlie
  
   
  I agree, only the other person can let you win any argument. I
find elements of your responses to be personal & in many respects
whilst minor, insulting, my "crack the knuckles" remark was intended to
be a joke, thus i followed with the "hehe". I raise this as I'm not
sure you are just in for a debate on specific points? In that where is
your position on the matter that doesn't orbit mine?
   
  
  "..You
then say, "The point is, CF community used 

[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.

Cheers
Gareth.

Barry Beattie wrote:
> for a situation where it was a Turnkey app (running off CF std OEM)
> and needed dynamic user-defined fields and criteria ... the report
> builder wasn't going to cut it.
>
> it turned out for CF7, cfreport and cfdocument wasn't going to cut it either.
>
> so one of the guys hacked the iText library to bits and did great
> things with it, calling from CF. Does all the things you were talking
> about to produce documents (esp PDF's) and he's now got it
> pixel-perfect to be able to print cheques, invoices, etc. He spent
> quite a while on it spread over the last couple of years but ended up
> with very good results.
>
> just an FYI on what someone else is doing.
>
>
>
>
> (Gareth.E - you on list to say whether this is still viable
> now-a-days, starting from scratch?)
>
> >
>
>   

--~--~-~--~~~---~--~~
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: 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 Wednesday.
(Thankyou Dale from OzMaD for wanting to be an important part of this event too)

so if you're a Flexer, Flasher, Fotoshopper, Fusioneer or just plain
OzMaD, you're welcome to join us at the usual place anytime from
6:00pm (for a 6:30 official start)

lots of food and fun and giveaways, etc so RSVP'ing to this email is
essential to let us know if you're coming.



and ... as it turns out ... the FlashPlatform, QMUG and CFUG user
groups have yet to find a winner for their major software prizes for
2007.

yes, "prizes" - plural, multiple, more than one.

Depending on which groups you've been attending, that means that you
may have up to three chances to win $2100 of Adobe software.

(people can have multiple entries, based on how many times they've
attended meetings. If you've done a presso, you get more entries, same
if you've helped out the group in a useful way - like maintain the
website or whatever).

and on behalf of all the Queensland Adobe User Groups* and their
managers , have a great festive season, drive safe, and see you in
2008 for a huge year.

cheers
barry.b





* yes I know, there's an InDesign group as well... forgive me for
being "group-ist" but they don't count


  
  
* Meeting Location - details

Please RSVP to this email - it will go into the prize draw.


  Meeting Details: 6:00pm for a 6:30 start,Wednesday 21th November 2007
If doors are locked, call 0414 328 902 for entry

QANTM Auditorium
QANTM House
Level 9, 138 Albert St
Brisbane City
(Opposite the "Coffee Club")

Find it on WHEREIS:
http://www.whereis.com/whereis/retrieveEmailMap.do?linkId=-;7243212240990709884

Find it on Google Maps:
http://maps.google.com/maps?f=q&hl=en&q=138+Albert+St,+City+QLD+4000,+Australia&ie=UTF8&sll=37.0625,-95.677068&sspn=28.168051,68.90625&z=17&om=1&iwloc=addr



 -
  

  
  


  


--~--~-~--~~~---~--~~
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: CFCAMP Brisbane today - it was great!

2007-11-21 Thread Gareth Edwards





Thats what I was saying Barry, the starts of the show are those who
could attend including the Presenters, but not because they were
presenting, but because they were there.

Cheers
Gareth.

Barry Beattie wrote:

  
I liked that session on Coldspring / Model-Glue, didn't you?

  
  
yeah I did, actually. Geez that's silly of me to forget
that.Especially since it could come in really handy for a project in
the new year.

  
  
 So who are the stars of the show really?

  
  
"Stars"?... mate, you want an honest answer?

the people who made the effort to go IMHO - 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 PROTECTED]> wrote:
  
  
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 wrote:


  highlights:

for me: Geoff Bowers with Farcry for work reasons

Robin Hilliard making CFInterface easier to understand (and why it's
good to use)

Adam Leyham - with how (and why) the future looks bright with CF (and
they're now taking feature requests for CF9)

Nick Watson  spun me with how to make a Flex app with ColdFusion code,
as well as some cool insight into LCDS (very interesting tips!)

Andrew Spaulding helped making Flex easier to understand (and it looks
like I'm gonna be needing the Exchange stuff he showed us)

thanx guys for putting it on, esp Mark Blair

Who else in Bris liked the show?

barry.b

  
  
  



  
  


  


--~--~-~--~~~---~--~~
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: 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 wrote:
> highlights:
>
> for me: Geoff Bowers with Farcry for work reasons
>
> Robin Hilliard making CFInterface easier to understand (and why it's
> good to use)
>
> Adam Leyham - with how (and why) the future looks bright with CF (and
> they're now taking feature requests for CF9)
>
> Nick Watson  spun me with how to make a Flex app with ColdFusion code,
> as well as some cool insight into LCDS (very interesting tips!)
>
> Andrew Spaulding helped making Flex easier to understand (and it looks
> like I'm gonna be needing the Exchange stuff he showed us)
>
> thanx guys for putting it on, esp Mark Blair
>
> Who else in Bris liked the show?
>
> barry.b
>
> >
>
>   

--~--~-~--~~~---~--~~
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: 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 

C:\webroot\CFIDE

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
Gareth.

Steve Onnis wrote:

  Have a look at FileMon
(http://www.microsoft.com/technet/sysinternals/utilities/filemon.mspx).
Install it and try and run some stuff and see if the dll is being accessed
at all and if there are any permission issues happening.  This is how I have
overcome these sorts of issues in the past

Steve 

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Sean Bucklar
Sent: Monday, 29 October 2007 2:03 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: File not found: /cfide/administrator/


The server has been up and running for a while. Honestly I don't know if it
was working previously - largely because the guy who built the server is
currently out of the country. I assume so because there's content accessing
a CF DSN's on the server and the initial install is from a SOE image that
wouldn't need any changes after it was deployed.

Steve Onnis wrote:
  
  
Was this an upgrade or a fresh install?

Did it work before you locked it down?

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On 
Behalf Of Sean Bucklar
Sent: Monday, 29 October 2007 1:22 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: File not found: /cfide/administrator/


I did wonder about that - but the files are where they're supposed to 
be, and IIS has the correct directory paths.

The only things I can find in google are some references to people in 
the past who've had a permissions error (they think) and an article 
that doesn't apply.

I've hit this issue before, and fixed it by removing and recreating 
the .cfm extension bindings - unfortunately no joy with that this time.

Barry Beattie wrote:
  


  has someone been playing around with your IIS mappings?

it's like IIS just doesn't know where cfide is, possibly because it 
may not be be in the webroot, or the default website is somewhere 
outside it...

gut feeling: IIS mapping issue...

HTH
barry.b


On 10/29/07, Sean Bucklar <[EMAIL PROTECTED]> wrote:
  

  
  
I have a weird issue. I'm using ColdFusion Server Enterprise,
7,0,1,116466 on Win2003 with IIS.

When I try to browse to /cfide/administrator, I get a file not found
  

  

error:
  


  
 File not found: /cfide/administrator/

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.8.1.8) Gecko/20071008 Firefox/2.0.0.8

I've checked. The files are there.

I can copy a very simple test file into the administrator directory 
and I get the same error, so I don't think it's a missing
  

  

include/component.
  


  
I've tried renaming the /cfide/administrator/application.cfm just to 
make sure that it wasn't something being called from there.

If I copy the test file up to the /cfide directory - everything 
works
  

  

fine.
  


  
The administrator directory is locked down to prevent anonymous 
browsing, and IP restricted. But I can authenticate fine with a user 
which has full administrator rights over the server. I've verified 
that the user is a member of the Administrators group, and the 
administrators group has full control over the full file system. 
I've tried also giving that user explicit full control over the test 
file and over the jrun_iis6.dll, and the jrun_iis6_wildcard.dll with 
no effect. The /cfide/administrator directory is NOT an application 
root, so it's taking it's extension bindings from it's parent 
directory - so if the bindings are correct /cfide (which I know they 
are, because my test script runs), they should therefore be right in 
/cfide/administrator as well. I've tried making the 
/cfide/administrator an application root and ensuring that the 
extension bindings are correct, but still the same error. I've tried 
enabling anonymous browsing and disabling IP restrictions - also 
with no
  

  

effect.
  


  
I've recycled the relevant application pool, restarted the 
webservice and restarted the server at various points in trying to 
resolve the issue without success.

The obvious question, what's changed on the server recently is 
unfortunately pretty broad in terms of content. In terms of system 
state and operating environment? Nothing relevant that I can find.

I'm fairly sure that I'm missing something obvious. But I just can't 
find it. Any suggestions would be most appreciated.



  
 

[cfaussie] Re: Application Locking

2007-10-18 Thread Gareth Edwards





Wouldn't a named lock do what you need?


    


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 possible. So i'm happy to just make them wait, it's
20-30 seconds.

Regards
Dale Fraser

http://learncf.com


-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Haikal Saadh
Sent: Friday, 19 October 2007 3:18 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Application Locking


Would a better way be to show a 'Joe Bloggs is running the payroll 
process, come back later' message when the second person tries to 
perform this task?

Would having all these locks make the next person doing this task wait, 
or will it make everyone wait?

Dale Fraser wrote:
  
  
What happens if I lock an application scoped variable.

 

I have an application that can perform a task, which would cause 
trouble if two people were doing that task at the same time.

 

So I thought I could either do it using an application lock block, but 
i'm not really sure if that would work. The operation takes 30 seconds 
or less, so i'd be happy for the next person to just wait until the 
application was ready.

 

The second method I had in mind would be to have

 



 



 

Not locked

 



 Do Task



 

How would you do this.

 

Regards

Dale Fraser

 

http://learncf.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: LAST CALL: ColdFusion 8 Launch Party - TONIGHT - Brisbane

2007-08-07 Thread Gareth Edwards





I'll be there.

Cheers
Gareth.

Darren Tracey wrote:

  Final reminder to RSVP to avoid missing out on ColdFusion 8 feature
presentations, live questions and answers with Tim Buntell, win a free
copy of ColdFusion Server standard (one per user group, so someone at
the Brisbane meeting will walk out as the owner of this), live meetup
with all the other CFUGs around Australia/New Zealand, the potential
to meet your future employer/employee, and more free food and drink
than you can poke a medium sized stick at!!

Regards

Darren Tracey
CFUG QLD

On Aug 8, 9:54 am, "Barry Beattie" <[EMAIL PROTECTED]> wrote:
  
  
I've seen how sardines are packed... I reckon we can fit a few more RSVP's in

RSVP's to go into the major prize draw close at 1:00pm SHARP! Sign-ups
to the QLD CFUG mailing list up to that time will also autommatically
added into the draw. Remember, you have to be there in person to win
the prize unless you're one of the authorised regional people (ie: the
two guys on the sunshine coast)

hopefully see you tonight!





  
.
User Groups Ushering in the new Coldfusion 8
---

  


  
With the launch of the eighth release of Coldfusion, Adobe user groups
around the world will be holding special celebrations to mark the
occasion.

  


  
And Brisbane will be doing it with Style ... Next Wednesday August 8th.

  


  
This is when ALL the Australian and New Zealand ColdFusion User Groups
will be holding the launch party for their local members, friends,
businesses and affiliates. Everyone is  welcome.

  


  
At the gathering we'll be part of a link-up with user groups in the
ANZ region with special international guests (inc.from the U.S.A)
using Adobe's Connect video conferencing software.

  


  
Robin Hilliard, the ANZ User Group Coordinator, will be the Master of
Ceremonies for the event.

  


  
There will give-a-ways and prizes on the night and a copy of
Coldfusion8 Std to be won for those that RSVP and attend.

  


  
So RSVP now and spread the word.

  


  
the QLD CFUG crew

  


  
  Brisbane  
QLD ColdFusion UserGroup

  


  
http://qld.cfug.org.au
General Contact: Darren Tracey, [EMAIL PROTECTED]
RSVP's [EMAIL PROTECTED]

  


  
Wednesday 8th August
Start time: 6:15pm
End Time: 9:00pm

  


  
If doors are locked, call 0414 328 902 for entry

  


  
QANTM Auditorium
QANTM House
Level 9, 138 Albert St
Brisbane City
(Opposite the "Coffee Club")

  


  
Find it on WHEREIS:
http://www.whereis.com/whereis/retrieveEmailMap.do?linkId=-;724321224...

  


  
Find it on Google Maps:
http://maps.google.com/maps?f=q&hl=en&q=138+Albert+St,+City+QLD+4000,...

  


  


  


  
-
 - IF YOU WOULD LIKE TO BE A QLD CFUG MEMBER -
You can subscribe to this User Group,  (and automatically RSVP'ing for
the launch party)  by sending an email to
[EMAIL PROTECTED]
(this will send you a confirmation email - please follow the directions)
All NEW sign-ups from today until 1:00pm of August 8th will be assumed
as potential RSVP's and you'll be in the running for the prizes if you
then attend in person.
-
NOTE: existing members still have to RSVP by replying to this email to
be eligible for the prize draws
-- Hide quoted text -

  

- Show quoted text -

  
  



  



--~--~-~--~~~---~--~~
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: cfLDAP and cfMail

2007-07-08 Thread Gareth Edwards

Is the  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 second.
>
> I am looking for something better than cfTwiddleThumbs.
>
> _
> Advertisement: Your Future Starts Here. Dream it? Then be it! Find it at 
> www.seek.com.au 
> http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2F%3Ftracking%3Dsk%3Ahet%3Ask%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=july07_endtext_future&_m=EXT
>
>
> >
>
>   


--~--~-~--~~~---~--~~
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: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Gareth Edwards





Seriously?

An AIR application can be.

1) Pure HTML
2) Flash / Flex / HTML *
3) Flash / Flex

* Full HTML can be embedded in Flash / Flex and Flash / Flex can be
embedded in HTML.
The HTML engine is webKit, the HTML engine that runs under Safari.

So just to confirm, an AIR application can be pure HTML.

I think, and I say I think because I haven't done much in this area,
you can even build a HTML application and store the HTML / _javascript_
files locally and reference them in your application so that the core
HTML / _javascript_ files do not need to be downloaded.

Cheers
Gareth.

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 not use AS3 / Flex / HTML /
DHTML / AJAX.

Use Coldfusion as your server side language, why bother with it client
side?


Cheers
Gareth.

Dale Fraser wrote:

  
  I'm not so sure.
   
  Besides the footprint issues,
which I think most could be addressed by reducing the feature set.
   
  Even just the logic and query
stuff would be a good start. If AIR includes Derby then offline /
online DB app in CF / HTML would be cool.
   
  Regards
  Dale Fraser
   
  http://dalefraser.blogspot.com
   
  
  From: 
cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com]
  On Behalf Of Andrew Scott
  Sent: Tuesday, 12 June 2007 8:50 PM
  To: cfaussie@googlegroups.com
  Subject: [cfaussie] Re: onair.adobe.com... (was CFAussie
Community Head Count)
  
   
  
  Dale,
  
  
   
  
  
  If that was to happen, then I would be asking someone to pinch
me for sure. But I do doubt that a version of CF that could run locally
in this manner will never happen :-(
  
  
  
  
 
  
  
  On 6/12/07, Dale Fraser <[EMAIL PROTECTED]>
wrote: 
  
  
  No,
   
  That's not CF AIR.
   
  CF AIR would execute and run
local CF code base packaged as AIR and have ability to store locally if
offline and then online when link is back.
   
  There would be no lag with html
transfer etc. I think it could be a lite version of CF, would be very
cool.
   
  
  Regards
  Dale Fraser
   
  http://dalefraser.blogspot.com
  
   
  
  
  From: 
cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com]
  On Behalf Of Gareth Edwards
  Sent: Tuesday, 12 June 2007 8:33 PM 
  
  
  To: cfaussie@googlegroups.com
  Subject: [cfaussie] Re: onair.adobe.com... (was
CFAussie Community Head Count)
  
  
  
  
   
  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 still has a server requirement
  somehow for licencing purposes.
   
  
  Regards
  Dale Fraser
   
  http://dalefraser.blogspot.com
   
   
  -Original Message-
  From: cfaussie@googlegroups.com [

  mailto:cfaussie@googlegroups.com] On Behalf
  Of Barry Beattie
  Sent: Tuesday, 12 June 2007 8:11 PM
  To: 
  
cfaussie@googlegroups.com
  Subject: [cfaussie] Re: onair.adobe.com... (was CFAussie Community Head
  Count)
   
   
  On 6/12/07, Scott Barnes 

  <[EMAIL PROTECTED]> wrote:
    
  
You need to switch to no sugar bazza :P
    
  
   
  more like no caffeen...
   
  but on a serious note, no bites, Scott? no interest in these quarters
  
  in this AIR stuff?
   
  I would have thought, like you, that more people would have thrown in
  their 2cents on this. oh well.
   
  maybe Apollo means nothing to CF'ers?
  
   
   
   
   
   
   
    
   
   
  
  
  
  
  www.aegeon.com.au
  Phone: +613  8676 4223
  Mobile: 0404 998 273 
  
  
  
  
  
  
  




Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273 



  
  



--~--~-~--~~~---~--~~
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: onair.adobe.com... (was CFAussie Community Head Count)

2007-06-12 Thread Gareth Edwards





AIR ships with SQLite API's are available to query the local database. 

What logic stuff are you referring to? why not use AS3 / Flex / HTML /
DHTML / AJAX.

Use Coldfusion as your server side language, why bother with it client
side?

Cheers
Gareth.

Dale Fraser wrote:

  
  
  

  
  I’m
not so sure.
   
  Besides
the footprint issues, which I think most could be addressed by reducing
the
feature set.
   
  Even
just the logic and query stuff would be a good start. If AIR includes
Derby
then offline / online DB app in CF / HTML would be cool.
   
  Regards
  Dale
Fraser
   
  http://dalefraser.blogspot.com
   
  
  From: cfaussie@googlegroups.com
[mailto:cfaussie@googlegroups.com] On Behalf Of Andrew Scott
  Sent: Tuesday, 12 June 2007 8:50 PM
  To: cfaussie@googlegroups.com
  Subject: [cfaussie] Re: onair.adobe.com... (was CFAussie
Community Head
Count)
  
   
  
  Dale,
  
  
   
  
  
  If that was to happen, then I would be asking
someone to
pinch me for sure. But I do doubt that a version of CF that could run
locally
in this manner will never happen :-(
  
  
  
  
 
  
  
  On 6/12/07, Dale
Fraser <[EMAIL PROTECTED]>
wrote: 
  
  
  No,
   
  That's not CF AIR.
   
  CF AIR would execute and run local
CF code
base packaged as AIR and have ability to store locally if offline and
then
online when link is back.
   
  There would be no lag with html
transfer etc.
I think it could be a lite version of CF, would be very cool.
   
  
  Regards
  Dale Fraser
   
  http://dalefraser.blogspot.com
  
   
  
  
  From: cfaussie@googlegroups.com
[mailto:cfaussie@googlegroups.com]
  On Behalf Of Gareth Edwards
  Sent: Tuesday, 12 June 2007 8:33 PM 
  
  
  To: cfaussie@googlegroups.com
  Subject: [cfaussie] Re: onair.adobe.com...
(was CFAussie
Community Head Count)
  
  
  
  
   
  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 still has a server requirement
  somehow for licencing purposes.
   
  Regards
  Dale Fraser
   
  http://dalefraser.blogspot.com
   
   
  -Original Message-
  From: cfaussie@googlegroups.com [
  mailto:cfaussie@googlegroups.com] On Behalf
  Of Barry Beattie
  Sent: Tuesday, 12 June 2007 8:11 PM
  To: 
  cfaussie@googlegroups.com
  Subject: [cfaussie] Re: onair.adobe.com... (was CFAussie Community Head
  Count)
   
   
  On 6/12/07, Scott Barnes 
  <[EMAIL PROTECTED]> wrote:
    
  
You need to switch to no sugar bazza :P
    
  
   
  more like no caffeen...
   
  but on a serious note, no bites, Scott? no interest in these quarters
  in this AIR stuff?
   
  I would have thought, like you, that more people would have thrown in
  their 2cents on this. oh well.
   
  maybe Apollo means nothing to CF'ers?
   
   
   
   
   
   
    
   
   
  
  
  
  
  www.aegeon.com.au
  Phone: +613  8676 4223
  Mobile: 0404 998 273 
  
  
  
  
  
  
  
  



--~--~-~--~~~---~--~~
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: 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 still has a server requirement
somehow for licencing purposes.

Regards
Dale Fraser

http://dalefraser.blogspot.com

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Barry Beattie
Sent: Tuesday, 12 June 2007 8:11 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: onair.adobe.com... (was CFAussie Community Head
Count)


On 6/12/07, Scott Barnes <[EMAIL PROTECTED]> wrote:
  
  
You need to switch to no sugar bazza :P

  
  
more like no caffeen...

but on a serious note, no bites, Scott? no interest in these quarters
in this AIR stuff?

I would have thought, like you, that more people would have thrown in
their 2cents on this. oh well.

maybe Apollo means nothing to CF'ers?






  



--~--~-~--~~~---~--~~
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: 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 the template
> cache before each single test, deleted class files in the cfclasses
> folder etc.
>
> Cheers
> Kai
>
>
>
> >
>
>   


--~--~-~--~~~---~--~~
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: 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 on them as they solidify.
>
> What would be of great help to us in the meantime would be a hands up
> (head count) on how many Aussie CF'ers are reading this list on a
> regular basis. If you could just ping a response to to this thread
> that would be grouse.
>
>
> Thanks in advance
>
> Matt Voerman
>
> Senior Consultant
> Adobe Systems Pacific
>
>
> >
>
>   


--~--~-~--~~~---~--~~
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: QLD CFUG March meeting announcement.

2007-03-12 Thread Gareth Edwards





I was more curious that Microsoft would be willing? But I'm curious,
why do you think holding it at Microsoft would be a bad idea? How many
people on this list use Microsoft SQL Server? How many people on this
list use Windows XP ? Microsoft going after the similar markets as
Adobe is a bit of a worry, but maybe having it at Microsoft would
expose more Microsoft people to the wonders of Adobe? Provided there
are no strings attached, its just another venue.

Not saying QLD CFUG will ever be held at Microsoft, but who knows?
Anyway, I think the current location is great.

Cheers
Gareth.

Dale Fraser wrote:

  
  

  

  
  
  
  Without
this turning into another rampant Microsoft vs Adobe topic.
   
  I
like
Microsoft and like their product, but I don’t think holding it at
Microsoft is appropriate. There is no good reason I can think of that
Microsoft
would allow this except 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
  To: cfaussie@googlegroups.com
  Subject: [cfaussie]
Re: QLD CFUG
March meeting announcement.
  
   
  Microsoft would commit to
holding an Adobe user group
at one of there offices? with no strings attached?
  
  Brisbane
HQ? Is
that in the City?
  
Cheers
Gareth.
  
  
Scott Barnes wrote: 
  Well... these meetings could be hosted inside Microsoft's swisho
  theatres at brisbane hq - broadband, pizza and beer :)
   
  I will buy your love hows that :)
   
  On 3/12/07, Charlie Arehart <[EMAIL PROTECTED]> wrote:
    
  
Barry and I discussed it off-list. They have a common problem, working in a
place where they don't have wireless access, and while there's a computer in
the room which does have net access, it belongs to the facility and they
don't want any software installed, so the presenters instead just plug their
laptops into the projector. All that makes recording using tools like
Breeze/Connect/LiveMeeting impossible.
 
We did discuss options for recording "off-line", using tools such as
Camtasia, CamStudio, and so on. He will consider those, but then you're
talking about installing s/w on the presenter's laptops, and they have to
have time to become familiar to do the recording, plus they would be big
(though both the above can compress to SWF when done). Then you have to find
a place to host the recordings, and I recommended Google video, which has no
time limit like youtube and aol video. We shall see if they can do it. I'll
understand if they can't. I'll be writing all this up in a blog entry to
offer the suggestions to other CFUG organizers.
 
/Charlie
http://www.carehart.org/
 
-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Scott Barnes
Sent: Sunday, March 11, 2007 5:18 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: QLD CFUG March meeting announcement.
 
 
Yeah record it damnz it ... I could offer up office live recordings lol...
 
Barry: You've got the mics, I can go out tommorow and grab a decent web cam?
 
On 3/10/07, Charlie Arehart <[EMAIL PROTECTED]> wrote:
    

  I don't want to give up too easily. :-) When you say you "don't think
  it is really practical to record our user group meeting's content",
  what do you mean? Do you really mean something about the content? Or
  the typical presenter's setup? Or the environment?
   
  I mean, if you've got a laptop with a mic, and an internet connection,
  that's all you need. You start the meeting in Connect, and hit record.
  You don't need to bother with letting others join in, if that's a
  concern. And you DEFINITELY don't need to worry about a camera for
  video. All people care about is the presenter's screen and voice.
   
  Not trying to be pushy, but that just sounds like a great session, so
  it would be wonderful to see it recorded.
   
  /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 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:

[cfaussie] Re: QLD CFUG March meeting announcement.

2007-03-12 Thread Gareth Edwards





Microsoft would commit to holding an Adobe user group at one of there
offices? with no strings attached?

Brisbane HQ? Is that in the City?

Cheers
Gareth.


Scott Barnes wrote:

  Well... these meetings could be hosted inside Microsoft's swisho
theatres at brisbane hq - broadband, pizza and beer :)

I will buy your love hows that :)

On 3/12/07, Charlie Arehart <[EMAIL PROTECTED]> wrote:
  
  
Barry and I discussed it off-list. They have a common problem, working in a
place where they don't have wireless access, and while there's a computer in
the room which does have net access, it belongs to the facility and they
don't want any software installed, so the presenters instead just plug their
laptops into the projector. All that makes recording using tools like
Breeze/Connect/LiveMeeting impossible.

We did discuss options for recording "off-line", using tools such as
Camtasia, CamStudio, and so on. He will consider those, but then you're
talking about installing s/w on the presenter's laptops, and they have to
have time to become familiar to do the recording, plus they would be big
(though both the above can compress to SWF when done). Then you have to find
a place to host the recordings, and I recommended Google video, which has no
time limit like youtube and aol video. We shall see if they can do it. I'll
understand if they can't. I'll be writing all this up in a blog entry to
offer the suggestions to other CFUG organizers.

/Charlie
http://www.carehart.org/

-Original Message-
From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Scott Barnes
Sent: Sunday, March 11, 2007 5:18 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: QLD CFUG March meeting announcement.


Yeah record it damnz it ... I could offer up office live recordings lol...

Barry: You've got the mics, I can go out tommorow and grab a decent web cam?

On 3/10/07, Charlie Arehart <[EMAIL PROTECTED]> wrote:


  I don't want to give up too easily. :-) When you say you "don't think
it is really practical to record our user group meeting's content",
what do you mean? Do you really mean something about the content? Or
the typical presenter's setup? Or the environment?

I mean, if you've got a laptop with a mic, and an internet connection,
that's all you need. You start the meeting in Connect, and hit record.
You don't need to bother with letting others join in, if that's a
concern. And you DEFINITELY don't need to worry about a camera for
video. All people care about is the presenter's screen and voice.

Not trying to be pushy, but that just sounds like a great session, so
it would be wonderful to see it recorded.

/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 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 that Adobe permits user groups to use? If you guys
need any help being able to that, just let me know. This sounds like
a very compelling presentation. :-)

/Charlie

  
  
  


--
Regards,
Scott Barnes
http://www.mossyblog.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: 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 that Adobe permits user groups to use? If you guys need any help
> being able to that, just let me know. This sounds like a very compelling
> presentation. :-)
>
> /Charlie
> http://www.carehart.org/  
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Barry Beattie
> Sent: Friday, March 09, 2007 12:33 AM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] QLD CFUG March meeting announcement.
>
>
> WOW! this looks like a big meeting for this months Queensland CFUG and is
> bound to be a "not to be missed" event.
>
> Why? Because we're all gearing up for the next version of ColdFusion:
> CF8, which is currently known (or so we're told) as "Scorpio".
>
> "but it's in beta!" you say "and none can say what's in it for fear of
> Saurons spies finding  out"
>
> there's lots to find out, believe it or not, if you know where to look. We
> have our super-sleuth detectives hard at work, reading between the lines in
> press releases, unraveling the red herrings, leaving no unturned stone...
> er, unturned (wha-tever!)
>
> to prove the point, we've even tracked down a date it'll be released
> http://www.numtopia.com/terry/blog/archives/2007/03/scorpio_in_august.cfm
> (and there's other reasons of the suggested date that didn't make it to the
> comments - come along and find out why)
>
> So join us this Wednesday's CFUG and discover the secrets to Dan Brown's
> unwritten mystery thriller... "The Scorpio Code"
> [any references to actual deities or prophets, living or dead, is purely
> coincidental...]
>
>
> Also this month, we'll be giving the subject of Flex and Coldfusion
> Data-typing a darn good shake with full demonstrations and seeing what's
> happening behind the scenes. What works? what's doesn't? and is wishful
> thinking? guaranteed to save you time putting a Flex front end to your
> ColdFusion server code.
>
> And, as this will be the CFUG's pre-WebDU meeting for this year, we'll be
> looking at what's on offer at WebDU, how to try and survive wanting to be in
> three WebDU sessions at the same time - and how to still get something out
> of it if the boss still refuses to let you go.
>
>
> so, if you're not already a member, sign up to the QLD CFUG usergroup
> http://groups.google.com/group/qldcfug/
>
> and that will give us your RSVP so you can go into the prize draw (and
> ensure we do a good job on catering)  - we hope to see you there
>
>
> cheers
> The QLD CFUG crew.
>
> Meeting Details: 6:30 pm - ?, Wednesday, 14th March 2007 If doors are
> locked, call 0414 328 902 for entry
>
> QANTM Auditorium
> QANTM House
> Level 9, 138 Albert St
> Brisbane City
> (Opposite the "Coffee Club")
>
> Find it on WHEREIS:
> http://www.whereis.com/whereis/retrieveEmailMap.do?linkId=-;7243212240990709
> 884
>
> Find it on Google Maps:
> http://maps.google.com/maps?f=q&hl=en&q=138+Albert+St,+City+QLD+4000,+Austra
> lia&ie=UTF8&sll=37.0625,-95.677068&sspn=28.168051,68.90625&z=17&om=1&iwloc=a
> ddr
>
>
>
>
> >
>
>   


--~--~-~--~~~---~--~~
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: 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 collective brains trust
of folks on cfaussie webdu'ers as to what they would like to see and
if anyone wants to put their hand up for an early morning session.

  
  
So can I confirm we have the following three BOFs or thereabouts?

FarCry 4.0
---
Mat Bryant (coordinator)

potential speaker ring-ins
 - Jeff Coughlin


Apollo
---
Andrew Muller (coordinator)

potential speaker ring-ins
 - Mike C
 - Mike D
 - Ted Patrick


CF Components (?)
---
Mark Mandel (coordinator)
Charlie Arehart (coordinator)


All this assumes we can get people to stumble in around 8am ;)

Any more thoughts?

-- geoff
http://www.daemon.com.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: 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 build the PDF?
  
  
  
Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
  www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273
   
  
   
  
  
  From: cfaussie@googlegroups.com
[mailto:cfaussie@googlegroups.com] On Behalf Of Ryan Sabir
  Sent: Wednesday, 7 March 2007 10:58 AM
  To: 'cfaussie@googlegroups.com'
  Subject: [cfaussie] Embed Flash in a PDF
  
  
   
  
  Heya all,
  
  
   
  
  
  Slightly off
topic.. but you
know.. you guys are smart.
  
  
   
  
  
  What are my
options for
embedding a dynamically generated SWF file in a PDF for printing? 
  
  
   
  
  
  Ideally I'd like
a way to
extract a bitmap of the SWF on the server, and save it as a JPEG, then
dynamically build the PDF using CF7. Has anyone come across a tool that
will do
this? Is there another way?
  
  
   
  
  
  thanks
  
  
   
  
  
   
  
  

  




Ryan
Sabir
Technical Director

p:
(02) 9274 8030
f:
(02) 9274 8099
m:
0411 512 454
w:
www.newgency.com





Newgency
Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia

  

  
  
   
  
  
  
   
  
  
  



--~--~-~--~~~---~--~~
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: 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 SWF? what tool are you using to
do this?

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 build the PDF?
  
  
  
Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
  www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273
   
  
   
  
  
  From: cfaussie@googlegroups.com
[mailto:cfaussie@googlegroups.com] On Behalf Of Ryan Sabir
  Sent: Wednesday, 7 March 2007 10:58 AM
  To: 'cfaussie@googlegroups.com'
  Subject: [cfaussie] Embed Flash in a PDF
  
  
   
  
  Heya all,
  
  
   
  
  
  Slightly off
topic.. but you
know.. you guys are smart.
  
  
   
  
  
  What are my
options for
embedding a dynamically generated SWF file in a PDF for printing? 
  
  
   
  
  
  Ideally I'd like
a way to
extract a bitmap of the SWF on the server, and save it as a JPEG, then
dynamically build the PDF using CF7. Has anyone come across a tool that
will do
this? Is there another way?
  
  
   
  
  
  thanks
  
  
   
  
  
   
  
  

  




Ryan
Sabir
Technical Director

p:
(02) 9274 8030
f:
(02) 9274 8099
m:
0411 512 454
w:
www.newgency.com





Newgency
Pty Ltd
Web | Multimedia | eMarketing

224 Riley St
Surry Hills NSW 2010
Sydney, Australia

  

  
  
   
  
  
  
   
  
  
  



--~--~-~--~~~---~--~~
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: 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
Gareth.


Andrew Scott wrote:

  
  

  
  
  Tom,
   
  If
you are using CFEclipse can I suggest you look at a tool
called SQL Explorer, that will allow you to create your query and copy
and
paste that into your code, also very good because it is a JDBC aware so
it will
connect to any know DB using JDBC drivers.
   
   
  
  
Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
  www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273
   
   
  
  From: cfaussie@googlegroups.com
[mailto:cfaussie@googlegroups.com] On Behalf Of Tom MacKean
  Sent: Tuesday, 6 March 2007 2:23 PM
  To: cfaussie@googlegroups.com
  Subject: [cfaussie] Re: Why select * is bad (was RE:
[cfaussie] Re:
@#$!! Queryparam)
  
   
  
  Thanks Charlie,
  
  
   
  
  
  I'm alternating between Dreamweaver and Eclipse
at the
moment, depending on the project. Since my original post, I found a
button in
MySQL Manager (http://www.mysqlmanager.com/
  ) that copies all field names to clipboard. Reasonably easy.  
  
  
   
  
  
  Cheers,
  
  
   
  
  
  Tom "12-step" MacKean
 
  
  
  On 3/6/07, Charlie
Arehart
<[EMAIL PROTECTED]>
wrote:
  
  
  Tom,
what editor do you use? Nearly all of them (CF Studio,
HomeSite+, Dreamweaver, and CFEclipse) offer the RDS feature, which
would allow
you to view all the tables and their columns for all datasources
defined in
your CF admin.  These offer either a list of column names you can
drag and drop (tedious for many) or a visual query builder where you
can check
the columns desired and then copy/paste from the SQL they build. If
you've
never used them, you're not alone. Many go years never seeing them. Let
us know
which you use if you need more help. 
   
  To
those who would jump in saying that you can't use RDS if it's
not enabled, such as is likely on a production server, I'll reply that
one
shouldn't be doing development work against a production server. :-) Do
your
development locally, or at least just setup the free CF Dev edition
locally and
define your datasources there, and point to them in your editor to help
build
SQL. 
  
   
  
  
  Or
skip RDS and just use whatever SQL building tool that might come
with the DBMS you're using. Many of them have visual query building
tools as
well, where again you can build a SQL statement and then copy/paste it
into
your CFML. 
  
  
   
  
  
  Hope
that's helpful, Tom.
  
  
   
  
  
  PS
Did you know that there's a Tom McKeon in the CF world? He's in
upstate New York here in the States. Small world. (For those missing
the point,
this note was from Tom "MacKean".) 
  
  
   
  
  
  PPS
With all these folks saying, "I'm a SELECT * user",
it's starting to sound like a rehab meeting. "Hi, I'm Tom, and I'm a
Select * user." :-) 
  
  
   
  
  
  /Charlie
  http://www.carehart.org/blog/ 
  
  
  
   
  
   
  
  
  From: cfaussie@googlegroups.com
[mailto:
cfaussie@googlegroups.com] On Behalf Of Tom MacKean
  Sent: Monday, March 05, 2007 7:48 PM
  To: cfaussie@googlegroups.com
  Subject: [cfaussie] Re: Why select * is bad
(was RE:
[cfaussie] Re: @#$!! Queryparam)
  
 
  
  I am a SELECT * user. 
  
  
   
  
  
  (In my defence, I'm self-taught and didn't know
any better
until now)
  
  
   
  
  
  My question... is there a trick or tip or tool
that you guys
use to save typing in the name of every field that you're after? If
you're
populating a big long form, it's a real pain to type every field name
into
your SELECT statement (when you could just use a *). Is there a quick
way, or
do you guys just bite the bullet and start typing? 
  
  
   
  
  
  Cheers,
  
  
   
  
  
  Tom
 
  
  
  
  
  
  
  
  
  
  



--~--~-~--~~~---~--~~
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: Strange calculation behavior on CF 7.02

2007-02-20 Thread Gareth Edwards





Andrew,

What option?

Cheers
Gareth.

Andrew Scott wrote:

  
  
  

  
  Hmm,
interesting you used to be able to select that option in
previous versionJ
  
  
Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
  www.aegeon.com.au
Phone: +613  8676 4223
  Mobile:
0404 998
273
  
  
  



--~--~-~--~~~---~--~~
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: Strange calculation behavior on CF 7.02

2007-02-20 Thread Gareth Edwards





I apologize for my initial comments, at first I saw it a major problem
with Coldfusion and was getting quite annoyed at it.

I did later mention that it should be outlined in some sort of
documentation.

As far as nothing to do with Coldfusion, as Rod has outlined, although
Coldfusion might not be the direct cause of the problem, I think Adobe
should offer something that allows these calculations to return the
correct result.

Cheers
Gareth.

Andrew Scott wrote:

  
  
  

  
  Steve,
   
  Gareth
stated and I quote, “It hasn't been a problem
previously, why would it be a problem now? CFML is not a strong typed
language
and there for should evaluate situations like this correctly.”
   
  So as you see I am correct by saying it has
nothing to do
with CF, but yes I agree about some form of docs etc. And to expect CF
not to
have this problem is where he got our backs up, not that it should have
been
documented somewhere but his quote says it all.
   
   
  
  
Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
  www.aegeon.com.au
Phone: +613  8676 4223
  Mobile: 0404 998 273
  
  From: cfaussie@googlegroups.com
[mailto:cfaussie@googlegroups.com]
  On Behalf Of Steve Armstrong
  Sent: Tuesday, 20 February 2007 8:47 PM
  To: cfaussie@googlegroups.com
  Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02
  
   
  
  Andrew,
  
  
   
  
  
  To say that it has nothing to do with ColdFusion
is
incorrect - as a developer has come across the issue developing an
application using ColdFusion.  Sure it is an 'across the board of
programming languages' issue - but that doesn't mean that Adobe
cannot note the issue in its documentation and training guides - which
is
what Gareth was suggesting.  Robin's suggestion looks to be the neatest
solution so far. 
  
  
   
  
  
  Steve
  
 
  
  
  
  



--~--~-~--~~~---~--~~
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: Strange calculation behavior on CF 7.02

2007-02-20 Thread Gareth Edwards





Darren, at first I didn't know what was causing it, so I was trying to
pass some values around as strings rather than numbers. Hence the list
part, I would not normally do that.

Cheers
Gareth.


Darren Tracey wrote:

  Gareth

Why are you doing this:
 
?
What's wrong with int() or round()?
This strikes me as a very round about way to knock some decimals off.
Is there some special reason for this, or is it an exercise in trying
to confuse the CF engine as to whether its dealing with a number or a
string?

Darren

On Feb 20, 11:04 am, Gareth Edwards <[EMAIL PROTECTED]> wrote:
  
  


  
  



  



--~--~-~--~~~---~--~~
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: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards





What do you think would be the best way to work around the problem?

Cheers
Gareth.

skateboard.com.au wrote:

  Our teacher gave us the low down on this issue in the first week of my C 
unit. You probably dont hear about it too much in CF land as its so 
losely typed.  

cheers

Drew Peacock


-Original Message-
From: Gareth Edwards <[EMAIL PROTECTED]>
To: cfaussie@googlegroups.com
Date: Tue, 20 Feb 2007 14:27:34 +1000
Subject: [cfaussie] Re: Strange calculation behavior on CF 7.02

  
  



  


Sorry to complain about it, it just seems strange, I won't complain
anymore. Does it do the same thing in Actionscript? (don't have time to
check right now)

What do you think is the best way to handle this in coldfusion?

Also, I'm curious, how many people on this list are aware of this
issue?

Cheers
Gareth.

Robin Hilliard wrote:
"mid:[EMAIL PROTECTED]"
 type="cite">
  It's easier to see the pattern without the random stuff
and the extra  
additions and subtractions, note val() etc have nothing to do with it:

<cfloop from="1" to="1" index="a">
 <cfset c = a + 0.1>
 <cfset d = a - c>
 <cfoutput>#a# - #c# = #d#<br/></cfoutput>
</cfloop>


1019 - 1019.1 = -0.1
1020 - 1020.1 = -0.1
1021 - 1021.1 = -0.1
1022 - 1022.1 = -0.1
1023 - 1023.1 = -0.1
1024 - 1024.1 = -0.0
1025 - 1025.1 = -0.0
1026 - 1026.1 = -0.0
1027 - 1027.1 = -0.0
1028 - 1028.1 = -0.0
...
4090 - 4090.1 = -0.0
4091 - 4091.1 = -0.0
4092 - 4092.1 = -0.0
4093 - 4093.1 = -0.0
4094 - 4094.1 = -0.0
4095 - 4095.1 = -0.0
4096 - 4096.1 = -0.1
4097 - 4097.1 = -0.1
4098 - 4098.1 = -0.1
4099 - 4099.1 = -0.1
4100 - 4100.1 = -0.1
4101 - 4101.1 = -0.1
4102 - 4102.1 = -0.1
4103 - 4103.1 = -0.1
4104 - 4104.1 = -0.1


I get errors for the range 1024 <= a < 4096.  Note 1024 = 2 ^ 10
and  
4096 = 2 ^ 12 - significant numbers in the binary world.

These sorts of errors are caused because you cannot represent all  
fractional amounts in a finite number of binary digits - for instance  
0.1 is an endlessly repeating 1100110011001100... pattern in binary  
(just like 1/3 is an endlessly repeating series in decimal). Replace  
0.1 in the above code with 0.125 (1/8) or another fraction that can  
be represented in a finite number of binary digits and you'll see the  
error disappears, or if you use 0.7 you'll see the error kick in at a  
 >= 8192 (2 ^ 13).  Without further analysis, it's probably
something  
to do with the way negative numbers (see "two's complement") are  
represented in binary, and the point in the repeating sequence of  
binary digits where a Java floating point number runs out of precision.

As Ryan suggested, these rounding errors happen on any digital  
computer/language and your code needs to deal with them gracefully.

Cheers,
Robin

__

Robin Hilliard
Director - RocketBoots Pty Ltd
Consulting . Recruitment . Software Licensing . Training
"http://www.rocketboots.com.au">http://www.rocketboots.com.au

For schedule/availability call Pamela Higgins:
w+61 7 5451 0362
m+61 419 677 151
f+61 3 9923 6261
e    "mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]

or Direct:
m+61 418 414 341
e"mailto:[EMAIL PROTECTED]">[EMAIL 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  
isn't
the case. Is this a bug introduced by Coldfusion 7.02?

<cfset a = 0>
<cfset b = 0>
<cfset c = 0>

<cfloop from="1" to="1000" index="i">
<cfset a = RandRange(1,2)>
<cfset b = a*2>
<cfset c = "#ListFirst(Trim(a),".")#.00">
<cfset c = c + 0.1>
<cfset d = a - val(b) + val(c)>
<cfoutput>#d#<br /></cfoutput>
</cfloop>

Cheers
Gareth.



  
  


  





  
  




  
  




  



--~--~-~--~~~---~--~~
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: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards





Sorry to complain about it, it just seems strange, I won't complain
anymore. Does it do the same thing in Actionscript? (don't have time to
check right now)

What do you think is the best way to handle this in coldfusion?

Also, I'm curious, how many people on this list are aware of this issue?

Cheers
Gareth.

Robin Hilliard wrote:

  It's easier to see the pattern without the random stuff and the extra  
additions and subtractions, note val() etc have nothing to do with it:


 
 
 #a# - #c# = #d#



1019 - 1019.1 = -0.1
1020 - 1020.1 = -0.1
1021 - 1021.1 = -0.1
1022 - 1022.1 = -0.1
1023 - 1023.1 = -0.1
1024 - 1024.1 = -0.0
1025 - 1025.1 = -0.0
1026 - 1026.1 = -0.0
1027 - 1027.1 = -0.0
1028 - 1028.1 = -0.0
...
4090 - 4090.1 = -0.0
4091 - 4091.1 = -0.0
4092 - 4092.1 = -0.0
4093 - 4093.1 = -0.0
4094 - 4094.1 = -0.0
4095 - 4095.1 = -0.0
4096 - 4096.1 = -0.1
4097 - 4097.1 = -0.1
4098 - 4098.1 = -0.1
4099 - 4099.1 = -0.1
4100 - 4100.1 = -0.1
4101 - 4101.1 = -0.1
4102 - 4102.1 = -0.1
4103 - 4103.1 = -0.1
4104 - 4104.1 = -0.1


I get errors for the range 1024 <= a < 4096.  Note 1024 = 2 ^ 10 and  
4096 = 2 ^ 12 - significant numbers in the binary world.

These sorts of errors are caused because you cannot represent all  
fractional amounts in a finite number of binary digits - for instance  
0.1 is an endlessly repeating 1100110011001100... pattern in binary  
(just like 1/3 is an endlessly repeating series in decimal). Replace  
0.1 in the above code with 0.125 (1/8) or another fraction that can  
be represented in a finite number of binary digits and you'll see the  
error disappears, or if you use 0.7 you'll see the error kick in at a  
 >= 8192 (2 ^ 13).  Without further analysis, it's probably something  
to do with the way negative numbers (see "two's complement") are  
represented in binary, and the point in the repeating sequence of  
binary digits where a Java floating point number runs out of precision.

As Ryan suggested, these rounding errors happen on any digital  
computer/language and your code needs to deal with them gracefully.

Cheers,
Robin

__

Robin Hilliard
Director - RocketBoots Pty Ltd
Consulting . Recruitment . Software Licensing . Training
http://www.rocketboots.com.au

For schedule/availability call Pamela Higgins:
w+61 7 5451 0362
m+61 419 677 151
f+61 3 9923 6261
e[EMAIL PROTECTED]

or Direct:
m+61 418 414 341
e[EMAIL 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  
isn't
the case. Is this a bug introduced by Coldfusion 7.02?











#d#


Cheers
Gareth.



  
  


  



--~--~-~--~~~---~--~~
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: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards





Indicating you know how Coldfusion works really proves nothing, I'm
quite aware of how it all works. I'm just annoyed that Coldfusion
doesn't deal with this situation better than it does.

Once again, _javascript_, although not strictly typed, is a typed
language. If I could type in Coldfusion I would.

Also, Coldfusion should get this one right, but it doesn't  returns -0.0

Cheers
Gareth.

Andrew Scott wrote:

  
  

  
  
  Gareth,
   
  I
think you are missing the point, whether coldfusion is a typed
language or not. The underlying technology of CF has a problem with
what your
asking.
   
  Now
just a fresher in how CF works for you, Coldfusion will
always try to treat everything as a numerical value first if this
throws an exception
it is then treated as a string. Now because CF has that, that doesn’t
mean that
I see variable=1024-1024.1 and treat the example as you are asking why.
Because
of the problem that Ryan has stated to you, and it doesn’t matter what
language
you are in, it will be the same problem. If I write that in JS I should
expect
the same thing as your asking, but I know that there is a chance of
that
floating point rearing its ugly head.
   
  And
that Gareth is a fact of life as a program. Deal with it or
move on,
   
  
  
Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
  www.aegeon.com.au
Phone: +613  8676 4223
  Mobile:
0404 998
273
   
  
  
  From:
cfaussie@googlegroups.com [mailto: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 a decimal is found amongst
integers,
it should still calculate correctly. Whether it does this by making the
other
values decimals, I don't care, but Coldfusion is a plain English
language, and
it not typed, there for if one reads  as -0.1 I think that is what coldfusion
should return.
  
Cheers
Gareth.
  
Ryan Sabir wrote: 
  Here's
a technote
from Sun, regarding Java.. the underlying subsystem of ColdFusion:
   
  http://java.sun.com/developer/JDCTechTips/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@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: 
 
Doesn't
really
matter why... Maybe there's a gremlin that lives in the last
0.00015 of
every floating point number. Every now and then he will wake up and
mess up
your number, and sometime's he'll stay asleep. Write your code
expecting he
might pop round for a visit, and he won't bother you.
 
If
you really want
to find out why, then you'll need to do some pretty hard core maths to
work out
how fractions are represented in binary. I 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
  So why the mixed result?
  
Cheers
Gareth.
  
Ryan Sabir wrote: 
  Just
remembered I
had a 6.1 server lying around. And yes it did the same thing:
   
  0.1
0.1
0.1
0.09985
0.09985
0.1
0.09985
0.1
0.1
0.09985
0.1
0.09985
0.09985
0.09985
0.1
0.1
0.1

 




  
  
  
  
   
  
  
  



--~--~-~--~~~---~--~~
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: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards





Who's missing my point? One shouldn't have to worry about typing in
Coldfusion. If in an evaluation a decimal is found amongst integers, it
should still calculate correctly. Whether it does this by making the
other values decimals, I don't care, but Coldfusion is a plain English
language, and it not typed, there for if one reads  as -0.1 I think that is what coldfusion should
return.

Cheers
Gareth.

Ryan Sabir wrote:

  
  
  
  Here's a technote from Sun, regarding Java..
the underlying subsystem of ColdFusion:
   
  http://java.sun.com/developer/JDCTechTips/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@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:

  
  
   
  Doesn't really matter why... Maybe
there's a gremlin that lives in the last 0.00015 of every
floating point number. Every now and then he will wake up and mess up
your number, and sometime's he'll stay asleep. Write your code
expecting he might pop round for a
visit, and he won't bother you.
   
  If you
really want to find out why, then you'll need to do some pretty hard
core maths to work out how fractions are represented in binary. I
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


So why the mixed result?

Cheers
Gareth.

Ryan Sabir wrote:

  
  Just remembered I had a 6.1 server lying
around. And yes it did the same thing:
   
  0.1
0.1
0.1
0.09985
0.09985
0.1
0.09985
0.1
0.1
0.09985
0.1
0.09985
0.09985
0.09985
0.1
0.1
0.1

  
  
  





  



--~--~-~--~~~---~--~~
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: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards





I think your missing the point Andrew... Coldfusion is not strongly
typed, so one would assume that a simple calculation between a integer
and a decimal would come back correctly.

Cheers
Gareth

Andrew Scott wrote:

  
  
  

  
  Gareth,
   
  You
have been politely told that this is not a bug, and it does
occur on every know programming language that I have ever used.
   
  
  
Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
  www.aegeon.com.au
Phone: +613  8676 4223
  Mobile:
0404 998
273
  
  
  From:
cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On
Behalf 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: 
   
  Doesn't
really
matter why... Maybe there's a gremlin that lives in the last
0.00015 of
every floating point number. Every now and then he will wake up and
mess up
your number, and sometime's he'll stay asleep. Write your code
expecting he
might pop round for a visit, and he won't bother you.
   
  
  If
you really want
to find out why, then you'll need to do some pretty hard core maths to
work out
how fractions are represented in binary. I prefer to leave that to the
geeks
who work at Intel and AMD while I get on with my work.
  
  
  
  



--~--~-~--~~~---~--~~
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: Strange calculation behavior on CF 7.02

2007-02-19 Thread Gareth Edwards





Now you show me in the Coldfusion Documentation where this is
outlined as a known issue?

Cheers
Gareth.

Ryan Sabir wrote:

  
  
  
  
   
  Doesn't really matter why... Maybe
there's a gremlin that lives in the last 0.00015 of every
floating point number. Every now and then he will wake up and mess up
your number, and sometime's he'll stay asleep. Write your code
expecting he might pop round for a
visit, and he won't bother you.
   
  If you
really want to find out why, then you'll need to do some pretty hard
core maths to work out how fractions are represented in binary. I
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


So why the mixed result?

Cheers
Gareth.

Ryan Sabir wrote:

  
  Just remembered I had a 6.1 server lying
around. And yes it did the same thing:
   
  0.1
0.1
0.1
0.09985
0.09985
0.1
0.09985
0.1
0.1
0.09985
0.1
0.09985
0.09985
0.09985
0.1
0.1
0.1

  
  
  



--~--~-~--~~~---~--~~
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  -~--~~~~--~~--~--~---





  1   2   >