Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Demo / tutorial maker tools?

Demo / tutorial maker tools?

Scheduled Pinned Locked Moved The Lounge
tutorialquestioncomtoolscareer
44 Posts 18 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christopher Duncan

    Thanks, man. This looks interesting, both for the tutorial stuff and for some web based classes I'm thinking about putting together - unless you have even more neat & groovy suggestions for the latter :) Christopher Duncan Practical Strategy Consulting Author of The Career Programmer Unite the Tribes

    A Offline
    A Offline
    Allen Anderson
    wrote on last edited by
    #32

    I own captivate and I must say it's an excellent tool. Worth the $ in my opinion.

    1 Reply Last reply
    0
    • G Gary R Wheeler

      At least now it's simple text (well, HTML) you're generating, instead of RTF X| .


      Software Zen: delete this;

      Fold With Us![^]

      N Offline
      N Offline
      normanS
      wrote on last edited by
      #33

      And what exactly is wrong with RTF? Technically, I would say that RTF and HTML, both being text-based representations using tags, are similar in concept and complexity. Ah, I remember being given a Windows 3.0 SDK manual, and being told "write a help file". I spent a week or two reading about RTF tags, before I discovered you could do it all "the easy way" in Word 2.0.

      R G 2 Replies Last reply
      0
      • N normanS

        And what exactly is wrong with RTF? Technically, I would say that RTF and HTML, both being text-based representations using tags, are similar in concept and complexity. Ah, I remember being given a Windows 3.0 SDK manual, and being told "write a help file". I spent a week or two reading about RTF tags, before I discovered you could do it all "the easy way" in Word 2.0.

        R Offline
        R Offline
        Ryan Binns
        wrote on last edited by
        #34

        normanS wrote:

        And what exactly is wrong with RTF?

        RTF is a good format, but very time consuming to try and understand or write by hand. IMO, HTML is much easier for a human to use, particularly if you're new to it. If you had never seen any explanations of RTF before, would you understand what \fs10 means? Compare with <font size="10pt">

        Ryan

        "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

        N 1 Reply Last reply
        0
        • V Varindir Rajesh Mahdihar

          take a look at demoshield. http://www.macrovision.com/products/demoshield/index.shtml[^]

          C Offline
          C Offline
          CooperWu
          wrote on last edited by
          #35

          It's slow when I view its samples. http://www.installshield.com/products/demoshield/info/sales\_show.asp

          1 Reply Last reply
          0
          • C Christopher Duncan

            Thanks. Show Programming was started back in 2001 when I was writing DMX concert lighting control software. It didn't make much sense in the context of my current strategy consulting business! Christopher Duncan Practical Strategy Consulting Author of The Career Programmer Unite the Tribes

            W Offline
            W Offline
            William Penington
            wrote on last edited by
            #36

            I like stage lights. :)

            C 1 Reply Last reply
            0
            • R Ryan Binns

              normanS wrote:

              And what exactly is wrong with RTF?

              RTF is a good format, but very time consuming to try and understand or write by hand. IMO, HTML is much easier for a human to use, particularly if you're new to it. If you had never seen any explanations of RTF before, would you understand what \fs10 means? Compare with <font size="10pt">

              Ryan

              "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

              N Offline
              N Offline
              normanS
              wrote on last edited by
              #37

              An excellent point. I used raw RTF in 1991 / 1992 (to write Help files like a real man) and I had forgotten these little details. But the RTF representation is much more efficient than the HTML representation - less than one third the number of characters! ;)

              R 1 Reply Last reply
              0
              • N normanS

                An excellent point. I used raw RTF in 1991 / 1992 (to write Help files like a real man) and I had forgotten these little details. But the RTF representation is much more efficient than the HTML representation - less than one third the number of characters! ;)

                R Offline
                R Offline
                Ryan Binns
                wrote on last edited by
                #38

                normanS wrote:

                the RTF representation is much more efficient than the HTML representation - less than one third the number of characters!

                Good for computers, bad for humans ;)

                Ryan

                "Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

                1 Reply Last reply
                0
                • W William Penington

                  I like stage lights. :)

                  C Offline
                  C Offline
                  Christopher Duncan
                  wrote on last edited by
                  #39

                  Wanna buy some software? :D Christopher Duncan Practical Strategy Consulting Author of The Career Programmer Unite the Tribes

                  1 Reply Last reply
                  0
                  • C Christopher Duncan

                    Hey, guys. I'm looking for a good tool to create those nifty, animated popup tutorials for an application. For example, the user clicks a "How do I add a record?" button, a little window pops up showing an animation of a mouse selecting Record / Add from the main menu, types in text, hits save, etc., preferably with an option for accompanying audio for verbal explanation. What's neat and groovy for this sort of stuff these days? Don't want to write a new tool, just want to find one that works and use it. :) Christopher Duncan Practical Strategy Consulting Author of The Career Programmer Unite the Tribes

                    P Offline
                    P Offline
                    Petr Palas
                    wrote on last edited by
                    #40

                    You may want to try these tools: http://www.turbodemo.com[^] http://www.techsmith.com/camtasia.asp[^] ---------------------------------------------------------------------- Petr Palas is founder of Kentico Software, the producer of professional solutions for web developers. Kentico Software is focused on development and marketing of Kentico CMS for ASP.NET. Our goal is to create the most flexible and easy-to-use web content management solution for ASP.NET developers.

                    1 Reply Last reply
                    0
                    • C Christopher Duncan

                      Hey, guys. I'm looking for a good tool to create those nifty, animated popup tutorials for an application. For example, the user clicks a "How do I add a record?" button, a little window pops up showing an animation of a mouse selecting Record / Add from the main menu, types in text, hits save, etc., preferably with an option for accompanying audio for verbal explanation. What's neat and groovy for this sort of stuff these days? Don't want to write a new tool, just want to find one that works and use it. :) Christopher Duncan Practical Strategy Consulting Author of The Career Programmer Unite the Tribes

                      D Offline
                      D Offline
                      David Veeneman
                      wrote on last edited by
                      #41

                      Another popular package: http://www.techsmith.com/camtasia.asp[^] David Veeneman www.veeneman.com

                      1 Reply Last reply
                      0
                      • N normanS

                        And what exactly is wrong with RTF? Technically, I would say that RTF and HTML, both being text-based representations using tags, are similar in concept and complexity. Ah, I remember being given a Windows 3.0 SDK manual, and being told "write a help file". I spent a week or two reading about RTF tags, before I discovered you could do it all "the easy way" in Word 2.0.

                        G Offline
                        G Offline
                        Gary R Wheeler
                        wrote on last edited by
                        #42

                        The first time I was trying to build a Windows Help file, RTF wasn't documented at all, and the markers required to create links, topic headings, and so on weren't the most intuitive thing in the world. Also, it was possible with a single press of the back space key to completely destroy the structure of the RTF by deleting a single marker. The whole mess was extremely fragile, and a monumental PITA.


                        Software Zen: delete this;

                        Fold With Us![^]

                        1 Reply Last reply
                        0
                        • C Christopher Duncan

                          Hey, guys. I'm looking for a good tool to create those nifty, animated popup tutorials for an application. For example, the user clicks a "How do I add a record?" button, a little window pops up showing an animation of a mouse selecting Record / Add from the main menu, types in text, hits save, etc., preferably with an option for accompanying audio for verbal explanation. What's neat and groovy for this sort of stuff these days? Don't want to write a new tool, just want to find one that works and use it. :) Christopher Duncan Practical Strategy Consulting Author of The Career Programmer Unite the Tribes

                          P Offline
                          P Offline
                          Pascal Ganaye2
                          wrote on last edited by
                          #43

                          For info, I personally used a software called 'Wink' in the past. It was working quite well and was entirely free. It also generate a flash SWF file that you can embed in your application or within a webpage or a help system. http://www.debugmode.com/wink/[^]

                          1 Reply Last reply
                          0
                          • C Christopher Duncan

                            Hey, guys. I'm looking for a good tool to create those nifty, animated popup tutorials for an application. For example, the user clicks a "How do I add a record?" button, a little window pops up showing an animation of a mouse selecting Record / Add from the main menu, types in text, hits save, etc., preferably with an option for accompanying audio for verbal explanation. What's neat and groovy for this sort of stuff these days? Don't want to write a new tool, just want to find one that works and use it. :) Christopher Duncan Practical Strategy Consulting Author of The Career Programmer Unite the Tribes

                            L Offline
                            L Offline
                            LastNameLeft
                            wrote on last edited by
                            #44

                            I surprised no one has mentioned Camtasia from Tech Smith. It's a great product for creating software demos. You can add audio and/or a talking head to the animated screens shots easily and quickly. It's from the same folks that brought you Snag-it and you can purchase the two as a bundle for somewhere around $350. Camtasia alone is just under $300. -- modified at 10:59 Wednesday 1st March, 2006 http://www.techsmith.com/[^]

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups