On Tuesday, April 17, 2012 6:41:08 AM UTC-7, zacktu wrote:
> I am attempting to use the TMT4 P1Route Finder App. I want to build a
> web app. My understanding from reading about the tutorial is that Eclipse
> and AppLaud are necessary only if I want to produce a native app for
> Android.
> I'm at the point where I think that I should have an empty square where
> the map will be, but there is no square. The only thing that I have done
> is to add links and scripts. I've shown all of them below.
> <link rel="stylesheet" href="
> http://code.jquery.com/mobile/latest/jquery.mobile.min.css" />
> <script type="text/javascript" src="
> http://code.jquery.com/jquery-latest.min.js"></script>
> <script type="text/javascript" charset="utf-8" src="
> http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
> <script type="text/javascript" src="
> http://maps.google.com/maps/api/js?sensor=false"></script>
> <script type="text/javascript" src="ui/jquery.ui.map.js"></script>
> <script type="text/javascript"
> src="ui/jquery.ui.map.services.js"></script>
> <script type="text/javascript" charset="utf-8"
> src="mapapp.js"></script>
> I have two questions:
> 1. Are Eclipse and AppLaud necessary to implement this tutorial?
> 2. Are my import statements complete?
> Bob
On Tuesday, April 17, 2012 6:41:08 AM UTC-7, zacktu wrote:
> I am attempting to use the TMT4 P1Route Finder App. I want to build a
> web app. My understanding from reading about the tutorial is that Eclipse
> and AppLaud are necessary only if I want to produce a native app for
> Android.
> I'm at the point where I think that I should have an empty square where
> the map will be, but there is no square. The only thing that I have done
> is to add links and scripts. I've shown all of them below.
> <link rel="stylesheet" href="
> http://code.jquery.com/mobile/latest/jquery.mobile.min.css" />
> <script type="text/javascript" src="
> http://code.jquery.com/jquery-latest.min.js"></script>
> <script type="text/javascript" charset="utf-8" src="
> http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
> <script type="text/javascript" src="
> http://maps.google.com/maps/api/js?sensor=false"></script>
> <script type="text/javascript" src="ui/jquery.ui.map.js"></script>
> <script type="text/javascript"
> src="ui/jquery.ui.map.services.js"></script>
> <script type="text/javascript" charset="utf-8"
> src="mapapp.js"></script>
> I have two questions:
> 1. Are Eclipse and AppLaud necessary to implement this tutorial?
> 2. Are my import statements complete?
> Bob
On Tuesday, April 17, 2012 6:41:08 AM UTC-7, zacktu wrote:
> I am attempting to use the TMT4 P1Route Finder App. I want to build a
> web app. My understanding from reading about the tutorial is that Eclipse
> and AppLaud are necessary only if I want to produce a native app for
> Android.
> I'm at the point where I think that I should have an empty square where
> the map will be, but there is no square. The only thing that I have done
> is to add links and scripts. I've shown all of them below.
> <link rel="stylesheet" href="
> http://code.jquery.com/mobile/latest/jquery.mobile.min.css" />
> <script type="text/javascript" src="
> http://code.jquery.com/jquery-latest.min.js"></script>
> <script type="text/javascript" charset="utf-8" src="
> http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
> <script type="text/javascript" src="
> http://maps.google.com/maps/api/js?sensor=false"></script>
> <script type="text/javascript" src="ui/jquery.ui.map.js"></script>
> <script type="text/javascript"
> src="ui/jquery.ui.map.services.js"></script>
> <script type="text/javascript" charset="utf-8"
> src="mapapp.js"></script>
> I have two questions:
> 1. Are Eclipse and AppLaud necessary to implement this tutorial?
> 2. Are my import statements complete?
> Bob