cf_sebForm Presentation and sebtags Beta 2
Today I released the second beta of my sebtags custom tag set. The only major remaining work that I should have before the full 1.0 version is cleaning up and adding some default skins.
Today I released the second beta of my sebtags custom tag set. The only major remaining work that I should have before the full 1.0 version is cleaning up and adding some default skins.
Pluralizing in ColdFusion
Steve Bryant said: James,
Sorry I missed your comment earlier. I haven't compared to other libraries. I didn't even kn...
[More]
Pluralizing in ColdFusion
James Moberg said: Have you compared the results with other libraries? I use an inflector CFC and I see that some of t...
[More]
Git Branching Strategy for Web Development
Thomas said: Hi Steve,
thanks a lot for this post. While considering Git Web Flow for our branching strategy, t...
[More]
Getting Around Windows 7 "Destination Path Too Long" Error When Deleting Files
MxP said: The above robocopy command worked like a charm! I had a deeply nested folder structure that I wante...
[More]
New Open Source ColdFusion Shopping Cart
Paul said: I gave up on this after all kinds of pathing issues. Couldn't be bothered tracing where to change th...
[More]
I watched your presentation (recorded) from the online users group. I found seb tags very interesting, along with some of your other tools (DataMgr).
I had a question in trying to use the fckeditor. Is there a configuration file that must be configured? I'm put your lib folder (containing fckeditor folder) in the root of my site. Skinning and Javascript validation are working fine (also with radio buttons, textarea, etc.). Type ="fckeditor" isn't finding the files correctly and is throwing Firefox popup box errors.
Also DataMgr is very cool. I've been using Reactor in the past.
Thanks for making your work available. Hope that you don't mind too much about answering a few questions. BTW, your documentation has been very helpful in getting started.
Thanks for the kind words.
The path to the "lib" folder is in an attribute of cf_sebForm called "librarypath". The default value is currently "lib/". It should really be "/lib/" to point to the "lib" folder in the root of the site. This is one of two or three things that may change before the final 1.0 release.
If you still have trouble, or if you have any more questions, don't hesitate to let me know.