[cfaussie] Re: eway integration

2008-11-07 Thread michael sharman

There are examples on the site, but not for webservices...only for an
XML POST which I've done using cfhttp.

http://www.eway.com.au/Support/Developer/PaymentsRealTime.aspx

Let me know if you need some specific XML examples

Michael

On Nov 7, 4:23 pm, "Taco Fleur" <[EMAIL PROTECTED]> wrote:
> Has anyone been able to integrate with the webservices of eway at all?
> ColdFusion or any other language?
> There are no demo's available in any language on the eway site for the web
> services, so I'm guessing the answer is no.
>
> I've been able to get the XML recurring billing going (that was a nightmare
> on its own), now I just need to get the web services going because they
> don't have any delete or query methods available for the XML service. I've
> been able to get one web service call going, but the others throw errors
> saying the method does not exist.
>
> Cheers
>
> --
> Try advertising on the new Australian Business Directorywww.clickfind.com.au
> Online Marketing Platform:www.onlinemarketingplatform.com.au
> blog:http://australiansearchengine.wordpress.com/
> Web Designers >http://www.web-designers-australia.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: East coast CF hosting

2008-10-20 Thread michael sharman

> Sure.  I have a hosting service in Canberra.

Hi Simon, do you have a URL?

On Oct 20, 1:41 pm, "Simon Haddon" <[EMAIL PROTECTED]> wrote:
> Hi Mark,
>
> Sure.  I have a hosting service in Canberra. Runs CF8 on linux and supports
> PostgreSQL or mysql. Very good performance and at a reasonable price.  $33 /
> month inc gst.
>
> Servers are redundant in everyway possible ( Compaq DL360) and have had no
> downtime except when the server was physically moved as I haven't quiet
> worked that one out yet.
>
> Cheers,
> Simon
>
> On 20/10/2008, Mark Curtis <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Hi all,
>
> > Can anybody suggest a good quality local CF hosting service for me please?
>
> > My key wants/needs are as follows:
>
> >    - CF capable hosting
> >    - Good performance
> >    - Low server ping times - ideally less than about 60ms
> >    - Aussie based servers, preferably east coast
> >    - Low-cost
>
> > Any suggestions appreciated as my current apps are hosted on US based
> > servers & performance is not what it should be for local users.
>
> > Thanks
>
> > Mark Curtis
>
> --
> Cheers
> Simon Haddon
>
> Woman loves feeling danger and speed. That is why woman wants man.  They get
> a speed rush that is the most dangerous of all.
--~--~-~--~~~---~--~~
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: Frameworks on shared hosting

2008-08-26 Thread michael sharman

I had similar issues when CF8 was first released on Host My Site

http://www.chapter31.com/2007/08/22/hostmysite-not-quite-as-stable-as-id-like/

I've since moved on from them so not sure if things have improved or
not. People do mention the issues (on CF8) with the Java 6 class
loader which is the reason why a lot of CF8-ers roll back to using JVM
1.5, the good news is that Sun (I believe) have fixed this issue in
the latest release.

>Restarting the CF service ONCE a day is too many times.

Agreed, HMS admitted that they were restarting JRun around 5 times a
day. Crazy stuff.

However I think moving to a VPS would make the difference as long
there was nothing particularly wrong with your code to begin with and
you knew what you were doing in terms of setting up a server.

It makes me wonder how much RAM a lot of these shared hosting
companies offer. 512MB (for a server/virtual) may be ok for a PHP
server etc but if you have a Java Application server like JRun
installed on windows it's really not going to handle many sites.
That's the nature of the beast.

On Aug 26, 7:32 pm, Rony <[EMAIL PROTECTED]> wrote:
> Good point Steve.
>
> I might try that and see what happens.
>
> I am sure that they are many other sites / applications that are
> causing the issue. I do not have any issues with my application on my
> dev machine and i have performance tested this with no evident issues.
> I am positive it is NOT my application.
>
> I am sure it is a class loader shared hosting issue.
>
> But I have no patience to keep worrying about the shared hosting
> account I have running.
>
> On Aug 26, 7:24 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
>
> > Rony
>
> > Moving to a VPS is not going to solve your problems.  If it’s a problem in a
> > shared host and you think its your application that’s the issue then it just
> > means you will be moving the problem from a shared host to your own hosted
> > environment.
>
> > I wouldn’t be saying that your script is causing the issue (depending on
> > what the script does of course).  If all it does it ping the site, then it
> > would be just like someone visiting the website anyway so I wouldn’t be too
> > worried about that.
>
> > Restarting the CF service ONCE a day is too many times.  Are they implying
> > that it is your application that is causing the issues?
>
> > What operating system and CF Server version are they running on?  I know I
> > am having issues with memory not being released on Windows 2003 64Bit and
> > CF8.01 64Bit Ent so that could be your issue there.
>
> > I would find out what they are running and see if you can replicate your
> > development environment to match and run it locally to test it.  Sometimes I
> > set up a frameset with like 10 frames in it and just have the frames
> > reloading to see how the memory goes with constantly loading the application
> > up.
>
> > Steve
>
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> > Of Rony
> > Sent: Tuesday, 26 August 2008 7:17 PM
> > To: cfaussie
> > Subject: [cfaussie] Re: Frameworks on shared hosting
>
> > I do really like using Reactor, but I might have a look at Transfer.
> > But Reactor seems to work for others in a shared environment.
>
> > I do have a script that pings the server every 15 minutes but the host
> > claims that they are having to restart the JRun service 3-5 times a
> > daynow to me that is way to many times and that is the cause of the
> > problem.
>
> > I am thinking of *maybe* moving to a VPS and getting all my sites on that
> > server. That should avoid any current and further issues with the sites i
> > build.
>
> > On Aug 26, 7:00 pm, Toby Tremayne <[EMAIL PROTECTED]> wrote:
> > > I've run a number of sites small and large on model glue with
> > > coldspring and transfer on shared hosting and haven't had any
> > > problems.  i would highly recommend switching to transfer - it has a
> > > bunch of features lacking in reactor, is much much faster and the
> > > caching mechanisms are top notch.  If you switch you'll probably find
> > > that alone seriously increases your performance.
>
> > > Toby
> > > On 25/08/2008, at 8:28 PM, Rony wrote:
>
> > > > Hi Guys,
>
> > > > I have a few sites that I have built with CF using Reactor /
> > > > Coldspring / Model Glue.
>
> > > > I have been experiencing slow load times when the application
> > > > reloads / initializes , probably due to the frameworks storing the
> > > > objects in the application scope and so forth.
>
> > > > I understand that there is a JRun 6 class loader bug that seems to
> > > > affect the load time of these applications especially on shared
> > > > hosting. Well at least that is what i have been reading.
>
> > > > I was wondering if others also use any framework(s) and have
> > > > experienced any issues?
>
> > > > This is very frustrating as it is a turn off for me to use
> > > > frameworks let alone Coldfusion for my smaller sites - But i really want

[cfaussie] Re: Coldfusion Developer in Sydney

2008-08-19 Thread michael sharman

>As companies to try to cut costs..

Too many companies are still learning the hard way that you get what
you pay for.

Sure some "junior" developers sell themselves into senior roles, but
on average you get what you pay for. And when you pay peanuts...

On Aug 19, 12:19 pm, "Andrew Scott" <[EMAIL PROTECTED]>
wrote:
> No not smarter, just more demand on them. As companies to try to cut costs..
>
> --
> Senior Coldfusion Developer
> Aegeon Pty. Ltd.www.aegeon.com.au
> Phone: +613 9015 8628
> 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: [OT] .htaccess

2008-07-11 Thread michael sharman

Also if you do want to do it with CF see here:

http://www.chapter31.com/2007/07/21/detecting-and-redirecting-http-to-https/

On Jul 12, 12:29 am, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> Really it doesn’t take much
>
> https://www.#replace(server_name, 'www.', '')#"
> addtoken="No" />
>
> To answer the question of "Why make CF process requests when the web server
> can do it?", for cross platform compatibility.  What happpens if the app
> ends up for some reason on a window web server or what ever?
>
> Steve
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> Of michael sharman
> Sent: Friday, 11 July 2008 9:02 PM
> To: cfaussie
> Subject: [cfaussie] Re: [OT] .htaccess
>
> You really don't want this at the ColdFusion level because it creates extra
> load on the application server.
>
> Apache can inherently handle a LOT more load than ColdFusion Server, so if
> you can do it there you really should. Why make CF process requests when the
> web server can do it?
>
> Some say the performance "hit" (when using CF) is negligible, but when the
> small things start to matter (when traffic increases) trust me...these
> things make a big difference.
>
> Michael
>
> On Jul 11, 4:08 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> > why dont you just do it with CF?
>
> >   _
>
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf Of Ricardo Russon
> > Sent: Friday, 11 July 2008 1:19 PM
> > To: cfaussie@googlegroups.com
> > Subject: [cfaussie] Re: [OT] .htaccess
>
> > Thanks George,
>
> > Im currently using your first suggestion, which gives me everything i
> > need except for
> > redirectinghttps://domain.com->https://www.domain.com(ashttps is
> > already active)
>
> > Anything I try to do to combine the two seems to create a loop.
>
> > Not that its ultra important, as Kym says I can do it at a script level.
>
> > I would just prefer to have a nice clean solution for this. Doing it
> > from the .htaccess means that it only gets checked once, doing it a
> > script level means that it gets checked at every request.
>
> > Ricardo.
>
> > On Fri, Jul 11, 2008 at 12:07 PM, <[EMAIL PROTECTED]> wrote:
>
> > Try the below
>
> > it is checking if https is on and if not it rewrites to the domain u
> > specify.
>
> > RewriteEngine On
>
> > RewriteCond %{HTTPS} off
>
> > RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
>
> > If it is using a specified port use the following
>
> > RewriteEngine On
>
> > RewriteCond %{SERVER_PORT} !443
>
> > RewriteRule (.*)https://www.example.com/require-secure/[R]
>
> > Cheers
>
> > George
>
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf
>
> > Of Ricardo
> > Sent: Friday, 11 July 2008 11:10 AM
> > To: cfaussie
> > Subject: [cfaussie] [OT] .htaccess
>
> > Can anyone help me with a .htaccess script.
>
> > I need to redirect all traffic that is nothttps://www.domain.comto
>
> > there.
>
> > So...
>
> >http://domain.com
>
> >http://www.domain.com
>
> >https://domain.com
>
> > all need to go to:
>
> >https://www.domain.com
>
> > I can get everything to redirect excepthttps://domain.com
>
> > If anyone has some links that would be great. So far I have turned up
>
> > nothing but some basic examples. Some in depth explanation on how to
>
> > construct these files would be good.
>
> > Thanks,
>
> > Ricardo.
>
>
--~--~-~--~~~---~--~~
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] .htaccess

2008-07-11 Thread michael sharman

Cross platform compatibility is often a reason to do or not to do
applications a particular way to handle times when you change database
vendor or operating system. In reality how often is this likely to
happen?

Even if it did, Apache obviously runs on every platform, whilst IIS is
Windows only. But if you did find yourself on Windows you can of
course use something like ISAPI rewrite or equivalent to handle
friendly URL's. I believe IIS7 even has something like this built in.

Bottom line is the cost at the ColdFusion level is small, but in a
highly concurrent environment you will see the difference. The
question is of course whether you'll ever likely hit that scenario,
most web sites wouldn't no matter how much we'd like them to :)

Michael

On Jul 12, 12:29 am, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> Really it doesn’t take much
>
> https://www.#replace(server_name, 'www.', '')#"
> addtoken="No" />
>
> To answer the question of "Why make CF process requests when the web server
> can do it?", for cross platform compatibility.  What happpens if the app
> ends up for some reason on a window web server or what ever?
>
> Steve
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> Of michael sharman
> Sent: Friday, 11 July 2008 9:02 PM
> To: cfaussie
> Subject: [cfaussie] Re: [OT] .htaccess
>
> You really don't want this at the ColdFusion level because it creates extra
> load on the application server.
>
> Apache can inherently handle a LOT more load than ColdFusion Server, so if
> you can do it there you really should. Why make CF process requests when the
> web server can do it?
>
> Some say the performance "hit" (when using CF) is negligible, but when the
> small things start to matter (when traffic increases) trust me...these
> things make a big difference.
>
> Michael
>
> On Jul 11, 4:08 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> > why dont you just do it with CF?
>
> >   _
>
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf Of Ricardo Russon
> > Sent: Friday, 11 July 2008 1:19 PM
> > To: cfaussie@googlegroups.com
> > Subject: [cfaussie] Re: [OT] .htaccess
>
> > Thanks George,
>
> > Im currently using your first suggestion, which gives me everything i
> > need except for
> > redirectinghttps://domain.com->https://www.domain.com(ashttps is
> > already active)
>
> > Anything I try to do to combine the two seems to create a loop.
>
> > Not that its ultra important, as Kym says I can do it at a script level.
>
> > I would just prefer to have a nice clean solution for this. Doing it
> > from the .htaccess means that it only gets checked once, doing it a
> > script level means that it gets checked at every request.
>
> > Ricardo.
>
> > On Fri, Jul 11, 2008 at 12:07 PM, <[EMAIL PROTECTED]> wrote:
>
> > Try the below
>
> > it is checking if https is on and if not it rewrites to the domain u
> > specify.
>
> > RewriteEngine On
>
> > RewriteCond %{HTTPS} off
>
> > RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
>
> > If it is using a specified port use the following
>
> > RewriteEngine On
>
> > RewriteCond %{SERVER_PORT} !443
>
> > RewriteRule (.*)https://www.example.com/require-secure/[R]
>
> > Cheers
>
> > George
>
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf
>
> > Of Ricardo
> > Sent: Friday, 11 July 2008 11:10 AM
> > To: cfaussie
> > Subject: [cfaussie] [OT] .htaccess
>
> > Can anyone help me with a .htaccess script.
>
> > I need to redirect all traffic that is nothttps://www.domain.comto
>
> > there.
>
> > So...
>
> >http://domain.com
>
> >http://www.domain.com
>
> >https://domain.com
>
> > all need to go to:
>
> >https://www.domain.com
>
> > I can get everything to redirect excepthttps://domain.com
>
> > If anyone has some links that would be great. So far I have turned up
>
> > nothing but some basic examples. Some in depth explanation on how to
>
> > construct these files would be good.
>
> > Thanks,
>
> > Ricardo.
>
>
--~--~-~--~~~---~--~~
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] .htaccess

2008-07-11 Thread michael sharman

You really don't want this at the ColdFusion level because it creates
extra load on the application server.

Apache can inherently handle a LOT more load than ColdFusion Server,
so if you can do it there you really should. Why make CF process
requests when the web server can do it?

Some say the performance "hit" (when using CF) is negligible, but when
the small things start to matter (when traffic increases) trust
me...these things make a big difference.

Michael

On Jul 11, 4:08 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> why dont you just do it with CF?
>
>   _  
>
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
> Of Ricardo Russon
> Sent: Friday, 11 July 2008 1:19 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: [OT] .htaccess
>
> Thanks George,
>
> Im currently using your first suggestion, which gives me everything i need
> except for redirectinghttps://domain.com->https://www.domain.com(as https is 
> already active)
>
> Anything I try to do to combine the two seems to create a loop.
>
> Not that its ultra important, as Kym says I can do it at a script level.
>
> I would just prefer to have a nice clean solution for this. Doing it from
> the .htaccess means that it only gets checked once, doing it a script level
> means that it gets checked at every request.
>
> Ricardo.
>
> On Fri, Jul 11, 2008 at 12:07 PM, <[EMAIL PROTECTED]> wrote:
>
> Try the below
>
> it is checking if https is on and if not it rewrites to the domain u
> specify.
>
> RewriteEngine On
>
> RewriteCond %{HTTPS} off
>
> RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
>
> If it is using a specified port use the following
>
> RewriteEngine On
>
> RewriteCond %{SERVER_PORT} !443
>
> RewriteRule (.*)https://www.example.com/require-secure/[R]
>
> Cheers
>
> George
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> Of Ricardo
> Sent: Friday, 11 July 2008 11:10 AM
> To: cfaussie
> Subject: [cfaussie] [OT] .htaccess
>
> Can anyone help me with a .htaccess script.
>
> I need to redirect all traffic that is nothttps://www.domain.comto
>
> there.
>
> So...
>
> http://domain.com
>
> http://www.domain.com
>
> https://domain.com
>
> all need to go to:
>
> https://www.domain.com
>
> I can get everything to redirect excepthttps://domain.com
>
> If anyone has some links that would be great. So far I have turned up
>
> nothing but some basic examples. Some in depth explanation on how to
>
> construct these files would be good.
>
> Thanks,
>
> Ricardo.
>
>
--~--~-~--~~~---~--~~
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: wow! WebDU must be brilliant this year... all I hear is crickets chirping

2008-06-13 Thread michael sharman

Haha, was a good night of bowling and drinking last night.

I can't wait for next year :)

On Jun 13, 9:22 am, "Mark Mandel" <[EMAIL PROTECTED]> wrote:
> Don't talk so loud.
>
> Makes my head hurt.
>
> * ow *
>
> Mark
>
>
>
> On Fri, Jun 13, 2008 at 9:20 AM, Kay Smoljak <[EMAIL PROTECTED]> wrote:
>
> > Photos from day 1:
> >http://www.flickr.com/photos/kaysmoljak/sets/72157605566362675/
>
> > On Fri, Jun 13, 2008 at 6:51 AM, Barry Beattie <[EMAIL PROTECTED]> wrote:
>
> >> everyone must be having a great time and really riveted to their 
> >> presentations:
>
> >> the blogosphere is empty
> >> hardly anyone is on IM
> >> even the twittering has dried up:http://twemes.com/webdu
>
> >> too busy to report back... sounds like a case of no news is _very_ good 
> >> news.
>
> > --
> > Kay Smoljak
> > business:www.cleverstarfish.com
> > coldfusion: kay.smoljak.com
> > personal: enterthegoatlady.com | heapsbad.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: Part-time or freelance CF developer Canberra

2008-06-04 Thread michael sharman

Hi David,

You might have some luck with this on the cfjobs list

Michael

On Jun 3, 4:13 pm, David Heacock <[EMAIL PROTECTED]> wrote:
> We are looking for a skilled Coldfusion developer for part-time or
> freelance project work. We would prefer a local developer with at
> least 3 years experience in CF. Flex experience would also be a bonus.
> The position will hopefully grow to a full-time position with a lot of
> flexibility.
>
> Please contact Karmin Cooper at Zoo Communications on 02 6260 6900.
--~--~-~--~~~---~--~~
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-04 Thread michael sharman

Damn...I think I was there on wednesday (or early thursday
morning!) :|

On Jun 3, 11:06 pm, "Kay Smoljak" <[EMAIL PROTECTED]> wrote:
> On Tue, Jun 3, 2008 at 6:48 PM, michael sharman <[EMAIL PROTECTED]> wrote:
> > And at that time, you won't be worried about walking...just where you
> > can get some kebabs :)
>
> Oh goddamn! I can recommend a place two doors up from the pub on the
> Star City side of Darling Harbour, near the Aquarium.
> I've been to so many conferences and whatnot in Darling Harbour the
> last few years I'm sick of the place :)
>
> --
> Kay Smoljak
> business:www.cleverstarfish.com
> coldfusion: kay.smoljak.com
> personal: enterthegoatlady.com | heapsbad.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-03 Thread michael sharman

Plenty of places to drink to the wee hours of dawn!

And at that time, you won't be worried about walking...just where you
can get some kebabs :)

On Jun 3, 1:50 pm, KC Kuok <[EMAIL PROTECTED]> wrote:
> I reckon any half decent Irish pub will have that and from memory
> there will be a few around darling harbour area... we should form a
> Euro UG at WebDU... :)
>
> On Jun 3, 1:18 pm, elAdi <[EMAIL PROTECTED]> wrote:
>
> > Considering that the European Championships will be on...the 'drinking
> > until it's daylight' is actually not too far off. Just got to find the
> > pub that shows the matches live.
>
>
--~--~-~--~~~---~--~~
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: Tonight: Introduction to Flex 3

2008-05-26 Thread michael sharman

Splendid, thanks for that Chris. Hope last night went well

On May 26, 10:57 pm, "Chris Velevitch" <[EMAIL PROTECTED]>
wrote:
> On Mon, May 26, 2008 at 7:15 PM, michael sharman <[EMAIL PROTECTED]> wrote:
>
> > Would have been great to know about this event before the actual day.
>
> I posted this last week.
>
> > This has happened a couple of times, is there some list (apart from
> > cfaussie) which has all these event details that I don't know about?
>
> Try keeping an eye onhttp://www.flashdev.org.au/program. We generally
> meet on the last Monday of the month, however that can change
> depending on venue availability and public holidays.
>
> Chris
> --
> Chris Velevitch
> Manager - Adobe Platform Users Group, Sydney
> m: 0415 469 095www.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 onhttp://apugs2008june.eventbrite.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: Tonight: Introduction to Flex 3

2008-05-26 Thread michael sharman

Would have been great to know about this event before the actual day.

This has happened a couple of times, is there some list (apart from
cfaussie) which has all these event details that I don't know about?

On May 26, 12:09 pm, "Chris Velevitch" <[EMAIL PROTECTED]>
wrote:
> Monday 26th May, at 6pm for 6:30 start.
>
> Robin Hilliard will gave an introduction to Flex 3 by building an
> example application.
>
> Details and RSVP onhttp://apugs2008may.eventbrite.comhelp with the
> catering courtesy of Adobe and to be legible for a prize.
>
> Chris
> --
> Chris Velevitch
> Manager - Adobe Platform Users Group, Sydney
> m: 0415 469 095www.flashdev.org.au
>
> Adobe Platform Users Group, Sydney
> May meeting: Introduction to Flex 3
> Date: Mon 26th May 6pm for 6:30 start
> Details and RSVP onhttp://apugs2008may.eventbrite.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: webdu networking event

2008-05-15 Thread michael sharman

Oh yeah!!!

Looking forward yet again. There are a few community members I'd like
to shoot ;)


On May 16, 1:47 am, Geoff Bowers <[EMAIL PROTECTED]> wrote:
> Folks,
>
> We've gone overboard on the networking event at the webdu conference
> this year.  We wanted everyone to be included rather than only those
> that could justify the banquet.  This year we're booking out the
> entire Kingpin Bowling Lanes, Pool Hall and Laser Skirmish at Darling
> Harbour for conference delegates.  All you can eat food and drink for
> most of the night.  Should be a blast.
>
> Webdu Minion announced this on webdu-ann but I couldn't resist
> reposting here by Crom!
>
> "Long have we waited to reveal the deep, dark secrets of the webDU. Of
> course, some secrets are best kept so - like nose hairs. Only after
> careful thought, and with the stars in perfect alignment, do we bring
> these secrets out into the light. I speak of the special event for
> Thursday night.
>
> On that very evening shall a great gathering be held at the Kingpin
> Bowling Lounge. What better environment for networking? But if bowling
> is not your thing, fret not, for there are options. There will also be
> laser skirmish at the Lounge, where you can merrily shoot all the new
> friends you’ve made. After all, as the great philosopher Conan once
> said; the best things in life are to crush your enemies (at bowling),
> see them driven before you (towards the pool tables) and hear the
> lamentations of their women (or men, we are an all-inclusive band
> after all).
>
> Gasp in amazement as space/time itself is torn apart and the happy
> hour lasts for three hours. The kind of happy hour where the drinks
> are bought for you! There will also be a great feast that even Crom
> would approve of.
>
> The Lounge itself is located quite close to where the conference is
> held, on the third floor of the Harbourside Shopping Centre. So there
> will be no excuse for dilly-dallying!"
>
> Come join us!
>
> -- 
> geoffhttp://www.webdu.com.au/go/session/special-event-kingping-bowling-lounge
--~--~-~--~~~---~--~~
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: VPS recommendations?

2008-04-13 Thread michael sharman

Thanks guys, I'll take a look at those

On Apr 14, 3:46 pm, KC Kuok <[EMAIL PROTECTED]> wrote:
> Do add crystaltech.com to the list. they have dedicated and semi
> dedicated solutions... and the Linux dedicated ones are pretty
> reasonable... the base windows dedicated one looks like it comes close
> to your requirements...
>
> Good Luck,
> Chong
>
> On Apr 14, 2:52 pm, michael sharman <[EMAIL PROTECTED]> wrote:
>
> > Hi guys,
>
> > I'm in the market for a VPS provider. Can anyone recommend a mid-level
> > package that they've had good experience with?
>
> > Basic requirements
> > ---
>
> > OS: Can be either Windows (I'll be using Apache anyway) or Linux
> > Location: Sydney is ideal but price *is* an issue so happy and willing
> > to go overseas
> > RAM: 1GB+
> > Disk space: 40GB+
> > Bandwidth: 100GB+
>
> > Basically I'll be running ColdFusion (possibly multi instance), MySQL
> > and a mail server, but the machine won't be sending a tonne of email.
>
> > I've found a lot of plans which offer a whopping 256MB RAM for $100
> > per month! Wow thanks, can I operate a browser with that too? Man I'm
> > going into the hosting biz :)
--~--~-~--~~~---~--~~
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: VPS recommendations?

2008-04-13 Thread michael sharman

Thanks Zac, I did see that one. Seemed one of the more reasonable ones
I came across.

I just wanted to know if anyone has personally used any that they'd
recommend.

Michael

On Apr 14, 2:58 pm, "Zac Spitzer" <[EMAIL PROTECTED]> wrote:
> a quick google and then off via ad words found this for $100 pretty
> much matching your requirements
>
> http://www.web24.com.au/vps/204/linux_vps.html
>
>
>
> On Mon, Apr 14, 2008 at 2:52 PM, michael sharman <[EMAIL PROTECTED]> wrote:
>
> >  Hi guys,
>
> >  I'm in the market for a VPS provider. Can anyone recommend a mid-level
> >  package that they've had good experience with?
>
> >  Basic requirements
> >  ---
>
> >  OS: Can be either Windows (I'll be using Apache anyway) or Linux
> >  Location: Sydney is ideal but price *is* an issue so happy and willing
> >  to go overseas
> >  RAM: 1GB+
> >  Disk space: 40GB+
> >  Bandwidth: 100GB+
>
> >  Basically I'll be running ColdFusion (possibly multi instance), MySQL
> >  and a mail server, but the machine won't be sending a tonne of email.
>
> >  I've found a lot of plans which offer a whopping 256MB RAM for $100
> >  per month! Wow thanks, can I operate a browser with that too? Man I'm
> >  going into the hosting biz :)
>
> --
> Zac Spitzer -http://zacster.blogspot.com(My Blog)
> +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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] VPS recommendations?

2008-04-13 Thread michael sharman

Hi guys,

I'm in the market for a VPS provider. Can anyone recommend a mid-level
package that they've had good experience with?

Basic requirements
---

OS: Can be either Windows (I'll be using Apache anyway) or Linux
Location: Sydney is ideal but price *is* an issue so happy and willing
to go overseas
RAM: 1GB+
Disk space: 40GB+
Bandwidth: 100GB+

Basically I'll be running ColdFusion (possibly multi instance), MySQL
and a mail server, but the machine won't be sending a tonne of email.

I've found a lot of plans which offer a whopping 256MB RAM for $100
per month! Wow thanks, can I operate a browser with that too? Man I'm
going into the hosting biz :)
--~--~-~--~~~---~--~~
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: Maintaining sessions across Ajax calls

2008-03-04 Thread michael sharman

Not sure I understand this one. Isn't the same session linked to the
user, the same session being the first page load, then the
asynchronous call to authenticate via a login?

If all you're doing on successful login is setting language specific
vars in session, is that same session not the one which was originally
started from the first page load?

On Mar 4, 1:58 am, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> Just wondering if anyone can tell me how to maintain and update sessions
> across Ajax calls.  Basically what I am trying to do is a login process over
> an Ajax call.  The login happens on the Ajax call but the main browser
> session is not being updated so if I refresh the page the old session is
> still there.  I have tried passing the JSESSIONID across into the Ajax URL
> but it doesn't seem to want to update the main browser window with the new
> session info.
>
> Any ideas on this one?
>
> 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: should DateFormat() be depricated (in favour ofLSDateFormat())?

2008-01-08 Thread michael sharman

Andrew, please be sure to read ALL Charlies (or anyone else's for that
matter) response before posting again. Yep...the whole thing!

It will help us all :)

On Jan 8, 6:10 pm, "Charlie Arehart \(lists account\)"
<[EMAIL PROTECTED]> wrote:
> Andrew, I know people hate to see these kind of debates drawn out, and I've
> been warned before not to be pulled into the web you weave :-), but I can't
> let you stand on your assertions. You say
>
>         "The code behind LSDateFormat is identical to DateFormat, the only
> difference is that
>         LSDateFormat has a wrapper to call DateFormat and guess what
> DateFormat returns the
>         default Locale. So my question is this, why? I can see that with the
> new argument locale,
>         that could be the only reason behind it."
>
> Again, the function came out several years ago, before the addition of the
> new argument locale. All the discussion here yesterday was about how it
> works with SetLocale. I was the first to bring up the new locale
> functionality in CF8. So all the other folks here are clearly discussing (as
> they should) how the LS functions can be manipulated based on the SetLocale.
> DateFormat, as an example, cannot. They're not the same, dude! I think your
> "Software Engineer point of view" is clouding your perspective.
>
> Or others jump in. Am I missing something? Again, I prefaced my first note
> here by admitting that I'm no expert on localization. Many of you are. Is
> Andrew on to something here? Or missing the boat? And what about Barry and
> others earlier in the thread who brought all this up: have any of my points
> helped you?
>
> As for CFHTMLHEAD, again, I find your argument pretty specious. But please
> read me carefully before responding. I'm not debating your suggested
> enhancement.
>
> You accuse it of appearing "to have ... been thrown in at the last minute",
> but again it's one of the oldest tags in CFML. You can complain that it
> doesn't do what you want (that seems your beef), but you can't argue that it
> was thrown together at the last minute just because it doesn't meet a need
> you see. Again, you're accusing the engineers of being stupid, and not
> foreseeing what you see is clearly a superior approach. I daresay no one has
> reconsidered that tag and its uses in the several years since it came out.
> Should they? Perhaps. That's where you can file an enhancement request, so
> it's good to hear that you have. (So you see, I'm not arguing that your
> proposed suggestion is specious--just the assertion about the tag being so
> brain dead. It does serve the needs for which it was originally created.)
>
> I only pressed this because you threw out the off-hand comment at the
> conclusion of your earlier note that this was another example of things in
> CFML "that have been added without any thinking at all". I just think those
> kind of comments are incendiary and inappropriate. Again, we don't have
> insight into the many decisions that go on in the engineering team, whether
> when creating a tag/function or when modifying it. Do I always agree with
> them? Heck no. But that's what the betas are for. Get in there early and
> make your case known, as it seems you have. Just think twice about casting
> the aspersions (as I now see someone else said in that "other forum that
> cannot be named" which you hinted at). Really, you can make your point
> without that. :-)
>
> /charlie
>
>
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> Of Andrew Scott
> Sent: Monday, January 07, 2008 5:58 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: should DateFormat() be depricated (in favour
> ofLSDateFormat())?
>
> Sure,
>
> First things first I did not read your post in its entirety so the
> context of disagreeing with you, goes right out the window:-)
>
> But to keep the subject in its context, I do wonder what was going through
> the developers minds when they created the LSDateFormat and for what
> purpose.
>
> But I can tell you this.
>
> The code behind LSDateFormat is identical to DateFormat, the only difference
> is that LSDateFormat has a wrapper to call DateFormat and guess what
> DateFormat returns the default Locale.
>
> So my question is this, why? I can see that with the new argument locale,
> that could be the only reason behind it.
>
> Anyway, I speak from a Software Engineer point of view and I do not see any
> reason for 2 functions that technically do the same thing.
>
> Now let's talk about cfhtmlhead.
>
> While converting some of my extJS code over to coldfusion 8, I found that a
> lot of it broke with JS code couldn't be found. Yet there they are in the
> view source, so when I went investigating and did some further tests, the JS
> HAS to be in the html HEAD tag. So with that in mind I got told that is why
> this tag exists.
>
> So let's now look at why this is a hack at its best.
>
> To use this as it currently is one has to do this.

[cfaussie] Re: SMTP server options

2007-09-05 Thread michael sharman

All good points Dale, thanks for that.

On Sep 6, 12:58 pm, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> MailEnable is also very easy to configure, MMC snap in and supports
> unlimited domains etc.
>
> And who knows one day soon you might want to have people email something and
> get CF to pop the box, so you will have POP also.
>
> Regards
> Dale Fraser
>
> http://dalefraser.blogspot.com
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> Of michael sharman
> Sent: Thursday, 6 September 2007 12:35 PM
> To: cfaussie
> Subject: [cfaussie] Re: SMTP server options
>
> Hi Dale,
>
> I have IIS turned off because I'm using Apache.
>
> MailEnable is one of the two I'm looking at, thanks again.
>
> Michael
>
> On Sep 6, 12:26 pm, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> > Well IIS comes with a SMTP server and you could just use that.
>
> > I use and recommend, is very good, solid and free, MailEnable.
>
> > Regards
> > Dale Fraser
>
> >http://dalefraser.blogspot.com
>
> > -Original Message-
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
>
> > Of michael sharman
> > Sent: Thursday, 6 September 2007 12:16 PM
> > To: cfaussie
> > Subject: [cfaussie] SMTP server options
>
> > Hi guys,
>
> > I have a Windows webserver running ColdFusion 8 (standard) and Apache
> > and was wondering what people might suggest for an SMTP server?
>
> > I have no need to setup inbox's on this machine, just to send email
> > only. In terms of the amount of emails being sent, I don't imagine it
> > will ever hit more than a few thousand a day with the possibility of
> > bulk periods where a newsletter might be sent out to 50,000 etc
>
> > I've been looking at SmarterMail (free edition) and MailEnable.
>
> > Any recommendations?
>
> > Thanks


--~--~-~--~~~---~--~~
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: SMTP server options

2007-09-05 Thread michael sharman

Hi Dale,

I have IIS turned off because I'm using Apache.

MailEnable is one of the two I'm looking at, thanks again.

Michael

On Sep 6, 12:26 pm, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> Well IIS comes with a SMTP server and you could just use that.
>
> I use and recommend, is very good, solid and free, MailEnable.
>
> Regards
> Dale Fraser
>
> http://dalefraser.blogspot.com
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> Of michael sharman
> Sent: Thursday, 6 September 2007 12:16 PM
> To: cfaussie
> Subject: [cfaussie] SMTP server options
>
> Hi guys,
>
> I have a Windows webserver running ColdFusion 8 (standard) and Apache
> and was wondering what people might suggest for an SMTP server?
>
> I have no need to setup inbox's on this machine, just to send email
> only. In terms of the amount of emails being sent, I don't imagine it
> will ever hit more than a few thousand a day with the possibility of
> bulk periods where a newsletter might be sent out to 50,000 etc
>
> I've been looking at SmarterMail (free edition) and MailEnable.
>
> Any recommendations?
>
> Thanks


--~--~-~--~~~---~--~~
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] SMTP server options

2007-09-05 Thread michael sharman

Hi guys,

I have a Windows webserver running ColdFusion 8 (standard) and Apache
and was wondering what people might suggest for an SMTP server?

I have no need to setup inbox's on this machine, just to send email
only. In terms of the amount of emails being sent, I don't imagine it
will ever hit more than a few thousand a day with the possibility of
bulk periods where a newsletter might be sent out to 50,000 etc

I've been looking at SmarterMail (free edition) and MailEnable.

Any recommendations?

Thanks


--~--~-~--~~~---~--~~
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 behaviour for non-english content in Eclipse

2007-08-28 Thread michael sharman

Hi Haikal,

My bad...I'm actually using Aptana version 0.2.8.15637

On Aug 29, 10:34 am, Haikal Saadh <[EMAIL PROTECTED]> wrote:
> Which version of eclipse do you have?
>
> http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse.platform
>
> Says you need at least 3.1.
>
> michael sharman wrote:
> > Apologies if this is off topic, I've also posted to the cfeclipse
> > group
>
> > ==
>
> > Hi guys,
>
> > I have some Arabic content in a Word document (font is Arabic
> > Transparent) which I need to paste into an HTML page for sending as an
> > email.
>
> > I've set my Eclipse encoding as UTF-8, but when I paste in the Arabic
> > content some of the line are reversed (as compared to the Word doc)
> > and some are fine.
>
> > This seems strange as it only happens on some lines of content, not
> > all.
>
> > Any ideas?


--~--~-~--~~~---~--~~
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: Australian postcode database

2007-08-28 Thread michael sharman

Hi Duncan,

Thank you for that, just what I needed!

@Andrew, Australia Post has a downloadable list of postcodes/suburbs
freely available...but not with lat/long coords

Thanks again guys,

Michael

On Aug 29, 10:02 am, Duncan <[EMAIL PROTECTED]> wrote:
> you can take a look at my implementation 
> athttp://www.sixfive.co.uk/index.cfm/2007/3/25/Geocoding-Australian-Pos...
>
> This was done back in March, and AusPost only update once every qurater or so.
>
> hope that helps!
>
> Duncan
>
> On 8/29/07, michael sharman <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi guys,
>
> > I need to create some store locator functionality, does anyone know
> > where I can find an up to date copy of all postcodes with long/lat
> > coordinates for Australia?
>
> > Thanks
>
> --
> Duncan I Loxton
> [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] Australian postcode database

2007-08-28 Thread michael sharman

Hi guys,

I need to create some store locator functionality, does anyone know
where I can find an up to date copy of all postcodes with long/lat
coordinates for Australia?

Thanks


--~--~-~--~~~---~--~~
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] Strange behaviour for non-english content in Eclipse

2007-08-28 Thread michael sharman

Apologies if this is off topic, I've also posted to the cfeclipse
group

==

Hi guys,

I have some Arabic content in a Word document (font is Arabic
Transparent) which I need to paste into an HTML page for sending as an
email.

I've set my Eclipse encoding as UTF-8, but when I paste in the Arabic
content some of the line are reversed (as compared to the Word doc)
and some are fine.

This seems strange as it only happens on some lines of content, not
all.

Any ideas?


--~--~-~--~~~---~--~~
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] Which subversion hosting do you use?

2007-08-06 Thread michael sharman

Hi guys,

Just wondering what external subversion hosts people might recommend.

In the past I've used cvsdude, and while I have had absolutely no
problems with them I just wanted to see what else is out there.

So far I've seen a couple of others including svnrepository.com and
devguard.com, the former being extremely cost competitive.

Has anyone used either of these or have similar recommendations?

Ideally I need at least 5GB space and many (100+) repositories/users,
hourly backups etc. As I'm not sure whether we'll be using Trac I
don't think that is an essential.

Thanks again


--~--~-~--~~~---~--~~
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: CF8 free upgrade (buy cfmx7 now or wait?)

2007-07-26 Thread michael sharman

Hi guys,

I'm in the unfortunate position where I HAVE to get a license of
ColdFusion on a server by Monday at the latest.

Of course I'm waiting for 8 like everyone else, I called Adobe and
they said although they have 'free upgrades' to other Adobe software
(like creative suite CS3) they haven't heard anything about
ColdFusion.

I've read mentioned (and thought about it myself) installing the trial
version of CFMX 7 Standard on a production server then upgrade to 8.
Providing v8 was out within 30 days would this actually work? Would
you need a fresh uninstall/re-install?

Just trying to figure out options and possible downtime etc.


On Jul 26, 11:16 am, "Barry Beattie" <[EMAIL PROTECTED]> wrote:
> that's a fair point, Andrew. The 1st July (Buntel's "Middle of the
> year") might have come and gone but it mustn't be too far away,
> surely. the idea of a 30 day enterprise would probably be a good bet.
>
> "The thing is that the launch party..."
>
> you just have to remember that it's "A" launch party, not "THE" launch
> party. I mean have you seen it mentioned anywhere Adobe-official? is
> there any word on the Adobe labs site? Can that date be proved?
>
> anything else is pure speculation, surely? Perhaps it's just getting
> in early to advertise an event because, by reckoning, it must be
> "soon-ish", running the risk that the following month will probably be
> too late for a party.
>
> bah humbug, my 2c only. What would I know?
> barry.b
>
> On 7/26/07, Andrew Scott <[EMAIL PROTECTED]> wrote:
>
> > The thing is that the launch party... Why would they have it then release
> > the product a month later?
>
> > On 7/25/07, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
> > > Steve,
>
> > > You are right, it's a guess. But I would say a safe bet.
>
> > > Regards
>
> > > Dale Fraser
>
> > >http://dalefraser.blogspot.com
>
> > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf Of Steve Onnis
> > > Sent: Wednesday, 25 July 2007 8:16 PM
>
> > > To: cfaussie@googlegroups.com
> > > Subject: [cfaussie] Re: CF8 free upgrade (buy cfmx7 now or wait?)
>
> > > It will? you know something the rest of us dont?
>
> > > 
>
> > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf Of Dale Fraser
> > > Sent: Wednesday, 25 July 2007 7:10 PM
> > > To: cfaussie@googlegroups.com
> > > Subject: [cfaussie] Re: CF8 free upgrade (buy cfmx7 now or wait?)
>
> > > I'd wait,
>
> > > Unless you want to buy a subscription, just wait.
>
> > > They may release with a if you purchased in the last 30 days policy, but
> > it's a gamble.
>
> > > Just get your client on the 30 day Enterprise Trial, then buy CF8, it will
> > be out within 30 days.
>
> > > Regards
>
> > > Dale Fraser
>
> > >http://dalefraser.blogspot.com
>
> > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf Of Andrew Scott
> > > Sent: Wednesday, 25 July 2007 6:46 PM
> > > To: cfaussie@googlegroups.com
> > > Subject: [cfaussie] Re: CF8 free upgrade (buy cfmx7 now or wait?)
>
> > > nor return phone calls either.
>
> > > On 7/25/07, Taco Fleur <[EMAIL PROTECTED]> wrote:
>
> > > Hi all,
>
> > > I'm dealing with a bit of a difficult supplier who basically told me the
> > following when all I simply asked was whether our client would receive a
> > free upgrade to CFMX8.
>
> > > "I can not be discussing the new version release dates or information with
> > you at all and distributors do not get involved in any free upgrade issues.
> > That will be the responsibility of the end user(Your customer)"
>
> > > Just wondering where I should go to to ask this question? I know knocking
> > on Adobes door is wasted time as they never reply to any email send to them.
> > Does anyone know?
>
> > > Thanks in advance.
> > > --
> > >http://www.clickfind.com.au
> > > The new Australian search engine for businesses, products and services
>
> > > 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: Function local variables scope

2007-07-03 Thread michael sharman

Congratulations boys, keep going this way and the head count of
cfaussie might just get to 0!

Although in this thread of schmultz there was a nugget of goodness,
thanks Adam!


On Jul 4, 8:28 am, "Dale Fraser" <[EMAIL PROTECTED]> wrote:
> http://www.coldfusionjedi.com/index.cfm/2007/7/3/Ask-a-Jedi-Listing-a...
> scoped-variables
>
> Regards
> Dale Fraser
>
> http://dalefraser.blogspot.com
>
> -Original Message-
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> Of Chris Velevitch
> Sent: Tuesday, 3 July 2007 7:09 PM
> To: cfaussie@googlegroups.com
> Subject: [cfaussie] Re: Function local variables scope
>
> On 7/3/07, Adam Cameron <[EMAIL PROTECTED]> wrote:
>
> > > I'm inside a function and I want to cfdump the functions local scope.
>
> > 
>
> Thanks. That's exactly what I'm looking for.
>
> Chris
> --
> Chris Velevitch
> Manager - Sydney Flash Platform Developers Group
> m: 0415 469 095www.flashdev.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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: CFAussie Community Head Count

2007-06-01 Thread michael sharman

Polo

Michael Sharman
www.chapter31.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: cfstoredproc and cfprocparam

2007-02-27 Thread michael sharman

Hi Stephen,

> To get around it I had to use a test to check for the existence of
> ActCode, something like
>
> 
> value="#attributes.ActCode#">
> 
>  value="#attributes.ActCode#" null="yes">

You can also use a boolean test on the length to reduce this code, see
more here.

http://www.chapter31.com/2007/02/04/cfqueryparam-and-conditional-handling-of-nulls/

Michael

On Feb 26, 6:28 pm, "Stephen M" <[EMAIL PROTECTED]> wrote:
> I'm having some weird results with these two.
>
> I had put a cfstoredproc inside a separate file and i was calling it
> with a cfmodule, like this
>
>  actcode="#URL.ActCode#"/>
>
> Then closerequest.cfm contained this
>
> 
>  value="#attributes.tqd#">
>  value="#attributes.ActCode#">
> 
>
> The problem was that closeReq was being called twice.  The first time
> it ran fine, but the second gave an error (as it should because the id
> was no longer valid)
>
> But if I replace the cfmodule with a direct call to the stored proc,
> then it runs just once (as it should)
>
> I'd rather call it from a separate file so that I can re-use the code
> for other purposes.  Has anyone else experienced this problem with
> calling a template containing a cfstoredproc ?
>
> The second problem was with the cfprocparam.
>
> There are time when ActCode will be NULL, so I added  the null="yes"
> attribute.  But then it runs with NULL every time, even when ActCode
> isn't NULL.
>
> To get around it I had to use a test to check for the existence of
> ActCode, something like
>
> 
> value="#attributes.ActCode#">
> 
>  value="#attributes.ActCode#" null="yes">


--~--~-~--~~~---~--~~
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 the workaround for flash/IE6

2006-09-11 Thread michael sharman

Hi Mike,

In my experience SWFObject (see Justin's link) is the best around at
this stage. Not only is it simple as pie to set up, but it also does
flash detection and is search engine friendly!

One problem I had is with users on low bandwidth seeing the HTML
(non-flash) content before the Flash has a chance to load. To get
around this I had the content within the non-flash div hidden (using
CSS) then onload() make it visible.

Michael
chapter31.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
-~--~~~~--~~--~--~---