What is the URL for the keynote help link in the keynote app

what is the URL for the keynote help link in the keynote app on the ipad. I have a firewall in place to keep student from accessesing unwanted/restricted information, where can I find the url/ip address to unblock this site. Thanks

Hi Ravi,
As such there is no path for directly opening Visual Composer from the Netweaver system (I suppose this is what you mean by the acronym nws). Visual Composer can only be opened by the URL as given by Rahul:
http://<hostname>:<port>/VC
Bye
Ankur

Similar Messages

  • HT1349 I accidentally erased the URL for my homepage with safari in the preferences, can someone tell me what to put in there so when I click on the safari icon in my dock it will go there? thank you, kathy

    I accidentally erased the URL for my homepage with safari in the preferences so can someone tell me what to put in there so when I click on the safari icon in the dock it will take me to the safari page it had when I first got my macbook pro?

    Safari comes with the Apple website pre-defined, so if you want to use it as the homepage for Safari, open Safari menu > Preferences > General, and type "http://www.apple.com" (without quotes) on the homepage box. Then, close the Preferences window and Safari will be set up with this page

  • Hi what is the url for visul composer help me

    hi firends
    i am new to nws adminstration can any one help me to my question ?(url for visul composer) and if any paths are located in nws  system  plz give the path
    thank u
    ravi

    Hi Ravi,
    As such there is no path for directly opening Visual Composer from the Netweaver system (I suppose this is what you mean by the acronym nws). Visual Composer can only be opened by the URL as given by Rahul:
    http://<hostname>:<port>/VC
    Bye
    Ankur

  • How can I see the URL for a page opened in the new version of safari?

    Sometimes I like to copy the URL for an article I find on the web.  The new version of Safari doesn't seem to show the URL.  How can I see it?

    Just click inside the url address bar. Full url address highlighted, will appear.
    Best.

  • Help me plz.. i,ve got a apple i phone 4 and i'm the 2 owner of it and i dont have it's apple id and passward for it and 1st owner doesnt know it too so what can i do for this plz help me....

    help me plz.. i,ve got a apple i phone 4 and i'm the 2 owner of it and i dont have it's apple id and passward for it and 1st owner doesnt know it too so what can i do for this plz help me....

    Neither can we.  Only the original owner can help you, surely he/she can reset their password.

  • HT1222 i had a problem in my ipad 3.in the main screen it shows ' ipad is disabled'connect to the itunes'.what can i do for it.pls help me!

    i had a problem in my ipad 3.in the main screen it shows ' ipad is disabled'connect to the itunes'.what can i do for it.pls help me!

    I can't connect my ipod to itunes because it asks for my pass code which obviously I don't have it to connect to itunes to fix the problem in the first place.Thanks for your help.

  • What's the correct form of the URL for wiki calendar access in iCal?

    I understand the URL for my personal calendar "server.domain.net/webcal", but whats the URL for a wiki calendar? Under SL I used to access wiki calendars in iCal using a URL of the form "server.domain.net/principals/wikis/<wiki_name>" but this no longer works.

    Nevermind I figured it out. The correct form is "server.domain.net/principals/__uids__/wiki-<name of wiki>/"

  • What is the url for executing PL/SQL

    what is the URL for 9i http pl/sql routines?
    http://machine:port/?????????
    thnx
    endre

    Hi endre,
    Are you looking for the URL for executing Oracle9i PSP routines?
    -shefali

  • What are the URLs for webmail and the wiki?

    I see that Lion Server supports webmail and a built-in wiki server, both available through a web browser.
    What are the URLs for these; how do I get to them? I can't find that important detail anywhere in the documentation.

    From /etc/httpd.conf
    Alias -->name --> location
    Alias /webmail /usr/share/web/webmail.html
    Alias /changepassword /usr/share/web/changepassword.html
    Alias /profilemanager /usr/share/web/profilemanager.html
    Alias /webcal /usr/share/web/webcal.html

  • What is the url for my ipad2

    What is my URL for my iPad2?

    Your iPad has an IP that is assigned to it by the router when you are connected to a network. To see the IP, go to Settings/Wi-Fi and then tap the blur arrow to the right of the network to which your are connected.

  • What is The URL for OmniPortlet Provider?

    We installed PDK. What is the URL for OMNIPortlet provider when registering the provider?

    Hi,
    A couple of additional points;
    You may also use the following URL;
    http://<MACHINE_NAME>:<OC4J_PORT>/portalTools/
    This will get you to the Provider test page of Portaltools application, and from this page you have links to all the providers of Portaltools.
    Also, you may refer to the Configuration document for Omniportlet, this is available with PDK installation, you can access this document at;
    \<pdk_install_directory>\portalTools\doc\install\configuring.omniportlet.html
    Alternatively you can access this document with the following URL;
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/PORTALTOOLS/DOC/INSTALL/CONFIGURING.OMNIPORTLET.HTML
    Take care,
    Manoj

  • What is the url for executing PL/SQL via 9i http

    what is the URL for 9i http server pl/sql routines that I just compiled? I don't run 9ias just the 9i http server
    http://machine:port/?????????/procedure_name
    thnx
    endre

    do this if you are still having problemd
    CREATE AND SETUP NEW USER
    The second step is to create an application user that will
    own the code for this example. Connect to SQL*PLUS as a user with
    DBA rights, and execute the following commands:connect
    SQL> CREATE USER user IDENTIFIED by user;
    SQL> GRANT CONNECT, RESOURCE TO user;
    CONFIGURE DAD IN THE PL/SQL GATEWAY
    The third step is to create a new DAD.
    Enter the PL/SQL gateway configuration menu. The generic address to the
    page is
    http://<machin:port/pls/admin_/gateway.htm
    The is specified in your plsql.conf file. By default the address
    will be
    http://..:/pls/admin_/gateway.htm
    (Replace ..: with the valid entry for your
    configuration, e.g. www.acme.com:8080).
    Click on the link 'Gateway Database Access Descriptor Settings' to access
    your DAD settings. Then press the link 'Add for WebDB 2.x configuration'
    to create a new DAD. Enter the following values:
    Parameter Value
    Database Access Descriptor Name give name
    Schema Name the user you created
    Oracle User Name the user you created
    Oracle Password the password of the user
    Oracle Connect String <- found in your
    tnsnames.ora
    Document Table                    documents
    Document Access Procedure user.package.procedure
    Extensions to be uploaded as LONG RAW
    Leave the other parameters as they are. If you are not using an 8i database
    or need to use the LONG RAW datatype for
    some reason, you can place an '*' in the "Extensions to be uploaded as LONG
    RAW" field. You can also limit this to
    specific file name extensions such as jpg or pdf by entering the extensions
    and using a comma to separate the
    values. Click the OK button to save the DAD configuration.
    Hope this helps

  • What is the URL for the itunes u course manager?

    what is the URL for the itunes u course manager?  the one on the Apple site returns a page not found

    https://itunesu.itunes.apple.com/coursemanager/

  • What is the URL for icloud webmail from an ipad2, what is the URL for icloud webmail from an ipad2

    what is the URL for icloud webmail from an ipad2

    There are other browers available in the app store, I've heard that some of them can access icloud.com.  I don't know which ones.
    Also, can't you just add your account in mail?  You can always delete it when home - it won't mess things up for her.  ... unless there are "security" issues involved.

  • Once an administrator adds an apple id as a contributor in the public site manager, what is the URL for Course Manager ?

    once an administrator adds an apple id as a contributor in the public site manager, what is the URL for Course Manager ?

    https://itunesu.itunes.apple.com/coursemanager/
    Although is appears that a lot of users are currently having trouble signing in.

Maybe you are looking for

  • 2nd HDD that doesn't refresh

    Hello, I have a SSD in my main MBP bay and a HDD in the optical bay. Sometimes, it looks like my MBP lose the connection to the HDD. The drive is there but when I look at folders from Finder, I get endless spinning wheel at the bottom right of the fi

  • I have just upgraded to PSE 12. I cannot view photos in the Organiser how do I make them appear?

    I can see the hourglass only. Eventually and for no logical reason they do appear but may disappear just as quickly. In PSE 9 I would just click on 'show all'. How do I do it in PSE 12?

  • Copy a database

    Hi A client has had a web application for them. the company who made this web application wanted MSSQL Express So we have a Cloud Server, with MSSQL express installed on (It should be fine as the data shouldn't ever exceed 10GB)The server gets snapsh

  • Name Display Feature Bug or not?

    hello you, I noticed an odd problem with my N82 where if I get an incoming call I will be able to see the name + number that I don't have on my phonebook (which is sent by the network via its registered name) BUT if I miss the call or I want to check

  • Object trough vi

    Hello, I had a sight at lvoop examples but i didn't see examples where objects are used just with their names through vi, objects are passed via terminals. How do you pass object from a vi to another without wiring it, using another vi implementing s