Design / Formatting Help Needed

Good Afternoon,
I am in the process of developing a help system to support a
proprietary green screen application that we use in our
organization… the green screen application is very convoluted
and all steps/processes etc to be completed in the system have many
many steps to complete. In order to not overwhelm the end user, in
any given help topic there are multiple subtopics that are
“hidden” until the DHTML dropdown hot spot is
activated.
Within each hotspot, there are also “sub hot
spots”. However, this is confusing to the user… there
are so many hotspots etc (both hotspots from the main topic page
and “sub” hotspots within a hotspot) that the user is
losing track of where they are at.
I was wondering if anyone had an general design
recommendations or best practice recommendations that I should be
adhering to in order to eliminate this confusion.
Thanks!

I've used hotspots within hotspots without issues. I suggest
you break the information into smaller chunks if you can. If a
particular task is very long, consider making it a book instead of
a single topic. For example, if you assign one topic to each of
five tasks, but the third task involves six steps, turn the third
task into six steps/topics, and bind them as a book in your Help
file. So you'll go from this:
1. Task 1 (single topic)
2. Task 2 (single topic)
3. Task 3 (single topic)
4. Task 4 (single topic)
5. Task 5 (single topic)
To this:
1. Task 1 (single topic)
2. Task 2 (single topic)
3. Task 3 (one book with six topics)
4. Task 4 (single topic)
5. Task 5 (single topic)
This kind of solution should cut down on some of the
nesting.

Similar Messages

  • Date Format help needed

    Hello Friends,
    I need to mormat my date valye to get something like the following:
    Sunday December 3rd, 2006 OR
    Tuesday December 5th, 2006
    I understand that one can give a custom format for date as per the SimpleDateFormat symbols. However, I did not find anything for achieveing the pattern in bold
    Can you please help?
    Regards,
    Leena

    umm.. did not think about it..
    I thought on it after reading your post.
    My first thoughts for writing my own formatter are that I will have to extend the SimpleDateFormat class, right?
    Not sure what do I do next.. :(
    Regards,
    Leena

  • Address Format Help Needed

    Could someone please direct me to some information explaining how Apple deals with Address Formats?
    I upgraded to Snow Leopard, then synced. I was syncing from what a perfect version which I had saved on Mobileme before upgrading, and I had not changed anything on the computer after upgrading. I expected it to be straightforward. However, I was told that I had 730 conflicts in Address Book. (That's half my records). When I started to go through these conflicts, I found that they all had something to do with Address Formats. One version, for example, had format 'Japan', and was formatted one way, and another version, had format 'ja', and was formatted another way. Also, sometimes I had 'United Kingdom', and sometimes 'uk'. Actually, there were all sorts of strange conflicts, which is why I'd appreciate some general information that I can study.

    Using 'Reset Sync Data', I uploaded a perfect version of my contacts from an ibook running 10.4.11. It was when I tried to download this onto another, new, computer using 10.6 (again using 'Reset Sync Data' that all these conflicts came up. There was nothing on the latter machine for there to be a conflict with.
    Thanks for your advice, but if I always choose the side with the full name, then I will be sometimes choosing a side that has an incorrectly written address. And I'm afraid I don't want to have to spend a morning doing this 730 times, as very often I also need to check the address from the original computer.
    What I'd like to know is if there is a way to do this without these conflicts. I suppose I could just copy/paste the address data, but then next time I sync, will I get the conflicts again? Why is this happening? What are these two letter codes?

  • Design Pattern help needed for MDI application

    Hi,
    I am writing an mdi application which contains a JSplitPane. The left pane contains a JTree and the right contains a JDesktopPane which houses n number of JInternalFrames. The JInternal Frames need access to the JTree. Also both panes (objects w/in) need access to elements of the JFrame. I am currently implemeting access by making most of the JFrame objects static and creating getter/setter methods for access. Does anyone know any desing patterns I might use to solve this dilemma?
    Thanks,
    John

    The observer design pattern causes the child objects to chage state when the parent changes state. The type of pattern I need would allow the child objects of the parent JFrame to be available globally without having to make them static. I am wrong in this? Would the observer pattern solve this issue.

  • Design pattern help need urgently please

    Hi I need you to tell me if the following code looks like its a facade or not?
    The method make the table calls another method in the class project4
    which contains instances of itself and student class and supervisor class and the method prints out data from these classes.
    Iv to hand this in tomorow and would like to know
    Is that a facade or not?
    Please help
    public class TableFacade
         TableFacade()
         System.out.println("This is the table of projects");
         public Project4 makeTheTable()
              Supervisor5 sup = new Supervisor5();
              Project4 project =new Project4();
              project.readRelevantProjectsFromFile(sup);
         return project;
    }

    Sorry to be continuously replying but desperate times call for desperate measures anyway
    Im trying to adapt from my project4 class
    is this in the adaptor pattern?
    class AdaptProject
         Project4 project;
         Supervisor5 supervisor;
         void readProjectDetails()
              project.readProjectDetails();
         void readRelevantProjectsFromFile(Supervisor5 v)
              project.readRelevantProjectsFromFile(supervisor);
         String projName()
              return project.projName;
         String projSubject()
              return project.projSubject;
    }

  • UI Layers design decision help needed

    I'm finisihing a very simple application framework - docking menus and icon bars and such. Last thing is the dropdown menus from the menu bar and I'm having real trouble. My dropdowns keep getting painted over by stuff that I want to stay underneath.
    So byte the bullet and decide to figure out the LayeredPane stuff. Just when I think I'm ready to go back to coding I see one more item in the 1.4 API: "1.5 will give you direct control of the Z-order so you won't need layered panes." Ugh. Hard not to read that as "we tried this, but decided it really wasn't such a good idea, after all."
    I'm trying to write a product that will be widely useful, so I don't want to write for 1.5 only. On the other hand, I'm not keen on mastering a technology that's already obsolete. So what to do?
    a) assume 1.5 will take over rapidly and go that way? (Not be liking this as long as Sun can't decide if it's 1.5 or 5.)
    b) master and use LayeredPanes? (Not be liking this, since if it's obsolete I can't count on bug fixes.)
    c) try and fake it using the undocumented LAFP (last added, first painted) principal? (Not be liking the use of undocumented stuff.)
    If you've used both Layered Panes and the 1.5 Z-order, I really want your advice! If you've got a long memory, I'd like to hear that LAFP really has been the case all along.

    camickr:
    Not mixing, getting outsmarted. I have a JPanel named "content" that holds the application. My menu is built on another JPanel. When I pop the menu, the Swing (or AWT) code says "Oh dear. We've damaged 'content' - better repaint it." And bingo, my popup's gone. (Problem is, I'm trying to use my own menu, not an AWT or Swing popup menu.)
    Am seriously thinking about ditching Sun's stuff altogether, putting my own content pane in, and doing all my own painting off that. I've done that before and it's possible, but that road too is full of gotchas.

  • Data format - Help needed!!!!!

    I have a String with this value:"Thu Dec 19 09:23:49 2002" ;
    is there a java method to convert it automatically in another string to this format: "19/12/2002" or "12/19/2002" (it depends on italian date)
    thanks all!!

    As dateString does not seem to be a proper Java term (unless Mr sssako knows something I do not) I would be a string.
    You could do it with two instances of SimpleDateFormat, one set up for the format of the string you have and one set up for the format you want.
    You then call parse() on the first one to get a date and use that date as the parameter to a call to format on the second one.
    String s = "Thu Dec 19 09:23:49 2002";
    SimpleDateFormat input = new SimpleDateFormat("E MMMM d HH:mm:ss yyyy");
    SimpleDateFormat output = new SimpleDateFormat("dd/MM/yyyy");
    try
        s = output.format( input.parse(s) );
        System.out.println(s);
    catch ( ParseException e )
        e.printStackTrace();
    }

  • Changing Icon Design! help needed

    i tried chaning the Photoshop icons from its original to antoher one, throught going to package contents, rescours etc.
    now both .icns dont wont work when i put either one of them in there!
    help what should i do?

    Have you tried this?
    http://docs.info.apple.com/article.html?artnum=304735
    Best of luck.

  • FORM design customization - help needed!!

    Hi,
    I'm working on several forms for a project and I was wondering:
    1. How do I change the color of a PUSH BUTTON? The default is gray and changing either foreground/background color don't do anything.... I also tried applying visual attributes and SET_ITEM_PROPERTY built-ins but still couldn't resolve it.
    2. Any way I can also change the color scheme of the WINDOW itself during run-time? The default is blue gradient on the top and gray all over. I know this might be a hard one as it might involve editing some default setting of FORMS...
    Any help is appreciated!
    Regards,
    Erica

    Erica, I assume you are having this problem on Windows. Windows does not expose the button color as runtime property and so Forms cannot set this. This is controlled by the Forms window manager so if you want a button to be green you have to see the windows setting - and this means all buttons will be green.
    Is a limitation of Windows.
    Regards
    Grant Ronald
    Forms Product Management

  • Help needed  while exporting crystal reports to HTML file format using java

    Help needed  while exporting crystal reports to HTML file format using java api(not using crystalviewer).i want to download the
    html file of the report
    thanks

    the ReportExportFormat class does not have HTML format, it has got to be XML. Export to HTML is available from CR Designer only.
    Edited by: Aasavari Bhave on Jan 24, 2012 11:37 AM

  • Help needed with a design!

    HELP! I need help with designing something!
    IMAGE on this link " http://i1072.photobucket.com/albums/w362/jjnilsson/DSC_0188.jpg "
    i need this patch on the picture to be "remade" in higher definition and the text should be MILF HUNTERS intstead of milf hunter... Anyone that might be able to help me out?
    reson for all this is that its gonna be made to a 30x40cm big patch fitting the back of our Team jackets!
    send me a pm or a mail ([email protected]) if you need any futher info or if you can help me out! I am really thankful for all the help i can get!
    With best regards J. Nilsson, Milf Hunters Mc

    I simply did as i got a tip on FB to do
    quote from adobe themselves on facebook "Adobe Illustrator You might also want to try asking on our forums as there are many people that can help there as well! http://forums.adobe.com/community/illustrator/illustrator_general"
    sry if it was wrong of me, simply thought there might be someone nice out there to give a helping hand
    Date: Tue, 5 Jun 2012 13:41:48 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with a design!
        Re: Help needed with a design!
        created by in Illustrator - View the full discussion
    This really isn't the place to ask for free services.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4467790#4467790
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4467790#4467790. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Illustrator by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Help needed with Report Design

    Hi All,
    Here is the requirement.
    Period Type(holds 2 values) : Payment and Vested.
    we have field 'Total Days' which is calculated based on "User Selected" Period Type.
    For example, When Period Type is Payment,
    If start date is less than or equal to grant date and end date is less than or equal to vest date, then calculation is (End Date - Grant Date)+1
    If start date is greater than grant date and end date is less than or equal to vest date, then calculation is (End Date - Mobility Start Date)+1 (similarly 2 more if conditions) ...we have similar calculation for Period Type - 'Vested'.
    This Period Type is a multiselect Prompt. How can this be achievable.
    Any thoughts will be greatly appreciated.
    Thanks.

    I simply did as i got a tip on FB to do
    quote from adobe themselves on facebook "Adobe Illustrator You might also want to try asking on our forums as there are many people that can help there as well! http://forums.adobe.com/community/illustrator/illustrator_general"
    sry if it was wrong of me, simply thought there might be someone nice out there to give a helping hand
    Date: Tue, 5 Jun 2012 13:41:48 -0600
    From: [email protected]
    To: [email protected]
    Subject: Help needed with a design!
        Re: Help needed with a design!
        created by in Illustrator - View the full discussion
    This really isn't the place to ask for free services.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4467790#4467790
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4467790#4467790. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Illustrator by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Help needed in selecting Design

    Hi all,
    I need your help in designing WLI.We need to receive messages(string) from network(sockets) and process it in WLI, send it back.Can any one pls help me which connection method(HTTP/TCP/JMS) is suitable, how to configure WLS for that?
    Thanks in Advance

    HI,
    I think kf3 can easily be created at query level itself without writing complex logic..As far as i understand your requirement kf3 is a differnce of kf2 and kf1.
    so jst make local formula and in that put kf2-kf1.it will give you the desired output for kf3.
    Kf4 i need to think,i will update you soon

  • T400 - Accidentaly formatted the disk 1 (IMD-0) partition in disk management - Help Needed

    Hello,
    Initially when I re-formatted my computer to get rid of the factory image, I found that there was a hidden partition of 1.37GB which I could not touch, meaning i could not delete. I ignored it at that time and formatted my computer and reinstalled vista business on it using the license i got from lenovo. Now after some days, I was kind of getting concerned as to what exactly was the 1.37Gb partition on my computer. I guess I was getting worried as to why I was not able to reclaim that space for normal use. Today, I tried to reclaim it, by deleting the volume, thinking it should merge into the unallocated space, that I have on my primary hard drive. But it did not. However, what happened was that this space of 1.37GB did start showing up on My Computer, once I formatted it using NTFS. I then checked its properties in My Computer and it had an option of readyboost. I selected the option which says use this disk for readyboost, and immediately in no time, the disk was full with on 68MB remaining as free space. It also has an icon of readyboost in the drive, when I double-click it. This is when I figured that this space could be on a separate physical disk. I did some research and found out that this drive or device or chip, is listed as Disk-1 in disk management and as IMD-0 under Disk Drives in Device Manager. I googled about it, and found that it was related to the turbo memory. Now, I believe that turbo memory would be a separate flash chip, which would be hardwired to function in a particular way (enabling boosting speeds), and that it would be non-accessible to users from within windows for formatting or doing anything else. Hence, I also believe that the space which I reclaimed, is existing on my primary 320GB hard drive and is used in addition to the turbo memory, as a  cache, to boost speeds. However, since I do not understand the turbo memory concept very well, I would really appreciate if someone could explain how the turbo memory works, i.e. including IMD-0 and all that. And the main help I need is on how to hide the 1.37GB partition again, and put it in a format that it was earlier in, and usable for turbo memory. At present I do not know if it is being used by turbo memory or not, but below is the current status of the turbo memory:
    1. In Device manager, under disk drives, IMD-0 shows up, and in properties it just says device type -- disk drive. Now I read somewhere that it should say NVCACHE, but it does not say that on my pc, under any tabs of the properties of IMD-0. Can someone help me putting it back there.
    2. Under Disk Management, it says Local Disk H:, 1.37GB NTFS, Healthy (Active, Primary Partition). I don't exactly remember, but I guess prior to me formatting it, it said unallocated. Help needed here too.
    3. In the Turbo memory controller, it says Windows readyboot enabled, Windows Readydrive enabled, 2GB
    and below that I have checkboxes for enabling windows readyboost and readydrive checked.
    So guys, can please anyone help me in re-hiding the 1.37GB partition and making it in the state it was before.
    Thanks a lot for your help.

    Hi Eric,
    Please refer the following HP article to expand your array , refer the TechNet article to expand your drive:
    HP Proliant Servers - How to Expand an Array and Extend the Logical Drive
    http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/mostViewedDisplay/?javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken&javax.portlet.prp_efb5c0793523e51970c8fa22b053ce01=wsrp-navigationalState%3DdocId%253Demr_na-c03510253-1%257CdocLocale%253Den_US&javax.portlet.tpst=efb5c0793523e51970c8fa22b053ce01&sp4ts.oid=4231377&ac.admitted=1411638027623.876444892.199480143
    TechNet article:
    Extend System/Boot Volume on Windows Server 2008/ Windows Vista/Win7 Beta
    http://blogs.technet.com/b/mghazai/archive/2009/02/24/extend-system-boot-volume-on-windows-server-2008-windows-vista-win7-beta.aspx
    Extend a simple or spanned volume
    http://technet.microsoft.com/en-us/library/cc776741.aspx
    I’m glad to be of help to you!
    *** This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control
    these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the
    use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. ***
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Urgent help needed, can I restore N900 Backup file...

    i owned a N900 (now sold out)
    before selling i took backup of contacts from backup restore option in application section
    now i bought a N8 but i m not able to restore my contacts
    1. is there any way to restore them in N8?
    2. if not, can i convert them in TEXT or any readable format
    urgent help needed
    thanks in advance

    The backup procedures built into the phone are only designed for restoring to the same phone (ie: in case or data corruption, software update or repair etc.), they can't usually be used to restore to a phone with a different operating system.
    You should have backed up with Ovi Suite before selling the N900, that would have been able to restore to the N8.

Maybe you are looking for

  • Not able to display and search on CLOB attribute in default search screen

    Hi, My requirement: I have three VARCHAR attributes and 1 CLOB attribute. i need to search the values on these 4 attributes. Created View crieteria on these 4 attributes and created default ADF search screen. but not able to add the CLOB attribute as

  • GUI not displaying correctly

    My DBA is moving all apps to a new server, so I just moved my APEX app from one server to another using Import/Export and now the GUI looks all wrong. The background is no longer blue, the regions don't look the same as before and the tabs don't show

  • Report painter target currency

    Hi Gurus Is it anyhow possible to be able to see the figures in posting date currency. I have cost center report with several items. But the problem is that the total amount is translated on the current exchange rate or some other spesific day (I use

  • Digital Signature Solution for UCM

    Looking at options to implement Digital Signatures solution for Oracle UCM specifically we plan to use it with UCM forms in WCI portal. What are the products/solutions available and any implementation experiences please let me know. Thanks!

  • Photoshop or Illustrator for A4 printed brochures?

    I prefer Photoshop for designing and I am far more experienced with it meaning I can get design jobs done quickly, but should I learn to love Illustrator (or even InDesign) for my new job designing brochures (usually no larger than A4) for print?? If