Re: Open source ColdFusion forums

2011-03-30 Thread Steve Bryant
Thanks on both counts! Steve >I think you linked to the Beta 1.5 release. > >Here is the blog article for Beta 2: >http://www.bryantwebconsulting.com/blog/index.cfm/2011/3/30/Neptune-Framework-in-Beta-2 > >Good job, Steve, this looks like an interesting project. I shall have >to check it out. >

Re: Open source ColdFusion forums

2011-03-30 Thread Judah McAuley
I think you linked to the Beta 1.5 release. Here is the blog article for Beta 2: http://www.bryantwebconsulting.com/blog/index.cfm/2011/3/30/Neptune-Framework-in-Beta-2 Good job, Steve, this looks like an interesting project. I shall have to check it out. Cheers, Judah On Wed, Mar 30, 2011 at

Re: Open source ColdFusion forums

2011-03-30 Thread Steve Bryant
For anyone interested, the near future has arrived and the second beta of Neptune is out. http://www.bryantwebconsulting.com/blog/index.cfm/2011/1/18/Neptune-Beta-15 I look forward to any and all feedback! Thanks, Steve > Take a look at the Neptune framework and see if it doesn't come close

Re: Open source ColdFusion forums

2011-03-29 Thread Greg Luce
+1 for Maureen's idea. On Tue, Mar 29, 2011 at 1:49 PM, Maureen wrote: > > A set of tools that allowed integration with existing sites such as > Facebook, Twitter, Linkedin, Amazon, Google Maps, etc..would seem more > useful than creating an entirely new code base for forums, etc. > > The form

Re: Open source ColdFusion forums

2011-03-29 Thread Justin Scott
> Take a look at the Neptune framework and see if it doesn't come close > to what you are thinking (in full disclosure, I am the primary author). > http://www.bryantwebconsulting.com/docs/neptune/ Ah, now that is much closer to what I had in mind. I will definitely be taking a look at that code.

Re: Open source ColdFusion forums

2011-03-29 Thread Justin Scott
> Sorry Justin your going to have to use Google yourself this time :-) Hi Russ, not to get too far off track, but that's another way of saying: "I'm pretty sure they're out there so I'll be vague in my argument and then not be prepared to back up my claims with examples." I really am interested

Re: Open source ColdFusion forums

2011-03-29 Thread Gerald Guido
>and processing data at runtime, Take a look at Steve Bryant's Datamgr for handing the database side of things. It is a staple of my tool box, especially for rapid prototyping. I love that thing. http://www.bryantwebconsulting.com/docs/datamgr/ HTH G! On Tue, Mar 29, 2011 at 5:05 PM, Steve Br

Re: Open source ColdFusion forums

2011-03-29 Thread Russ Michaels
Sorry Justin your going to have to use Google yourself this time :-) On Tue, Mar 29, 2011 at 10:05 PM, Steve Bryant < st...@bryantwebconsulting.com> wrote: > > >I'm > >thinking in terms of a set of tools which handle building the forms > >and processing data at runtime, not a generic code genera

Re: Open source ColdFusion forums

2011-03-29 Thread Steve Bryant
>I'm >thinking in terms of a set of tools which handle building the forms >and processing data at runtime, not a generic code generator. I want >to be able to define my field and its properties once and then have >that automatically applied everywhere (add/edit form displays, >validation, process

Re: Open source ColdFusion forums

2011-03-29 Thread Geoffrey Bentz
Sounds interesting. I have a system for automating some of this with CF9 ORM. I add validation metadata to the object properties and use the metadata to generate both server-side validation and a client-side script to use with the jQuery validation plugin. I also have a system for generating the

Re: Open source ColdFusion forums

2011-03-29 Thread Maureen
A set of tools that allowed integration with existing sites such as Facebook, Twitter, Linkedin, Amazon, Google Maps, etc..would seem more useful than creating an entirely new code base for forums, etc. The forms processing sounds interesting, but I suspect it also has been done multiple times.

Re: Open source ColdFusion forums

2011-03-29 Thread Justin Scott
> I know I mentioned this earlier, but why not contribute to an > existing project? Galleon could use help. Many CF projects > could use additional developers. I may do some of that as well. :) -Justin ~| Order the Adobe Coldf

Re: Open source ColdFusion forums

2011-03-29 Thread Justin Scott
> Sorry to say Justin, but there are also plenty of CRUD > generators/builders/apps, form generators, CFC builders > ... > So it couldn't really get easier than it is already to be honest. There are plenty of code generators, sure, but I've never found anything along the lines of what I have in m

Re: Open source ColdFusion forums

2011-03-29 Thread Russ Michaels
Sorry to say Justin, but there are also plenty of CRUD generators/builders/apps, form generators, CFC builders and the likes out there already. In fact cfeclipse and cfbuilder do that out of the box and there are plugins for dreamweaver. There are also full blow apps for doing all the CRUD stuff,

Re: Open source ColdFusion forums

2011-03-29 Thread Raymond Camden
I know I mentioned this earlier, but why not contribute to an existing project? Galleon could use help. Many CF projects could use additional developers. On Tue, Mar 29, 2011 at 11:54 AM, Justin Scott wrote: > > I'd like to thank everyone for the feedback regarding an open source > ColdFusion pr

Re: Open source ColdFusion forums

2011-03-29 Thread Justin Scott
I'd like to thank everyone for the feedback regarding an open source ColdFusion project. Given the availability of several decent forum applications I do not believe that would be a good use of the time available. The medical billing application sounds like a good project, and I wouldn't mind be

RE: Open source ColdFusion forums

2011-03-28 Thread Al Musella, DPM
ay. > > > >-----Original Message- >From: Judah McAuley [mailto:ju...@wiredotter.com] >Sent: Monday, March 28, 2011 1:01 PM >To: cf-talk >Subject: Re: Open source ColdFusion forums > > >On Sun, Mar 27, 2011 at 11:47 AM, Al Musella, DPM > wrote: > > > >

RE: Open source ColdFusion forums

2011-03-28 Thread Rick Faircloth
dah McAuley [mailto:ju...@wiredotter.com] Sent: Monday, March 28, 2011 1:01 PM To: cf-talk Subject: Re: Open source ColdFusion forums On Sun, Mar 27, 2011 at 11:47 AM, Al Musella, DPM wrote: > >   I would love to see a good open source CF medical office > management program that inclu

Re: Open source ColdFusion forums

2011-03-28 Thread Judah McAuley
On Sun, Mar 27, 2011 at 11:47 AM, Al Musella, DPM wrote: > >   I would love to see a good open source CF medical office > management program that includes electronic medical records as well as > billing. > There is a php based attempt going on at > http://www.oemr.org/ > Th

Re: Open source ColdFusion forums

2011-03-28 Thread zac wingfield
what i'd really really really like to see is a fully blown cfml hosting control panel. so not just a control panel that integrates with CF but a control panel that is built on CF. probably built around Railo if you were to go the open source route. the hosting control panel would handle every

RE: Open source ColdFusion forums

2011-03-27 Thread Bobby Hartsfield
26, 2011 5:41 PM To: cf-talk Subject: Open source ColdFusion forums Hi everyone, I've recently taken a new job that has opened up some free time for me, and I'm considering a project I'd thought about long ago but never had time to implement. I'm curious if there is any int

Re: Open source ColdFusion forums

2011-03-27 Thread Al Musella, DPM
I would love to see a good open source CF medical office management program that includes electronic medical records as well as billing. There is a php based attempt going on at http://www.oemr.org/ They did an amazing job on some parts, but dropped the ball on others.

Re: Open source ColdFusion forums

2011-03-27 Thread Justin Scott
> E-Commerce maybe? That is something else I considered and eventually rejected as an idea for an open source project. First, most e-commerce projects have specific needs, so an existing project might get 80% of the way there but will usually be missing that last 20% which makes it essentially u

Re: Open source ColdFusion forums

2011-03-26 Thread Greg Luce
E-Commerce maybe? -- Greg Luce On Sat, Mar 26, 2011 at 6:39 PM, Raymond Camden wrote: > > Before building a new app, if you would think that Galleon is _close_ > to what you would need, I'd definitely recommend working on that > instead. But shoot - even as the creator, I'd say the more the >

Re: Open source ColdFusion forums

2011-03-26 Thread Raymond Camden
Before building a new app, if you would think that Galleon is _close_ to what you would need, I'd definitely recommend working on that instead. But shoot - even as the creator, I'd say the more the merrier. :) On Sat, Mar 26, 2011 at 4:41 PM, Justin Scott wrote: > > Hi everyone, I've recently t

Re: Open source ColdFusion forums

2011-03-26 Thread Russ Michaels
Here are the currently known CF based forums. http://www.carehart.org/cf411/#bb On Sat, Mar 26, 2011 at 10:06 PM, Kelly wrote: > > That would rock! I would love to see one phpbb style. If you need any > beta testers let me know! > > On 3/26/2011 5:41 PM,

Re: Open source ColdFusion forums

2011-03-26 Thread Kelly
That would rock! I would love to see one phpbb style. If you need any beta testers let me know! On 3/26/2011 5:41 PM, Justin Scott wrote: > Hi everyone, I've recently taken a new job that has opened up some > free time for me, and I'm considering a project I'd thought about long > ago but never

Re: Open source ColdFusion forums

2011-03-26 Thread Peter Donahue
Hello Justin and everyone, The more CF Applications to choose from the better so bring on another open source CF-based forum application. Peter Donahue - Original Message - From: "Justin Scott" To: "cf-talk" Sent: Saturday, March 26, 2011 4:41 PM

Open source ColdFusion forums

2011-03-26 Thread Justin Scott
Hi everyone, I've recently taken a new job that has opened up some free time for me, and I'm considering a project I'd thought about long ago but never had time to implement. I'm curious if there is any interest in the development of an open source, ColdFusion-based forum application. The goal w