chapter31

development in a land far far away…

at the moment

History is not what happened. History is what was written down.

ColdFusion developers have quite a few options when wanting to access full help documentation for ColdFusion 8 including:

The ’source’ of all these is the same (Livedocs) so which do you go with? Funnily enough the offical Adobe Livedocs is probably the last one I’d choose simply because it’s a little slow :)

CFQuickdocs was one of the first non-adobe help sites that I became aware of (and was for CF7 I believe). It’s still great and uses Ajax to speed things up but the newer ColdFusionDocs.com is even quicker with a cool Flex interface!

Of course CFDocs on AIR is fantastic (can’t beat running locally!) unless you’re working on Linux then you need to wait for Adobe to release AIR for Linux :(

Today I added the help docs for Eclipse from the cfdevtools page. All you need to do is copy the .jar file into your Flex Builder or Eclipse installation’s plugins folder then restart Eclipse and you’re good to go.

This is great to have the ColdFusion docs locally right at your fingertips open in a separate Eclipse window (click “Help -> Dynamic Help”). Another reason why Eclipse is the premier IDE for ColdFusion developers.


Related Pages

10 Responses to “Options for accessing the ColdFusion 8 documentation”

  1. I dont know why people always say livedocs is slow, its very “fast” for me.

    Raul Riera

  2. I think it has something to do with it loading in a frameset, so you initially see the page you want (from a google search) but then you see it all reload into the frameset.

    That and Google always gives you results for ColdFusion 6.1, hasn’t Adobe stopped supporting that version? :)

    Either way, a local copy is really handy and so much more convenient than an ‘online’ version.

    Michael Sharman

  3. btw LiveDocs for CF8 are MUCH better than they ever were for previous versions.

    Michael Sharman

  4. What file for eclipse/cfeclipse will give the tag insite for the CF8 tags?

    Scot

  5. @Scot - Not sure which ‘file’ you mean. All this is bundled in cfeclipse on installation (or update).

    There is a cf8.xml in the eclipse/plugins/org.cfeclipse.cfml_x.x.x.x/dictionary/ folder.

    Is that the one you mean?

    Michael Sharman

  6. I always use a local version of LiveDocs, much faster. Also, if need be I can develop if the Internet goes out at the office; which has been known to happen.

    Brent

  7. Just so you know, Coldfusiondocs.com does not rely on livedocs…so if livedocs goes down, you would still have coldfusiondocs working :)

    Anuj Gakhar

  8. I’m confused about how to install the CF8 Help Files for Eclipse. The instructions here and on the page to download say to copy the JAR file to the plugins folder. There is no JAR file in the download - it is a ZIP with many HTML and XML files. What do I do with this?

    eric

  9. @Anuj - Nice, I’m sure that makes them much quicker. Still, the information is all coming from LiveDocs was more what I was getting at. Good to know though :)

    @Eric - The jar file is located here: http://livedocs.adobe.com/coldfusion/8/com.adobe.coldfusion_help_8_1.0.1.jar

    Michael Sharman

  10. [...] with new features, you’ll want to be able to access the documentation - so Michael Sharman runs through some of the options available. Steve Bryant shows how to copy a directory using CFZIP; Ben Forta highlights two new security [...]

    SitePoint Blogs » The Week in ColdFusion: 12-18 March: Beyond the New Atlanta announcement

Leave a Reply