Re: SQL Express and CF

2012-11-15 Thread Mike Kear
nline more difficult that's all. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Fri, Nov 16, 2012 at 6:32 AM, Pete Ruckelshaus wrote: > >

Re: Best practice question for Application.cfc

2012-10-13 Thread Mike Kear
ther you have opportunities to make your code better organised. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Sun, Oct 14, 2012 at 1:46 AM, Dave Wat

Re: Issue with CF Barcode39

2012-09-21 Thread Mike Kear
I've never tried to use a special font (i.e. not standard windows) with ColdFusion - do you have to register the font with CF in teh administrator or something like that? Does it print out the number in times roman or helvetica or something? Cheers Mike Kear On Sat, Sep 22, 2012 at 2:

Re: Issue with CF Barcode39

2012-09-20 Thread Mike Kear
You might need to download a 3of9 truetype font and print the number you want in that font. it's just like printing 44557841 in TimesRoman, except you're printing it in Barcode3of9. That's the way we've been printing barcodes for decades. Cheers Mike Kear Windsor,

Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-20 Thread Mike Kear
work on my dev machine. But thanks for your input Larry - its valuable knowledge. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Fri, Sep 21, 2012 at

Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Mike Kear
ing, that I had multiple answers and suggestions inside 4 hours here, when Microsoft have been unable to even take a stab at the answer in over a week. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PH

Re: (ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-14 Thread Mike Kear
se somehow. Is there a converter utility or something or can i create a 2005 database using SQL Server 2008? Maybe I'd be better to install only the SQL2005 on my laptops. Cheers Mike Kear AFP Webworks Windsor, NSW, Australia. On Fri, Sep 14, 2012 at 6:38 PM, Maureen wrote: > >

(ot) How compatible is SQLServer 2012 with SQL Server 2005 databases?

2012-09-13 Thread Mike Kear
005 as his production database. Therefore any machine I build has to be capable of developing SQL2005 databases. Does anyone here know the answer? Or else can anyone point me towards someone who could tell me? -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AF

Re: Tomorrow: Join 55 ColdFusion Users at ""Automating CFML App Build, Test, Deploy", with Joseph Lamoree"

2012-07-25 Thread Mike Kear
ere in Sydney, I'll be in a meeting. Will this session be recorded for later viewing by those of us who can't make it, as so many other meetup sessions are? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion

Re: (ot) Hosting A to Z

2012-06-29 Thread Mike Kear
eared.I have never had any problem getting prompt support, in all the years I've been looking after these sites. The support trouble ticket system is at http://support.hostingatoz.com . Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Web

Re: [ANN SYD AU] Tomorrow (Monday) Coldfusion 10 Launch

2012-05-27 Thread Mike Kear
Good luck with the session, Chris.Second time you've had a ColdFusion topic, and I'm unable to attend!!!.However, if you are able to retain any of the content for later viewing I'd be most grateful - recording or videoing or whatever. Cheers Mike Kear Windsor, NSW,

Re: ColdFusion developers in Australia

2012-04-30 Thread Mike Kear
But of course I also note Mark's scepticism about this - you're right, Mark, it could be a simple case of details harvesting for any of a number of purposes, not all of them above-board. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webwor

Re: ColdFusion developers in Australia

2012-04-30 Thread Mike Kear
petering out of existence. Us developers are just left to our own devices it seems. So someone taking an interest in ColdFusion again is a GOOD THING. Thank you Martin. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com

Re: Somewhat OT....Making us look bad...For the adobe engineers on the list..

2012-04-28 Thread Mike Kear
ormance hit of the queueing. Also there's a strong risk of data being corrupted in that moment when there are many requests queued. As always, use the right tools for the job. Access is a terrific tool in the right situation. Cheers Mike Kear Windsor, NSW, Australia Adobe Ce

Re: Remove all CF comments

2012-03-01 Thread Mike Kear
I dont understand what's the problem with comments anyway.So what if we have comments peppered through the code?Do they slow down processing in any significant way?Yes, they cause the files to be somewhat larger, but if all that means is a bit more disk space gets used, so what?If

Re: how deeply nested are your code comments?

2012-02-28 Thread Mike Kear
on will have its embedded comments remain. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Wed, Feb 29, 2012 at 4:08 AM, Matt Quackenbush wrote:

Re: Controlling location of temporary file

2012-01-11 Thread Mike Kear
yes, Russ, it's affecting other things - like for example CFIMAGE requires this temp directory too. I guess i just have to live with putting in a support request every time i set up a new site for the sandbox to have access to it. Cheers Mike Kear On Wed, Jan 11, 2012 at 11:55 PM,

Re: Controlling location of temporary file

2012-01-11 Thread Mike Kear
is always under my control and i have access. It's the temporary directory that's the problem.. Cheers Mike Kear On Thu, Jan 12, 2012 at 4:04 AM, Raymond Camden wrote: > > I'm confused - can't you tell CFFILE/action=upload to send the file to > a place you _do_

Re: Controlling location of temporary file

2012-01-11 Thread Mike Kear
Jan 11, 2012 at 4:35 AM, Mike Kear wrote: > > > > In my shared hosting sites, I often come up against a problem with > > uploading files using image uploaders, because the sysadmin locks down > > access to the temporary directory. Is there any way to set the > temp

Controlling location of temporary file

2012-01-11 Thread Mike Kear
full access to? -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month ~| Order the

Re: anyone using ckeditor? I will PAY you for your help!

2012-01-10 Thread Mike Kear
Are you trying to enter CF code into the editor and expect it to come through intact? There is quite a community of tech-savvy users on the CKEditor forum - have you checked there? It includes some CF people. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion

Re: How to compare images programmatically - GOT-IT!!!!

2012-01-09 Thread Mike Kear
a couple more hiccups, but i have the basis of the method I can use. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Tue, Jan 10, 2012 at 3:

Re: How to compare images programmatically

2012-01-09 Thread Mike Kear
different) then the software has hanged. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month ~|

Re: How to compare images programmatically

2012-01-09 Thread Mike Kear
in our system and see where/when the webcam software is going haywire. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Tue, Jan 10, 2012 at 2:38 AM,

How to compare images programmatically

2012-01-09 Thread Mike Kear
ine if the current image is identical to the one uploaded 30 seconds ago? Is there a CF image function or tag that will compare one image with another? If not, is there a java function or something I can use? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AF

(ot) Music Podcast - anyone done one?

2012-01-06 Thread Mike Kear
Ask one person you get one answer, ask another you get an answer that's double the price. -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET

Re: Save Form Data to XML file

2011-12-14 Thread Mike Kear
ingtoxml.riaforge.org/ Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Thu, Dec 15, 2011 at 3:43 PM, Tom Jones wrote: > Hello, > I have been

Re: KCfinder with CKeditor and Coldfusion?

2011-12-07 Thread Mike Kear
In that case Terry, I'm not much help to you - I've not used KCFinder. Good luck with it though.I might check it out myself just to stay on top of things. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com Co

Re: KCfinder with CKeditor and Coldfusion?

2011-12-07 Thread Mike Kear
ou need it. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Thu, Dec 8, 2011 at 10:25 AM, Terry Troxel wrote: > > Anyone have any success with KCed

Re: SOT: curved corners

2011-12-01 Thread Mike Kear
't use any technique other than CSS3 any more - as people move to more and more modern browsers they'll just work. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting fro

Converting scientific notation to pure numeric

2011-11-25 Thread Mike Kear
27;s not a numeric value. How do I convert that 9.09090909090909E 106 to a numeric value that the CFC will be happy with? -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP

Re: Wysiwyg editor

2011-10-25 Thread Mike Kear
ste button. I tell them that if they are copying text from a word or other document, to paste it in using that button and so far it's worked a treat. I suppose if i had a lot more users loading content, that might become an issue but so far it's been fine. Cheers Mike Kear Wind

Re: Wysiwyg editor

2011-10-24 Thread Mike Kear
ad of pasting it straight into the editor, click the "paste from word" button and paste the content into the little window that pops up. When you click the button, it puts plain text into the editor. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AF

Re: cfqueryparam sqltype for text field?

2011-09-07 Thread Mike Kear
OH wait.I've done it again the problem was i was updating the record using the text field in the WHERE clause. Bad bad bad me. Sorry about that, everyone. We return you to normal programming. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Develope

cfqueryparam sqltype for text field?

2011-09-07 Thread Mike Kear
I am having an issue updating a record that has a text field (MSSQLServer2005).   I'm using http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/mon ~| Order the Adobe Coldfusion Anthology now! ht

Re: Problem with Apache 2.2 not starting on windows -- CF9.01

2011-07-08 Thread Mike Kear
me until I upgrade windows next week. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Thu, Jul 7, 2011 at 10:17 PM, Matthew Williams wrote: > >

Re: CF vs. Java Web Developer

2011-06-24 Thread Mike Kear
e whole outside world while I'm writing code. Many's the time my wife has said "but I TOLD you about that only yesterday - how come you're claiming you didnt know" My work usually begins about 10am and goes through till at least midnight most nights, often 3 or 4am.

Re: (ot) Shameful

2011-05-10 Thread Mike Kear
that assessment of your judgement to your claim that Coldfusion is 'comatose'. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Wed, May 11,

Re: Bless

2011-05-02 Thread Mike Kear
ress is banned, and only proceed further if it's not. I'm guessing the reason for these probes is to find mail servers that are open to exploitation, so they can send spams through them. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks h

Re: Bless

2011-05-02 Thread Mike Kear
an submit forms till the cows come home and nothing will happen. It means they will be less likely to try to find other holes in the defences to exploit. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9

Re: Bless

2011-05-02 Thread Mike Kear
27;ve discussed so much about the security of the site. Just send me an email off line and i'll tell you. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/mo

Bless

2011-05-02 Thread Mike Kear
Last night I watched as someone made a pretty determined attempt to attack one of my web sites. Thankfully I'd heeded good advice and used http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month ~

Re: Feedback on this approach to "many sites, one codebase" (MSOC)

2011-02-24 Thread Mike Kear
rare occasions. There are NO commercial sites in Australia that I know of that habitually shut down for anything more than a minute or two EVER. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP

Re: I think I'm confused...

2011-02-24 Thread Mike Kear
in an identical manner Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Thu, Feb 24, 2011 at 9:21 PM, Rick Faircloth wrote: > > Ok... thank

Re: Feedback on this approach to "many sites, one codebase" (MSOC)

2011-02-17 Thread Mike Kear
I would agree with Robert.I was contracted to work on a site once that was doing just what you want - they were an application provider for their clients web sites. All the clients provided was a look and feel template, and they did the rest. At first it was easy. In fact they had one core

Re: Change in ColdFusion management

2011-02-14 Thread Mike Kear
nts operations in several US based and Australian high tech companies before cutting out on my own, I think that qualifies me to express opinions about Adobe's organisation here. If I don't feel I know what I'm talking about, I keep my opinions to myself. Cheers Mike Kear Windsor,

Re: Change in ColdFusion management

2011-02-14 Thread Mike Kear
Actually Matt, I hope you read all of my post. I'm not taking the same stance as Michael Grant. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/

Re: Change in ColdFusion management

2011-02-14 Thread Mike Kear
India, either an existing employee or someone hired for the job there. Either Indian or not, I dont think it makes any difference, provided the person doing the job has the qualities needed for a good Product Manager. This'll stun Sean, so I'll put it in caps in its own paragraph: I THINK

Re: SMS messages

2011-02-11 Thread Mike Kear
rovider, but when it comes to SMS messaging, location doesnt matter for performance reasons. This is rather similar to knowing that it doesnt really matter much where you locate your web servers geographically, as long as they are provided with enough bandwidth and set up properly. Cheers Mi

Re: favorite coldfusion host

2011-01-25 Thread Mike Kear
ith things like that too, if she has the time available. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

Re: favorite coldfusion host

2011-01-25 Thread Mike Kear
handled quickly and reliably, first time. [C] support people listen to what you say and act on that rather than a copperplate pre-defined answer/action. [D] Price is in the market, and there are several payment options. What else? (or am I wrong in thinking the above are important factors?) C

Detecting Mobile user agent - what methods work best?

2011-01-06 Thread Mike Kear
side detection using CGI.User_Agent (but there are so many user agents to detect) [E] screen resolution detection (but is that reliable?) Are there any other ways to do this? How do the rest of you handle serving pages to both computer screens and mobile device screens?? -- Cheers Mike Ke

Re: How to make a CFSELECT Required

2010-11-30 Thread Mike Kear
It only applies to CFFORMS. not quite the same thing.One choice with CFFORMS is flash forms, but there are also XML forms and HTML forms, all of which use the built-in cfforms tags, validation and jquery functionality. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced

Re: Free ColdFusion Hosting

2010-11-24 Thread Mike Kear
e to host child porn! ) I was flabbergasted that they were so open and blatant about it. Needless to say I wasnt interested in what they have to offer, and I referred their offer to the Australian Federal Police. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP W

Re: Should a getMemento method return the results of getters if they exist?

2010-11-16 Thread Mike Kear
return the getters, otherwise all you ever see is the default values, not the current values. Otherwise, I only ever use a getter or two in a process, or pass an object around, as Sean said. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http

Re: Fckeditor html vs xhtml

2010-10-20 Thread Mike Kear
CF8 too). You can upgrade your version by unzipping the FCKEditor download into that folder, making sure you have the newer versions of the files in the same places. The latest versions of the product produce XHTML as default, and you can edit the configuration if you want to use the older HTML

Re: fckEditor and Coldfusion tags

2010-10-20 Thread Mike Kear
the database and then rendered. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Thu, Oct 21, 2010 at 1:22 PM, Torrent Girl wrote: > > I spoke too

Re: IIS 7 401.2 Error for cftree (long post with error info)

2010-09-24 Thread Mike Kear
. And that fixed it. Took up extra disk space but that's the only implication that i've found yet.just dont do this with the CFADMINISTATOR folders!!! Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com Co

The solution: (was: Re: Is there a way to force lock release on Access database? (CF9) )

2010-09-19 Thread Mike Kear
back in the old days, but now it wont work. In fact it'll be counter-productive because it will cause the connection to the dsn to persist even longer and therefore retain the lock longer. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks ht

Re: Is there a way to force lock release on Access database? (CF9)

2010-09-19 Thread Mike Kear
rk if the datasource is released after the tag completes processing. [C] two separate .cfm files, and one triggered after the first completes processing. Perhaps by a third .cfm file controlling both of the others. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion De

Re: Is there a way to force lock release on Access database? (CF9)

2010-09-15 Thread Mike Kear
get rid of this application pretty soon. But in the mean time I'm stuck with it. Cheers Mike Kear On Thu, Sep 16, 2010 at 3:30 AM, Will Swain wrote: > > Sorry - like I said, it's been a while. > > > -Original Message- > From: Mike Kear [mailto:afpwebwo...@gmai

Re: Is there a way to force lock release on Access database? (CF9)

2010-09-15 Thread Mike Kear
Yes, that's what i used to do too, Will. But that was in the CF5 days. With MX that stopped doing the trick. Cheers Mike Kear On Thu, Sep 16, 2010 at 2:39 AM, Will Swain wrote: > > We used to have to create a 'bad' connection by querying a non-existent > table

Re: Is there a way to force lock release on Access database? (CF9)

2010-09-15 Thread Mike Kear
Ns up that way but i can get my sysadmin to set the DSNs up manually through the administration interface instead though. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting f

Is there a way to force lock release on Access database? (CF9)

2010-09-15 Thread Mike Kear
well ... CFusion_DBConnections_Flush( ) ... but that's not valid in CF9. Has anyone found a way to break that connection programmatically in CF9? -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, AS

Re: (ot) CKFinder - anyone know about how licensing works?

2010-09-14 Thread Mike Kear
27;s given me a temporary workaround for my problem, and he's working with me on developing a long term fix. I'll send you his email address off list. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Ente

Re: (ot) CKFinder - anyone know about how licensing works?

2010-08-25 Thread Mike Kear
n do with ColdFusion. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Wed, Aug 25, 2010 at 11:38 PM, Gerald Guido wrote: > > ***>>* install i

(ot) CKFinder - anyone know about how licensing works?

2010-08-25 Thread Mike Kear
e licence and show on the CKFinder as a demo version? I guess what I'm asking is whether i need to go back to Fred to get a variation in the licence, or whether i need to look for something else I might have wrong. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusi

Re: Alternatives to CFFM?

2010-08-19 Thread Mike Kear
ike. It's no skin off my nose. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Fri, Aug 20, 2010 at 9:22 AM, Rick Root wrote: > > On Thu,

Re: Alternatives to CFFM?

2010-08-19 Thread Mike Kear
e fact that the uploader has this authentication issue. By the sound of it, quite a few people have experienced this same issue, so if you want to keep moving it along, you will probably need to spend some time working out a solution for this sooner or later. Cheers Mike Kear Windsor, NSW, Australia

Re: Licensing on CKEditor - included?

2010-08-19 Thread Mike Kear
advantages to keeping up to date with developments on both parts of that solution. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Fri, Aug 20, 2010

Re: Alternatives to CFFM?

2010-08-19 Thread Mike Kear
tion. My current plan is to forget about this whole CFFM thing since Rick isnt helping and use CFFinder or maybe have a go at writing my own. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP,

Licensing on CKEditor - included?

2010-08-18 Thread Mike Kear
rue or not? -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month ~| Order the Adobe

Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear
#x27;n you guys cant get it going within a reasonable time, then I need to seriously think about whether I should put more time in on it too. I guess that's why Rick doesn't answer emails about it. Sigh. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion De

Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear
Yes it's in the same directory. The site is a content management system, and requires a login. Perhaps i need to add a login to the CFFM or change my logged in test to exclude CFFM somehow. Good idea James, thanks for the suggestion. Cheers Mike Kear Windsor, NSW, Australia Adobe Cert

Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear
is in the <[ CDATA part that's off the side of the screen. The only option offered is to click OK. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/mont

Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear
oesnt allow cut and paste, i can never see the rest of the message, so i can never know what this error is caused by. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from A

Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear
Yes it's not browser specific. i could post a screen shot of the error message somewhere but i dont think I can put it on this list can i? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise

Re: Alternatives to CFFM?

2010-08-18 Thread Mike Kear
large you cant see all of it, so it never renders properly. SO I don't know what the error is, or what's causing it, only what point in the process it appears. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.c

Alternatives to CFFM?

2010-08-18 Thread Mike Kear
rom FCKEditor, and manage the image directories. If CFFM worked as advertised, it would be perfect, but since RIck's walked away from it I'm stuck now. Any suggestions where I should go now? -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP

Re: CFML broadcasting app

2010-08-07 Thread Mike Kear
been a suggestion of blacklisting them. I'm assuming that's because they have built up the volume over a period of time so their pattern hasn't changed dramatically. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpweb

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Mike Kear
nother, just so you organise your code. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Fri, Aug 6, 2010 at 2:16 AM, Sean Corfield wrote: > > O

Re: Suppressing whitespace from CFCs

2010-08-05 Thread Mike Kear
en the CFSAVECONTENT tags. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Fri, Aug 6, 2010 at 1:10 AM, Robert Harrison wrote: > > Apparently you c

Re: Need a west coast (US) based CF host [spamtrap heur]

2010-07-29 Thread Mike Kear
code in application.cfc and the rest of the application doesnt need to know or care what timezone the server is sitting in. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting

Re: Need a west coast (US) based CF host

2010-07-29 Thread Mike Kear
I would have thought most hosting companies would have their servers set to UTC ( or Greenwich Mean Time) . Is that not true? I have servers in California, but ours are on UTC so we can move them from place to place if we choose and it makes no difference to the code. Cheers Mike Kear Windsor

Re: Is Rick Root OK? Has anyone contacted him lately?

2010-07-18 Thread Mike Kear
Ah yes of course! Thanks Mike. It's mid winter here, so i had forgotten about that aspect. Thanks. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/

Is Rick Root OK? Has anyone contacted him lately?

2010-07-18 Thread Mike Kear
I sent a question to Rick Root a week ago about his excellent CFFM and i haven't heard back from him.That's most unlike Rick - usually he's responding almost before I've finished the question. I'm getting a bit concerned. Is he ok? Has anyone had contact from him r

Can CF create/open SPD database files?

2010-07-12 Thread Mike Kear
, can ColdFusion create them for passing data back the other way? -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month

Re: Looking for a CF Recipe script!

2010-07-12 Thread Mike Kear
u could even turn it into a money-making application for yourself if you went ahead and built it. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosti

Re: CFMAIL isn't working at all

2010-07-06 Thread Mike Kear
hrough that obstacle, the others may well show themselves too. I think the most likely is [D] above. Hope this helps. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from A

Options for securing our IP on the client's machine?

2010-07-05 Thread Mike Kear
er this - like since CF5! - so I need to update my knowledge of this whole area. What options are there these days for allowing applications to run on a client machine without them being able to see the source code behind it? -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced Cold

Re: CF Shopping carts

2010-06-28 Thread Mike Kear
t your own code is good enough of course) Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Mon, Jun 28, 2010 at 6:59 PM, Kevan Stannard wrote:

Re: referencing #application.applicationname#

2010-06-01 Thread Mike Kear
. My point here is that locks, if used incorrectly, can wreck an application, or as in this case bring an entire server and database to a crawl. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP

Re: Now() vs getDate() MsSQL CFMX

2010-05-20 Thread Mike Kear
, regardless of where the server sits in the world, or whether or not it's set to UTC or local time or whatever. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/

Re: CF 9 Hosting

2010-05-20 Thread Mike Kear
ar in mind that the prices shown are Australian dollars. US dollar equivalent is about 25% lower, so hosting is from US$10 a month, depending on what you need. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFus

Coldspring question - what causes this error?

2010-05-17 Thread Mike Kear
hole package to my sites. The version I'm using is Coldspring1.2-final. Cheers Mike Kear Windsor, NSW, Australia 0414 622 847 Adobe Certified Advanced ColdFusion Developer AFP Webworks Pty Ltd http://afpwebworks.com Full Scale C

Re: SQLServer2005 and European dates

2010-05-12 Thread Mike Kear
ies. But why would that make this difference? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month ~~

Re: SQLServer2005 and European dates

2010-05-12 Thread Mike Kear
7;re sending: Select * >From someTable Where myDate >= '01-05-2010' And myDate < '31-05-2010'; and it gets NO May results. As i said, re-writing hundreds of queries throughout the application is NOT an option. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advan

Re: SQLServer2005 and European dates

2010-05-12 Thread Mike Kear
It is SQLServer2005. The old server was SQLServer2000.Rewriting hundreds of queries is not an option. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15

Re: SQLServer2005 and European dates

2010-05-12 Thread Mike Kear
where this site came from. We brought it over to this server and now we have the problem. Maybe what I have to do is figure out how to change the collation. Do you think that would get at the issue? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP W

SQLServer2005 and european dates

2010-05-12 Thread Mike Kear
entered=#createodbcdate(dateentered)# and that gives the same result. -- Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP

  1   2   3   4   5   6   7   8   9   10   >