Developing WebHelp for Different App. Scenarios

We are developing WebHelp projects for several of our
Web-based applications. One of our applications has a unique set
up, and I am not certain how to approach creating the Help system.
The application, "Simple", has a menu that allows users to
access another application "Simon", if they have opted for such a
configuration. Basically, the user would have to purchase both
Simple and Simon. In this scenario, the Simple WebHelp would only
contain a subset of topics from the Simon WebHelp. There are cases,
however, where customers would only be using Simon, and would not
have access to Simple, unless they upgrade.
For the Simon application, users need to have access to that
Help, exclusively.
One option is to develop separate WebHelp: A complete system
for Simple and a complete system for Simon. For the Simple/Simon
application combination, maybe we could use conditional build tags
for the relevant, imported Simon topics. But then, we would have
duplicate data. How do we account for the Simple/Simon scenario?
For a software upgrade from Simple to include access to Simon, how
to we create the Help so that both Help contents are addressed (so
that there is some "trigger" that knows an upgrade has happened and
the correct Help displays). Can we have one merged Help system that
can have conditional tags for: Simple Help only, Simon Help only,
and Simple with a subset of Simon topics only, and that this one
Help file can be attached to the application, and when there is an
upgrade, the appropriate Help will display? If so, what is the
recommended approach for this? THANK YOU FOR YOUR HELP!

Just FYI: I work with a project very similar to the scenario
you describe. All of our subscribers use our software to collect
and store data. All of them also have access to a subscriber-only
website. Some of the subscribers use desktop-based software and a
SQL database to store data; others use Internet-based software and
our servers to store data. The Internet-based software is housed
within the subscriber-only website. So all users can access the
website, but the Internet-based users have access to a wider range
of options.
Accordingly, the Help project for the subscriber-only website
has four conditional build tags:
1. Internet-only
2. Desktop-only
3. Print
4. Online
The Desktop-only and Print tags are used at the content level
(i.e., to mark text within a topic); the Internet-only and Online
tags are used at both the content and topic levels. This allows me
to produce four seamless outputs:
1. Printed documentation for desktop users (excludes
Internet-only and Online)
2. Printed documentation for Internet users (excludes
Desktop-only and Online)
3. WebPro output for desktop users (excludes Internet-only
and Print)
4. WebPro output for Internet users (excludes Desktop-only
and Print)
The WebPro outputs are published to an instance of
RoboEngine; each contains a link to the appropriate printed
document. The subscriber-only website picks up on the user's
software type at login, and the link to the Help system changes
appropriately. (Note that I didn't have anything to do with that; I
simply explained the situation to our Web developer, and he made
the necessary coding changes.)
The bulk of the work involves setting up the build tags and
outputs and thinking about how you need to approach your content.
Ultimately, however, the tags provide a lot of flexibility without
the need for duplication.

Similar Messages

  • Establish setting 'profiles' for different usage scenarios?

    I'm wanting to easily switch between different settings presets (for example, when I connect my laptop to my TV via HDMI, I'd like to have the energy settings set to "never go to sleep". -- Currently I'm having to manually adjust these settings back and forth each time I want to change them).
    I'm looking for a way to establish profiles like this for different usage scenarios -- something that allows a quick menu selection or key combo to toggle the presets.
    Anyone have any ideas?

    Thanks for the link. It looks like that app would do what I wanted.. However it may not be properly functional with 10.6, as it doesn't actually manage to change any settings (though it thinks it has) when switching locations.
    I've emailed the support at Centrix, makers of NetworkLocation (paid application, looks like it's still actively developed) to see if it would allow me to change energy saver settings.
    http://centrix.ca/NetworkLocation/

  • I am unable to update my apps as for different app updates it ask password for different apple IDs

    I am unable to update my apps as for different app updates it ask password for different apple IDs. About these many IDs i am unaware.

    You only can update those Apps, if you know the Passwords from the AppleIDs, which were used for purchase.
    If you´re unable to enter these Passwords you can´t update them.
    You can delete those Apps from your device and purchase & download them again with your own known AppleID.
    There is no other Way to get them updated. Because you are not the owner of those Apps.

  • HT201320 I let my students use my IPAD for different Apps. I was wondering if there was any way to lock my email app or sign into it before it opens. Suggestions?

    I let my students use my IPAD for different Apps. I was wondering if there was any way to lock my email app or sign into it before it opens. Suggestions?

    There is no way to lock the built-in email app. You can remove the password from the Mail, Calendars, Contacts settings, but you'd have to readd and remove that every time, probably not very practical. There are third-party apps that have a login feature within the app, so one of those might work for you. Or you can just use a web interface to your email, if your provider offers that, though many web interfaces don't work very well with mobile web browsers.
    Alternatively, if your students just use a single app at any given time, you can lock the iPad to that app via Guided Access:
    http://support.apple.com/kb/HT5509
    Regards.

  • HT201371 In the next ios update, could we get the fingerprint function to unlock the phone and open up different apps in one swipe, using different fingers for different apps?

    In the next ios update, could we get the fingerprint function to unlock the phone and open up different apps in one swipe, using different fingers for different apps?

    This is primarily a user-to-user support forum. Following is a link for feedback/suggestions to Apple: http://www.apple.com/feedback/

  • Webhelp for web app

    Hi All,
    Looking for advice to contect webhelp to a web app, we
    followed the code in the csh file for java script to call map ids.
    We can only get the start/default page to display with the
    navigation pane, not having much luck with context sensitive help
    by map ids. here is the code we used: would appreciate the correct
    direction to take from here:
    <html>
    <script type="text/javascript" language="javascript"
    src="/cdb/js/RoboHelp_CSH.js"></script>
    <body>
    <p>Click for <A HREF='javascript:RH_ShowHelp(0,
    "/cdb/WebHelp/NICCDB.htm", HH_HELP_CONTEXT,
    1)'>Help</A> (map number 1)</p>
    <br>
    <p>Click for <A HREF='javascript:test()'>Help
    return value</A> (map
    number 1)</p>
    </body>
    </html>
    <script type="text/javascript">
    function test()
    alert(RH_ShowHelp(0, "/cdb/WebHelp/NICCDB.htm",
    HH_HELP_CONTEXT, 1));
    </script>

    Last week I was looking through a javascript primer on the
    Web. There are lots of them.
    I think I read that one window can refer to another by its
    name.
    So after you open the WebHelp window (call it 'A'), and then
    another window ('B'), a script in the new window can check to see
    if window A is open and, if so, to close it. If there is no window
    A, the script does nothing.
    Also, there may be a way to build the closer into the script
    that launches the new window.
    I was having this problem when I was trying several
    approaches to context help. I mentioned it to the developer of the
    main app, and after he built my WebHelp into the package, the
    problem went away.
    By the way, our approach makes it look like we're simply
    substituting the new topic for the one in the open WebHelp topic
    pane. I wanted to limit the disturbance on the user's screen and
    let her / him navigate within Webhelp without having to go back to
    the main app and click the help button on another screen. Also,
    this is useful when a topic has links to other topics in the same
    help package. They all come up in the same place.
    Harvey

  • Multiple "vserver" for different apps in a single VLAN (Bridge Mode)

    Hi,
    I'm deploying Cat6500 with CSM-S & FWSM modules. Doing bridge mode for the CSM (and FWSM will do the inter-VLAN routing upfront).
    There are 3 (three) different applications (Vidiator, BEA & XIAM) placed in the Internet VLAN. Each application consist of multiple servers. Two applications (BEA & XIAM) need to be load-balanced, and the other one (Encoder) in the same VLAN does NOT need to be load-balanced.
    The questions are:
    - Is it possible to create multiple virtual servers (vserver) for different applications (BEA & XIAM) on the same VLAN client/server ?
    - Is it also possible to do Load Balancing only for some Servers (BEA & XIAM) on one VLAN, while other servers (Encoder) on the same VLAN do NOT need load-balance? If, so what is the method? If not, what should be done?
    Below is the script for CSM-S that I'm planning to deploy, please kindly provide your comments and advices.
    Thanks a lot in advance.
    Johan KC
    MY SCRIPT:
    module ContentSwitchingModule 9
    vlan 96 client
    ip address 10.67.96.9 255.255.252.0
    alias 10.67.96.8 255.255.252.0
    vlan 296 server
    ip address 10.67.96.9 255.255.252.0
    vserver BEA-PROXY-WEB
    virtual 10.67.96.1 tcp www
    vlan 96
    server farm BEA-PROXY-SERVERS
    replicate csrp connection
    persistent rebalance
    inservice
    server farm BEA-PROXY-SERVERS
    nat server
    no nat client
    real 10.67.96.2
    inservice
    real 10.67.96.5
    inservice
    probe ICMP
    server farm XIAM-WEB-SERVERS
    nat server
    no nat client
    real 10.67.96.26
    inservice
    real 10.67.96.29
    inservice
    probe ICMP
    vserver XIAM-WEB
    virtual 10.67.96.25 tcp www
    vlan 96
    server farm XIAM-WEB-SERVERS
    replicate csrp connection
    persistent rebalance
    inservice

    Hi Gilles,
    Thanks a lot for your respond.
    1. For the multiple vservers.
    Both applications provide HTTP service but think that I could run them on different port number: 80 and 8080. Will this work?
    2. About the non-loadbalancing apps (encoder).
    There are two servers and future adding is possible. They can work independently of each other. Both servers just provide FTP access, for content provider to upload files.
    Since both servers will run the same service (FTP) and port number, I don't think we can create two vservers for them, right?
    You also said that I could have the server in the internet vlan and client accessing it directly. Is this mean that no vserver config needed? So, from FWSM the client traffic will go straight to the servers (without passing the CSM)?
    If this is possible, sound like good option to me.
    Please kindly provide your advice/comments.
    Thanks again.
    Best Regards,
    Johan KC

  • Same developer-account for different workspaces

    ahoj!
    is it possible to assign one developer-account for differen workspaces? (same apex-db) thx!
    bye,
    christian

    No but you can have different accounts with the same name. You can keep the passwords in sync too, if you like.
    Scott

  • Developing Report for Oracle Apps 11i

    Hi,
    I am developing Reports for Oracle 11.5.8 and using Reports 6i
    Are there any good documents that can guide me to develop reports exclusively for Oracle Applications
    I am customizing one of the report, did a very minor modification and when I run it, it shows small square boxes in the output.
    If I print it, I dont see the small boxes, Can you let me know how to avaoid this.
    Aslo have a couple of questions, should I use the option "use character units in designer" or something else while developing the reports
    What shold be the unit of measurement (Inches, Centimeter or Points)
    Lastly, is it a good idea to "View the Grid" or not in the "layout editor"
    Thanks
    Vasanth

    Hi Vasanth,
    when I run it, it shows small square boxes in the outputI can think of 2 posssibilities:
    one, the width of the column in the layout is slightly smaller than required. You can try increasing the width of the layout objects where you see square boxes.
    two, you are designing the report in a language for which support/font is not available on your development machine.
    should I use the option "use character units in designer"This option should be used when you design a report in "character mode", not when you are designing the report in "bitmap mode". Pl see Builder Help for more information on MODE.
    What shold be the unit of measurementIs it up to you to decide. If you know the dimensions of the paper (on which you are going to print) in inches for example, you can design the report in inches. Choose any unit of measurement, and then define the width and height of paper in the Header/Main/Trailer Sections in that particular unit. The report output will be the same whether you choose the paper width as 10 inches or 25.4 cm.
    Also, about point...
    Point: Is a printer's type size that makes up a pica. Each pica contains twelve points and is equivalent to one-sixth of an inch.
    is it a good idea to "View the Grid" or not in the "layout editor"The grid is available to help you position objects in the viewing region of the paper layout. It is helpful so you can start designing with it, but you can decide to turn it off if you do not need it.
    The grid is drawn in relationship to the rulers. In the Ruler Settings dialog box, you specify the interval at which grid lines appear per unit on the ruler. �For example, if you have a Unit of inches and a Grid Spacing of 0.5, there will be one grid line per half-inch on the ruler.
    You get to the Ruller Settings dialog Box by choosing Tools > Options > Rulers.
    Navneet.

  • How do you change push notifications for different apps?

    I am trying to change my notification sounds for Etsy, Paypal, etc. so that I know when I have made a sale vs. gotten a text.  Very few App developers create customized sounds for the apps.  Any ideas?

    Developers have no way to provide this option at this time.
    http://www.apple.com/feedback/iphone.html

  • Multiple Oracle Clients on Same Machine for different apps

    I was not able to find info that answered this so sorry if I missed something that explains this.
    At our site we have many applications some I know lots about some I'm not even aware of because we have mulitple sites. The application I develop uses an Oracle 8.1.7 database. In the next year we are going to be upgrading to a 9i database. The app I program for is written in VB and uses 0040 with the 7.3.4 version. We want to upgrade our client to the latest version to use all the features of the 9i database when that times comes. Can we have our 9i client on the same machine that may have other apps that require the 8i client or even the 7.3.4 client without breaking them? The other apps may or may not use 0040. Some of these apps are Oracle Forms applications and some can be anything under the sun.
    I still need to do testing to see what breaks but thought someone may already have the answers some of my ?'s Any tips or info you can provide would be great.
    Thanks

    Two possible answers
    1) Oracle added multi-home support to the Oracle client in 8i (may have been 8.0, I'm really not sure). This allows you to set up multiple 8i and above clients on a single machine in different Oracle Homes and should solve the majority of your problems. Having a 7.3.4 client installed wouldn't be supported, but 8i clients should have no difficulty connecting to a 7.3.4 database.
    When Oracle added multi-home support, not all the Oracle client products were made multi-home compatible. The ODBC driver, for example, wasn't multi-home compatible until significantly later patchsets. I belive that OO4O has been multi-home compatible since the client has been, though.
    2) From a technical standpoint, you should be able to have a 7.3.4 client alongside 8i and above clients. In my experience, this works, but isn't something that Oracle supports.
    Justin

  • Is it possible to have different font sizes for different apps in ios 8?

    I would like to have a large font for text messages, but when I change the font size, it changes pretty much across all of the standard ios apps. There are some of these apps that the large font just doesn't really work well for, and I would prefer a smaller font for those. Is this possible?

    No sorry, What about using Zoom instead? Settings > General > Accessibility
    Be sure to read how to use it or you'll be back asking how to get out of it :-)
    https://www.apple.com/accessibility/ios/#vision

  • Can you use different audio devices for different apps?

    I've paired my iMac with a set of Bose Companion 20's - they connect via the headphone socket. I regard these as my default audio device. However, when I work from home I need to use Lync 2011 for Mac and want to be able to use a bluetooth headset for lync enterprise voice calls (my employers chosen platform). Is it possible to use my bluetooth headset for incoming / outgoing calls when using Lync but the Bose speakers for say internet radio? If this is possible, any guidance as how to configure would be much appreciated. Thanks in advance....

    After going to a particular folder and selecting a view, click the little Action Gear and select "Show View Options" and at the top check the box "Always open in xxx view" where xxx will be the view you presently have selected.
    Do not check the bottom box to use this as a default or else all folders will then open this way.
    Message was edited by: nerowolfe

  • Share the same SharePoint 2013 development environment for multiple developers

    Hi,
    We need our developers(more than 2) to use the same ''SharePoint 2013 development server' for different application developments. Their work should not affect each others(like application pool reset etc.). How this can be achieved ?
    Thanks,,

    Hi Kalai,
    Please check the following similar post suggested that each developer could deploy his dll file to each separated web application bin folder by setting Visual Studio property "Assembly Deployment Target" to "Web Application".
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/7ee3858f-243c-4f43-a72d-3483ad1506f6/multiple-developers-debugging-on-different-web-apps-on-single-server?forum=sharepointgeneral
    Thanks
    Daniel Yang
    TechNet Community Support

  • How to track session IDs for multiple apps in same server instance?

    All:
    We have 2 web applications (for example: app1,app2) running in one app
    server instance (weblogic 5.1). Both of those applications use the same
    cookie name (defined in weblogic.properties ) to keep the HttpSessionID.
    The tricky thing is that if a client logs in to app1 and then logs in to
    app2 with the same web browser, (for example, IE). The app1's
    HttpSessionID kept in the cookie will be overwritten by app2's
    HttpSessionID because they use the same cookie name.
    My question is this:
    Is there a way to specify a cookie name for each application running in
    an application server instance?
    The only way we know of to work around the problem is that we have to
    host the app1 and app2 in 2 different app server instances so we can
    config app1 and app2 to use different cookie names for the
    HttpSessionID. We are curious if there is a better way to do that.
    BTW, We must use Cookie because of the requirement of cluster and load
    balancer.
    Thanks,
    Ben

    Hi Ben,
    Which version of Weblogic are you using??
    In 5.1 sp8 the Cookie names of the Web Apps are different by default.
    Prasad Peddada <[email protected]> wrote:
    Why can't you add your own cookie?
    In 6.0 you can have different cookie names for different
    apps.
    -- Prasad
    "Benjamin D. Engelsma" wrote:
    All:
    We have 2 web applications (for example: app1,app2)running in one app
    server instance (weblogic 5.1). Both of those applicationsuse the same
    cookie name (defined in weblogic.properties ) to keepthe HttpSessionID.
    The tricky thing is that if a client logs in to app1and then logs in to
    app2 with the same web browser, (for example, IE). The app1's
    HttpSessionID kept in the cookie will be overwrittenby app2's
    HttpSessionID because they use the same cookie name.
    My question is this:
    Is there a way to specify a cookie name for each applicationrunning in
    an application server instance?
    The only way we know of to work around the problem isthat we have to
    host the app1 and app2 in 2 different app server instancesso we can
    config app1 and app2 to use different cookie names forthe
    HttpSessionID. We are curious if there is a better wayto do that.
    BTW, We must use Cookie because of the requirement ofcluster and load
    balancer.
    Thanks,
    Ben

Maybe you are looking for

  • Question on process integrator

    Sir i need to merge two tables from heterogeneous data sources and apply multiple join conditions. The tables contain very large data volumes. What is the recommended method to maximize performance and reduce system resources pls reply back soon sir

  • WS-SDK Scheduling two instances of the same report with different params

    I'm using the web services SDK for Business Objects XI 3.1 SP 2 to schedule reports. I've got it so that I can successful schedule a report with prompts, setting the value for the prompt and running the report. However, I'm now trying to schedule two

  • PatternSyntaxException w/ replaceAll

    String msg="what is up?"; String[] s = msg.split(" "); String[] r = {"?","!",",",".","+"}; for(int i=0;i<s.length;i++){      for(int j=0;j<r.length;j++){           if(s.contains(r[j])){ s[i]=s[i].replaceAll(r[j], ""); Throws: Exception in thread "mai

  • 12" PowerBook vs. iBook+Mac mini?

    I noticed the specs of each of these models and the 12" PowerBook has the exact (if not worse) specs as the last G4 mac mini: 1.5 GHz G4 167MHz Bus, 512k cache PC3200 RAM 5400 RPM hard drive ATi Radeon 9200 AGP 4x, 64MB. The 12" PowerBook's specs are

  • Convention for application specific initialization under an App. server ?