Where to learn how to create a "virtual book"

I'm a writer looking to design a webpage so that the content
looks like it is inside a regular book that you would "flip"
through...is there a specific tutorial i should use for this?
Anyone have any tips?

Hi,
If you need more shapes than a particular Microsoft Office Visio template provides, you have a couple of options. You can either search Visio and the Web for shapes that Microsoft has developed, or you can search the Web for shapes that were developed by
others,
https://support.office.com/en-us/article/Find-more-shapes-and-stencils-123f0550-ab4b-4803-ae74-4e9c73fff4ca
And create custom shapes in Visio.
http://office.microsoft.com/en-001/visio-help/create-a-shape-HP001231200.aspx
http://office.microsoft.com/en-001/visio-help/create-save-and-share-custom-stencils-HA102749233.aspx
http://blogs.office.com/2013/09/24/learn-to-create-3-d-shapes-in-visio/
Best regards,
Greta Ge
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.

Similar Messages

  • I want to learn how to create an app.  Where do I begin?

    I want to learn how to create an app.  Where do I begin?

    Have a look at these pages:
    https://developer.apple.com/ipad/sdk/
    https://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhone1 01/Articles/00_Introduction.html

  • How to create a virtual directory using EPG

    Hi,
    Can anyone tell me how to create a virtual directory in the EPG that points to a physical directory in the database server?
    Thanks,
    Andrew.

    You can create an Oracle directory that points to an operating system directory in the database product... Does that help?
    Thank you,
    Tony Miller
    Webster, TX
    There are two kinds of pedestrians -- the quick and the dead.
    If this question is answered, please mark the thread as closed and assign points where earned..

  • [Help] Learn How To Create InputDialog

    I still learn how to create a component.
    I want to create a simple input dialog which modeled after JOptionPane.showInputDialog, but i can't get the value, it's always show null. Anybody know where i doing wrong?
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class kotakPesan extends JFrame implements ActionListener {
         String jdlPesan;
         String isiPesan;
         JPanel p = new JPanel();
         JButton bOk = new JButton("Ok");
         JTextField tIsi = new JTextField();
         JLabel lIsi = new JLabel();
         String A;
         public String inputPesan (String Judul, String Isi) {
              this.jdlPesan = Judul;
              this.isiPesan = Isi;
              tampilInputPesan();
              return A;          
         public void tampilInputPesan () {
              setTitle(jdlPesan);
              lIsi.setText(isiPesan);
              p.setLayout(new GridLayout(3, 1));
              p.add(lIsi);
              p.add(tIsi);
              p.add(bOk);
              getContentPane().add(p);
              setDefaultCloseOperation(EXIT_ON_CLOSE);
              pack();
              setVisible(true);
              bOk.addActionListener(this);
         public void actionPerformed (ActionEvent aE) {
              A = tIsi.getText();
    }Main Method:
    public class Sim {
         public static void main (String[] args) {
              kotakPesan p = new kotakPesan();
              String A = p.inputPesan("Masuk", "Angka");
              System.out.println(A);
    }

    I'm also learning java and I'm not quite sure what are you trying to do. Are you trying to read your pre-defined input in the text field?
    I've created a simple window with a text field, a button and the program will produce a sample output. I hope it will help you a bit.
    import javax.swing.*;
    import java.awt.event.*;
    public class TestWindow extends JFrame
         //Window attributes - references
         private JPanel panel;
         private JLabel inputLabel, outputLabel, resultLabel;
         private JTextField inputField;
         private JButton clickButton;
         //Window size - in pixels
         private final int WINDOW_WIDTH = 300;
         private final int WINDOW_HEIGHT = 450;
         //Constructor
         public TestWindow ()
              setTitle ("This is a simple window.");
              setSize (WINDOW_WIDTH, WINDOW_HEIGHT);
              setDefaultCloseOperation ( JFrame.EXIT_ON_CLOSE );
              createPanel ();
              add (panel);
              setVisible (true);
         private void createPanel ()
              inputLabel = new JLabel ("Enter an integer of your choice: ");
              outputLabel = new JLabel ("Your number is: ");
              resultLabel = new JLabel ("---------------");
              inputField = new JTextField (5);
              clickButton = new JButton (" dum dum dum ");
              clickButton.addActionListener (new TempListener ());
              panel = new JPanel();
              panel.add (inputLabel);
              panel.add (inputField);
              panel.add (outputLabel);
              panel.add (resultLabel);
              panel.add (clickButton);
         //Action listener for the button.
         private class TempListener implements ActionListener
              public void actionPerformed (ActionEvent event)
                   int textToInt;
                   String inputFieldTempOut = "";
                   String text = inputField.getText ();
                   textToInt = Integer.parseInt (text);
                   if (textToInt % 2 == 0)
                        if (textToInt == 0)
                             inputFieldTempOut = "Neither even nor odd.";
                        else
                             inputFieldTempOut = "An even number.";
                   else
                        inputFieldTempOut = "An odd number.";
                   resultLabel.setText (inputFieldTempOut);
    public class TestWindowDemo
       public static void main(String[] args)
          TestWindow tw = new TestWindow();
    }

  • How to create local virtual web host ex. myserver.local?

    Hi
    I'm sorry but following steps in Yosemite Server help led me to nowhere.
    Could you please explain how to create local virtual web host ex. myserver.local?
    Thanks

    Hi Sergey,
    I assume that you mean virtual desktop storage location, which I don’t think that we can change this setting for an existing collection.
    You can create a new collection, during the creation process, you will be able to select a different storage location for new VMs.
    More information for you:
    Single Image Management for Virtual Desktop Collections in Windows Server 2012
    http://blogs.msdn.com/b/rds/archive/2012/10/29/single-image-management-for-virtual-desktop-collections-in-windows-server-2012.aspx
    Geek of All Trades: VM-Hosted RemoteApps - New Best Practice for Virtual Desktops?
    https://technet.microsoft.com/en-us/magazine/jj554307.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How to create an Virtual resource Adapter in SUN IDM 7.1?

    Hi,
    Can anyone know how to create an Virtual resource Adapter in SUN IDM 7.1?
    Regards
    Damodar

    Hi Dinesh,
    Try using waveset.adminRoles
    Thanks

  • How to create a Virtual Path ??

    I want to know how to create a Virtual Path in My Application !!!
    that is HTTP link that refer to existing folder in the file system
    thanks

    Alias can never be mount, but the virtual drive I want to create must be able to mount and unmount.
    Desktop having both original and virtual drive.
    My system is booted from 'Snow leopard' and I've an another drive, name 'Disk Testing' so by using a software I create the virtual drivre of 'Disk Testing' as you can see in the image. Both the drives are identical to each other and both are able to mount and unmount, they are having same data and attributes.
    So I want to create exactly this kind of virtual drive by using any apple script or command.i.e without using any software.

  • How to create a virtual drive of a non bootable drive ?

    How to create a virtual drive of a non bootable drive ?
    through which we can see the preview of the drive without clicking on the original drive.

    Alias can never be mount, but the virtual drive I want to create must be able to mount and unmount.
    Desktop having both original and virtual drive.
    My system is booted from 'Snow leopard' and I've an another drive, name 'Disk Testing' so by using a software I create the virtual drivre of 'Disk Testing' as you can see in the image. Both the drives are identical to each other and both are able to mount and unmount, they are having same data and attributes.
    So I want to create exactly this kind of virtual drive by using any apple script or command.i.e without using any software.

  • How to create a Virtual provider in BI 7.0?

    Hi friends!
    I need create a virtualprovider (with SCM source system), but I find the option 'Create Virtual Provider'  in the context menu only when the infosource is 3.x
    How can I do it in 7.x?
    Thanks in advance!
    Edited by: SSap on Oct 28, 2009 9:11 PM

    1.How can I do it in 7.x?
    In BI7, just right click on any infoarea, and choose create 'virtual provider'. For direct access, you choose Virtual Provider with 'direct access'. There's an option to use the old R/3 infosource. What this means is that you can create an infosource with transfer rules and such, and when you create the virtual infoprovider, it will use the structure in the infosource automatically and the flow of data is automatically link R/3 with the transfer rules and the virtual infoprovider. Note that no update rules exist with this kind of setup.
    In BI7 you have a more flexible approach in that you can create a transformation to configure the 'transfer logic' of your virtual infoprovideralong with start routine, end routine or any other transformation technique visible with using a transformation rule.
    But using BI7 setup, you need to create a sort of 'pseudo' DTP, which doesn't actually do anything, meaning you do not 'execute' it to start a data transfer.
    After all is done, you need to right click on the virtual infoprovider and choose 'Activate Direct Access'. If you use Infosource, go to the Infosource tab, and choose the infosource. If you're using BI7 setup, choose the DTP related to the transformation and save it.
    a virtual infoprovider with direct access is really slow if you have a lot of records transmitting between the remote function calls.
    Hope this helps
    Manjula

  • Need to learn how to create a slideshow in Flash

    Hello All,
    I'm new to Flash and I need to learn how to do a slideshow with exactly the same features as can be found in this link:
    http://www.esppromo.com/index.asp
    Just like at the link above, it needs to play through the slides automatically once the page is loaded, each slide needs to link to a specific URL, and I need controls similar to the boxes at the bottom so the viewer can click on any specific slide they wish to view (I'd like to have numbers in the boxes though). The transitions don't have to slide across like this. If a fade is easier, that would be fine.
    Since I've looked online, but can't find any tutorials for doing this in Flash Professional, I think I'll pick up a book on Flash. There are some online tutorials that are close but nothing that is exactly what I'm looking for.
    I'm just wondering if anyone can recommend a particular book that covers creating this type of slide show with the links and controls exactly as I need it to be. I see these types of slide shows on a lot of sites now, so I'm hoping that maybe someone else on this forum has had to learn how to do this and can recommend a book they used?
    I was looking at Adobe Flash Professional CS5 Classroom in a Book and it looked like it may be what I'm after, but I am rather cautious, as I don't want to end up with instructions that are close to what I am looking for, but not quite right.
    Actually, I thought I'd be able to do this fairly easily with Flash Catalyst, so I updated to Adobe CS5 Design Premium. I found that Flash Catalyst can be used to create a slide show like this, but unfortunately it won't play automatically when the page loads and the viewer has to manually click through the slides, which is not what I need. I could be wrong, but from what I've read, I need Flash Builder to add code so the slide show will play automatically if I create it in Flash Catalyst. Since it's not an option for me to buy more software at this time, I've decided to learn how to do this in Flash Professional.
    I really want to learn how to do this. I expect to go on and create more using Flash, but for now I just REALLY need to figure this slide show out.
    If anyone can help out, I'd really appreciate it!
    Thanks,
    William

    Edit:
    i'm sorry. it is a huge work to type this and will be confusing as hell. i'm already up to 1 full word page of explanation. Though i am able to do it, explaning it in full lengh is ... well.. very hard. Way harder than it is to make your flash itself.
    I can however point you to some element you should read about how to make them:
    - How to use timeline in flash cs4
    - how to create a button in flash cs4
    - How to make "CLASSIC TWEEN" in flash cs4
    - How to use ActionScript 2 ( AS2) basic command like : GetUrl, Gotoandplay, Stop and how to put those script in the right location. ( AS2 allow you to put script directly on the button itself. however it is best to put it in the Action Layer that you will have to build in the timeline.
    - How to import thing in library.
    keep in mind that what you want to make is mostly a Logic probleme...
    - Image 1 click = GetURL X,
    - After Y time, Switch image 1 to image 2 with animation. Do the same for the button.
    - If you click on button 1 while being on image 3, you have to set all the reverse animation in the timeline, and use a lot of Gotoandplay.
    Hope this help you a little.
    I'm sorry. i really wanted to help you do it, but it is just a monstruous job to write all this.

  • Where to learn how to make advanced shapes ?

    So, there are a lot of info in www - about how to connect shapes, how to edit some setting, how to edit microsoft built in shapes
    BUT, i cant find anything (even for money) about how to create advanced shape, for example there are some paid shapes you can buy for rare usage - for example, meteorology.Or, how to create shape comparing to quality of bult in shape
    all i need - i wanna learn how to do it, the best way - to find a video that will explain the mystery setting in Shape Format menu
    thx!

    Hi,
    If you need more shapes than a particular Microsoft Office Visio template provides, you have a couple of options. You can either search Visio and the Web for shapes that Microsoft has developed, or you can search the Web for shapes that were developed by
    others,
    https://support.office.com/en-us/article/Find-more-shapes-and-stencils-123f0550-ab4b-4803-ae74-4e9c73fff4ca
    And create custom shapes in Visio.
    http://office.microsoft.com/en-001/visio-help/create-a-shape-HP001231200.aspx
    http://office.microsoft.com/en-001/visio-help/create-save-and-share-custom-stencils-HA102749233.aspx
    http://blogs.office.com/2013/09/24/learn-to-create-3-d-shapes-in-visio/
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How to create azure virtual network by programming

    Hi everyone
    i want to create azure virtual network by programming
    Doese anyone know how?
    My way is create xml network config
    and then call powershell
    Set-AzureVNetConfig-ConfigurationPath
    But if on manage portal is exist any network
    It is impossible to create new azure virtual network
    Thank in advance,
    QP

    Hello pham van quyen,
    I am assuming that you are downloading the XML file from the portal and then editing it before you create the Virtual Network. You should be able to create a virtual network by using the set-azureVNETconfig command. But if you are connecting a gateway, please
    use the Set-AzureVNetGateway.
    I would suggest you to follow this tutorial that will give you information on Windows Azure Network using PowerShell:
    http://blogs.technet.com/b/kevinremde/archive/2013/01/19/create-a-windows-azure-network-using-powershell-31-days-of-servers-in-the-cloud-part-19-of-31.aspx
    If you are having issues with this, please let me know the related errors or failures.
    Thanks,
    Syed Irfan Hussain

  • How to create a Virtual Tour from a panorama

    Hey All,
    I'm trying to create a Virtual Tour from an already stitched 360 Panoramic interior photo (taken with a fish eye lens).
    Are there any programs throughout the Adobe Suite/Cloud  that will allow me to generate a virtual tour from this image, either automatically or manually?
    Or is it best to look into other software(s)?

    There are web services like Panoramio for that. I'm sure you could find some Flash plug-ins as well or some canned JavaScript stuff.
    Mylenium

  • How to create a Virtual part list for the particular assembly.

    Dear Gurus,
                        For our single purchasing order of particular assembly, we have multiple suppliers who can contribute in that Assembly. For example The purchasing order of Assembly X is given to supplier A and in that some part should be also ordered which should be delivered to supplier A from supplier B. In this situation, I want to create a virtual part list of the assembly which can be used to order both of this supplier seperately. So I do not forget to make purchasing order to the supplier B.
                       Thanks in advance.
    Regards
    Mayur

    Dear Mayur,
    One of option for you is: using document draft as the template for the part list of supplier B.  Then create user alert whenever the supplier A need to be ordered.
    Thanks,
    Gordon

  • Does anyone want to learn how to create 3D cartoon images/Plus advanced Editing Techniques???PM Me.

    i can show anyone how to create jaw dropping 3D cartoon images,Zombie Character/Etc.Plus a ton of other editing tips and trick.Just PM me.

    i can show anyone how to create jaw dropping 3D cartoon images,Zombie Character/Etc.Plus a ton of other editing tips and trick.Just PM me.

Maybe you are looking for