Re: Creating documentation

2010-02-07 Thread David Mineer
Yes, your right. Although I am the only one on the team. I constantly find myself having to "study up" on a portion of code I wrote years, or actually even just months ago, because I can't remember what the heck I was thinking. I also find that creating documentation for

Re: Creating documentation

2010-02-06 Thread Gerald Guido
I am a big fan of tiddlywiki. It is a single page JS app that you can distribute with your source code that basically runs as a desktop app. Very slick. http://www.tiddlywiki.com/ HTH G! On Sat, Feb 6, 2010 at 6:38 PM, David Mineer wrote: > > I want to be better about creating documen

Re: Creating documentation

2010-02-06 Thread Mike Chabot
It sounds like you are considering documentation targeted at other programmers on the project team. Is this correct? Identifying the target audience helps determine the programs to use. -Mike Chabot On Sat, Feb 6, 2010 at 6:38 PM, David Mineer wrote: > > I want to be better about cr

Creating documentation

2010-02-06 Thread David Mineer
I want to be better about creating documentation for the coldfusion apps that I write. I wonder what you all are using? Today I have been searching for options. Two options that I have looked at are google sites and trac. I have been using svn for years for source code control through csvdude

Re: Generating Documentation CF9

2009-10-29 Thread Mark Mandel
I just ran the CS2.0 ColdDoc script i have on CF9. Worked no problems. Mark On Fri, Oct 30, 2009 at 9:32 AM, Mark Mandel wrote: > Well it looks fine, are you sure the expandPath() is resolving to the right > place? > > Mark > > > On Fri, Oct 30, 2009 at 7:52 AM, Jeremy Rottman wrote: > >> >> I

Re: Generating Documentation CF9

2009-10-29 Thread Mark Mandel
Well it looks fine, are you sure the expandPath() is resolving to the right place? Mark On Fri, Oct 30, 2009 at 7:52 AM, Jeremy Rottman wrote: > > I was testing the tool with a second application structure I have. Hence > the /org > > ~

Re: Generating Documentation CF9

2009-10-29 Thread Jeremy Rottman
I was testing the tool with a second application structure I have. Hence the /org ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.hous

Re: Generating Documentation CF9

2009-10-28 Thread Mark Mandel
Well since you told me that your folder structure starts with /com, and you are expandPath()'ing on /org... I'm not surprised ;o) Mark On Thu, Oct 29, 2009 at 3:43 AM, Jeremy Rottman wrote: > > I have to have something setup wrong then. > > When I use the run.cfm below, it generates the docume

Re: Generating Documentation CF9

2009-10-28 Thread Jeremy Rottman
I have to have something setup wrong then. When I use the run.cfm below, it generates the documents, but they do not contain any of the information about the cfc's I have written. Here is my run.cfm colddoc = createObject("component", "ColdDoc").init(); base = expandPath("/or

Re: Generating Documentation CF9

2009-10-27 Thread Mark Mandel
Yep it does. Should be fine. I use ColdDoc to generate the documentation for Transfer: http://docs.transfer-orm.com/html/transferapi/ And I am also using it when developing Narwhal (ColdSpring 2.0) And I've used it on a CF9 project. Mark On Wed, Oct 28, 2009 at 9:12 AM, Jeremy Ro

Re: Generating Documentation CF9

2009-10-27 Thread Jeremy Rottman
Looks like I may have spoken a bit too soon Mark. I am not sure if this issue is related to my directorystructure or if I set something wrong in the run.cfm. Does your tool recursively look at the directories underneath the base directory? Right now my directorystructure looks like this: com

Re: Generating Documentation CF9

2009-10-27 Thread Jeremy Rottman
Wicked awesome, thanks Mark. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327

Re: Generating Documentation CF9

2009-10-27 Thread Mark Mandel
Try ColdDoc, it works with CF9, although you will have to grab the SVN version (I've been really slack about releasing a new version). If works off MetaData, so it doesn't matter *how* you write your CFCs. http://colddoc.riaforge.org/ Mark On Wed, Oct 28, 2009 at 8:23 AM, Tony Bentley wrote:

Re: Generating Documentation CF9

2009-10-27 Thread Tony Bentley
Javadocs after the first patch? http://www.danvega.org/blog/index.cfm/2009/8/24/ColdFusion-9-setting-attributes-in-cfscript-using-javadoc-syntax ~| Want to reach the ColdFusion community with something they want? Let them know

Generating Documentation CF9

2009-10-27 Thread Jeremy Rottman
I have quite a few new cfc's that I have written in cf9's new script style. Prior to publishing code, I used to generate documentation with cfdocs revamped. Since this application is no longer supported I am on the hunt for a new Javadocs style generator that will create my api doc

Any Good Documentation on Verity Spyder CF8

2008-09-10 Thread Michael Grove
Problem getting Verity Spider to work for CF8 Is there any good documentation or a .cfm or .cfc that has been written already. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the

Re: Metadata for code documentation (was RE: SURVEY RESULTS: Is ColdFusion OO?)

2007-07-12 Thread Tom Chiverton
On Wednesday 11 Jul 2007, Jaime Metcher wrote: > > > there is no enforceable contract, so cfinterface turns into an > > > elaborate commenting mechanism with a runtime performance penalty. > > > > Did you try the CF8 beta yet :-) ? > > That's the Mona Lisa smiley - I can tell you're thinking someth

RE: Metadata for code documentation (was RE: SURVEY RESULTS: Is ColdFusion OO?)

2007-07-11 Thread Jaime Metcher
> -Original Message- > From: Tom Chiverton [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 11 July 2007 7:59 PM > To: CF-Talk > Subject: Re: Metadata for code documentation (was RE: SURVEY RESULTS: Is > ColdFusion OO?) > > > On Wednesday 11 Jul 2007, Jaime Met

Re: Metadata for code documentation (was RE: SURVEY RESULTS: Is ColdFusion OO?)

2007-07-11 Thread Dominic Watson
r HTML or Word XML so that we have static documentation to hand to the client. It used the metadata and I toyed with adding custom properties but thought it would only confuse things. A matter of getting a standard together I suppose... Dom On 11/07/07, Jaime Metcher <[EMAIL

Re: Metadata for code documentation (was RE: SURVEY RESULTS: Is ColdFusion OO?)

2007-07-11 Thread Tom Chiverton
On Wednesday 11 Jul 2007, Jaime Metcher wrote: > there is no enforceable contract, so cfinterface turns into an elaborate > commenting mechanism with a runtime performance penalty. Did you try the CF8 beta yet :-) ? -- Tom Chiverton Helping to synergistically accelerate sexy e-business on: http:

Metadata for code documentation (was RE: SURVEY RESULTS: Is ColdFusion OO?)

2007-07-10 Thread Jaime Metcher
ot too hard to parse the metadata into XMI and produce a UML diagram, if that's what floats your boat. And I know there's somebody out there (sorry -forgot who you are) who uses cfproperty tags to document composition relationships. This *is* just documentation, *not* an attempt to

Re: Technical documentation sample

2007-05-29 Thread Jim Davis
>I'm asked to provide some technical documentation for a project, and >I've done what I think is necessary, but the client's saying "no I >need PROPER technical documentation. Not what you have done." > >Well I thought i'd done a pretty good job

RE: Technical documentation sample

2007-05-29 Thread blists
rom: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: May 28, 2007 11:55 PM To: CF-Talk Subject: RE: Technical documentation sample Hmmm... What is the purpose of him having this information, this is different dependant on the type of job and the methodology that is used to do the work in the first pla

RE: Technical documentation sample

2007-05-29 Thread Porter, Benjamin L.
Is he looking for documentation that meets a certain CMMI level? I'd ask the client for an example of what they want, otherwise it is a moving target. -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 29, 2007 1:35 AM To: CF-Talk Subject: Tech

Re: Technical documentation sample

2007-05-29 Thread Tom Chiverton
On Tuesday 29 May 2007, Mike Kear wrote: > I've done what I think is necessary, but the client's saying "no I > need PROPER technical documentation. Not what you have done." I assume you've asked the client to explain where he feels it is lacking ? -- Tom C

RE: Technical documentation sample

2007-05-28 Thread Andrew Scott
Hmmm... What is the purpose of him having this information, this is different dependant on the type of job and the methodology that is used to do the work in the first place. In an Agile approach there really is no such think, just stories that describe each task. It sounds like he is IT savvy,

Re: Technical documentation sample

2007-05-28 Thread Robertson-Ravo, Neil (RX)
49:16 2007 Subject: Re: Technical documentation sample Quite likely. Or since i've got no formal (i.e. university) training in IT, maybe I dont know what's expected. The project works. The client's happy with that. But it's the technical documentation he reckons is blow par.

Re: Technical documentation sample

2007-05-28 Thread Mike Kear
Quite likely. Or since i've got no formal (i.e. university) training in IT, maybe I dont know what's expected. The project works. The client's happy with that. But it's the technical documentation he reckons is blow par.Could be too for all I know. The documentati

RE: Technical documentation sample

2007-05-28 Thread Andrew Scott
May 2007 4:35 PM To: CF-Talk Subject: Technical documentation sample I'm asked to provide some technical documentation for a project, and I've done what I think is necessary, but the client's saying "no I need PROPER technical documentation. Not what you have done."

Technical documentation sample

2007-05-28 Thread Mike Kear
I'm asked to provide some technical documentation for a project, and I've done what I think is necessary, but the client's saying "no I need PROPER technical documentation. Not what you have done." Well I thought i'd done a pretty good job of documenting the pro

Re: educational/simple CF/MSSQl application with documentation and description

2006-11-10 Thread Doug Brown
t;CF-Talk" Sent: Friday, November 10, 2006 2:21 AM Subject: educational/simple CF/MSSQl application with documentation and description > Hi: Do you know any basic level CF/MSSQL (or even MSACCESS) application with complete description and documentation? I need it to learn more a

educational/simple CF/MSSQl application with documentation and description

2006-11-10 Thread Ali Majdzadeh
Hi: Do you know any basic level CF/MSSQL (or even MSACCESS) application with complete description and documentation? I need it to learn more about CF plus learn how to make description/documentation for my own apps. It doesn't matter if it is blog or catalog or any other sort of applic

Re: OT: Paymentech Documentation

2006-11-06 Thread Ashley Brandwood
it's actually available for anyone ... assuming you know the URL ... https://www.paymentech.net/download/ >Would anyone, by chance, have a copy of the Paymentech Orbital >Gateway API documentation they could e-mail me off-list? > >I have a client who is waiting to final

OT: Paymentech Documentation

2006-10-30 Thread Jon Clausen
Would anyone, by chance, have a copy of the Paymentech Orbital Gateway API documentation they could e-mail me off-list? I have a client who is waiting to finalize their account through Chase and it seems that Paymentech only makes their API specs available to the account holders directly

Re: Oracle stored procs and CF - documentation

2006-10-09 Thread James Holmes
or types of arguments in call to 'GETWSDATA' > > I had to add > > > > to get it to work. > > Does anyone know off-hand if this > > http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=42dcb10a > > database driver is part of CF 7.0.2? > > On

Re: Oracle stored procs and CF - documentation

2006-10-09 Thread James Holmes
add to get it to work. Does anyone know off-hand if this http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=42dcb10a database driver is part of CF 7.0.2? On 10/10/06, James Holmes <[EMAIL PROTECTED]> wrote: > Can someone point me to correct, working documentation on return

Oracle stored procs and CF - documentation

2006-10-09 Thread James Holmes
Can someone point me to correct, working documentation on returning CF7 queries from Oracle stored procs? The livedocs are useless on this matter and the articles to which I previously referred are buried or lost somewhere on Adobe's site. -- CFAJAX docs and other useful articles:

Re: Good Documentation on Setting up Multiple Instances of CF7 running on IIS

2006-09-14 Thread Chris Mead
for a good step by step document that I can pass along to > my developers. Any help would be greatly appreciated. > > Thanks, > Dave Hatz Anyone? Adobe documentation is seriously lacking AND often just plain incorrect. I have found bits of information but nothing complete. Hatz, yo

RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

2006-09-05 Thread Dave Watts
> I had the pleasure of sitting in your session at Cfun this > year and as always you did a suburb job of speaking and > getting your topic across. I have always found the Speakers > from your company to be some of the best in the industry. Well, thank you very much! There were plenty of great

RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

2006-09-05 Thread Dave Hatz
class on CF Admin? And thanks for the info below, this is very helpful... Dave Hatz -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 4:22 PM To: CF-Talk Subject: RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

2006-09-05 Thread Dave Watts
> We have 1 IIS server with each client having their own > virtual server, www.client1.com and www.client2.com. Then the easiest thing to do is probably this: 1. Install CF Enterprise using Multiserver option. 2. During the install, don't connect CF to any external web server. 3. After the insta

RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

2006-09-05 Thread Dave Hatz
We have 1 IIS server with each client having their own virtual server, www.client1.com and www.client2.com. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 3:50 PM To: CF-Talk Subject: RE: Good Documentation on Setting up Multiple

RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

2006-09-05 Thread Dave Watts
> What I want to do is set up different CF instances for each > of our bigger clients. I was looking to separate out the CF > instances so that they each will have their own memory > allocation and resources, so as one of the instances begins > to slow down, it doesn't take the other CF instan

RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

2006-09-05 Thread Dave Hatz
ances with it. And the CF instances will belong to 1 IIS Host. Thanks, Dave Hatz -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 3:36 PM To: CF-Talk Subject: RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS &

RE: Good Documentation on Setting up Multiple Instances of CF7 ru nning on IIS

2006-09-05 Thread Dave Watts
> I am looking for more resources on setting up multiple > instances of CF7 on IIS6. I have read through the docs at > Adobe, but I was looking for more resources. I have set up > CF Server many times before, but always as a single stand > alone instance. > > I am looking for a good step b

Good Documentation on Setting up Multiple Instances of CF7 running on IIS

2006-09-05 Thread Dave Hatz
I am looking for more resources on setting up multiple instances of CF7 on IIS6. I have read through the docs at Adobe, but I was looking for more resources. I have set up CF Server many times before, but always as a single stand alone instance. I am looking for a good step by step document

RE: Documentation Software Needed..

2006-06-20 Thread kola.oyedeji
pdf etc. Kola > -Original Message- > From: Jose Diaz [mailto:[EMAIL PROTECTED] > Sent: 15 June 2006 20:33 > To: CF-Talk > Subject: Re: Documentation Software Needed.. > > Hi Guys > > As Bob has mentioned RoboHelp(now Captivate) is the route to go. > > Th

Re: Documentation Software Needed..

2006-06-15 Thread Jose Diaz
Hi Guys As Bob has mentioned RoboHelp(now Captivate) is the route to go. Thanks Jose Diaz On 6/15/06, Robert Everland III <[EMAIL PROTECTED]> wrote: > > Viewing the source of that site shows that they are using RoboHelp which > just so happens to be an Adobe product. > > > > Bob > > ~

Re: Documentation Software Needed..

2006-06-15 Thread Robert Everland III
Viewing the source of that site shows that they are using RoboHelp which just so happens to be an Adobe product. Bob ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243657 Archives: http://www.houseoffusion.com/cf_

RE: Documentation Software Needed..

2006-06-15 Thread Eric J. Hoffman
. -Original Message- From: Brian Polackoff [mailto:[EMAIL PROTECTED] Sent: Thursday, June 15, 2006 11:23 AM To: CF-Talk Subject: Documentation Software Needed.. Can anyone recommend a utility (CF based) that can allow a small team of developers to create / document their applications

Documentation Software Needed..

2006-06-15 Thread Brian Polackoff
Can anyone recommend a utility (CF based) that can allow a small team of developers to create / document their applications? I am looking for something free/cheap but costly solutions I am not ruling out just yet. I am looking for something like this http://www.red-gate.com/help/sqlbackup/sqlback

Re: Documentation

2006-06-09 Thread Jose Diaz
Hi Neil For non-technical documentation I have found macromedia Captivate very useful, alot of non technical users want to just see the gui in action for a specific task and Captivate handles this perfectly, I've found many users dont read documentation fully anyway. The visual app

Re: Documentation

2006-06-08 Thread Nick de Voil
> How do you guys go about technical documentation, how do you write docs that > tell other people (not necessarily technical, but project participants) how > your code works, what the rules are, what the re-use potential is, how the > UI works etc. > > What tools do you use

Re: Documentation

2006-06-08 Thread Tom Chiverton
On Thursday 08 June 2006 11:21, Neil Middleton wrote: > I would say, anyone who is involved in a project either from a development > or financial point of view cares about re-use as it has a direct effect on > future costs. Fair enough. If you start telling non-technical people 'We spent twice as

Re: Documentation

2006-06-08 Thread Neil Middleton
I would say, anyone who is involved in a project either from a development or financial point of view cares about re-use as it has a direct effect on future costs. N On 6/8/06, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > > Why do non-technical people care about reuse ?

Re: Documentation

2006-06-08 Thread Tom Chiverton
On Thursday 08 June 2006 10:54, Neil Middleton wrote: > that tell other people (not necessarily technical, but project > participants) how your code works, what the rules are, what the re-use > potential is, how the UI works etc. Why do non-technical people care about reuse ? They just want a 'how

Re: Documentation

2006-06-08 Thread Nick Tong - TalkWebSolutions.co.uk
How do you guys go about technical documentation, how do you write docs > that > tell other people (not necessarily technical, but project participants) > how > your code works, what the rules are, what the re-use potential is, how the > UI works etc. > > What tools do you use

Documentation

2006-06-08 Thread Neil Middleton
I know a lot of you will run for the hills at the sight of the subject line, but it really is quite a simple question. How do you guys go about technical documentation, how do you write docs that tell other people (not necessarily technical, but project participants) how your code works, what the

Re: CFC documentation not being displayed

2006-04-20 Thread Pete Ruckelshaus
Michael, I just tried that, but no dice. Threw an error, looked like it was trying to pass me to the componentexplorer and told me that my method doesn't exist. However, after poking around a bit, I was able to see it listed in http://localhost/CFIDE/componentutils/componentdetail.cfm and was abl

Re: CFC documentation not being displayed

2006-04-20 Thread Michael Traher
you should get either the admin password screen or if no password on localhost it should change the url to something like http://localhost/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcinhtml&name=yourdotnotation.yourcfc&path=/yourpath/yourcfc.cfc On 4/20/06, Pete Ruckelshaus <[EMAIL PROTEC

Re: CFC documentation not being displayed

2006-04-20 Thread Pete Ruckelshaus
I logged in to cfadmin and then browsed to the CFC, still no dice. On 4/20/06, Ben Nadel <[EMAIL PROTECTED]> wrote: > I am not very familiar with the CFC doc viewer, but I believe it runs > through CF Administrator. Try logging into CFAdmin first, then view the CFC. > See if that helps. > > ..

RE: CFC documentation not being displayed

2006-04-20 Thread Ben Nadel
I am not very familiar with the CFC doc viewer, but I believe it runs through CF Administrator. Try logging into CFAdmin first, then view the CFC. See if that helps. ... Ben Nadel www.bennadel.com ~| Messag

Re: CFC documentation not being displayed

2006-04-20 Thread Pete Ruckelshaus
Yes, it's on my local workstation. On 4/20/06, Ryan Guill <[EMAIL PROTECTED]> wrote: > Do you have access to the cfide? In other words, can you get to the > administrator? > > You must have the cfide available to get to that

Re: CFC documentation not being displayed

2006-04-20 Thread Ryan Guill
Do you have access to the cfide? In other words, can you get to the administrator? You must have the cfide available to get to that documentation I believe. On 4/20/06, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > I'm breaking all of my SQL out into a CFC library as a first

CFC documentation not being displayed

2006-04-20 Thread Pete Ruckelshaus
CFC in the hopes of seeing the generated documentation (http://localhost/lib/cfc/mssql.cfc in my case) I get a blank page. Here&#

RE: CFEclipse - Good Beginner documentation.

2006-01-31 Thread DURETTE, STEVEN J \(AIT\)
ubject: Re: CFEclipse - Good Beginner documentation. I thought my page was pretty easy to read: http://www.dopefly.com/pages/cfeclipse.cfm Also, Rob's got some videos, on the right column of his blog, in an iframe. http://www.robrohan.com/client/ -nathan strutz http://www.dopefly.com/ On 1

Re: CFEclipse - Good Beginner documentation.

2006-01-30 Thread Nathan Strutz
I thought my page was pretty easy to read: http://www.dopefly.com/pages/cfeclipse.cfm Also, Rob's got some videos, on the right column of his blog, in an iframe. http://www.robrohan.com/client/ -nathan strutz http://www.dopefly.com/ On 1/30/06, DURETTE, STEVEN J (AIT) <[EMAIL PROTECTED]> wrot

CFEclipse - Good Beginner documentation.

2006-01-30 Thread DURETTE, STEVEN J \(AIT\)
All, I have considered using CFEclipse in the past. Even installed it once, but I couldn't find any tutorials or such that could get me up and running quickly. Recently I decided to try again. I have Eclipse and the CFEclipse plug-in installed. Are there any good "beginner" tutorials out the

PayPal documentation

2005-08-19 Thread Nick Call
he payment was made) txn_id (transaction id), payment_status, and invoice number, etc. that I could then capture and put onto the order for the store owner. Txn_id no longer exists and I cannot seem to locate (quickly) documentation that tells me what the new variables are coming back. My day has

Re: CF code documentation . . . JavaDoc?

2005-07-01 Thread Rob
much success) - requires perl On 7/1/05, chris.alvarado <[EMAIL PROTECTED]> wrote: > Hello all, > > I was wondering if anyone could recommend a documentation package that > is similar to JavaDoc (uses JavaDoc tag standard)? > > Thanks! > -- > -chri

CF code documentation . . . JavaDoc?

2005-07-01 Thread chris.alvarado
Hello all, I was wondering if anyone could recommend a documentation package that is similar to JavaDoc (uses JavaDoc tag standard)? Thanks! -- -chris.alvarado [application developer] ~| Logware (www.logware.us): a new and

Re: framework documentation (was Re: mach II or fusebox?)

2005-06-18 Thread S . Isaac Dealey
>> > onTap probably has the most comprehensive documentation >> > of any of the frameworks out there. >> Thank you Sean, I really appreciate that... > Just as an aside, they really are great docs. > Good job Isaac, and thanks for setting an > example for the res

Re: framework documentation (was Re: mach II or fusebox?)

2005-06-18 Thread Joe Rinehart
> > onTap probably has the most comprehensive documentation > > of any of the frameworks out there. > Thank you Sean, I really appreciate that... Just as an aside, they really are great docs. Good job Isaac, and thanks for setting an example for the rest of us to try to follow.

framework documentation (was Re: mach II or fusebox?)

2005-06-17 Thread S . Isaac Dealey
> onTap probably has the most comprehensive documentation > of any of the frameworks out there. Check out > http://www.fusiontap.com/ for articles about onTap and > other frameworks, tutorials, forums and so on. No > matter what anyone might think of the actual framework / >

French CF documentation

2005-05-13 Thread CFDEV
Hi all, Some months ago, someone on this list was looking for french CF ressources.. I was woundering if he found some because we have som issue with CF and verity on the french side of our site and would like to read some docs on it.. english docs is quite ok for what we need but we are looking

ColdFusion App Documentation For Sys Admins

2005-04-21 Thread Mike Chabot
Does anyone have, or has anyone seen, a template or database for documenting ColdFusion applications from a system administrator standpoint? It would track elements such as which databases the application needs, which network resources the application accesses, security considerations, the primary

Re: Documentation Bug in GetCurrentTemplatePath()?

2005-04-13 Thread jacksonj
7;d be pretty royally upset over it -- because I can't >think of another way to generate that information (which is vitally >important to my code) if the behavior were changed in that direction. Ha, okay, I'll let it be. I'll settle for fixing the documentation, instead. ;-) Th

Re: Documentation Bug in GetCurrentTemplatePath()?

2005-04-12 Thread S . Isaac Dealey
> -Yes, my reading of the docs agree that if you call > -getCurrentTemplatePath() inside Application.cfm, it > should return the > -path of that Application.cfm file. > Okay, S. Isaac seems to suggest that it misbehaves when: > An external template calls a -defined UDF that, > in turn, calls getCu

Re: Documentation Bug in GetCurrentTemplatePath()?

2005-04-12 Thread jacksonj
-Yes, my reading of the docs agree that if you call -getCurrentTemplatePath() inside Application.cfm, it should return the -path of that Application.cfm file. Okay, S. Isaac seems to suggest that it misbehaves when: An external template calls a -defined UDF that, in turn, calls getCurrentTemplate

Re: Documentation Bug in GetCurrentTemplatePath()?

2005-04-12 Thread jacksonj
[my last post had some stuff stripped out of it (by the HoF posting mechanism?) trying again] -The value of GetBaseTemplatePath() should exhibit the behavior you're -saying you're getting from GetCurrentTemplatePath() when called from -within Application.cfm... Yes, and the "base template" is th

Re: Documentation Bug in GetCurrentTemplatePath()?

2005-04-12 Thread jacksonj
>The value of GetBaseTemplatePath() should exhibit the behavior you're >saying you're getting from GetCurrentTemplatePath() when called from >within Application.cfm... Yes, and the "base template" is the one that you see in the URL, correct? >However... getCurrentTemplatePath() will provide varri

Re: Documentation Bug in GetCurrentTemplatePath()?

2005-04-11 Thread Sean Corfield
On Apr 11, 2005 4:01 PM, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > > 2. Is expandPath("./") a reliable means of determining > > the Application.cfm's absolute path? If so, is it > > cross-platform? If not, what is? expandPath("./") will return the full filesystem path of the directory con

Re: Documentation Bug in GetCurrentTemplatePath()?

2005-04-11 Thread S . Isaac Dealey
> The documentation claims that GetCurrentTemplatePath() > returns "The absolute path of the page that contains the > call to this function, as a string." > This is probably true of most callers, but it's not true > when Application.cfm is the calling page. The ret

Documentation Bug in GetCurrentTemplatePath()?

2005-04-11 Thread jacksonj
The documentation claims that GetCurrentTemplatePath() returns "The absolute path of the page that contains the call to this function, as a string." This is probably true of most callers, but it's not true when Application.cfm is the calling page. The returned path varies, depen

Re: CFC Documentation - document private variables?

2005-03-18 Thread Rob
ROTECTED]> wrote: > > -Original Message- > > From: Rob [mailto:[EMAIL PROTECTED] > > Sent: Friday, March 18, 2005 2:17 PM > > To: CF-Talk > > Subject: Re: CFC Documentation - document private variables? > > > > You probably already know about th

RE: CFC Documentation - document private variables?

2005-03-18 Thread Jim Davis
> -Original Message- > From: Michael Dinowitz [mailto:[EMAIL PROTECTED] > Sent: Friday, March 18, 2005 2:25 PM > To: CF-Talk > Subject: RE: CFC Documentation - document private variables? > > I've emailed Spike with some alterations/improvements to it (mainly

RE: CFC Documentation - document private variables?

2005-03-18 Thread Jim Davis
> -Original Message- > From: Rob [mailto:[EMAIL PROTECTED] > Sent: Friday, March 18, 2005 2:17 PM > To: CF-Talk > Subject: Re: CFC Documentation - document private variables? > > You probably already know about this but spike has a really cool tool > called cfcdoc

RE: CFC Documentation - document private variables?

2005-03-18 Thread Michael Dinowitz
). There was a thread on this a week or three back about documenting method access and the like. This was before my 3 hour CFC-OO presentation. :) Now that I have to post. > You probably already know about this but spike has a really cool tool > called cfcdoc that scans your cfcs and make d

Re: CFC Documentation - document private variables?

2005-03-18 Thread Rob
You probably already know about this but spike has a really cool tool called cfcdoc that scans your cfcs and make documentation for them. It even works real time IIRC http://www.spike.org.uk/projects/cfcdoc/ On Fri, 18 Mar 2005 13:42:56 -0500, Michael Dinowitz <[EMAIL PROTECTED]> wrot

RE: CFC Documentation - document private variables?

2005-03-18 Thread Michael Dinowitz
nsidering adding "Private" which would also be in the "variables" > scope but would not be accessible by the generic getter/setter at all. > However they would be available to ancestor components. > > These would be useful really only for documentation. Also many of

CFC Documentation - document private variables?

2005-03-18 Thread Jim Davis
create a custom setter). They are abstracted through the generic getter method but no the setter. I'm considering adding "Private" which would also be in the "variables" scope but would not be accessible by the generic getter/setter at all. However they would be available

Re: User Documentation - Any suggestions?

2005-01-14 Thread Adam Churvis
Nothing beats the combination of RoboHelp and Captivate. We build all our Plum documentation in RoboHelp, then export both the compiled .chm file and the HTML version for online viewing with a single click. The only other tool I would recommend is RoboScreenCapture (also from Macromedia). I&#x

Re: User Documentation - Any suggestions?

2005-01-14 Thread Jake .
ends not be used or kept current. If your site has content mgmt >already included, this can be used for field, screen and task level >documentation. Since you will have to add the links to your app anyway, the >actual page maintenance doesn't need to be a separate app. > >My 2

RE: User Documentation - Any suggestions?

2005-01-14 Thread Andy Ousterhout
Jon, My recommendation is to build it right into your application. Any other form tends not be used or kept current. If your site has content mgmt already included, this can be used for field, screen and task level documentation. Since you will have to add the links to your app anyway, the

Re: User Documentation - Any suggestions?

2005-01-14 Thread Jared Rypka-Hauer - CMG, LLC
at for creating and maintaining end user > documentation? > > Jon > > ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message:

RE: User Documentation - Any suggestions?

2005-01-14 Thread Calvin Ward
Captivate and RoboHelp come to mind... both Macromedia products. -Original Message- From: Jon Block [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 10:42 AM To: CF-Talk Subject: User Documentation - Any suggestions? We're trying to come up with a better way to document ho

User Documentation - Any suggestions?

2005-01-14 Thread Jon Block
We're trying to come up with a better way to document how our web application works for our end users. Can anyone suggest a good tool or software I should look at for creating and maintaining end user documentation?

Re: OT: Website Documentation?

2004-12-02 Thread Nathan Strutz
th... yeah... h... -nathan strutz http://www.dopefly.com/ Mike Kear wrote: > WOW! Documentation! I've never worked on anyone else's code that > had much in the way of comments, let alone documentation. > > I've recently been working on a template that had more than 85

Re: OT: Website Documentation?

2004-12-01 Thread Mike Kear
WOW! Documentation! I've never worked on anyone else's code that had much in the way of comments, let alone documentation. I've recently been working on a template that had more than 8500 lines!!! with a gazillion loops and nested CFIFs, and not a single comment anywhere.

Re: OT: Website Documentation?

2004-12-01 Thread Rob
I put for Chapter 1 it forces you to be consistant with your documentation. After you make the docbook xml, you can make the xml file into RTF, PDF, HTML, man pages, and a bunch of other formats. On Wed, 1 Dec 2004 11:57:33 -0500, Claremont, Timothy <[EMAIL PROTECTED]> wrote: > Does

  1   2   3   >