RE: [cfaussie] Enterprise Adobe CQ5

2014-01-23 Thread Mark Ireland
:) Then you might become eligible to get an NFR license from then to play with the product own your own. Let's say, it's not geared towards small companies and development partners. On 21/01/2014, at 6:03 pm, Mark Ireland wrote: Is there any company in Australia using Adobe CQ5? It

[cfaussie] Enterprise Adobe CQ5

2014-01-20 Thread Mark Ireland
Is there any company in Australia using Adobe CQ5? It was called dev day or day dev or something. Thanks -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving e

[cfaussie] Pixlr cfc

2012-07-27 Thread Mark Ireland
Anyone know of a cfc for the Pixlr API? 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

[cfaussie] Count the number of arguments passed into a function.

2012-01-06 Thread Mark Ireland
OK, how about writing a UDF that just gives structKeyExists() a name that does not produce these headaches. From: d...@fraser.id.au To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Count the number of arguments passed into a function. Date: Fri, 6 Jan 2012 13:59:14 +1100 Well I originall

RE: [cfaussie] A really useful video of CF9 performance

2011-08-28 Thread Mark Ireland
afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Tue, Aug 23, 2011 at 11:00 AM, Mark Ireland wrote: A really useful video of CF9 performance http://www.youtube.com/watch?v=IfBGxnFJddg This may be the first video of its kind I have seen after

[cfaussie] A really useful video of CF9 performance

2011-08-22 Thread Mark Ireland
A really useful video of CF9 performance http://www.youtube.com/watch?v=IfBGxnFJddg This may be the first video of its kind I have seen after all these years! -- You received this message because you are subscribed to the Google Groups "cfaussie" gr

RE: [cfaussie] How to load balance

2011-08-09 Thread Mark Ireland
CF9 Enterprise can be helpful here. You could setup an alert that emails you when you are running out of resources. The load balancing that CF comes with will not help, you would need a separate load balancer across several servers. >From the CF9 Enterprise Performance Monitor you would see th

RE: [cfaussie] upgrade strategies (enterprise software)

2011-03-27 Thread Mark Ireland
All the stuff about avoiding a single point of failure applies with upgrades too. Its another reason for having three physical servers. > From: st...@cfcentral.com.au > To: cfaussie@googlegroups.com > Subject: RE: [cfaussie] upgrade strategies (enterprise software) > Date: Fri, 25 Mar 2011 15:4

RE: [cfaussie] Daily Rate

2011-03-14 Thread Mark Ireland
an employed position From: Mark Ireland [mailto:markinc...@hotmail.com] Sent: Saturday, 12 March 2011 11:57 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Daily Rate $500 a day for a juniorFrom: brian.kn...@suncorp.com.au To: cfaussie@googlegroups.com Date: Fri, 11 Mar 2011 11:15:05

RE: [cfaussie] Daily Rate

2011-03-11 Thread Mark Ireland
$500 a day for a junior From: brian.kn...@suncorp.com.au To: cfaussie@googlegroups.com Date: Fri, 11 Mar 2011 11:15:05 +1000 Subject: [cfaussie] Daily Rate Guys what’s the current daily rate for an experienced CF developer. Short term project. Brian Knott | Budget and Forecast Spe

RE: [cfaussie] OOP question.

2010-12-14 Thread Mark Ireland
Chris has a point. The Patient.cfc need not be too large. You must decide if you will invoke other CFCs or extend them. Extending is trickier but worth it if you get it right. Have you considered CF9s built in ORM? > Date: Tue, 14 Dec 2010 23:10:57 +1100 > Subject: Re: [cfaussie] OOP question.

[cfaussie] Strange problem - Element RECORDCOUNT is undefined in query

2010-09-30 Thread Mark Ireland
#DateAdd(d,30,max(sb_claim_date))# From: cas...@bluerocksoftware.com To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Strange problem - Element RECORDCOUNT is undefined in query Date: Fri, 1 Oct 2010 09:53:07 +1000 I had this exact same problem a few months ago. Unfortuna

RE: [cfaussie] Re: ColdFusion on Seek demise

2010-09-01 Thread Mark Ireland
Thanks Irfaan. You are on my guru list now. > Date: Tue, 31 Aug 2010 18:54:25 -0700 > Subject: [cfaussie] Re: ColdFusion on Seek demise > From: irfaan...@gmail.com > To: cfaussie@googlegroups.com > > I also had this annoying problem... > > Fix: use double quotes. > > if you search for "coldf

[cfaussie] RE: ColdFusion on Seek demise

2010-08-29 Thread Mark Ireland
Thanks. You've been helpful. Please post a list of them. > Date: Sun, 29 Aug 2010 20:32:40 +1000 > Subject: Re: [cfaussie] RE: ColdFusion on Seek demise > From: barry.beat...@gmail.com > To: cfaussie@googlegroups.com > > > I was relying on Seek. > > What site should I use now? > > All of 'em.

[cfaussie] RE: ColdFusion on Seek demise

2010-08-28 Thread Mark Ireland
I was relying on Seek. What site should I use now? -- 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 em

[cfaussie] harness org au index.cfm

2010-05-28 Thread Mark Ireland
http://www.harness.org.au/index.cfm Anyone on the list involved with this site? _ Browse profiles for FREE! Meet local singles online. http://clk.atdmt.com/NMN/go/150855801/direct/01/ -- Y

[cfaussie] schedule a cached queries refresh

2010-05-18 Thread Mark Ireland
Here is a nice practical post about optimising code: http://www.webapper.com/blog/index.php/2009/08/04/improve-coldfusion-performance-by-1000x-believe-me-its-possible/ It made me wonder if there is a way to schedule a cached queries refresh. I mean have it happen on the hour whether or not a pa

[cfaussie] cf-mock-up development tool

2010-05-17 Thread Mark Ireland
I saw this in a job ad today: " The core focus of development is with PHP, which makes up 70% of the development environment/ Coldfusion is used primarily as a mock-up development tool when working with clients." I wonder how many people are doing this?

[cfaussie] RE: Coldfusion JRun Max handler threads setting

2010-04-11 Thread Mark Ireland
In my experience leaving the max set at 10 is a good rule of thumb. With Enterprise you can set an alert that kills the 11th thread (and only that one) if it hangs up. > Date: Sun, 11 Apr 2010 17:33:41 -0700 > Subject: [cfaussie] Coldfusion JRun Max handler threads setting > From: barrychester.

[cfaussie] poll on dmxzone

2010-02-24 Thread Mark Ireland
I saw this poll result for Which App server language do you use?: (out of 13407 responses) 18% I don't use a server side language, I only use client side applications. 12% I mainly use ASP 6% For now ASP but I intend to switch to ASP.NET 11% I'm using ASP.NET 3% JSP is the way to go 36% PHP is m

RE: [cfaussie] CF Server Outages/ Stops Responding

2010-02-15 Thread Mark Ireland
Setup and alert and snapshot for a low number of threads. Then setup an alert that kills the thread that is causing the freeze. > Date: Mon, 15 Feb 2010 14:23:57 -0800 > Subject: [cfaussie] CF Server Outages/ Stops Responding > From: planetsanj...@gmail.com > To: cfaussie@googlegroups.com > > H

RE: [cfaussie] FusionReactor vs built in Coldfusion 8 monitor

2010-02-08 Thread Mark Ireland
You can end threads, and end them under conditions you define. > Date: Tue, 9 Feb 2010 09:41:14 +1100 > From: scott.thorn...@hnehealth.nsw.gov.au > To: cfaussie@googlegroups.com > Subject: Re: [cfaussie] FusionReactor vs built in Coldfusion 8 monitor > > I like Fusionreaactor's ability to kill o

RE: [cfaussie] I need some small business network advice

2010-02-03 Thread Mark Ireland
They insist on hosting their own email server? A long list of products claim an easy web services interface (but those who know can go on and on about what wrong with the one they have used a lot) BTW Done any more with ExtJS? > Date: Wed, 3 Feb 2010 13:44:00 -0800 > Subject: [cfaussie] I need

[cfaussie] YUIJavaLoader

2010-01-14 Thread Mark Ireland
What do you make of this? http://github.com/levancho/YUIJavaLoader _ Search for properties that match your lifestyle! Start searching NOW! http://clk.atdmt.com/NMN/go/157631292/direct/01/--

RE: [cfaussie] Membership Card Scanning Hardware

2010-01-10 Thread Mark Ireland
I know you can get point-of-sale scanners that just populate a form field. Is that what you mean? (I got caught out with this. The alignment of the strip must exactly match what the scanner was designed for.) > Date: Sun, 10 Jan 2010 22:59:46 -0800 > Subject: [cfaussie] Membership Card Scanni

[cfaussie] Eclipse Memory Analyzers

2010-01-04 Thread Mark Ireland
Can this be used with a Coldfusion snapshot? http://java.sys-con.com/node/1230460 _ Get more out of Hotmail Check out the latest features today http://windowslive.ninemsn.com.au/hotmail/arti

[cfaussie] Re: Persistent Scopes and Memory

2009-11-07 Thread Mark Ireland
You tried everything he suggested, all at once? From: st...@cfcentral.com.au To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Persistent Scopes and Memory Date: Sun, 8 Nov 2009 05:17:12 +1100 I tried this on my CF8.01 64 Bit server and the server wouldn't restart..had to roll it ba

[cfaussie] Re: Persistent Scopes and Memory

2009-11-05 Thread Mark Ireland
I read a blog by the Indian developers saying that CF is doing 'small' garbage collection and 'large' garbage collection. You can test this using the built in gc() function. Just watch the graph in the Performance Monitor while running your test. > Date: Wed, 4 Nov 2009 15:44:11 -0800 > Subj

[cfaussie] Re: Coldfusion and JRun server loads

2009-09-26 Thread Mark Ireland
You could turn on metrics and set up an Alert (with a threshold) to see how many threads you have at peak loads. > Date: Tue, 22 Sep 2009 14:40:06 -0700 > Subject: [cfaussie] Coldfusion and JRun server loads > From: barrychester...@gmail.com > To: cfaussie@googlegroups.com > > > Hi, I'm not s

[cfaussie] output a Word docx with page breaks

2009-09-20 Thread Mark Ireland
Can someone remind me of the secrets to outputing a Word docx with page breaks? The docs can be two pages long. The style is very simple, just like a letter. Thanks _ Get the latest news,

[cfaussie] Re: Where's Adobe's advanced support?

2009-08-26 Thread Mark Ireland
Enterprise support for CF is 10 or 12 grand I think. Have you found it is worth it? > From: k...@bloginblack.de > To: cfaussie@googlegroups.com > Subject: [cfaussie] Re: Where's Adobe's advanced support? > Date: Wed, 26 Aug 2009 17:04:56 +1200 > > > I'm tempted to fear that we have to read th

[cfaussie] Re: barcode magnetic stripe readers in forms

2009-07-20 Thread Mark Ireland
Cant you just accept them into a single form field and pull it apart afterwards Regards Dale Fraser http://dale.fraser.id.au http://learncf.com http://flexcf.com From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Mark Ireland Sent: Tuesday

[cfaussie] barcode magnetic stripe readers in forms

2009-07-20 Thread Mark Ireland
I have used a barcode scanner to populate a field in a form but . . .. I need to get both the barcode and the values in the magnetic stripe on the back of the card into a form. I found a card reader that does both at once but I need to know if anyone has successfully used one to get both valu

[cfaussie] zero length file in cffile

2009-07-02 Thread Mark Ireland
I think I have users trying to upload a file that they still have open (in Word or Acrobat etc) Is there some simple try catch I could use to trap this? Thanks _ POP access for Hotmail is here! Click here to find out more http://

[cfaussie] Re: Watch configuration files?!?

2009-06-29 Thread Mark Ireland
ng is that that “watch config files” option is just for Websphere, and specifically Webshpere Network Deployment. Is that what you’ree running on? /charlie From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Mark Ireland Sent: Thursday, June 25, 2009 9

[cfaussie] Watch configuration files?!?

2009-06-25 Thread Mark Ireland
I changed web.xml to get charting to work and it did (but it worked without restarting CF) I do not have the Watch configuration files for changes option checked in cfAdmin. I went to make the same changes on other boxs and CF "undeployed" itself. I am running CF8 on Solaris. I recently upgr

[cfaussie] blocking JNDI traffic

2009-05-13 Thread Mark Ireland
Anyone know a good test to see if you are blocking JNDI traffic? Thanks _ Want to stay on top of your life online? Find out how with Windows Live! http://windowslive.ninemsn.com.au/ --~--~-~--~~~---~--~

[cfaussie] Re: My charts dont come out

2009-03-30 Thread Mark Ireland
administrator their is a mapping (Disk Cache Location) for where charts are placed. This needs to match the URL. Another option is to bypass the CF charting and ue the API directly. If you search google there are some examples on how it's done. Cheers, Simon 2009/3/26 Mark Ireland

[cfaussie] Re: html editor

2009-03-30 Thread Mark Ireland
We are using Dav Glass' RichTextEditor from YahooUI. > Date: Mon, 30 Mar 2009 11:57:23 +1100 > From: w...@skateboard.com.au > To: cfaussie@googlegroups.com > Subject: [cfaussie] html editor > > > Anyone have any recommendations for a browser based WYSIWYG HTML editor? > > Preferably no active

[cfaussie] Re: My charts dont come out

2009-03-28 Thread Mark Ireland
> 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

[cfaussie] My charts dont come out

2009-03-25 Thread Mark Ireland
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. __

[cfaussie] Re: Can CF8 make "SOAP with attachments" calls

2009-03-19 Thread Mark Ireland
I can tell you I have seen SOAP with binary stuff in it (I assumed it was an image) It was from the Stellent cms (since bought by Oracle) Date: Thu, 19 Mar 2009 00:09:49 +1100 Subject: [cfaussie] Re: Can CF8 make "SOAP with attachments" calls From: mrbu...@gmail.com To: cfaussie@googlegroups.co

[cfaussie] Re: dumping a snapshot on an Alert

2009-02-12 Thread Mark Ireland
@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Mark Ireland Sent: Sunday, February 08, 2009 9:10 PM To: cfaussie@googlegroups.com Subject: [cfaussie] dumping a snapshot on an Alert Anyone had issues dumping a snapshot on an Alert (on unix)? Say an 'unresponsive s

[cfaussie] dumping a snapshot on an Alert

2009-02-08 Thread Mark Ireland
Anyone had issues dumping a snapshot on an Alert (on unix)? Say an 'unresponsive server' alert? _ Want to marry your mail? Combine your email accounts here! http://livelife.ninemsn.com.au/article.aspx?id=633386 --~--~-~--~--

[cfaussie] Re: autocomplete cfc

2009-01-01 Thread Mark Ireland
So it was a file permissions issue? From: rai...@ozemail.com.au To: cfaussie@googlegroups.com Subject: [cfaussie] Re: autocomplete cfc Date: Thu, 1 Jan 2009 12:58:00 +1000 CF hosting provider has rectified the problem Happy New Year to you all Regards Claude Raiola

[cfaussie] perl -> cf

2008-12-14 Thread Mark Ireland
Anyone (good with perl) game to work on a CF version of this? http://tools.assembla.com/svn/mysqltuner/ _ Holiday cheer from Messenger. Download free emoticons today! http://livelife.ninemsn.com.au/article.aspx?id=669758 --~--~--

[cfaussie] onclick this

2008-11-24 Thread Mark Ireland
I have had slow forms that benefited from a submit button with onclick="this.disabled=true;this.value="Relax, your form submitted already" but today I have discovered a setup where the form submits but the button does not exist when I cfdump the scope! How is this possible? __

[cfaussie] Re: stored procedure serves up its own code

2008-10-02 Thread Mark Ireland
"eighties" > > > > > On Wed, Oct 1, 2008 at 9:46 AM, mark ireland <[EMAIL PROTECTED]> wrote: > > > > I have a stored procedure that is working but . . .. > > > > It serves up its ow

[cfaussie] stored procedure serves up its own code

2008-09-30 Thread mark ireland
I have a stored procedure that is working but . . .. It serves up its own code?!? It is on Oracle and it has no in, out or inout parameters. wtf? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" g

[cfaussie] Re: email address for cf Alerts

2008-09-24 Thread Mark Ireland
ussie] Re: email address for cf Alerts > Date: Wed, 24 Sep 2008 23:28:32 +1000 > > > I think its in the CFServer Monitor section under the Notifications section > > -Original Message- > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf > Of m

[cfaussie] Re: email address for cf Alerts

2008-09-23 Thread mark ireland
On Sep 24, 9:34 am, mark ireland <[EMAIL PROTECTED]> wrote: > Anybody found out where in the configs you can set the email address > for cf Alerts > > currently it is defaulting to [EMAIL PROTECTED] Oops I meant to say [EMAIL PROTECTED] i.e. no

[cfaussie] email address for cf Alerts

2008-09-23 Thread mark ireland
Anybody found out where in the configs you can set the email address for cf Alerts currently it is defaulting to [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this gr

[cfaussie] elegant charting of your logs

2008-09-19 Thread mark ireland
Anyone got an elegant solution for charting the logs you create with cflog? (Please note I am not on windows) For example a chart of the request time of the slowest page for every 15 minutes for yesterday (assuming my log is date, time, request time in milliseconds, etc, etc) --~--~-~--

[cfaussie] cf6.1 losing neo-query.xml

2008-09-16 Thread mark ireland
Anyone had a problem where cf6.1 lost neo-query.xml Adobes' knowledge base says to rename neo-query.bak to neo-query.xml I am hoping someone who has been down this road can tell me what they learned about the cause. Thanks --~--~-~--~~~---~--~~ You received this

[cfaussie] probes on unix

2008-09-11 Thread Mark Ireland
Anyone found problems deleting or renaming coldfusion probes on *nix ? I am concerned I may have a permissions issue with some probes config files. Thanks _ Are you paid what you're worth? Find out: SEEK Salary Centre http://a.nine

[cfaussie] Re: throughput and simultaneous requests

2008-09-06 Thread Mark Ireland
ts > > > Hi Mark, > throughput can be measured in two ways (that i know of) > 1. number of pages served per second > 2. mb served per sec > > and simultaneous requests would be the amount of requests in a single second > hope this helps, > Lucas. > > On Fri, Se

[cfaussie] throughput and simultaneous requests

2008-09-04 Thread Mark Ireland
I want to chart throughput against simultaneous requests. Can someone please give me a definitions for throughput and simultaneous requests. Thanks _ Are you a friend magnet? Play now to win prizes for you and your friends! http:

[cfaussie] Re: Getting users who haven't made an entry today

2008-08-23 Thread Mark Ireland
How about select where bde.bde_entrydate between yesterday00:00 and yesterday11:59 > Date: Fri, 22 Aug 2008 11:54:29 +1000 > From: [EMAIL PROTECTED] > To: cfaussie@googlegroups.com > Subject: [cfaussie] Getting users who haven't made an entry today > > > Hi all! > > Have a system that people a

[cfaussie] Re: suggestions best practices in consuming webservices? (timeout woes)

2008-08-20 Thread Mark Ireland
How do you test for a webservice timeout? > Date: Thu, 21 Aug 2008 09:03:25 +1000 > From: [EMAIL PROTECTED] > To: cfaussie@googlegroups.com > Subject: [cfaussie] suggestions best practices in consuming webservices? > (timeout woes) > > > I suspect it's because of dodgyness of our networks but

[cfaussie] Re: Statistics on ColdFusion... and other languages

2008-08-18 Thread Mark Ireland
I am guessing the range and average cost of a programmer for each language is roughly the same. I am guessing the rank of the average time of development is (in descending order) .NET, Java, PHP, Coldfusion I am guessing the rank of the 'steepness' of the learning curve would be in the revers

[cfaussie] Re: CFC Design Patterns

2008-06-27 Thread Mark Ireland
I think Scott's point is well made. I am trying to skip the painful stages on the Developer (Object Warrior) ->. . ... -> Developer path, by writing a simple, generic controller that is useful for everything from the slightly-more-complex-than-usual job to the way-more-complex-than-usual job.

[cfaussie] Re: Fusebox 5.5 vs Colddbox

2008-06-02 Thread Mark Ireland
Google FuseBox CatClub and you should find Sean Corfields side by side comparison of these things.So far I am liking FuseBox5.5_noXML Date: Mon, 2 Jun 2008 15:07:51 +1000 From: [EMAIL PROTECTED] To: cfaussie@googlegroups.com Subject: [cfaussie] Re: Fusebox 5.5 vs Colddbox I've developed a wiki

[cfaussie] Re: variable name confusion

2008-05-23 Thread Mark Ireland
You should never do this: When in doubt rely on > To: cfaussie@googlegroups.com > Subject: [cfaussie] Re: variable name confusion > Date: Fri, 23 May 2008 14:52:22 +1000 > From: [EMAIL PROTECTED] > > > > > Should be > > > > > > Andrew Scott > Senior Coldfusion Developer > Aegeon Pty

[cfaussie] coldbox

2008-05-22 Thread mark ireland
Anyone on the list using ColdBox? Any good? --~--~-~--~~~---~--~~ 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

[cfaussie] bad Navigation

2008-04-29 Thread Mark Ireland
Anyone seen a system for managing users and site navigation together? I mean the creation of navigation. I keep seeing mid-size enterprises where one guy is trying to manage the navigation and just does not have the tools. Sites where the content creation has been nicely delegated but the navi

[cfaussie] Re: Hide .svn folders in Eclipse / FlexBuilder

2008-04-21 Thread Mark Ireland
How did you get them to show? Did you create them with Tean->Share Project? Are you using Tortiose? From: [EMAIL PROTECTED] To: cfaussie@googlegroups.com Subject: [cfaussie] Hide .svn folders in Eclipse / FlexBuilder Date: Mon, 21 Apr 2008 19:11:44 +1000 How do I hide .svn folder

[cfaussie] Re: Just in case anyone's feeling bored...

2008-04-14 Thread Mark Ireland
If you enjoy this kind of puzzle here is a real world example I found myself swearing at: a cfswitch with cfcase values 3 3a 3b . 3f Subject: [cfaussie] Just in case anyone's feeling bored... Date: Tue, 15 Apr 2008 09:58:02 +1000 From: [EMAIL PROTECTED] To: cfaussie@googlegroups.com

[cfaussie] Re: programmer etiquette and writing good CF code

2008-03-25 Thread Mark Ireland
I agree. Its that problem were we blame the pen for the spelling mistake. This also reflects the strengths and weaknesses of coldFusion. Because its an easy language people arent learning how to write code with maintenance in mind until they actually have to maintain an app someone else knocked

[cfaussie] Re: Maintaining sessions across Ajax calls

2008-03-03 Thread Mark Ireland
You should ask the question: 'How do I stop hacking of the session with ajax?' and work backwards from there. > From: [EMAIL PROTECTED] > To: cfaussie@googlegroups.com > Subject: [cfaussie] Maintaining sessions across Ajax calls > Date: Tue, 4 Mar 2008 01:58:55 +1100 > > > > Just wondering if

[cfaussie] Re: myEclipseIDE

2008-02-25 Thread Mark Ireland
Pulse has a very small footprint, right? How small? > Date: Mon, 25 Feb 2008 00:03:08 -0800 > Subject: [cfaussie] Re: myEclipseIDE > From: [EMAIL PROTECTED] > To: cfaussie@googlegroups.com > > > On Feb 24, 1:23 pm, Mark Ireland <[EMAIL PROTECTED]> wrote: >

[cfaussie] myEclipseIDE

2008-02-23 Thread Mark Ireland
Anyone on the list paid for myEclipseIDE? If so, is it any good? http://www.myeclipseide.com _ What are you waiting for? Join Lavalife FREE http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Flavalife9%2Eninemsn%2Ecom%2Eau%2Fclickthru%

[cfaussie] Re: caller scope and method confusion

2008-02-15 Thread Mark Ireland
27;s on line 21? On Fri, Feb 15, 2008 at 5:52 PM, Mark Ireland <[EMAIL PROTECTED]> wrote: Ever seen an error like this: 02/15 11:51:01 Error [jrpp-21] - The subjorgu method was not found.Either there are no methods with the specified method name and argument types, or the subjorgu meth

[cfaussie] caller scope and method confusion

2008-02-14 Thread Mark Ireland
Ever seen an error like this: 02/15 11:51:01 Error [jrpp-21] - The subjorgu method was not found.Either there are no methods with the specified method name and argument types, or the subjorgu method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0

[cfaussie] cf8 performance monitor and SSL

2008-02-14 Thread Mark Ireland
Is there some trick to getting the cf8 performance monitor working over SSL? _ New music from the Rogue Traders - listen now! http://ninemsn.com.au/share/redir/adTrack.asp?mode=click&clientID=832&referral=hotmailtaglineOct07&URL=http

[cfaussie] Re: Subversion and Eclipse

2008-02-10 Thread Mark Ireland
Geoff, How small is the 'small install' of Pulse? > Date: Sun, 10 Feb 2008 19:59:48 -0800 > Subject: [cfaussie] Re: Subversion and Eclipse > From: [EMAIL PROTECTED] > To: cfaussie@googlegroups.com > > > On Feb 7, 4:34 pm, "Chris Velevitch" <[EMAIL PROTECTED]> > wrote: > > I have recently switch

[cfaussie] Re: clustering, multiple instances and application design

2008-02-09 Thread Mark Ireland
I am told hardware load balancers are extremely expensive. Is this true? Do you just replicate your test servers and your development servers? Dont people insist on hardware failover precautions (and developers wish for nice software failover precautions)? > Date: Wed, 6 Feb 2008 21:13:06 -080

[cfaussie] Re: Subversion and Eclipse

2008-02-09 Thread Mark Ireland
Same here. Subclipse is working well. I find it useful in Eclipse in combination with TortoiseSVN in samba/Explorer (In *nix there are traps with permissions) > Subject: [cfaussie] Re: Subversion and Eclipse > Date: Thu, 7 Feb 2008 16:07:33 +1000 > From: [EMAIL PROTECTED] > To: cfaussie@googleg

[cfaussie] Web Developer at Newcastle University

2008-01-17 Thread Mark Ireland
Who else on the list worked at Newcastle Uni? The codebase there is a good case for that argument that 'Çoldfusion is too easy'. _ What are you waiting for? Join Lavalife FREE http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Flava

[cfaussie] Re: Setting up CF for a designer

2008-01-09 Thread Mark Ireland
Is she using DreamWeaver? Fireworks? > Date: Thu, 10 Jan 2008 09:43:02 +1100 > From: [EMAIL PROTECTED] > To: cfaussie@googlegroups.com > Subject: [cfaussie] Setting up CF for a designer > > > Hey all, > > I've been helping out my girlfriend, who is a graphic designer with > her new website, a

[cfaussie] Re: CF5 invoking .NET 2.0 webservices

2007-12-29 Thread Mark Ireland
Oh Yeah. I think they wish they had created a large java app. They really think they could do a better job of coding a server application language. Date: Thu, 27 Dec 2007 18:03:37 +1100 From: [EMAIL PROTECTED] To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CF5 invoking .NET 2.0 webservice

[cfaussie] Re: VM Environment for CF8

2007-12-15 Thread Mark Ireland
Is Solaris a supported platform for VM? > Date: Sat, 15 Dec 2007 11:33:35 +1100 > From: [EMAIL PROTECTED] > To: cfaussie@googlegroups.com > Subject: [cfaussie] Re: VM Environment for CF8 > > > I've been running on Ubuntu Server 7.10, but that's not a supported platform. > > Mind you, it's been

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

2007-12-11 Thread Mark Ireland
Did anyone in Brisbane see an Advertisement (in the Courier Mail) for a web developer role in Townsville? Date: Wed, 12 Dec 2007 09:03:10 +1000 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; cfaussie@googlegroups.com Subject: [cfaussie] Re: Combined Queensland Adobe User Groups Christmas Party

[cfaussie] web dev job Townsville

2007-12-06 Thread Mark Ireland
Anyone see an ad for a web developer role in Townsville (in the BrisVegas Courier Mail)? _ It's simple! Sell your car for just $30 at CarPoint.com.au http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fsecure%2Dau%2Eimrworldwide%2Ecom%

[cfaussie] Re: CF + Subversion best practices ?

2007-10-16 Thread Mark Ireland
Are are any of the people following this thread using subclipse in Eclipse? > From: [EMAIL PROTECTED] > To: cfaussie@googlegroups.com > Subject: [cfaussie] Re: CF + Subversion best practices ? > Date: Tue, 16 Oct 2007 06:28:58 -0700 > > > Ive posted to this list before about my opposing view t

[cfaussie] Re: spaces in column names

2007-10-15 Thread Mark Ireland
So which databases allow column name with spaces (and column names that start with 0)? Do you just use an alias? sensiblename AS stupidfieldname? > From: [EMAIL PROTECTED] > To: cfaussie@googlegroups.com > Subject: [cfaussie] Re: spaces in column names > Date: Fri, 12 Oct 2007 06:21:13 + >

[cfaussie] CF6 server log file getting huge

2007-10-01 Thread Mark Ireland
Hi, My CF6 server log file is getting huge. Do I simply hit the archive button in admin? Thanks _ Live Earth '07 updates, artist info & concert streams! http://ninemsn.com.au/share/redir/adTrack.asp?mode=click&clientID=790&referral

[cfaussie] CF8 cfTree with drag and drop

2007-09-16 Thread Mark Ireland
Can anyone point me to an example of the CF8 cfTree with drag and drop? Cheers. _ Win Dad the Footy Final with Cadbury Favourites! http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fbs%2Eserving%2Dsys%2Ecom%2FBurstingPipe%2FadServer%2E

[cfaussie] Re: ShadoMX content management

2007-09-16 Thread Mark Ireland
It done by Grant Staker (the guy who wrote CFMX Performance Troubleshooting and Tuning Guide) From: [EMAIL PROTECTED] To: cfaussie@googlegroups.com Subject: [cfaussie] Re: ShadoMX content management Date: Sat, 15 Sep 2007 00:05:17 +1000 Shado is ment to be pretty high end enterprise so i

[cfaussie] cftry and cfmail but no cfcatch.detail?

2007-09-13 Thread Mark Ireland
Has anyone seen a cfmail wrapped in a cftry and cfcatch that caught an error but returned nothing in cfcatch.detail? Thanks _ Win Dad the Footy Final with Cadbury Favourites! http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fbs%2Ese

[cfaussie] Re: Clustering - Standard or Enterprise

2007-08-06 Thread Mark Ireland
So what if you want both failover protection and enterprise application clustering with instances? Does your web server cluster and your cf cluster share the hardware load balancer? >From: "M@ Bourke" <[EMAIL PROTECTED]> >Reply-To: cfaussie@googlegroups.com >To: cfaussie@googlegroups.com >Sub

[cfaussie] Re: Coldfusion Books

2007-07-22 Thread Mark Ireland
I think you are better off with a good study guide (for a certification exam) and some well written open-source apps to study. And be tough about what makes an app good. Like DRY, content and style seperate, a data layer blah blah blah

[cfaussie] Re: cfLDAP and cfMail

2007-07-09 Thread Mark Ireland
e@googlegroups.com >To: cfaussie@googlegroups.com >Subject: [cfaussie] Re: cfLDAP and cfMail >Date: Mon, 09 Jul 2007 15:48:02 +1000 > > >Is the what your after? > >Cheers >Gareth. > >Mark Ireland wrote: > > > > Anyone used cfldap to create an email and then u

[cfaussie] cfLDAP and cfMail

2007-07-08 Thread Mark Ireland
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. ___

[cfaussie] Re: column order

2007-07-03 Thread Mark Ireland
oups.com >To: cfaussie@googlegroups.com >Subject: [cfaussie] Re: column order >Date: Fri, 29 Jun 2007 06:01:27 -0500 > > >What do you mean by column order not in cfquery? Do you mean >cfquery.columnList? > >On 6/27/07, Mark Ireland <[EMAIL PROTECTED]> wrote: > > > >

[cfaussie] column order

2007-06-26 Thread Mark Ireland
How can I work out how it is that the column order is preserved in a wddxPacket and not in a cfquery? _ Advertisement: Ministry of Sound's Sessions 4 has arrived. Have a listen! http://ninemsn.com.au/share/redi

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

2007-06-08 Thread Mark Ireland
Maybe your test case is too simple. Try a real html page cutup into chunks and wrapped in cfsavecontent. >From: Kai König <[EMAIL PROTECTED]> >Reply-To: cfaussie@googlegroups.com >To: cfaussie@googlegroups.com >Subject: [cfaussie] cfdocument stops working with update to CF 7.0.2 >Date: Fri, 8 J

[cfaussie] Re: Release Candidate? Where's the Public Beta?

2007-05-30 Thread Mark Ireland
I still havent worked out where the docs are. Its only cf7 docs in the big download. Lots of blank pages for new features in the downloadable docs. Maybe I have to get the code hints working in cfEclipse to try the new stuff? >From: Duncan <[EMAIL PROTECTED]> >Reply-To: cfaussie@googlegroups.

[cfaussie] Re: json in js code

2006-12-06 Thread Mark Ireland
t:  [cfaussie] Re: json in js codeDate:  Thu, 7 Dec 2006 15:19:19 +1100>>I'm not totally up to speed on json, but doesn't it have to be eval() 'd ?>>Mark>>On 12/7/06, Mark Ireland <[EMAIL PROTECTED]> wrote:> >> >> >> > Can

[cfaussie] json in js code

2006-12-06 Thread Mark Ireland
Can I use stuff from a json string like this? var s = 'something'; for (var j in myjson.RECORDCOUNT) { var id = myjson.DATA.MYVARIABLE[j]; chk = document.getElementById(s + id); // chk = document.getElementById(s + id.toString()); } It dont work!Advertisement: Amazing holiday rentals? --~--~

[cfaussie] fckEditor Was: Rich text editor for ColdFusion - recomendations

2006-11-28 Thread Mark Ireland
How would you get css styles (out of a database and) into the fckEditor dropdown?Advertisement: Meet Sexy Singles Today @ Lavalife - Click here --~--~-~--~~~---~--~~  You received this message because you are subscribed to the Google Groups "cfaussie" group.

  1   2   >