Halhelms
SIGN UP FOR MY NEWSLETTER

www.savorgold.com is top on wow gold and runescape gold and World of Warcraft gold provider list for trusted services. Their reputation seems to growing by the minute, which isn't surprising because they are one of the safest sellers of Gold. Delivery speed and customer service are very good. They aslo are giving some bonus items depending on the amount of gold you purchase.

 
 
Halhelms

Recent Comments

Recent Entries

RSS

Ideas?

I need your help. I'm looking for candidates for a good web-based community project. By that, I mean a web application that would be of considerable help to the CF community. One example might be a CFC directory where components could be shared, voted on, etc.

Perhaps you don't have a fully fleshed-out idea -- only an area that causes you some grief. That's OK. I'm hoping that by "crowdsourcing" the idea, we can come up with something worth building.

Ideas?

Comments (Comment Moderation is enabled. Your comment will not appear until approved.)
John Bliss's Gravatar Howabout a CF jobs aggregator. It would automagically "watch" linkedin.com, indeed.com, cooljobs.adobe.com, virtualvocations.com, forta.com, monster.com, cybercoders.com, houseoffusion.com, etc and, when it finds new CF opportunities, import them with their city, state, country, sub-speciality (Fusebox, etc), company name, etc. Then allow users to perform geography searches such as, "show me all current opps within X miles," "show me all companies with CF opps in the last X months within X miles," "show me top ten cities for CF opps in the last X months," etc.
# Posted By John Bliss | 2/3/09 10:44 AM
Mingo Hagen's Gravatar Good idea, but make it international :)
# Posted By Mingo Hagen | 2/3/09 10:47 AM
John Bliss's Gravatar @Mingo Right! That's why I wrote, "when it finds new CF opportunities, import them with their city, state, *country*"
# Posted By John Bliss | 2/3/09 10:50 AM
Jeff Chastain's Gravatar Hal - How big of a project are you looking for? There is always the CMS or eCommerce projects that never seem to make much headway. On a smaller scale, what about a bug/ticketing system?
# Posted By Jeff Chastain | 2/3/09 10:53 AM
Phillip Senn's Gravatar After meeting you at CFUnited, I had an idea of a social network for mentoring ColdFusion developers. The idea is to have a series of workbooks that are graded by other developers. So you or Ray or Sean write a workbook, but volunteers in the CF community grade the assignments.

I think people generally want to be helpful, but their time is very limited. If they can help someone by leaving a small feedback message (look at twitter’s popularity for instance), then they will. But they don’t want to commit themselves to a long drawn out agreement.

So let's say a new person wanted to take the Hal Helms ColdFusion workbook. The first question would be something like: "Write a Hello World application", which would have an infinite number of correct answers. Creativity wouldn't be stifled if the assignment were graded by a human rather than a multiple choice test.

Some of the questions could be graded automatically, but the idea was to make a connection between new people and mentors.
The mentor would get an email that included the question and the answer. A set of radio buttons are displayed to grade the answer as well as a textbox to provide additional comments.
# Posted By Phillip Senn | 2/3/09 10:56 AM
Hal's Gravatar These are GREAT ideas! Keep them coming.
# Posted By Hal | 2/3/09 11:11 AM
Brian Swartzfager's Gravatar Take your example idea of a CFC directory and expand it to include anything a CF developer might find useful: custom tags, jQuery plugins, CSS skins, form designs, etc.

The items in question wouldn't necessary have to live/be downloadable from the site. Some of them could simply be pointers to where the resources live (RIAforge, CFLib, etc.), so you could include particular blog posts and tutorials as well.

Each item would be categorized by tags which users can add to/vote up such that each item ends up with a tag cloud that emphasizes what the item is really about. User can then vote on the item itself and provide feedback/commentary.
# Posted By Brian Swartzfager | 2/3/09 11:37 AM
Eric Cobb's Gravatar I agree with Jeff, I think a good CMS is something the CF world is lacking.
# Posted By Eric Cobb | 2/3/09 11:39 AM
Jeff Chastain's Gravatar And for that matter, regarding the CMS, it does not (and probably should not) be an all encompassing solution. Ideally, it would be designed as a core CMS application with plug-in points to allow developers to easily mold it into a custom solution. That, and the lack of clean design, is what bothers me most about the options that are available.
# Posted By Jeff Chastain | 2/3/09 11:43 AM
John Bliss's Gravatar No CF CMS? What about farcrycore.org, ektron.com, paperthin.com, siteexecutive.com, 13amp.com, besavvy.com, simplycms.com, speckcms.org, mycfnuke.com, nqcontent.com, axialpartners.com, somedude.com, overit.com, easyconsole.com, hotbanana.com, knivis.com, innersync.com, and contens.com. Not to mention:

http://bytespringcms.riaforge.org
http://camiicms.riaforge.org
http://cfnuke.riaforge.org
http://katapult.riaforge.org
http://yacc.riaforge.org
# Posted By John Bliss | 2/3/09 11:56 AM
Phillip Senn's Gravatar www.GoSava.com is an open source cfm content management system.
# Posted By Phillip Senn | 2/3/09 12:16 PM
Hal's Gravatar That makes me wonder: how many people use third-party CMS solutions?
# Posted By Hal | 2/3/09 12:26 PM
John Bliss's Gravatar @Hal Enough that it was easy for me to find and list 23 of them, including many that are presumably money-earners for the outfits selling them? I used and loved intranetconnections.com: not really just a CMS, but excellent.
# Posted By John Bliss | 2/3/09 12:46 PM
Jeff Chastain's Gravatar I did not say, nor meant to imply that there were no other CMS solutions out there. To a large degree though, there is not a lot new out there to be invented. Most inventions are simply improvements of things that already exist. I have worked with virtually all of the CMS solutions that have been referenced and some are better than others.

I don't know what Hal's initial intent here was, but having an open source, community developed CMS solution along the likes of Drupal or PHPNuke is something that ColdFusion does not have right now. If it was done in a well documented manner, with a very clean and flexible API, it could be a very nice resource from both a teaching perspective as well as a usable tool.

But, the intent here was not to hijack Hal's post, so lets get back to coming up with ideas.
# Posted By Jeff Chastain | 2/3/09 12:50 PM
James, F.E.'s Gravatar One idea I had was some sort of distributed code review tool.

You would take your code and load it into a directory under the approot of this application. It would crawl through the directories and files and make a list to display on the main console of the app. Developer A would come along and 'check out' the template for review. Sort of like a version control system, and other developers wouldn't be able to check out the same file at the same time. Developer A then reviews the code, checks it back in, marks it pass/fail,and leaves any comments. Then Developer B would check out the code, review it, check it back in, mark it pass/fail, and post any comments.

Each file gets reviewed by two developers and both of them must mark it as 'pass' before it is considered to go to staging / production. Developers A and B can do each piece of code as they have time, so if it is a big app and they are working on their own stuff too they don't have to review everything all at once.
# Posted By James, F.E. | 2/3/09 1:01 PM
Eric Cobb's Gravatar Hal, perhaps no one is using third-party CMS solutions because a really good CF one doesn't exist? Or, if it does, has not been promoted well throughout the community and most people don't know about it.

Every one I've looked at (including most in John's list) seem to have one of the following problems:

1) costs too much.
2) too complicated to use.
3) lacking in features.
4) can't be run in a shared hosting environment.

Maybe a good CF CMS is already out there and I just haven't found it yet. But, I would think that if ASP and PHP can have popular, successful CMS apps that everyone knows about and flocks to when they need one, then CF can too.

Sorry, Hal, I didn't mean to hijack your post. You asked "what would be of considerable help to the CF community", and that was the first thing I thought of.
# Posted By Eric Cobb | 2/3/09 1:19 PM
Hal's Gravatar @James: Interesting idea

@Eric: No, you haven't hijacked the post. It's meant to stimulate just this kind of discussion. I confess I've rolled my own CMS. This was mainly due to having used a couple I didn't like, and feeling that, in the long run, having my own would give me more flexibility. But certainly something like one of the Nukes would be really handy to have.
# Posted By Hal | 2/3/09 1:44 PM
Phillip Senn's Gravatar One word: cf_ZenGarden.
# Posted By Phillip Senn | 2/3/09 4:41 PM
Barry's Gravatar I've used a nice CF CMS called MangoBlog. Very easy to run in shared environment and just the right balance between easy-to-use and feature-rich. Check it out:

http://www.mangoblog.org/

Enjoy!
# Posted By Barry | 2/4/09 12:54 AM
Aaron Longnion's Gravatar I always liked PLUM (http://www.productivityenhancement.com/plum/WhatPl...) for it's cost, simplicity, features, code generation, documentation, and could be easily run on a shared hosting environ. But the PLUM IDE only ran on Windows... Anyways, I could never figure out why it didn't take off in the community, dispite some rave reviews...

Another idea would be a high-quality web based Subversion (SVN) "manager" that allowed you to use SVN to do deployments in a nice UI, instead of various ANT/command line headaches. Something similar to Deployment Builder (http://www.rendered-dreams.com/blog/post.cfm/using...)
# Posted By Aaron Longnion | 2/4/09 6:33 AM
Brian Kotek's Gravatar It's been tried a number of times, but one thing that has always been missing is a CF equivalent of the ubiquitous PHPBB discussion forums. This would be really useful I think.
# Posted By Brian Kotek | 2/4/09 10:15 AM
Malcolm O'Keeffe's Gravatar I'd like to encourage those interested in an open-source CFML CMS to check out our product Sava CMS (http://www.gosava.com). It's 100% free and open-source, and very full-featured.

It's very easy to work with from a CFML perspective; Sava CMS has a fully extensible API for customization and integration, and in the next few weeks we're releasing a plugin architecture that will provide developers with the ability to create any extensions or customizations they want, and to distribute them in a single code bundle.

Here's a quick look at a few of the organizations that use Sava CMS: Apple, Intel, the University of British Columbia, CalTrans, AmtrakCalifornia.com, Heath Ceramics, the California Restaurant Association, California Building Industry Association (and many more). The new Railo sites (launching soon) will be using Sava CMS - on Railo of course - and Sava runs great on ColdFusion, Railo and even OpenBD.

If you haven't checked out Sava CMS yet, you can grab the code for free from our site; we even offer a self-contained demo that we call Sava Express that you can download and run on your desktop with two clicks (really) with no installation issues (it uses Railo's fantastic Railo Express CMFL runtime engine).

We hope that Sava CMS is useful to the CFML community, and we believe that it has the potential to increase the appreciation of how powerful and productive CMFL development can be to people that are currently using other programming languages.
# Posted By Malcolm O'Keeffe | 2/4/09 4:31 PM
John Bliss's Gravatar > Howabout a CF jobs aggregator.

Interesting: indeed.com sort of already does this. Search for (cfml or coldfusion or "cold fusion") and then the left nav includes:

Location (just in case anyone was curious exactly how much Metro DC dominates when it comes to CF)
* Washington, DC (302)
* Columbia, MD (87)
* Arlington, VA (78)
* New York, NY (78)
* Herndon, VA (48)
* Hampton, VA (41)
* Chicago, IL (38)
* Los Angeles, CA (37)
* San Antonio, TX (37)
* Rockville, MD (35)
* Houston, TX (35)
* Dallas, TX (32)
* Reston, VA (32)
* Laurel, MD (32)
* Bethesda, MD (30)

Salary
* $50,000+ (2453)
* $70,000+ (1221)
* $90,000+ (506)
* $110,000+ (115)
* $130,000+ (38)

Company
* SAIC (148)
* Robert Half Technology (114)
* Bae Systems (94)
* Lockheed Martin (86)
* CACI International (86)
* Unlisted Company (86)
* 1CPlusPlusStreet.com (68)
* Deloitte (66)
* General Dynamics Information Technology (64)
* Association of American Medical Colleges (54)
* CyberCoders Engineering (48)
* Perot Systems Government Services (48)
* Northrop Grumman (46)
* SRA International (44)
* TEKsystems (40)
# Posted By John Bliss | 2/4/09 7:35 PM
Tony Garcia's Gravatar I'd like to vote for either one of these:
1) eCommerce (looks like the cfCommerce project has stalled?)
2) a full-featured Forum (like phpBB)

I also want to urge Eric Cobb and others looking for an open source CF CMS to check out Sava CMS (gosava.com). It's a very full featured and flexible CMS which can be extended using custom code (even using frameworks) using their plugin architecure. It also can be used in shared hosting (as long as you're on CF8 using the latest JDK).
# Posted By Tony Garcia | 2/4/09 8:04 PM
Raymond Camden's Gravatar I saw 2 requests for forums, but I'd remind people that there _are_ full featured forum solutions out there, including my own (and so I'm probably biased), Galleon. On RIAForge you can find not one but six forum apps.
# Posted By Raymond Camden | 2/5/09 2:12 AM
Glyn Jackson's Gravatar How about something that would help the ALL community and something that we can all contribute to in any area?

A code base!

Google has something (http://code.google.com/) but its not designed the way I think developers would want to use it.

Imagine a website where you could lookup or search for raw code on anything CF. from a simple function to full CMS code. then imagine a place where anyone can amend anyones elses code online. no downloading just raw code.

what this would mean is no matter what you are into could be a CMS, Ecommerce etc you can contribute.

I know we have CFLIB and others which I am thankful for but thats not very interactive. others are just a list of projects. so my idea is a mix of...

cflib.org +
wikipedia +
code.google.com +
livedocs

not a big project then LOL.
# Posted By Glyn Jackson | 2/5/09 9:04 AM
Tony Garcia's Gravatar @Ray
out of the forums on RIAForge, Galleon and CFMBB (also based on Galleon) are the only forums that are mature in any way. All the others seem to be at a very early beta or alpha stage.
Also, with all due respect, it even says on the Galleon page that it is a "simple" forum "focused on the heaviest-used features of most forum applications". By "full-featured", I meant something with all the bells and whistles, like forum heirarchies with unlimited levels, member features like private messaging and groups, multi-language support, flexible templating, fancy ajaxified admin console etc. For example, check out this feature list from the PHP-based SMF forum: http://www.simplemachines.org/about/features.php
I think Galleon does a great job serving the needs of a lot of people. But you're only one guy. By starting a community-driven forum project (perhaps using Galleon as a starting point) and using the power of CFML, I'm sure we could have a project to rival phpBB, SMF, and vBulletin.
# Posted By Tony Garcia | 2/5/09 9:46 AM
Raymond Camden's Gravatar Well, I guess I'd say it would be better to work with an existing project as opposed to starting a new one. As I said, there are 6 Forums projects already. Not saying Galleon is the best of them, it may not be. Also, I'm _very_ open to working with others so if you want to work specifically on Galleon on these suggestions, I'd be happy too.

I think for _Hal's_ suggestion though it would make sense to work in a space that doesn't already have a lot of movement in in it already.

My 2 cents.
# Posted By Raymond Camden | 2/5/09 9:51 AM
Mingo Hagen's Gravatar How about a webmail app like RoundCube?
# Posted By Mingo Hagen | 2/5/09 10:14 AM
Tony Garcia's Gravatar Good point. I'd lean more towards my eCommerce suggestion than the forum for that reason, then.
# Posted By Tony Garcia | 2/5/09 10:17 AM
Glyn Jackson's Gravatar I have not used Galleon forums, but if it's like Ray's BlogCFC nothing is stopping anyone from contributing and giving it all the bells and whistles, why would you start from scratch? Tony's idea of using Galleon as a starting point is a good one, however do we need another forum just yet?

some other ideas on top of the codebase would be...

2) some sort of subversion hookup and tools in coldfusion, not sure if it is possible.

3) a image editor/manipulation application. we have this cool new cfimage tag in cf8 so why not have a image editor. i.e. users could then add it into their fav frameworks.
# Posted By Glyn Jackson | 2/5/09 10:36 AM
Glyn Jackson's Gravatar PS as with forums their are again many Coldfusion ecommerce systems.

webmail app sounds good, proletterfusion is a email marketing system in CF but its not a mail client
# Posted By Glyn Jackson | 2/5/09 10:42 AM
Raymond Camden's Gravatar While I know there are ecom systems out there - are there any _open source_ ones? I'm not seeing any at RIAForge (outside of wrappers for ecom api's).
# Posted By Raymond Camden | 2/5/09 11:22 AM
Glyn Jackson's Gravatar There are a lot of systems and many scripts but none of them are free or open source yes.
i.e cf-ezcart.com cartweaver.com

An ecommerce project would be something I would like to contribute to. I do have my own newebia.co.uk/ecommerce-website-design.html but its not OS ready or could meet Hals strict OO standards I am sure.
ecommerce would get a vote for me, but its not my first choice.
# Posted By Glyn Jackson | 2/5/09 12:12 PM
Raymond Camden's Gravatar I can say I often get asked about OS ecommerce stuff, so that may be something folks really need.

Anyway, don't count on me. I'm over committed as it is. ;)
# Posted By Raymond Camden | 2/5/09 12:15 PM
Grant Shepert's Gravatar @Jeff, Eric: ColdFusion no longer lacks a good OS CMS. Sava is here.

I think what we're really lacking now is not a good CMS, but a CMS that has a kabillion plugins large/small, which is what ultimately makes a CMS successful. Personally I hope that's Sava some day, if only because that's where I'll be directing my plugin efforts.

I agree with the whole phpBB thread of thinking, and would love to see it built from the ground up using a modern framework. eCommerce would be cool too, if it was built with broad enough strokes to be flexible enough for all sorts of uses (products, services, scheduling).
# Posted By Grant Shepert | 2/5/09 1:28 PM
Hal's Gravatar I sure like the idea of a full-featured, Ajaxified ecommerce system.
# Posted By Hal | 2/5/09 1:41 PM
Phillip Senn's Gravatar eCommerce satisfies something that I've been craving.
When I meet people and they ask "So what do you do?" I'd like to say "I do eCommerce websites for people like you".
That's a lot better than explaining what ColdFusion or SQL Server is.
Plus, if a new person were checking out ColdFusion, the minute they sell their first eCommerce site, they would instantly become a ColdFusion evangelist.
# Posted By Phillip Senn | 2/5/09 6:05 PM
Tony Garcia's Gravatar eCommerce would definintely fill a hole. There was a cfCommerce project that was started up (www.cfcommerce.org and they also have a Google group), but it seems to be stalled.
Also the Magento has emerged as the preeminent OS eCommerce package in the PHP/MySQL space (www.magentocommerce.com), so maybe we should look at that one to start thinking about ideas on what sort of features to include.
# Posted By Tony Garcia | 2/6/09 10:54 AM
Glyn Jackson's Gravatar If you do an ecommerce project I would love give some ideas! I am not sure if I am at your level of ability to help out, but I would like to try. I have built many large coldfusion e-commerce websites some selling 10,000 + products handling thousands a day.

to be a good e-commerce system I think it must have...
product and content management
payment gateways and custom gateways integration
order management

anyway maybe jumping to conclusions here but ecommerce project is starting to sound good. another vote here!
# Posted By Glyn Jackson | 2/6/09 1:56 PM
Phillip Senn's Gravatar cfnuke.com is available.
# Posted By Phillip Senn | 2/6/09 4:19 PM
Raymond Camden's Gravatar Isn't phpnuke a CMS? I wouldn't use a CMS-related name for an Ecommerce type project. (Please correct me if I'm wrong.)

Of course, I don't think we have 'decided' that it shall be ecommerce. Hal makes that call.
# Posted By Raymond Camden | 2/6/09 4:32 PM
Ryan Smith's Gravatar @Tony have you looked at CF_Forum (www.cfcode.com)? Granted it's not free but at $199 for open-source license it's not too bad and offers a ton of value.

I've also just stared using SAVA cms and have been cautiously optimistic, there still early in the game and can definitely use better documentation.

I would love to see a community support around an existing open-source project like Joomla or Mambo as that is what really could make this a great product.

I know your posting was for new ideas, however I might suggest the "adoption" of an existing project which could use the support.

The more open-source, enterprise type level projects that ColdFusion has I think the better off the community is as a whole.
# Posted By Ryan Smith | 2/8/09 1:10 PM
Dan Vega's Gravatar Hal - I would be interested in contributing to a an OS e-commerce application. I have a fair amount of experience in that area and believe I could be of help.
# Posted By Dan Vega | 2/9/09 4:11 PM
Mike Paim's Gravatar I would love an OS CMS that had the features
of Joomla or an OS e-commerce application with the features
of Magento. In my opinion, the lack of these types of applications
are what's hurting the CF community. I would be willing to
assist as well. In fact, we started writting one and only got
the backend admin done for catalog management. I would be willing to donate
the code that was done.
# Posted By Mike Paim | 2/10/09 10:16 AM
Mike Paim's Gravatar I also started working on a OS security application.
It's functional but still needs a little work. It's called
"cfsecure" and I own "cfsecure.com". I would be willing to open
this up to a team that had the time to finish where I left off.
Any takers? I'm just too busy to keep up with it. Maybe we
could post it to riaforge?
# Posted By Mike Paim | 2/10/09 10:23 AM
Phil Duba's Gravatar I think the current OS CMS solutions are all viable for non-enterprise areas. The one feature that I needed for work that was not available was a workflow engine. I think a stand-alone workflow engine (with a documented API) that others can build wrappers/plug-ins around for any system would be great.
# Posted By Phil Duba | 2/10/09 10:56 AM
Grant Shepert's Gravatar I think the thing that perversely hasn't given us a really rounded out OS CMS is that the CF community is relatively small. As it stands there are now several good starting points that support common frameworks (again, my fave being Sava) so for the first time I'm not poking through PHP or Java CMS's contemplating the 'switch' with fists clenched. One or two CF CMSs will (read: hopefully) mature to 'fully featured' status because it appeals to enough developers (or a few really manic ones), and I think that possibility for that inertia has only arrived in the last year.

I agree with what Mike said; not having solid community CMS and eCommerce apps limits the size of the community. I think the groundwork for the CMS is there, so eCommerce seems a good choice. I'd forgo our current roll-your-own plans to participate in a community eCommerce project in a second, especially if it was designed with a 'plugs-in' mentality as opposed to a 'is your website' one. I hate arrogant apps that assume they own app.cfm and app.cfc and have to be coerced into playing nice with everything else that's going to be there (small exceptions granted to a CMS).
# Posted By Grant Shepert | 2/10/09 2:33 PM
Mike Paim's Gravatar It seems like everyone's asking for OS e-commerce and
I would agree. I would like a version like Magento. I was
hoping for more out of the www.cfcommerce.org group but they've
stalled.

Also, for anyone interested, I've created a LinkedIn group for us
to communicate and recruite help as well (Open Source ColdFusion) : http://www.linkedin.com/e/vgh/1800353/
# Posted By Mike Paim | 2/10/09 2:50 PM
Jonas Eriksson's Gravatar Hal - excellent idea - I know there are a few half-hearted attempts like this out there already, but it would be great to get a few of the biggest CF-dev names together and create a crowd-sourced rating/distribution sitre for surte

@Eric & others - as far as a free Open-Source CMS based on CF is considered, I really recommend you give SavaCMS a one hour try-out on the weekend - it definitely gets my vote for easy-of-installation, professional back-end and very flexible development. Some super-geeks may obviously criticize something with any system, but for me it has helped me build websites faster than ever, and a scheuled one-hour client intro via Skype to teach them how to edit their pages and add new press releases was over in seven minutes - it was just all clear to them - nice!

Now, what I'd love to see happening is to make Galleon Forums (which I also use and love), into a SavaCMS "plug-in". Apparently that's possible and not too difficult, but far to complex for my means probably. I did the German translation of the SavaCMS back-end as my contribution over a couple of weekend-hours, maybe someone can add the Galleon Forum? :-)

All the best,
Jonas
# Posted By Jonas Eriksson | 2/17/09 8:41 AM
count_schemula's Gravatar I am about to use Sava CMS as an intranet for 200 users. Seems easy to use, is at Version 5, and is built to be extensible. I will more than likely be looking at adapting some sort of LDAP integration into it if anyone is interested in that.
# Posted By count_schemula | 2/25/09 2:48 PM
Patrick Desroches's Gravatar Hi,

A CMS plug-in / add-on repository would be nice.

We are working on online contest for a couple of years, and I will be doing a contest plug-in for SAVA, and some other marketing plug-in.

But I am sure other people or company are currently working on plug-in that I don't know.

So it would be nice to have a common site where we can share those plugs-in or maybe sell them.

I doesn't have to be SAVA only, but a site like that would be helpfull for someone choosing a CFM CMS to look at what plugs-in available and make a choice.

Thanks
# Posted By Patrick Desroches | 2/27/09 1:41 PM
.jonah's Gravatar I'll add my vote for an ecommerce solution.

Like several other people in this thread, I too have developed a couple (closed-source) ecomm apps since a viable OS option wasn't available.

I've actually been having thoughts of open-sourcing my current solution to jump start a community project.

I'm already contributing payment gateways to Brian Ghidinelli's cfPayment project.
# Posted By .jonah | 3/19/09 12:13 AM
Misha's Gravatar How about warehouse system? Why not!?

Today it is not necessary anymore having warehouse as a desktop application and what desktop app can do what web cannot?

Security? Performance? Workflow? Scanning? EDI? all these web (ColdFusion) can do easly.

Pluse warehouse is a part of eCommerce, it also can be as an hosting solution for small companies, they just can rent it.
# Posted By Misha | 5/1/09 10:52 AM
Glyn Jackson's Gravatar Has Hal made any decisions or writes ups on this topic I have missed? Still gunning for a ecommerce project. By the number of views and responses to this post its clear the community is crying out for something, right? If there is any discussions going on else where? would love to be involved. Thanks :)
# Posted By Glyn Jackson | 5/3/09 5:04 AM
Jamie Krug's Gravatar My primary reason for commenting is to "subscribe" to this comment thread :) I'm very interested to see any progress. I'll throw in my vote for "a full-featured, Ajaxified ecommerce system." I'd imagine this is at least a part of the requirements for a majority of the sites built by freelance CFML developers. Also, as many have indicated, I really like the idea of a big, robust, popular, used-a-bunch-with-great-community-feedback-and-input CFML open source app!
# Posted By Jamie Krug | 5/15/09 6:11 PM
 
   
Clicky Web Analytics