Click here to Skip to main content
15,898,134 members
Home / Discussions / Web Development
   

Web Development

 
QuestionIs there a best forum to ask questions about CSS? Pin
Coleenh13-Apr-09 2:53
Coleenh13-Apr-09 2:53 
AnswerRe: Is there a best forum to ask questions about CSS? Pin
Marc Firth13-Apr-09 22:22
Marc Firth13-Apr-09 22:22 
GeneralRe: Is there a best forum to ask questions about CSS? Pin
Coleenh14-Apr-09 3:40
Coleenh14-Apr-09 3:40 
GeneralRe: Is there a best forum to ask questions about CSS? Pin
Marc Firth14-Apr-09 4:31
Marc Firth14-Apr-09 4:31 
GeneralRe: Is there a best forum to ask questions about CSS? Pin
Coleenh14-Apr-09 9:37
Coleenh14-Apr-09 9:37 
QuestionAuthenticate Software and Password Help Pin
BlitzPackage11-Apr-09 15:33
BlitzPackage11-Apr-09 15:33 
AnswerRe: Authenticate Software and Password Help Pin
Marc Firth13-Apr-09 22:17
Marc Firth13-Apr-09 22:17 
QuestionAnyone used the Garmin Communicator Api? Pin
Mike Hankey9-Apr-09 4:55
mveMike Hankey9-Apr-09 4:55 
I've spent two days trying to get my web page to communicate with my garmin, per there examples.
Hello world ought to be real simple but there's obviously something I'm missing

They say this should work;

<script type="text/javascript">
    function load() {
        var display = new Garmin.DeviceDisplay("garminDisplay", {
        pathKeyPairsArray: ["http://www.JaxCoder.com","3a2cf9e7b7e3b5aceab0963b14c10079"],
        showReadDataElement: true,
            showReadGoogleMap: true,
            showProgressBar: true,
            showReadTracksSelect: true,
            showReadWaypointsSelect: true,
            showFindDevicesElement: true,
            autoFindDevices: true
        });
    }
</script>

<body onload="load()">
    <h2>
        Read Tracks/Waypoints with Google Map</h2>
    <div id="garminDisplay" style="height: 400px" />


I browsed there stuff and added;

<script type="text/javascript" src="Scripts/prototype.js">&#160;</script>
<script type="text/javascript" src="Scripts/GarminDeviceDisplay.js">&#160;</script>


but I'll be danged if I can't figure out what the heck is going on!

Any help appreciated,

Mike

"It doesn't matter how big a ranch ya' own, or how many cows ya' brand, the size of your funeral is still gonna depend on the weather." -Harry Truman.


Semper Fi
http://www.hq4thmarinescomm.com[^]
My Site


AnswerRe: Anyone used the Garmin Communicator Api? Pin
Yusuf9-Apr-09 12:33
Yusuf9-Apr-09 12:33 
AnswerRe: Anyone used the Garmin Communicator Api? Pin
Mike Hankey9-Apr-09 12:38
mveMike Hankey9-Apr-09 12:38 
GeneralRe: Anyone used the Garmin Communicator Api? Pin
Yusuf9-Apr-09 12:58
Yusuf9-Apr-09 12:58 
GeneralRe: Anyone used the Garmin Communicator Api? Pin
Mike Hankey9-Apr-09 13:04
mveMike Hankey9-Apr-09 13:04 
Questionmake my flex application faster? Pin
sivaganesh@maniindiatech.com8-Apr-09 20:54
sivaganesh@maniindiatech.com8-Apr-09 20:54 
QuestionBusiness Dashboards in Sharepoint Pin
Mridang Agarwalla8-Apr-09 20:25
Mridang Agarwalla8-Apr-09 20:25 
AnswerRe: Business Dashboards in Sharepoint Pin
saanj28-Apr-09 21:50
saanj28-Apr-09 21:50 
QuestionI want to throw my computer into the wall.. Problem with CSS and two images after 2 days debugging Pin
Purduejaime8-Apr-09 15:12
Purduejaime8-Apr-09 15:12 
QuestionProblem in HTML [modified] Pin
Madhu Nair8-Apr-09 6:37
Madhu Nair8-Apr-09 6:37 
AnswerRe: Problem in HTML Pin
Ashfield9-Apr-09 1:51
Ashfield9-Apr-09 1:51 
GeneralRe: Problem in HTML Pin
Madhu Nair9-Apr-09 8:05
Madhu Nair9-Apr-09 8:05 
GeneralRe: Problem in HTML Pin
Ashfield9-Apr-09 8:14
Ashfield9-Apr-09 8:14 
QuestionPrecompiled aspx page (how and usage) Pin
L Viljoen8-Apr-09 2:45
professionalL Viljoen8-Apr-09 2:45 
AnswerRe: Precompiled aspx page (how and usage) Pin
Ashfield9-Apr-09 1:50
Ashfield9-Apr-09 1:50 
GeneralRe: Precompiled aspx page (how and usage) Pin
L Viljoen10-Apr-09 23:25
professionalL Viljoen10-Apr-09 23:25 
GeneralRe: Precompiled aspx page (how and usage) Pin
Ashfield12-Apr-09 4:27
Ashfield12-Apr-09 4:27 
AnswerRe: Precompiled aspx page (how and usage) Pin
saanj28-Apr-09 21:53
saanj28-Apr-09 21:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.