Re: CF vs. ASP.Net

2010-06-21 Thread Sean Corfield
On Mon, Jun 21, 2010 at 11:34 AM, Dave Watts dwa...@figleaf.com wrote: Well, there ya go, we got another 4 years to learn new languages... Adobe, way to set a bleak future for your own product! Adobe didn't write that, Gartner did. And overall, it's a pretty positive whitepaper. Particularly

Re: Is it time for Adobe to Rebrand Cold Fusion?

2010-06-21 Thread Sean Corfield
On Mon, Jun 21, 2010 at 12:44 PM, Robert Harrison rob...@austin-williams.com wrote: Because the best links I got out of my previous email were at best bleak. The best link prompted an on-list response that we have 4 years to learn a new language. Bear in mind that Microsoft introduced ASP at

Re: Branching Strategies

2010-06-12 Thread Sean Corfield
On Fri, Jun 11, 2010 at 2:36 PM, b...@bradwood.com wrote: One co-worker wants to create a branch of every release (we have about a 3-month release cycle) and develop changes for the next release in that branch while day-to-day hot fixes get committed directly to the trunk for immediate

Re: CF9 threading issues that were not issues on CF8?

2010-06-12 Thread Sean Corfield
On Fri, Jun 11, 2010 at 6:19 AM, Dave Watts dwa...@figleaf.com wrote: That is not checked by default, and hasn't been enabled by default since CF 6.x. Hmm, I'm sure I've seen it checked since then but I'll take your word for it that I'm hallucinating :) Glad Glyn solved the caching issue

Re: fckeditor and FW/1

2010-06-10 Thread Sean Corfield
On Wed, Jun 9, 2010 at 8:39 PM, Glenn Hartong gl...@glickcf.com wrote: Has anyone successfully used fckeditor and FW/1? Specifically the image uploader. I have a working version on my server in a Non-FW/1 site and it works great. I've copied over to my FW/1 sites and I'm getting the

Re: CF9 threading issues that were not issues on CF8?

2010-06-10 Thread Sean Corfield
I responded on the ColdBox list and suggested looking at Server Settings Caching Cache web server paths to make sure it's unchecked (I believe it's checked by default?). Sean On Thu, Jun 10, 2010 at 11:32 AM, Glyn Jackson glyn.jack...@newebia.co.uk wrote: Having a strange issue since we

Re: How do I solve this path issue for components?

2010-06-08 Thread Sean Corfield
Why not use per-application mappings? In Application.cfc, you can set this.mappings[ '/mysite' ] to either the production or dev CFC root as needed... On Tue, Jun 8, 2010 at 1:03 PM, Rick Faircloth r...@whitestonemedia.com wrote: Hi, all. I've started using two different folders on my

Re: Home Site+ and Windows 7

2010-06-03 Thread Sean Corfield
On Thu, Jun 3, 2010 at 9:02 AM, Judah McAuley ju...@wiredotter.com wrote: Hey Sean, how do you feel about using CFBuilder with Railo? It works pretty well for me, to be honest. Sure, it doesn't know how to stop / start Tomcat (my preferred container for Railo) but it really doesn't get in the

Re: Home Site+ and Windows 7

2010-06-03 Thread Sean Corfield
On Thu, Jun 3, 2010 at 11:31 AM, Raymond Camden rcam...@gmail.com wrote: Railo doesn't implement any RDS apis? RDS is just a HTTP hit. You could always just look at the network communication and mimic it. ;) (Ok, I know, non-trivial.) The RDS stuff in Dreamweaver for example uses JavaScript.

Re: HTML 5, has anyone done anything more than played with it

2010-06-02 Thread Sean Corfield
On Wed, Jun 2, 2010 at 8:21 AM, Eric Roberts ow...@threeravensconsulting.com wrote: When you go to a new OS, it is always best to do a clean install rather than an upgrade. On Windows, probably. On a Mac, upgrades are pretty much always very straightforward and quick (and Mac OS upgrades are

Re: Home Site+ and Windows 7

2010-06-02 Thread Sean Corfield
On Wed, Jun 2, 2010 at 12:23 PM, Brad Wood b...@bradwood.com wrote: One of the most common scenarios for me is when I've downloaded some bit of code or UDF off the Internet.  Since it's not part of any actual site yet and probably laying on my desktop in a zip file, I'll just want to quickly

Re: Home Site+ and Windows 7

2010-06-02 Thread Sean Corfield
On Wed, Jun 2, 2010 at 3:51 PM, denstar valliants...@gmail.com wrote: I've had the same instance running for like a month, so I plumb forgot!  ;)p Yeah, on my 3 yr old MBP it takes about 28 seconds to start (I just timed it) but since it stays open for weeks at a time that's just not an issue.

Re: HTML 5, has anyone done anything more than played with it

2010-06-01 Thread Sean Corfield
On Tue, Jun 1, 2010 at 12:10 PM, Scott Stewart webmas...@sstwebworks.com wrote: I'm starting to dig into HTML 5, and so far, apart from some of the CSS3 attributes, I don't see anything that jumps out and says ready for prime time. The browser support is spotty at best, let's be real does it

Re: Home Site+ and Windows 7

2010-05-31 Thread Sean Corfield
On Sun, May 30, 2010 at 7:38 PM, Pete Ruckelshaus pruckelsh...@gmail.com wrote: However, beg to differ on the CFBuilder example.  If you're not working in a project, go file new coldfusion page.  If you're not in a project, you can't do a thing.  Useless.  I realize that this is an Eclipse

Re: referencing #application.applicationname#

2010-05-31 Thread Sean Corfield
On Sun, May 30, 2010 at 7:41 PM, andy matthews li...@commadelimited.com wrote: Are you and Barney speaking English? Nanu nanu :) -- Sean A Corfield -- (904) 302-SEAN Railo Technologies, Inc. -- http://getrailo.com/ An Architect's View -- http://corfield.org/ If you're not annoying somebody,

Re: referencing #application.applicationname#

2010-05-31 Thread Sean Corfield
On Mon, May 31, 2010 at 11:56 AM, Barney Boisvert bboisv...@gmail.com wrote: locks aren't necessary for simple reads to prevent memory corruption.  They ARE necessary if you have a potential race condition. It's also worth noting that whether you need to lock or not depends on the type of

Re: Variable Amount of text in a Fixed Size Box

2010-05-31 Thread Sean Corfield
If you know how many characters will fit in the box (which may be font dependent?), then start there and work back to the next space and truncate there. That way you'll always have complete words and the number of words will vary depending on the total number of characters. On Mon, May 31, 2010

Re: Variable Amount of text in a Fixed Size Box

2010-05-31 Thread Sean Corfield
On Mon, May 31, 2010 at 2:19 PM, Les Mizzell lesm...@bellsouth.net wrote: The graphic designers I work with need to get out of their print mode when doing layouts!!! ... and they get the darned designs approved by the client *before* sending to me and going see any issues here. I sympathize.

Re: Home Site+ and Windows 7

2010-05-30 Thread Sean Corfield
On Sun, May 30, 2010 at 10:27 AM, Pete Ruckelshaus pruckelsh...@gmail.com wrote: Dreamweaver's code completion is broken.  And by broken, I mean it isn't there.  I want to type atag and have it automatically create /atag as soon as I type the last caret in the opening tag.  It doesn't do that.

Re: referencing #application.applicationname#

2010-05-30 Thread Sean Corfield
On Sun, May 30, 2010 at 2:39 PM, Barney Boisvert bboisv...@gmail.com wrote: This purity of environment only works completely in academia, but a very close approximation can be created that is useful for real-world problems.  Clojure (a JVM-based Lisp dialect) is an example of this, leveraging

Re: How to make a select option tag selected in CF?

2010-05-29 Thread Sean Corfield
On Sat, May 29, 2010 at 4:50 AM, Phillip Perry philjpe...@gmail.com wrote: Thank you. I that helps alot. Totally missed the selected=selected error . Can I use the same code for the radio options? checked=checked (same for checkbox and radio button) -- Sean A Corfield -- (904) 302-SEAN Railo

Re: How to delete a post in House of fusion?

2010-05-27 Thread Sean Corfield
On Thu, May 27, 2010 at 11:55 AM, C S cortical...@yahoo.com wrote: That's great. This is the best news for me. Even if it doesn't mean it will be deleted from other copies, your effort means a world to me. Tomorrow is just fine. I really really appreciate your effort and can't thank you

Re: How to make a select option tag selected in CF?

2010-05-27 Thread Sean Corfield
On Thu, May 27, 2010 at 1:37 PM, DURETTE, STEVEN J (ATTASIAIT) sd1...@att.com wrote: cfif form.pagetype is personal        input type=radio name=pagetype value=personal checked=checked / cfelse        input type=radio name=pagetype value=personal / /cfifPersonal How do people feel about

Re: Dynamic Getters and Setters

2010-05-26 Thread Sean Corfield
On Wed, May 26, 2010 at 10:55 AM, Brad Haas beh...@gmail.com wrote: But isn't it a problem to use CFINVOKE with getters and setters?  Wouldn't the object be reinstantiated for every single method call?  Am I wrong in assuming this? When component= specifies an existing object, there is no

Re: Dynamic Getters and Setters

2010-05-26 Thread Sean Corfield
On Tue, May 25, 2010 at 11:45 PM, Matt Quackenbush quackfu...@gmail.com wrote: cfif theField IS NOT submit    cfset theMethod = theObject[set theField] /    cfset theMethod(theField) / /cfif Won't work. Once you pull a method out of an object, you lose the context (THIS / VARIABLES scopes).

Re: Dynamic Getters and Setters

2010-05-26 Thread Sean Corfield
On Tue, May 25, 2010 at 11:01 PM, Brad Haas beh...@gmail.com wrote: The fields on my form are the same as in my database so I was wanting to loop over the form fields and populate the setters in a bean.  So basically the methods are dynamic.  Here's what I've been trying but it doesn't work

Re: CF8 - 32bit to 64bit

2010-05-25 Thread Sean Corfield
On Tue, May 25, 2010 at 8:34 AM, Martin, Dustin W dustin.mar...@kroger.com wrote: Has anyone ever upgraded from the 32bit to 64bit version of CF8? Does that require us pay for an upgrade is that free to do? Someone pointed me at this (old) blog post today and I wondered if folks here had any

Re: Coldfusion 9 Windows vs Linux

2010-05-23 Thread Sean Corfield
On Fri, May 21, 2010 at 5:52 PM, Terry Troxel te...@it-werks.com wrote: My question is how much of a learning curve should I expect and are there tags out there for the Linux version as well as the windows? CFML itself will be the same on all platforms (modulo some stuff around the 'obviously'

Re: Home Site+ and Windows 7

2010-05-23 Thread Sean Corfield
On Sun, May 23, 2010 at 12:38 PM, Wil Genovese jugg...@trunkful.com wrote: Version 2 of CFBuilder is in the planning stages.  I think they are calling it Storm? Or was that the code name for the next version of ColdFusion server? Storm is ColdFusion Builder 2. ColdFusion 10 is Link. -- Sean

Re: Re: Adobe ColdFusion Anthology released

2010-05-20 Thread Sean Corfield
On Mon, May 17, 2010 at 1:25 PM, William Seiter will...@seiter.com wrote: I bought mine through amazon a couple weeks ago.  Can you let us know what was wrong with the original so that we can verify we didn't receive a corrupted copy? Chapter 7 is missing (and the 'Part 2' intro page

Re: CF 9 Hosting

2010-05-20 Thread Sean Corfield
On Thu, May 20, 2010 at 1:40 PM, Jason Fisher ja...@wanax.com wrote: Wow, CrystalTech has been nothing but great for me.  Solid beta of CF9 before they released it commercially, too, so they are definitely on the ColdFusion train.  Not sure why you got a bad tech there, but that has

Re: CF 9 Hosting

2010-05-20 Thread Sean Corfield
On Thu, May 20, 2010 at 3:47 PM, Aaron Neff w...@itisdesign.com wrote: www.hosting.com Formerly HostMySite. See my other post in this thread about a decline in support (and stability too). I could not recommend them - and I'd been with them for years, initially on shared hosting, then on a VPS

Re: SOT: most important CFML framework

2010-05-17 Thread Sean Corfield
On Sun, May 16, 2010 at 6:28 PM, Judah McAuley ju...@wiredotter.com wrote: Coldspring is very important, though I haven't run into a situation (personally) using Coldbox where I've needed anything other than Luis' built in DI framework (which just got the name WireBox). I'm sure they exist

Re: Does Security Bulletin APSB10-11 apply to MX 7.0.2?

2010-05-17 Thread Sean Corfield
On Mon, May 17, 2010 at 8:22 AM, Joe None drue...@comcast.net wrote: I've noticed Adobe's recent patch indicates instructions for versions 8, 8.01 and 9, but I did not see any mention of 7.02 or earlier. Is this because Adobe no longer supports earlier versions? Core support for CFMX 7

Re: listgetat problem...

2010-05-16 Thread Sean Corfield
On Sun, May 16, 2010 at 10:07 AM, Brian McCairn brian.mcca...@medicapp.eu wrote: replace commas with another arbitrary separator? Doesn't solve the problem. cfset lstText = 'this is one, this is another one, this should be second item' / cfoutput#listLen(replacenocase(lsttext,',','||'),

Re: SOT: most important CFML framework

2010-05-16 Thread Sean Corfield
On Sun, May 16, 2010 at 6:34 AM, John M Bliss bliss.j...@gmail.com wrote: So I thought I'd revisit this three months later (SEE OP for context): Integers are number of explicit hits on indeed.com: I think it just proves how unscientific any use of indeed.com can be :) - Framework - 11/16

Re: Resources for contracting out work/services/freelancing?

2010-05-16 Thread Sean Corfield
On Sun, May 16, 2010 at 12:40 PM, Eric Roberts ow...@threeravensconsulting.com wrote: One of the best things is to spruce up your linkedin profile.  My dad does tech recruiting (and has done so for many years) was telling me that Monster, Careerbuilder, etc...are becoming nominally useful and

Re: coldbox 3

2010-05-13 Thread Sean Corfield
On Wed, May 12, 2010 at 3:39 PM, bill turner bill.tur...@selectcomfort.com wrote: we are migrating to both cf9 and coldbox. we have not used any framework previously. when i look at the coldbox site, it appears that version 3 is the one to go with. however, since this is not yet an official

Re: What is the version of Java SDK CF should use?

2010-05-13 Thread Sean Corfield
On Thu, May 13, 2010 at 10:55 AM, Matthew Williams mai...@geodesicgrafx.com wrote: Right... I'm thinking back to the release of 8 (or 8.01) with an early version of JVM 6.  This JVM had known issues with classes and such with CFC and memory scope intensive apps. Functionally, the supported

Re: coldbox 3

2010-05-13 Thread Sean Corfield
On Thu, May 13, 2010 at 2:51 PM, Matt Quackenbush quackfu...@gmail.com wrote: The official mailing list: http://groups.google.com/group/coldbox. (Is there even an HoF ColdBox list?) Yes, Michael tends to create a HoF list for everything under the sun although the vast majority get near-zero

Re: How are other developers handling big SVN repositories?

2010-05-08 Thread Sean Corfield
On Fri, May 7, 2010 at 4:45 PM, Andrew Scott andr...@andyscott.id.au wrote: I take that back then, I was wondering why SmartGit didn't support it. And made the assumption based from them that it didn't exist. A bunch of the GUI tools for git don't support all operations. If you only view git

Re: Web Programming Cert

2010-05-06 Thread Sean Corfield
On Wed, May 5, 2010 at 10:44 PM, Carey Duryea ca...@keepingitgreen.net wrote: i dont' know what we are talking about funding No one is talking about financial contributions. We're talking about contributing time and effort to open source projects. -- Sean A Corfield -- (904) 302-SEAN Railo

Re: Web Programming Cert

2010-05-06 Thread Sean Corfield
On Wed, May 5, 2010 at 11:02 PM, Carey Duryea ca...@keepingitgreen.net wrote: and i was referring to that.  i am down to contribute my time and my limited abilities for the sheer learning experience it would be for me. and i think it would be very rewarding. and i'm just saying i would have

Re: Adobe ColdFusion Anthology released

2010-05-05 Thread Sean Corfield
On Tue, May 4, 2010 at 6:29 PM, David McGuigan davidmcgui...@gmail.com wrote: I was really disappointed to see that the two frameworks with the most momentum ( impression ) and that I'm most excited to learn about aren't covered in the book ( ColdBox and CFWheels ), while a few less relevant

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-05 Thread Sean Corfield
Hmm, I guess you missed the whole ECMAScript 3 / ECMAScript 4 debacle around ActionScript then? Here's a joke: What's the difference between an ActionScript programmer and an Objective-C programmer? The Objective-C programmer doesn't care that you program in ActionScript! (The original joke is

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-05 Thread Sean Corfield
On Wed, May 5, 2010 at 8:31 AM, Dave Watts dwa...@figleaf.com wrote: What's the relevance of that to the original poster's problem, though? It was a dig at Brad's attempt to derail the discussion into the tired old Adobe vs Apple debate that everyone seems to enjoy having at the moment. In

Re: Web Programming Cert

2010-05-05 Thread Sean Corfield
On Wed, May 5, 2010 at 5:04 PM, Justin Scott jscott-li...@gravityfree.com wrote: I checked out some books at the library isn't nearly as attractive as Earned Web Programming Certificate from The University of Illinois on your resume.  Hitting the library may show some initiative, but employers

Re: Web Programming Cert

2010-05-05 Thread Sean Corfield
Yup, I'll second that. If you contribute to an open source project, you have a traceable footprint on the 'net and your capabilities can be examined. When I'm an employer interviewing people, I Google them to see what they've done publicly... On Wed, May 5, 2010 at 9:25 PM, Carey Duryea

Re: Substitute/conversion for Flash Interactive Menus for iPad?

2010-05-05 Thread Sean Corfield
Good to see a voice of reason in this debate. Thanx Judah! Macromedia was talking about the mobile market for years, Adobe has talked about the mobile market for a few years too. We might finally be seeing a deliverable with Flash Player 10.1 (and that's great). The reality is that a lot of the

Re: Adobe ColdFusion Anthology released

2010-05-04 Thread Sean Corfield
On Tue, May 4, 2010 at 11:07 AM, Alan Rother alan.rot...@gmail.com wrote: That looks like a great ColdFusion book. Nice work guys! As one of the technical reviewers (and contributing authors), I can definitely say that it was a lot of work! I'm very glad to see it out in the wild now! -- Sean

Re: cfqueryparam question (null attribute)

2010-05-04 Thread Sean Corfield
On Tue, May 4, 2010 at 12:40 PM, Judah McAuley ju...@wiredotter.com wrote: You can nest ternary operators, I believe, but it is going to start getting pretty unreadable quickly. If you have more logic to run, I'd suggest pulling it up out of the sql statement, figuring out the final result,

Re: cfqueryparam question (null attribute)

2010-05-04 Thread Sean Corfield
On Tue, May 4, 2010 at 4:17 PM, Matthew Lowrey rid...@gmail.com wrote: Sean - Not to get off this subject, but I noticed your signature and realized my boss and myself were on your site (getrailo.com) reviewing it because we have been looking into trying to get some kind of internal wiki for

Re: cfqueryparam question (null attribute)

2010-05-03 Thread Sean Corfield
Since you're on CF9: cfqueryparam value=#isDefined('form.myVar')?form.myVar:''# null=#!isDefined('form.myVar')# / The (new in CF9) ?: operator only evaluates the true-expr if the condition is true. On Mon, May 3, 2010 at 8:12 AM, Matthew Lowrey rid...@gmail.com wrote: This is getting to be

Re: CF9 - CFC doesnt throw any error messages?

2010-04-08 Thread Sean Corfield
On Thu, Apr 8, 2010 at 12:16 AM, Mike Kear afpwebwo...@gmail.com wrote: In every previous version, when there was a syntax or other error in my code in a CFC,  I'd get an error message that would point me to the line containing the problem.  Now, with CF9 Enterprise,  I get a result from my

Re: Code Assist and Code Coloring in Coldfusion Builder

2010-04-05 Thread Sean Corfield
On Mon, Apr 5, 2010 at 11:06 AM, David Mineer Jr min...@gmail.com wrote: this is an already existing workspace, so I guess that wouldn't apply as I switch between the two and I did try it but it did not work. So it was a workspace created by something other than ColdFusion Builder? That's

Re: ColdFusion Builder Released!

2010-03-29 Thread Sean Corfield
On Sun, Mar 28, 2010 at 6:42 PM, Andrew Scott andr...@andyscott.id.au wrote: Ok so there is one package you can buy in Flash Builder were you don't, I don't think it is a bad thing that this is what they have done. But what I do disagree with is that I am forced to pay $299.00 or $50.00 extra

Re: ColdFusion Builder Released!

2010-03-28 Thread Sean Corfield
On Sun, Mar 28, 2010 at 8:57 AM, Rick Faircloth r...@whitestonemedia.com wrote: I agree that it would be a good price for those who want to do Flash work. Flash Builder is about Flex, not Flash - in terms of fancy graphics. Andrew said: In other words, right now they are banking on everyone

Re: ColdFusion Builder Released!

2010-03-24 Thread Sean Corfield
On Mon, Mar 22, 2010 at 11:47 AM, Kris Sisk ks...@gckschools.com wrote: $300 cheap for any software? What kind of Kool Aid have you been drinking? Since folks have repeatedly referred to Dreamweaver as $300 let me correct them and point out DW is $399. Let me also remind folks that people

Re: ColdFusion Builder Released!

2010-03-24 Thread Sean Corfield
- From: Sean Corfield [mailto:seancorfi...@gmail.com] Sent: Wednesday, March 24, 2010 2:38 AM To: cf-talk Subject: Re: ColdFusion Builder Released! On Mon, Mar 22, 2010 at 11:47 AM, Kris Sisk ks...@gckschools.com wrote: $300 cheap for any software? What kind of Kool Aid have you been drinking

Re: ColdFusion Builder Released!

2010-03-24 Thread Sean Corfield
On Wed, Mar 24, 2010 at 4:41 PM, Emmit Larson emmit.lar...@gmail.com wrote: ... Said the person who sold $65,000 of his stuff to cover his bills. I feel for ya man. I really do. I lost my house. That really does suck. The economy has been brutal for most of us this last year and some have

Re: GIT Anyone?

2010-03-24 Thread Sean Corfield
On Wed, Mar 24, 2010 at 2:22 PM, Ben Alembick benalemb...@gmail.com wrote: The more i think about this the more i don't understand how its is all meant to work. I have EGIT installed and have kinda gotten the hang of committing, adding to version control resource history on a local project

Re: Possible switch to CFEclipse

2010-02-16 Thread Sean Corfield
On Mon, Feb 15, 2010 at 8:12 AM, Adrocknaphobia adrocknapho...@gmail.com wrote: This is my personal opinion, so please take it with a grain of salt, but I don't believe the shared hosting model will be around much longer. I agree with Adam. I don't speak to anywhere near as many hosting

Re: Microsoft JDBC Driver: Multiple SQL statements

2010-02-01 Thread Sean Corfield
I'm just curious: don't you need to separate the statements with semicolons? I've never seen multiple SQL statements without semicolons before. As others have noted tho', this behavior is driver-specific anyway... Sean On Mon, Feb 1, 2010 at 4:29 AM, Dominic Watson

CFUG and focus (was: Why i fear ColdFusion is on its last legs

2010-01-23 Thread Sean Corfield
On Fri, Jan 22, 2010 at 11:35 AM, Judah McAuley ju...@wiredotter.com wrote: Well, yes and no. Adobe did have a decent user group system but then they consolidated them and it all changed. We had a Portland CF Usergroup but then it got changed by Adobe to a PDX RIA group and most all of the

Re: Why i fear ColdFusion is on its last legs

2010-01-22 Thread Sean Corfield
On Fri, Jan 22, 2010 at 8:16 AM, Eric Nicholas Sweeney n...@bigfatdesigns.com wrote: So if you think Marketing by Acme Inc. has nothing to do with it - that's crazy talk. (I know you were just generalizing) But since we're really talking about Adobe - that's super crazy talk. It's not like

Re: Why i fear ColdFusion is on its last legs

2010-01-21 Thread Sean Corfield
On Thu, Jan 21, 2010 at 7:30 AM, Ben Shelden aboutw...@benshelden.com wrote: I was speaking with a recruiter and she was telling me that she found it interesting how the job opportunities for different languages seemed to center around different geographical locations. She told me there were

Re: Why i fear ColdFusion is on its last legs

2010-01-21 Thread Sean Corfield
On Thu, Jan 21, 2010 at 12:52 AM, Bryn Parrott bryn_parr...@internode.on.net wrote: I've observed the same thing over a period of 10 years or so.  The Cold Fusion market is mature, there are fewer newbies out there asking dumb questions. That would seem to mesh with the results for CFUnited

Re: Why i fear ColdFusion is on its last legs

2010-01-21 Thread Sean Corfield
Well then maybe the Australian market in completely unique in the entire world and has different problems that the rest of the world does not? On Thu, Jan 21, 2010 at 1:42 AM, Andrew Scott andr...@andyscott.id.au wrote: If anyone wishes to reflect that we are in a recession then please Explain

Re: Why i fear ColdFusion is on its last legs

2010-01-21 Thread Sean Corfield
On Thu, Jan 21, 2010 at 12:54 AM, Mike Kear afpwebwo...@gmail.com wrote: I had an Adobe guy tell me a while back we're in the IDE and Development Tool business  not the server business.  I dont know why we have ColdFusion at all.    That was a bit disquieting at the time, and I wonder . what

Re: Why i fear ColdFusion is on its last legs

2010-01-21 Thread Sean Corfield
On Thu, Jan 21, 2010 at 6:38 AM, Justin Scott jscott-li...@gravityfree.com wrote: When it comes to usergroups and conferences, and even the kinds of companies that use ColdFusion, it has a lot to do with the culture around it.  PHP, Perl, Python, Lisp, C, Ruby, ASP.Net, Groovy, and most other

Re: Why i fear ColdFusion is on its last legs in Australia

2010-01-21 Thread Sean Corfield
On Thu, Jan 21, 2010 at 9:43 AM, Dave Watts dwa...@figleaf.com wrote: You know who's in a position to DO SOMETHING? It's you, not Adobe. You're not satisfied with how Adobe markets their product? Market your services with that product! You're not satisfied with their presence in user groups

Re: Why i fear ColdFusion is on its last legs

2010-01-21 Thread Sean Corfield
On Thu, Jan 21, 2010 at 12:07 PM, Mike Kear afpwebwo...@gmail.com wrote: And dont start talking about bloody LiveCycle.  It was the Adobe LiveCycle guy at WebDU who told me that he would never allow my company to have anything to do with selling LiveCycle. Perhaps it was your attitude? :)

Re: Why i fear ColdFusion is on its last legs

2010-01-21 Thread Sean Corfield
On Thu, Jan 21, 2010 at 3:18 PM, Eric Nicholas Sweeney n...@bigfatdesigns.com wrote: Maybe it's my marketing background, but that story just doesn't hold up. The success rate of anything based on that sort of fairytale/whimsical/lucky business plan is extremely low. I am sure you can all point

Re: Why i fear ColdFusion is on its last legs

2010-01-21 Thread Sean Corfield
On Thu, Jan 21, 2010 at 3:36 PM, Andrew Scott andr...@andyscott.id.au wrote: We don't have the luxury of the conferences like you guys over their, although one individual has taken it upon himself to try to change this. webDU? Web on the Piste? cf.Objective(ANZ)? MXDU/webDU is pretty much a

Re: Why i fear ColdFusion is on its last legs

2010-01-20 Thread Sean Corfield
On Wed, Jan 20, 2010 at 9:51 PM, Mike Kear afpwebwo...@gmail.com wrote: I know that's a 'Chicken Little kind of subject line.  I hope my impressions are wrong.   Might be - i have been wrong before.  I remember i was wrong once when i thought i was incorrect, but i wasnt. Ah, Mike, how long's

Re: Difference between 3 tier architecture and MVC pattern

2010-01-18 Thread Sean Corfield
On Mon, Jan 18, 2010 at 11:56 AM, Barney Boisvert bboisv...@gmail.com wrote: Three tier architecture is about physically separating your presentation code (typically an MVC application) from your business logic (typically a set of business objects) and your persistence layer (a database) onto

Re: More Efficient (Faster) Method

2010-01-17 Thread Sean Corfield
On Sun, Jan 17, 2010 at 11:44 AM, Eric Nicholas Sweeney n...@bigfatdesigns.com wrote: I would also add - that this probably doesn't exactly fall into the Premature category.  The code is completed and it works. Now am I wondering the different ways it could or should be improved upon...

Re: Can application scope gateways/DAOs returning an array of Objects?

2010-01-14 Thread Sean Corfield
You have not var'd q_programs - use local.q_programs otherwise every concurrent request will be overwriting the same variable and you'll get unpredictable results. Sean On Wed, Jan 13, 2010 at 11:35 PM, Jonathan Price jonat...@imakehthissound.com wrote: Yeah, we're on CF8 for better or worse.

Re: multiple methods through cfinvoke

2009-12-25 Thread Sean Corfield
On Fri, Dec 25, 2009 at 10:49 AM, Scott Stewart sstwebwo...@bellsouth.netwrote: I'm using GoDaddy for hosting (cause it's cheap) It's also terrible. You'll spend so much more of your time on it than you'll save by paying less each month! Consider Alurium and their $7/month hosting package

Re: Coldfusion 9 and Tomcat

2009-12-22 Thread Sean Corfield
On Tue, Dec 22, 2009 at 6:36 AM, Samson Shewandagne sbeke...@yahoo.comwrote: Does coldfusion 9 support tomcat? I can't install IIS in my pc and I want to go for tomcat for my web application server. I read some documentation and I am wondering coldfusion 9 support tomcat. The ORM embedded

Re: XMPP gateway cfc as a web service?

2009-12-21 Thread Sean Corfield
On Mon, Dec 21, 2009 at 12:27 PM, Jon Sala rexha...@gmail.com wrote: I've got an XMPP gateway instance set up and working nicely (I use it as a debugging tool to send my IM client variable values, etc.). I'd like to call this same CFC as a web service, from a different machine - is this

Re: Mach-II

2009-12-19 Thread Sean Corfield
Mach-II calls them listeners - and uses a notify XML tag to call methods on them. As of release 1.6, Mach-II also supports the publish/subscribe model that Model-Glue uses. On Fri, Dec 18, 2009 at 9:11 AM, Chad Gray cg...@careyweb.com wrote: I am studying Model-Glue and MachII by reading the

Re: Unit Testing Frameworks

2009-10-27 Thread Sean Corfield
On Mon, Oct 26, 2009 at 9:15 PM, Judith Dinowitz jdino...@houseoffusion.com wrote: From what I can see, the last thing posted on the CFCUnit website is dated 2006. Is CFCUnit still a going concern? What Unit-Testing Frameworks are people using in the CF community? As others have said,

Re: Education

2009-10-23 Thread Sean Corfield
On Fri, Oct 23, 2009 at 8:16 AM, Gerald Guido gerald.gu...@gmail.com wrote: While I put a high premium on autodidacticism, there is some thing to be said having a college degree. Namely, that during the period of life when one is most prone to screwing up, they managed to commit to some thing

Re: CFMX7 for OS X

2009-10-14 Thread Sean Corfield
On Tue, Oct 13, 2009 at 5:42 PM, Rob Barthle r...@barthle.com wrote: I need to install CFMX7 on OS X. We still use this at work, soon to upgrade to either CF8 or CF9. I read that with 7.01 there is a Mac OS X full installer, but Adobe points to the trial page which now is all CF9. Does

Re: mySQL view coming up table not found?

2009-09-30 Thread Sean Corfield
On Tue, Sep 29, 2009 at 1:01 PM, Rob Barthle r...@barthle.com wrote: I have a simple view that I created using Navicat and saved. When I try to call the view with CFQUERY though, I get the following error: Table 'bettybarthle_com.vListingsSale' doesn't exist Is MySQL on Windows or Linux?

Re: MySQL Auto Increment Field

2009-09-30 Thread Sean Corfield
On Tue, Sep 29, 2009 at 12:22 PM, Azadi Saryev az...@sabai-dee.com wrote: if you are on CF8, use RESULT attribute of cfquery tag and then get GENERATED_KEY from that result: cfquery name=myquery datasource=... result=qResult INSERT ... /cfquery cfset newID = qResult.GENERATED_KEY As an

Re: Good site for JRun Tuning

2009-09-30 Thread Sean Corfield
On Wed, Sep 30, 2009 at 10:16 AM, Dave Hatz daveh...@hatzventures.org wrote: I am looking for a good site on how to Configure/Tune Coldfusion 7/8 running on JRun.  I have found a couple good sites, but wanted to see if I might be missing any? Blogs by Steven Erat and Brandon Purcell are

Re: Invoking components, methods and storing instance in application scope

2009-09-27 Thread Sean Corfield
On Sun, Sep 27, 2009 at 6:22 PM, Kevin Pepperman chorno...@gmail.com wrote: Using an init() method, although not required, is considered best practice in the CF world for initializing components because cfc's don't have true constructors like JAVA (yet). Just a couple of points to elaborate

Re: HoF invaded

2009-09-15 Thread Sean Corfield
It happened to a Linux site that I maintain that runs Apache... Here's how it happened: Another user had the FTP credentials in Front Page (but I suspect it could have been any standard Windows FTP program) and they visited a malware site, got a virus on their machine and it found the ability

Re: CFC's.. Why use them?

2009-09-08 Thread Sean Corfield
On Tue, Sep 8, 2009 at 1:38 PM, Peter Boughtonbought...@gmail.com wrote: Though this one is not just the CF community - plenty of people all round don't really know what Singletons (and even design patterns in general) actually are. Remember that Singleton is a DESIGN pattern. The

Re: Coldbox and ColdSpring How to?

2009-07-26 Thread Sean Corfield
On Sat, Jul 25, 2009 at 11:15 PM, Mike Kearafpwebwo...@gmail.com wrote: I tried putting the CFCs into the XML file in alphabetical order,  and that didn't really work.  It improved things a bit,  but what worked most was to put CFCs related to different parts of the application together - all

Re: Coldbox and ColdSpring How to?

2009-07-24 Thread Sean Corfield
On Thu, Jul 23, 2009 at 2:59 PM, Glyn Jacksonglyn.jack...@newebia.co.uk wrote: I think I have it now in my handler...  variables.oUserService = getPlugin(ioc).getBean(UserService).getUserGateway(); and i now see all common.cfc methods is this right? If it has autowire by name enabled.

Re: WTF? Re: Anyone here good with Event Gateways?

2009-07-24 Thread Sean Corfield
On Fri, Jul 24, 2009 at 12:22 PM, Phillip Bphilthylab...@gmail.com wrote: So I guess I spent all this time trying to get something to work that isn't meant to be used in production or anywhere else for that matter. Well that is just great. I'm trying to make ColdFusion important to the

Re: Coldbox and ColdSpring How to?

2009-07-24 Thread Sean Corfield
On Fri, Jul 24, 2009 at 1:36 AM, Glyn Jacksonglyn.jack...@newebia.co.uk wrote: what are the benefits of working this way, am just ignorant having never used it or AOP before in CF. Any docs online you can point me to (I dont know what I would be looking for) As the number of CFCs being

Re: Coldbox and ColdSpring How to?

2009-07-23 Thread Sean Corfield
Common.cfc has to be managed by ColdSpring for the dependency injection to take place. I.e., you need: bean id=common class=model.Common ... etc ... /bean And you need to get the common bean from ColdSpring wherever you use it. Your XML has the bean named userGateway which doesn't seem right

Re: Coldbox and ColdSpring How to?

2009-07-23 Thread Sean Corfield
On Thu, Jul 23, 2009 at 1:31 PM, Glyn Jacksonglyn.jack...@newebia.co.uk wrote: PS would i also not have to change my User Service as all i want to do is call my User Service and have common available otherwise I dont see the point i can set this in init method. i.e would it be something like

Re: SSOT: open source software

2009-07-21 Thread Sean Corfield
not suggesting not to make the switch but think twice or better talk to the key person of the product you intend to switch to and possibly strike a deal or at least obtain his/her support first otherwise your conversion/switch would be at the mercy of others. Anyone switching vendors

Re: Details on CF9's free for academic licensing?

2008-08-29 Thread Sean Corfield
I saw several people jump on the free part without actually answering Pete's original questions: desktops. Does anyone know what the policy will be for the free for academic licensing for CF9? Is it limited to colleges and universities, or can primary and secondary schools use that licensing

Re: JMS ActiveMQ

2008-05-19 Thread Sean Corfield
On Thu, May 15, 2008 at 1:49 PM, Rich [EMAIL PROTECTED] wrote: Does anyone have any experience with CF8 ActiveMQ integration? Yes (I wrote the event gateway). I was attempting to set up activeMQ 5.1 and leverage the ActiveMQ event AMQ5.1 won't work. AMQ4.1 will. Not sure what they fubar'd in

<    1   2   3   4   5   6   7   8   9   10   >