Image/Map Navigation System

Does anyone know how to use a smaller image as a way to
zoom/pan a larger version?
For example: https://oitapps.auburn.edu/campusmap/
Any help would be greatly appreciated.
TIA
Amanda

Using a thumbnail as a nav for a larger image is really quite
easy. You just
need to come up with a conversion factor that relates the two
images.
For example, say your original map is 1024 x 768 and you're
thumbnail is 190
x 142. This is an arbitrary size, but I arrived at by just
deciding I wanted
a 190 width. 190 / 1024 = .1855 This is your scaling factor.
Then 768 x
.1855 = 142, the height of your thumb.
Now, all you need to do to translate the coords is get the
click point
within the thumbnail and divide it by the scaling factor to
get the coords
within the large map. Say someone clicked in the center of
the thumbnail at:
(95, 71) 95 / .1855 = ~512 and 71 / .1855 = ~383...
HTH
Dave -
Head Developer
www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/

Similar Messages

  • Don't like the Navigation Bar? Try an Image Map.

    I understand the simplicity of the Navigation Bar, but being unable to even move the hyperlinks, let alone change the font without resorting to hacking XML, struck me as too simple. I decided not to use it, instead opting for a hyperlink image map, which is really easy to make using iWeb. I put up directions here:
    http://web.mac.com/jadespace/iWeb/1/Fetish/BEC79E6E-E82F-4AE3-9964-6BA510D46F1E. html

    The image bit is quite a good idea. I had created menus on my page, for the same reason as I wanted my own fonts. It all works perfectly until I decided to add some flags to differentiate the same pages in different languages and I placed my flags in the top area of the page.
    I spent hours trying to understand why they wouldn't work, changing opacity, location, size, until I moved them enough to realise that the top area is restricted to link generated by iweb and if you attempt to place your link to high, it will work in the iweb program but will not publish...
    about 2.5 cm from the top are banned from publishing links
    bernard

  • How to view satellite image during navigation with google maps iphone 5

    I am a new iPhone convert. I switched from the HTC EVO that used Google Navigation. Google Navigation in Android allows the user to see the image of the map during actual navigation to be the satellite view instead of the standard map view. I downloaded the Google Navigation App to my iPhone 5 but I can't get the map to switch to satellite view. I can only get the satellite view up for the overview map. Once navigation starts, the screen pops back over to the standard map view. How do I view the satellite image during navigation? Please help....

    I don't believe that is an option in Google Maps for iOS.

  • Mistake creating an Image Map

    Hello, I have a problem with my Image Map. Here are my steps:
    1.Create areas for the Image Map
    2.Create the Image Map with areas
    3.upload the image
    4.create the OTH file
    5.Enable rendering information option
    6.Create KM navigation iView and its layout set mode as default
    All references for directories and for my pic are OK but it doesn´t show any Image Map. I need help please!
    Thank you

    Hi,
       You can follow this example:
    In KM, image maps are used for a graphical depiction of folder contents. These objects are displayed using graphics instead of in their normal text form.
    Step 1 – Determine the image you want to use for navigating. This can be any JPG or GIF file. In this example I will reference the file world.gif.
    Step 2 – Configuring an image map. Take your image file world.gif and place it in the system. For our example place the file in the path: …../knowledgemanagement/etc/public/graphics. The subdirectory “graphics” was created within the public folder.
    Step 3 – In the documents folder, create the following folders:
    •  World
         Within the “World” folder, create the subfolders:
         North America
         South America
         Europe
         Asia
    Note: you can create as many folders as you like. This structure will serve as the navigation structure for world.gif image map.
    Step 4 – Determine the navigation coordinates for the image world.gif. Any tool can be used, for this example the tool GeoHTML was used. It is a freeware tool that can be downloaded from http://www.fegi.ru/geohtml.
    •  The following coordinates were determined for the folders:
         North America: 253, 255, 303, 285
         South America: 424, 171, 474,201
         Europe: 368, 43, 418, 73
         Asia: 276, 37, 326, 67
    Step 5 – Create new link-sensitive Areas for the image map. Menu path: Configuration -> Content Management -> User Interface -> Image Maps -> Areas
    Please note, an area would need to be defined for each area on the image map that would be link-sensitive areas.
    Step 6 – Defining an Image Map. In this step the name of the image map will be defined as well as specifying the path of the image, the tooltip, and lastly assigning the areas.
    Step 7 – Configure an Object Type Handling (OTH) file for the image map. OTH files are located in the /oth subdirectory within the /etc repository. Copy an existing OTH file in this subdirectory and copy it to “world.oth”. In This OTH file, define the navigation path, collection renderer, layout controller, action and image map. The OTH file should look as follows:
      <?xml version="1.0"?>
      <ObjectTypeHandler Name="Image Map world"
    Class="com.sapportals.wcm.service.objecttypehandler.GenericObjectTypeHandler">
    <SelectionCriteria>
      <Paths>
        <Path>/documents/World</Path>
      </Paths>
    </SelectionCriteria>
    <Properties>
      <Property Key="rndCollectionRenderer"              Value="ImageMapRenderer"/>
      <Property Key="LayoutController"                   Value="DefaultLayoutController"/>
      <Property Key="rndShowActions"                      Value="false"/>
      <Property Key="rndMap"                      Value="MapOfWorld"/>
    </Properties>
    <Actions/>
    </ObjectTypeHandler>
    Step 8 – Display the image map. For the navigation iView that is being used, ensure that the iView property “Layout Set Mode” is set to default.
    Step 9 – Reload the object type handler in order for the system to read the new oth file world.oth. This can be done by within the Rendering Information link in any navigation iView for a user that is specified in the Debugging Settings (this is done in the user interface configuration).
    Another option to reloading the object type handler would be restarting the J2EE engine.
    Step 10 – In the navigation iView for this mage map, navigate to the image map. In this example, the menu path would be documents/World
    Patricio.
    ps: If you want I can send you complete example.

  • Adding A HREF or image map to an image puts 3px L/R padding on image

    Hi all --
    I'm having an interesting problem.  I'm designing a web page that has a navigation banner (home - programs - schedule of events - contact us - downloads) that is made up of a .png for each page (i.e. home.png, programs.png, etc).  My page is 1000px wide and all of the navigation banner's images add up to 1000px wide. 
    I'm using JavaScript to create an onMouseOver and onMouseOut effect on each of the images. The problem that I'm having occurs when I tried to add a link (either by <A HREF=  or using an image map).  Whenever I add a link to the image, a small (3px) area of white space shows up to the right of the image. This shifts all of my other images 3px to the right (and 3 more for each link I add to subsequent images) thus making the total width of the navigation banner over 1000px and the last image gets shoved to a new line. 
    I can find no way to get rid of this white space other than to remove the link from the image.  There is no property on the page that adds any sort of padding, margins, or borders to images or links, so I can see no property that has to be changed.
    Help! How do I get rid of this white space but still keep the link on the image??
    [I've attached a screen shot showing a before/after of the images without/with links]
    Thanks in advance!
    //kl

    First, how are you looking at it?
    Internet Exploder frequently adds padding and space -- especially where there is white space in your code (so take that out for a start). Additionally, if you are using Microsoft's non-compliant browsers, you will note that many of them automagically adjust placement of objects and you have to write code specifically to stop that from happening.
    <!--[if IE 5]>
    <style type="text/css">
    /* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
    #outerWrapper #contentWrapper #leftColumn1 {
      width: 185px;
    </style>
    <![endif]-->
    For Internet Exploiter 6, you literally may need to rewrite navigation:
    <!--[if lte IE 6]>
    <style type="text/css" media="all">
    @import url("../ie6menu/content/menu_ie.css");
    </style>
    <![endif]-->
    Now my menu has a special CSS stylesheet  for that idiotic browser here:
    ul#content {
      background-image: url("../content_images/bg.jpg");
      background-repeat: repeat-x;
      cursor: default;
      height: 30px;
      list-style-type: none;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
    ul#content ul {
      cursor: default;
      font-size: 0;
      list-style-type: none;
      margin: 0 0 0 0;
      padding: 0 0 0 0;
    ul#content ul li {
      background-image: none;
      border-bottom: solid 1px black;
      float: none;
      margin-bottom: -1px;
    ul#content li {
      background-image: none;
      border-bottom: solid 1px black;
      float: left;
      margin-bottom: -1px;
      padding: 0 0 0 0;
      position: relative;
      white-space: nowrap;
      z-index: 100;
    ul#content li ul {
      display: none;
      top: 0;
    ul#content li.hover ul {
      display: block;
      position: absolute;
    ul#content li.current ul {
      position: absolute;
    ul#content li {
      background-image: url("../content_images/center.jpg");
      background-repeat: repeat-x;
    ul#content li span {
      background-image: url("../content_images/right.jpg");
      background-position: right top;
      background-repeat: no-repeat;
      display: block;
    ul#content li span a {
      background-image: url("../content_images/left.jpg");
      background-position: left top;
      background-repeat: no-repeat;
      color: #fff;
      display: block;
      font-family: "Trebuchet MS", Helvetica, sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: bold;
      height: 20px;
      margin: 0 0 0 0;
      padding: 5px 5px 5px 5px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 100px;
    ul#content li * a {
      height: auto;
      width: auto;
    ul#content li span * a {
      height: auto;
      width: auto;
    ul#content ul.level-1 {
      left: 0px;
      top: 100%;
    ul#content ul.level-1 li {
      background-image: none;
    ul#content ul.level-1 li a {
      background-color: #DA4D33;
      background-image: none;
      border-bottom: dotted 1px #E9E5F9;
      border-left: solid 1px #E9E5F9;
      border-right: solid 1px #656586;
      color: #fff;
      display: block;
      font-family: "Trebuchet MS", Helvetica, sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: bold;
      margin: 0 0 0 0;
      padding: 5px 5px 5px 5px;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      width: 100px;
    ul#content ul.level-1 li a.active {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;
    ul#content ul.level-1 li * a {
      height: auto;
      width: auto;
    ul#content ul.level-1 li span * a {
      height: auto;
      width: auto;
    ul#content ul.level-1 li.hover a {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;
    ul#content ul.level-1 li.current a.current {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;
    ul#content ul.level-2 {
      left: 112px;
    ul#content ul.level-2 li {
      background-image: none;
    ul#content ul.level-1 ul.level-2 li a {
      background-color: #DA4D33;
      background-image: none;
      border-bottom: dotted 1px #E9E5F9;
      border-left: solid 1px #E9E5F9;
      border-right: solid 1px #656586;
      color: #fff;
      display: block;
      font-family: "Trebuchet MS", Helvetica, sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: bold;
      margin: 0 0 0 0;
      padding: 5px 5px 5px 5px;
      text-align: left;
      text-decoration: none;
      text-transform: uppercase;
      width: 100px;
    ul#content ul.level-1 ul.level-2 li a.active {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;
    ul#content ul.level-2 li * a {
      height: auto;
      width: auto;
    ul#content ul.level-2 li span * a {
      height: auto;
      width: auto;
    ul#content ul.level-1 ul.level-2 li.hover a {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;
    ul#content ul.level-1 ul.level-2 li.current a.current {
      background-color: #E9E5F9;
      border-bottom: dotted 1px #DA4D33;
      border-right: solid 1px #E9E5F9;
      color: #332151;
      font-weight: bold;
      text-decoration: none;

  • Image mapping and Master Detail Regions in CS3

    Excellent advice to leave a url. I think I am having a similar problem with conceptualizing datasets for utilization with image mapping. I obviously cannot use the Get Schema via the Attach New Data set icon because I have rendered my own Master region. I am working with CS3. I will launch the site and ask for help from the url.
    Here is:
    http://www.atmfoods.net16.net/
    I need help with this. With the phasing out of tabulated layouts for div based layouts I run into quite a few snags attempting to work around deprecation of tags issues. What am I trying to do here:
    1. Get my spry menu to drop down in the child table and not the parent table aligned top left.
    2. Use image mapping of the thumbnail images in integration with datasets and spry Master/Detail regions, even if hand coded to achieve, for a larger image and data on each thumbnail on an accordion spry widget. I am thinking grid systems for the future of my works and hope to achieve some relative command of grid systems. Without gridlock.

    Hi,
    The dataset name in the NestedDataSet constructor does not go
    in quotes.
    Try var dsCreds = new Spry.Data.NestedXMLDataSet(dsAgents,
    "credentials/cred");
    and see if that helps.
    Don

  • E71 and navigation systems

    Hello,
    has anyone tried the Nokia E71 with either TomTom Mobile or with Garmin Mobile XT?
    Does the internal GPS of the phone work with either navigation system?
    Any feedback on the speed of navigation, is the navigation quick and with no jerks?
    Thanks a lot for the feeedback, Daniele

    29-Oct-2008 08:08 PM
    dcaccount wrote:
    Hello,
    has anyone tried the Nokia E71 with either TomTom Mobile or with Garmin Mobile XT?
    Does the internal GPS of the phone work with either navigation system?
    Any feedback on the speed of navigation, is the navigation quick and with no jerks?
    Thanks a lot for the feeedback, Daniele
    Tried Garmin XT once, only for a few minutes and never while in a car (only when walking). It worked and seemed to be an ok alternative to, although in my opinion not as good as, Nokia Maps.

  • N97 - Maps/Navigation Question (probably a rather ...

    I have managed to update my actual maps. So that's good. My compass seems to work, so that is also good.
    Before the Maps update I managed to save my home address and set it as a Favourite. Since the update of Maps (the app) and the actual maps themselves, I can't seem to save another Favourite location – such as my work address.
    So, this may be a very dumb question, but I'm allowed a few surely? LOL Phones I'm OK with, computers are my livelihood – but GPS is a whole new confusing world to me. OK – I get the basic concept – my device communicates with a silver dish in the sky and decides where I am, I tell it where I want to go, it determines where that is and charts a route for me and guides me on my way (I hope – if the Telstra ad on TV here is any indication, that could be problematic).
    How do I save a darn new address and make it a Favourite – I can't even save an address now, yet clearly I did before, because my home address is still there.
    Also, I gather I have to subscribe to this thing if I actually want driving instructions etc. For $79.99 a year, it seems rather expensive – what am I actually getting for that $79 when the use of the satellite seems to be charged on my phone bill.
    I'm so confused.
    Can someone please give me a kindergarten intro to GPS/Maps/what am I paying for/anything else I need to know?  How to save an address would be a good start!  Or is the answer to that, that my trial period has run out?
    Message Edited by au_n97_user on 26-Jul-2009 06:12 PM
    Solved!
    Go to Solution.

    Dear Advanced Sage.
    There are 4 components to a "SatNav" system.
    1 - A GPS device, which triangulates your position using satellites in space. The same principle that land surveyors use to locate a point by measuring its distance from (at least) 2 other points.Your location is identified as a pair of co-ordinates on the world mapping convention system, latitude and longitude.
    2 - A digitised map (or twelve).
    3 - Some software which  locates the identified co-ordinates on the digitised map, and the co-ordinates of any other "known"location. The map includes data about the various roads between the 2 identified locations, and determines the permutations of ways to get from A to B. According to your chosen priorities (faster route, shorter route, no toll roads, no ferries, etc) the software will inform you of the "best" route. It will normally do this by showing you this route, possibly step by step, on the screen of your SatNav.
    The cost of these 3 elements  is paid for (once and for all) in the purchase of the phone.
    To make the work of the number 1 component easier, that is, the task of the GPS to locate you in the first place, the GPS designers came up with AGPS - "Assisted" GPS. The assistance comes from the phones natural ability know where it is to a crude, but useful, extent by knowing the location of its "cell". This knowledge helps the GPS to calculate its position more quickly, by narrowing down its area of search. For the GPS to acquire this information, it needs to use the phones data connection to send and receive a small chunk of data about the cell, which gives the initial rough position to the GPS.
    If you select this AGPS option in your "Positioning" settings, you have to pay for the data connection, or it will come from your data allowance. It's not a lot, and speeds up the operation of the GPS, but it's not necessary for the operation of the GPS.
    4 - If, in addition to the visual directions from A to B, as shown on your screen, you want the SatNav to give you directions as you travel, this is known as "Navigation". It's like having a Navigator (as in rallying) sitting in the passenger seat, giving you directions as you go.
    Nokia charge a license fee for this "Navigation". From what I've seen recently, the current licenses on offer cover periods up to 1 year. I bought my Navigation license for my old N95, and I was then able to buy a 3 year license, which worked out cheaper per year. I've now tranferred my license from my old N95 to my new N97.
    Actually, I didn't have to do anything to "transfer" the license. You can set the license, on the Nokia server, to be linked to either your sim card, or your phone. If you link it to your phone, it will work with any sim card in the phone. If you link it to the sim card, your license will work. no matter what (nokia SatNav) phone you put your sim card in.
    That's about it really.
    To sum up, the GPS, software, and maps are all included in the price of the phone, including the software and maps updates. If you choose AGPS you will have to pay for the small data charges from your data allowance. (There's no point in buying this phone without an "unlimited" data allowance - personal opinion). For "Navigation", turn-by-turn direction, you will have to pay for a license.
    For what it's worth. I still have my old N95. I felt sorry for it, it's still a great phone, because it was left with no "Navigation" license, although I still had a perfectly working GPS. So I treated it to a copy of Garmin Mobile XT software. This installed perfectly on the N95, and, unlike the Nokia "Navigation" license, you only pay once. There's no term license. Once you've bought it, it's yours. It cost £50 GBP, and is accurate and easier to use than Nokia Maps. It wouldn't work on my N97, though, so I guess it is only for Symbian 3 devices, not Symbian 5. I bought a cheap "Pay and Go" sim card, to enable the Garmin software to use AGPS. The first time I used it thoug, it worked perfectly, and was quick to find my location, even without the AGPS assistance. A lovely bit of software.
    Phew ...
    Message Edited by 2bad on 26-Jul-2009 11:11 AM
    Message Edited by 2bad on 26-Jul-2009 11:13 AM
    Message Edited by 2bad on 26-Jul-2009 11:15 AM
    Message Edited by 2bad on 26-Jul-2009 11:16 AM

  • Image Map percentage in FW CS6

    Hi,
    I would like to create Image Map from Fireworks, but instead of pixels, is it possible to use percentage ?
    I use FW CS6, so I assume this option has been made available already ?
    Otherwise, in a general manner, is it possible to use percentage at all in an HTML export ?
    Jos

    This sounds like the same problem that I have recently been having with FW CS5:
    If I try to edit an exiting text entry, the program allows it -- but as soon as I move the cursor out of the text area, it reverts back to the original, saying that the 'file is locked'.
    I also get an error message saying an "internal error" has taken place in the program. Then, when I close the program, I get the following error message:
    I have been using this version of FW for several years (it's an authentic, registered copy), but the problem began in just the last few weeks. The only changes that I've made to my system in the last little while are the regular WIndows 7 updates. (Could there be a connection?)
    I've tried reinstalling the program, but the problem is still there.
    If you find how to solve your problem, can you post how you fixed it?
    Thanks.

  • Retaining Image Maps

    I am attemting to take a very complex help system and put it
    into a web site. However, the images that I used are too large for
    a web based system. In order to solve that issue, I have converted
    the images from a bmp format to gif.
    My goal is to change the images in several pages to link to
    the new gif images. These images will be the same dimension and
    content as those that are replaced. Only the imahe name will be
    changed.
    Each of these images also contains a number of image maps.
    Unfortunately, when I change the image in the help system, I also
    loose the image maps that I use to move from one page to another. I
    have several hunderd of these image mappings, so manually replacing
    them all would be a very large project. Is there a way of changing
    the image without also loosing the image mapping?

    Brent,
    I would first try a brute force approach:
    1. Create a copy of the help system to work with
    2. Update all the images from bmp to gif but retain the file
    names
    3. Open all the files in the system with a text editor and do
    a search and replace all for .bmp to .gif
    Cheers,
    Donal

  • Image region defining (Image Map)

    Hi everyone!
    I have a problem with an Image Map.
    It is so simple to define a Map with Regions in HTML,
    but could you help me do that in Swing?
    I want to create a picture in a Swing application with couple of regions defined.
    When I click one of defined regions an action is performed.
    Maybe some examples? Or a link?
    Thanks for help!

    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.BufferedImage;
    import java.io.*;
    import java.net.*;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    public class ImageMap
        public ImageMap()
            JLabel label = new JLabel();
            label.setHorizontalAlignment(JLabel.CENTER);
            Dimension d = label.getPreferredSize();
            d.height = 25;
            label.setPreferredSize(d);
            ImageMapPanel mapPanel = new ImageMapPanel(getImage());
            MapSelector selector = new MapSelector(mapPanel, label);
            mapPanel.addMouseListener(selector);
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(mapPanel);
            f.getContentPane().add(label, "South");
            f.setSize(400,400);
            f.setLocation(200,200);
            f.setVisible(true);
        private BufferedImage getImage()
            String fileName = "images/redfox.jpg";
            BufferedImage image = null;
            try
                URL url = getClass().getResource(fileName);
                image = ImageIO.read(url);
            catch(MalformedURLException mue)
                System.err.println("url: " + mue.getMessage());
            catch(IOException ioe)
                System.err.println("read: " + ioe.getMessage());
            return image;
        public static void main(String[] args)
            new ImageMap();
    class ImageMapPanel extends JPanel
        BufferedImage image;
        Dimension size;
        Rectangle left, right;
        boolean showMap;
        public ImageMapPanel(BufferedImage bi)
            image = bi;
            size = new Dimension(image.getWidth(), image.getHeight());
            showMap = false;
            addComponentListener(new ComponentAdapter()
                public void componentResized(ComponentEvent e)
                    left = null;
                    repaint();
        protected void paintComponent(Graphics g)
            super.paintComponent(g);
            Graphics2D g2 = (Graphics2D)g;
            g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
                                RenderingHints.VALUE_ANTIALIAS_ON);
            int w = getWidth();
            int h = getHeight();
            int x = (w - size.width)/2;
            int y = (h - size.height)/2;
            if(left == null)
                initRects(x, y);
            g2.drawImage(image, x, y, this);
            if(showMap)
                g2.setPaint(Color.red);
                g2.draw(left);
                g2.draw(right);
        private void initRects(int x, int y)
            int w = image.getWidth()/2;
            left = new Rectangle(x, y, w, size.height);
            right = new Rectangle(x + w, y, w, size.height);
        public Dimension getPreferredSize()
            return size;
    class MapSelector extends MouseAdapter
        ImageMapPanel mapPanel;
        JLabel label;
        public MapSelector(ImageMapPanel imp, JLabel label)
            mapPanel = imp;
            this.label = label;
        public void mousePressed(MouseEvent e)
            Point p = e.getPoint();
            String s = "";
            if(mapPanel.left.contains(p))
                s = "left";
            if(mapPanel.right.contains(p))
                s = "right";
            label.setText(s);
            if(e.getClickCount() > 1)
                mapPanel.showMap = !mapPanel.showMap;
                mapPanel.repaint();
    }

  • Free After Effects Video Tutorial - Satellite Navigation System's animation (Part 1) in After Effect

    Hi friends
    There is an Amazing new video tutorial at http://www.henrythejedi.com in which you will learn how to
    create a Satellite Navigation System's animation in After Effects
    Here is what is covered in Part 1 of this exciting tutorial:
    • Have fun making this very popular effect as seen on countless Television shows from all around the world
    • Enjoy the creative process of making this very popular scene in which a satellite navigation
    system tracks an object on a satellite image
    • Create the project assets for the satellite animation in After Effects
    • Learn very creative color correction techniques
    . Animatting layers to achieve the desired effect
    Please visit http://www.henrythejedi.com today to find out more....
    You can also download a high quality version of this amazing video tutorial for FREE
    so you can learn at the comfort of your home and at your own pace
    Please check this tutorial and more on our website:
    http://www.henrythejedi.com
    Thank you so much for your time
    Henry Mbata AKA The Jedi
    3d Modeller, Animator, Visual effects artist and Trainer
    website: http://www.henrythejedi.com
    e-mail address: [email protected]
    Tel: +27725407280

    Thanks for the work you've done on these tutorials and I wish you success in launching your DVD.
    Your English is very good.
    bogiesan

  • HP IPAQ NAVIGATION SYSTEM is it compatible with No...

    Hey all, i've recently managed to get a good deal for the HP IPAQ Navigation System (GPS Receiver), but Im not sure if it will work with my Nokia E51. On top of that, Mapking is included but i can't seem to install mapking since it states that I need Windows CE which obviously the E51 doesn't run on it. I need some advice on this.

    If the HP GPS receiver works like a regular Bluetooth GPS receiver, then you can most likely use it with Nokia Maps or other software that can use a an external Bluetooth GPS receiver (TomTom, Navicore, Wayfinder, Route66, Google Maps, etc.).
    If the Maping is for Windows CE (Windows Mobile), then it is useless to you unless you also have a Windows Mobile based device which to run it on.

  • Installing ios8.2 does not resolve Google map navigation problem or gps tracking!

    Installing ios 8.2 does not resolve Google map navigation problem.

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

  • Image Map Implementation

    Can someone walk me through the process of creating image maps in portal? I know how to import an image. What I don't know is how to how to make that image an imagemap where I can click on different part of my image and view a report, file, folder or a url.

    Hallo,
    You have to create your imagemap in a HTML-Editor first.
    Second step is, to add an image item to your folder. In the Upload Wizard you have first to upload the image from your filesystem, then you have to give your imagemap a name. This name must be the same as in the <map>-tag.
    In the following textarea "Imagemap" you paste the HTML-Code of your imagemap. The rest of the options are clear at all.
    Example:
    <map name="bmvit">
    <area alt="Federal Ministry of Transport, Innovation and Technology: Science and Technology policy activities" coords="266,63,315,82" href="http://www.bmvit.gv.at/">
    <area alt="Technologies for sustainable development" coords="85,92,165,160" href="http://www.bmv.gv.at/tech/enuumw/index.htm">
    <area alt="Intelligent transport systems and services" coords="172,92,252,160" href="http://www.bmv.gv.at/tech/wirtech/mobil.htm">
    <area alt="IT-related activities" coords="259,92,339,161" href="http://www.bmv.gv.at/tech/infoges/index.htm">
    <area alt="Patent office" coords="416,181,500,212" href="http://www.patent.bmwa.gv.at/">
    <area alt="FWF" coords="63,225,161,306" href="http://www.fwf.ac.at">
    <area alt="TIG" coords="166,224,264,306" href="http://www.tig.or.at/">
    <area alt="FFF" coords="271,225,367,306" href="http://www.fff.co.at/">
    <area alt="ITF" coords="374,224,472,306" href="http://www.fff.co.at/view.php?docid=50" >
    </map>

Maybe you are looking for

  • How to Decativate the Grouping key in Vendor Master?

    Hello All, I'm trying to create a Vendor from the transaction code FK01, I fill up all the details and when i come to the dinning part of the master it does let me save the vendor and asks for a "Valid Grouping Key"....i have checked with spro settin

  • SHIP-TO download from R/3 to CRM

    Hi Gurus, We are downloading 'SHIP-TO' from R/3 to CRM. In 'PIDE' we have mapped corresponding 'Account Group' with 'Classification - B i.e. Customer'. What is happening is, all SHIP-TOs are getting created in role 'SOLD_TO' in CRM. Anything wrong he

  • 2 BW to one ECC6

    Gurus, Can we have 2 BW system connect to the same ECC6? If yes, how can we ensure that the same data (full load + Delta) will be send into two different BW system? Please advise, thank you.

  • Satellite A200-1AX function key not working

    Hey all i installed XP a few weeks back and updated the bios to the xp version I didn't like it and i went back to vista but now my function doesn't work. I press it and press the screen brightness key but the controls don't show up anymore and i hav

  • HELP! BATTERY PROBLEMS, I THINK...

    Hey, Got problems with my MacBook Pro battery. It started when I noticed it was taking a REALLY super-long time to charge...I would leave it plugged in over night and in the morning, it would still be at 63%. Then, it would say it was fully charged,