How to create a guide

Hallo
from where I can start to create a web guide like prima http://www.primagames.com/games/splinter-cell-blacklist/primaguides/747
Site is perfectly clear and usable. There is a top menu for site nav and a left side expandable menu to navigate content of the guide.
Thanks.

Hallo Brad
thanks for answering. Being the index of the guide quite long the accordion isnt really an option.
I will use a vertical menu for the index (so to automatically track all pages) and a manual menu for the orizontal top menu (which has only 4 links).
It would just be great if I can let the menu expand vertically instead of orizontally as it actaully does (see attachmnt).
Regards
Ed

Similar Messages

  • How to create BPEL Guided Business Process

    I am using JDeveloper 11.1.1.3 with the updates for BPM Studio.
    I created an application with a SOA project with a SOA BPEL Process. When I opened the BPEL process, I can't find the "Activity Guide Properties" icon to open the "Edit Activity Guide" window to setup the "Activity Guide" as per the documentation:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/soa_activity_guides.htm#insertedID7
    I looked through everywhere on the BPEL process screen and the menus but had no luck to find a way to open the "Edit Activity Guide" window.
    Anyone knows how to open the "Edit Activity Guide" window within the BPEL process ?

    I believe the documentation for createing a BPEL Guide Business Process may be incorrect
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/soa_activity_guides.htm#CJAHCECC
    Incorrect #1: there is no "Activity Guide Properties" icon anywhere when the BPEL process is opened.
    (I am able to open the "Edit Activity Guide" window by clicking the "Activity Guide" node under the "BPM Project Navigator")
    Incorrect #2: There is no "Expose as Activity Guide" check box in the "Edit Activity Guide" window
    My hypothesis on setting up a Guided BPEL process is to set the set the BPEL process as the root process in the "Edit Activity Guide" window.
    This is based on how a Guided BPMN process is setup.
    However, the drop down listbox for the "Root Process" is empty even there is a BPEL process created in the project.
    As a result, I can't set the BPEL process to be the root process of the "Activity Guide".
    I am pretty sure there is no way you can create a Guided BPEL Business Process following the instructions in the above documentation link.
    Hopefully, I'll hear from some BPM guru from Oracle who can point out how to create a Guided BPEL Business Process using JDeveloper 11.1.1.3 with plug-ins for BPM Studio.

  • How To Create Style Guides for Web Pages

    I need to create style guides for websites. I will be provided with the assets (images and required measurements). It will be my job to create style guides using In Design.
    I have never used In Design, but I am a member of Lynda and Total Training online. Neither seem to address simple style guides for websites. Both seem to address designing from scratch for print and newsletter creation.
    Any links to tutorials? This seems straight-forward, but because I have never done it, I would appreciate direction.
    Thanks!

    I received a sample of what I'll be working on. Attached is one screenshot (blurred areas to conceal confidential info).
    Overall, I will be given web page images (as seen below and as an original sized attachment) like screenshots.
    I will be given measurements.
    I will create a web style guide with text and the placement of images, and pinpoint where the objects are placed on the pages in pixels.  e.g. Hero section - 80 pixels, padding - 40 pixels, etc. You can see this below in the (tiny, or see the larger attachment) text on the sides of the web page image.
    The original designer also added some type of padding. You can see it below in blue at the bottom of the page. Is this the norm? How is that done?
    Big Question: There are no pixels in InDesign. Are points equivalent, or should I set this (pixel notations) part up in Photoshop?
    I hope this provides more details for you to help me, and I know this is a lot to ask. Thanks in advance!

  • How to create a GUID in code

    Is there anyway to create a new GUID in ABAP?  Simplying create a data object of type OS_GUID creates an initialized (empty, or all-zeros) GUID.
    Many thanks.

    Hello Steve,
    You can use function module
    GUID_CREATE
    It allows you to generate GUID16, GUID22 or GUID32.
    Regards,
    Michael

  • How to create a Guided Procedure URL for a process

    Hi Experts,
    In my scenario, i have to send the process instantiation URL to the users directly in a mail, so that the process will be instantiated from the mail on the link click, without going to the Portal, selecting the task and instantiating.
    Is that possible without hardcoding the URL in mail, and getting URL using some class method?
    Please help me out with this.
    Thanks,
    Runal

    hi runal,
    You can create an iview for the process.For that you just do the following
    1. Navigate to Content Administration -> Portal Content -> Create a new iview of type Java WebDynpro
    2.select-> Create a single full-page iView from each application variant
    3->com.sap->cafeugpuiinst->com.sap.caf.eu.gp.ui.inst.AInstantiation-> AInstantiation
    4. enter the field you want to display
    5select next finish
    6.property Select -> Application property process.template.id( Process id )&process.autostart=t
    7.save the iview
    with regards
    Shanto Aloor

  • Creating a GUID with Objective-C (iPhone)

    Hi there,
    Can anybody point me to a code snippet which shows how to create a GUID with Objective-C? I cannot use the Device ID as I do need unique ids within the application itself (and the Device ID is always the same, obviously...).
    Thanks!

    Found the md5 method. Thanks anyway.

  • How to create Auto complete text box in share point 2010 Visual web part

    Hi All ,
    I am want to use Auto complete text box in share point 2010 Visual web part ,data need to get from share point list how to  create 
    please guide me how to use Auto complete text box
    Thanking you,
    Arun Darly

    Hi Arun,
    Please refer to the following article.
    SharePoint 2010: JQuery Autocomplete Textbox Containing List Items
    http://smarttools.codeplex.com/wikipage?title=Autocomplete%20Text%20Field
    Please don't forget to mark it as answered, if your problem resolved or helpful.

  • Can anyone please guide me how to create a table like employe table with 10

    Hi,
    can anyone please guide me how to create a table like employe table with 10colums.
    after that we need to update the colums with personal details......like name1,name2,address,city,zip...etc.
    using the RFC we need to update the personal details coulums (either select query or Insert command)
    if you have any program logic similar to this requirement please share with me...that would br greatly helpfull to me...
    thanks in advance
    srinivas

    Hi....
    We are having one table and now i am going to update that table's fields...
    for that in RFC function module we need to enter the fields in importing parameters (which are mandtory in table)
    and in source code just write like following....
    ( try to under stand that it contains some previous used table nad field and stucture and work area and function module names)
    FUNCTION ZL2C_UPDATE_MYCUSTOMER.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(USR_ID) TYPE  USRID
    *"     VALUE(LOGO_ID) TYPE  KUNNR
      DATA ls_mycust TYPE zl2cmy_customer.
      DATA: name1 TYPE name1_gp.
      DATA: sharpoint_url TYPE url.
      ls_mycust-usr_id        = usr_id.
      ls_mycust-logo_id       = logo_id.
      SELECT SINGLE name1 FROM kna1 INTO name1 WHERE kunnr = logo_id.
        ls_mycust-name1       = name1.
        SELECT SINGLE sharpoint_url FROM zl2c_CUSDASHBRD INTO sharpoint_url WHERE logo_id = logo_id.
          ls_mycust-sharpoint_url = sharpoint_url.
          INSERT into zl2cmy_customer values ls_mycust.
          COMMIT WORK.
        ENDFUNCTION.

  • I am using keynote for iPad. Can somebody guide me on how to create 3d graphs ?

    Can somebody guide me on how to create 3d graphs in keynote on iPad ?
    Sn

    I tried. I think 3 d charts are not available in keynote version on iPad. Is this correct ?
    SN

  • Can anyone please guide me how to create itunes u public site?

    Can anyone please guide me how to create itunes u public site?

    Greetings;
    If you've already gone through the application process and you're ready to create you site, all the info that you need can be found here:
    http://deimos.apple.com/rsrc/doc//iTunesUAdministrationGuide/Introduction/chapte r_1_section_1.html
    All the best...
    Syd Rodocker
    Apple iTunes U Administrator
    Tennessee State Department of Education    
    Tennessee's Electronic Learning Center

  • Is it possible to create a guide on labview interface to tell user how to use my program?

    Basically this is the image of the project I'm working on and i want to know if I am able to create a guide that pop out telling the user which button does what when I run the program. 
    Solved!
    Go to Solution.

    I am pretty sure the Tip Strip is what you are looking for.  If you go into the control properties and go to the Documentation tab, you will see an input to Tip Strip.  This should do exactly what you want.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to create a group calendar?

    Hello,
    i am sorry but this is one more question on wiki-group-calendars.
    *In short:*
    I am not able to create a group calendar with the wiki frontend. the calendar that is created with a wiki is owned by the admin of the wiki. So it is always a personal calendar that cannot be shared in iCal.
    LONG:
    I want to create a group calendar that is viewed and edited through iCal.app and the web service. Apple´s "wiki deployment" guide says on page 57:
    +"The web calendar allows you to easily schedule events for yourself or your group. ...+
    +There are *two types of web calendars: personal and group*. You can send and receive event invitations through the personal calendar but not through the group calendar. Also, *while anyone in a group can create or edit events in a group calendar*, you can edit only events in your own personal calendar or event invitations you send to other people.+
    +The web calendar uses iCal Server to store events and invitations. ..."+
    But there is not mentioned how to create a group calendar. The calendar created with the wiki web-frontend belongs to the admin of that particular wiki. This is why the calendar data ist stored in folder named with the UUID of the wiki admin. Also the alias "http://server.fqdn:8008/principals/groups/mygroupname/" which i provided in iCal turns into ..._uids_UUID-of-the-wiki-admin and only the wiki-admin can access this calendar in iCal.app.
    My research on this topic reveals that there were in issue that should be resolved in 10.6.4 (that is running on our Server). So, again, how to create a group calendar?
    Thanks, Philipp.
    10.6.4 OSX Server
    10.6.x Clients

    farmer tan wrote:
    you need to go to the wiki page and add the wiki's there and then in the setting of the wiki is where you set permissions and services such as calendar, blog, and podcast you can also set all permissions for the wiki in the settings tab
    fyi none of my groups were available unless i logged into the wiki as the Directory Admin not Server Admin
    migrated from 10.5.7 to 10.6
    Message was edited by: farmer tan
    Could you be more specific farmer tan, please?
    You said "you need to go to the wiki page and add the wiki's there...." What is the "wiki page" you mention? Is that some place I go to via the browser or the Server Admin tool?
    I went to http://ical.mysite.com/ical/ and logged in as the Directory Administrator but didn't see anything resembling what you described.
    Thanks in advance for any help you can provide.

  • How to create Business Services in SLD

    Hi Experts,
    I'm working on SAP background and wanted to learn SAP-XI.
    I'm interesting to work in XI and for this need your support.
    I installed XI in my PC and wanted to start learning.
    But there are no Business Services (or) Systems configured in the SLD.
    I want to start with a simple FILE to FILE scenario.
    Could anyone please tell me how to create services in SLD and carry on from there.
    Thanks,
    Prajwal

    Hi,
    please look at the bleow links
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4013f6bb-7ec3-2b10-62b5-e5be01e498f7
    Blogs
    /people/srinivas.vanamala2/blog/2007/02/05/step-by-step-guide-xml-file-2-xml-file-scenario-part-i  - Step by Step Guide: XML File 2 XML File Scenario: Part I
    /people/srinivas.vanamala2/blog/2007/02/05/step-by-step-guide-xml-file-2-xml-file-scenario-part-ii - Step by Step Guide: XML File 2 XML File Scenario: Part 2
    Regards,
    Pradeep A.
    Edited by: Pradeep Amisagadda on Apr 16, 2010 9:39 AM

  • How to create a button that Copies subform data and paste it to a new page?

    Hi , I'm want to create a button that when clicked copys all the data from the feilds of a subform off the previous page and paste it into current page.
    I have used Steve's "Simple table.pdf example" to add a subform called DecorationDetail that has a button that adds an instance when clicked.
    Contained in the decorationdetail subform are feilds named Quantity, Description,UnitPrice etc. and a delete instance button.
    So when the first page is filled out, and a second page with blank duplicate feilds is added by a add page button. I want to be able to click a button
    positioned at the end of the row of feilds, and it then copies the same subform data from the previous coresponding page and pastes it into the current page subform feilds.
    Hope this make sense?. A step by step guide would be greatly appreciated!!!.

    Hi,
    Does this article provide you with some clues? http://www.perfectwebtutorials.com/2011/how-to-create-simple-contact-form-in-flash/
    Thanks,
    Preran

  • How to create a RFC destination for extracting data to HANA

    Hello All,
    Could someone help me in providing a document or note on how to create a RFC destination for extracting data from SAP data source to HANA using SAP LT replication server ?
    I am able to create a data base connection while transforming data from non SAP data source,but wasnt able to transform data which is from SAP abap tables .

    Hi Venkatesh,
    In SM59 t.code we create RFC destinations.
    Go thru the video link for creating RFC destinations step by step
    How to setup a trusted RFC connection between SAP systems: a step-by-step guide - YouTube

Maybe you are looking for

  • Hi are there some who can help i am trying to update my programs in app store

    hi are there some who can help i am trying to update garageband ,iphoto and iMovie on my iMac, but it´s not my apple id  it will use to the update, so i dont now the email and the  password for the email used, and i cant change it to my apple id my p

  • Firefox will not open unless I delete it and download again.

    Firefox is set as my default browser. Something has happened recently that caused this. I have both I.E. and Torch which both open fine. When I try to open Firefox, nothing happens. Pressing Ctrl,Alt,Del shows nothing in the "task" box. When I click

  • IPhone 3GS and Nike+

    For some reason, I can't get the Nike + app to show up on my iPhone. I go into settings and turn Nike + iPod on but the app doesn't show up in the list. The only way I can get it to show up is to restore the iPhone without restoring the phone from a

  • Automatic reversal of WIP

    Hi all my client wants that the system should automatically reverse the previously calculated WIP after final confirmation of order.Is it possible? if yes what is procedure?(with out useing KKAX &KO88) urgent pl Regards Sankaram

  • DVD too big to burn

    I was copying a DVD following these instructions: http://docs.info.apple.com/article.html?artnum=42724 and I was able to copy it to my desktop no problem, but now when I try to burn it onto a DVD-R I get a message saying the disc doesn't have enough