Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 11-23-2017, 03:47 PM   #16
encol
Evangelist
encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.encol ought to be getting tired of karma fortunes by now.
 
Posts: 415
Karma: 750442
Join Date: Apr 2016
Location: Italy
Device: Kindle PW3 5.8.5.0.1
Quote:
Originally Posted by cepics View Post
this is my html.txt page:

Code:
<html>

<head>
<title> DAJE </title>
</head>

<body>
<h1> SUKA </h1>
<p> test page </p>
<img src="world.jpg"></img>
<a href="http://10.10.10.1:3000/@signalk/instrumentpanel#anchor">Link Text</a>
</body>

</html>
on the kindle:

attached screen shots

LOL
encol is offline   Reply With Quote
Old 11-23-2017, 05:53 PM   #17
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by encol View Post
LOL
Don't laugh too loud, that may be our replacement for the broken KUAL.
(or something very much like it)
knc1 is offline   Reply With Quote
Advert
Old 11-24-2017, 01:39 PM   #18
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by encol View Post
LOL


Do you know the Sicilian and romans slang?


Inviato dal mio iPhone utilizzando Tapatalk
cepics is offline   Reply With Quote
Old 11-26-2017, 05:51 AM   #19
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by encol View Post
have you tried Skipstone?
is there any setting I miss?

Attached Thumbnails
Click image for larger version

Name:	screenshot_2017_11_26T10_41_08+0100.png
Views:	113
Size:	9.9 KB
ID:	160242  
cepics is offline   Reply With Quote
Old 11-26-2017, 06:06 AM   #20
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
this is the code of a demo page I can't visualize:

Code:
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="initial-scale=1">
    <title>Signal K Instrument Panel</title>
    <link href="/bower_components/instrumentpanel/dist/css/bootstrap.min.css" rel="stylesheet">
    <link href="/bower_components/instrumentpanel/dist/css/font-awesome.css" rel="stylesheet">
    <link href="/bower_components/instrumentpanel/dist/css/settingslist.css" rel="stylesheet">

    <style>
    .react-grid-layout {
      position: relative;
      transition: height 200ms ease;
    }
    .react-grid-item {
      transition: all 200ms ease;
      transition-property: left, top;
      background-color: whitesmoke;
      border-radius: 8px;
      border: 1px solid silver;
    }
    .react-grid-item.cssTransforms {
      transition-property: transform;
    }
    .react-grid-item.resizing {
      z-index: 1;
    }
    .react-resizable {
      z-index: 1;
      background-color: gold;
    }
    .react-grid-item.react-draggable-dragging {
      transition: none;
      z-index: 3;
    }

    .react-grid-item.react-grid-placeholder {
      background: red;
      opacity: 0.2;
      transition-duration: 100ms;
      z-index: 2;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
    }

    .react-grid-item > .react-resizable-handle {
      position: absolute;
      width: 20px;
      height: 20px;
      bottom: 0;
      right: 0;
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=');
      background-position: bottom right;
      padding: 0 3px 3px 0;
      background-repeat: no-repeat;
      background-origin: content-box;
      box-sizing: border-box;
      cursor: se-resize;
    }

        </style>
  </head>

  <script>
  function getParameterByName(name) {
      name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
      var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
          results = regex.exec(location.search);
      return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
  }

  if (getParameterByName('reset')) {
    localStorage.clear();
    location.replace(location.protocol + '//' + location.host + location.pathname);
  }
  </script>

  <body>
    <div id="content"></div>
    <footer style="text-align:center">
      <hr/>
      <p><a href="https://github.com/SignalK/instrumentpanel">Signal K Instrument Panel</a></p>
    </footer>
  </body>

  <script src="/bower_components/instrumentpanel/dist/ui.js"></script>

</html>

Last edited by cepics; 11-26-2017 at 06:12 AM.
cepics is offline   Reply With Quote
Advert
Old 11-26-2017, 07:58 AM   #21
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by cepics View Post
is there any setting I miss?

Probably its age:
http://www.muhri.net/skipstone/page.php3?node=news
knc1 is offline   Reply With Quote
Old 11-26-2017, 10:53 AM   #22
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by knc1 View Post
is there an HOW TO, for "newbie connoisseur" , to install SkipStone 1.0.1 on a k5? Im not finding....
cepics is offline   Reply With Quote
Old 11-26-2017, 11:22 AM   #23
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by cepics View Post
is there an HOW TO, for "newbie connoisseur" , to install SkipStone 1.0.1 on a k5? Im not finding....
Try contacting the author of the 1.0 posting.
knc1 is offline   Reply With Quote
Old 11-26-2017, 03:32 PM   #24
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
what's about Midori?
cepics is offline   Reply With Quote
Old 11-26-2017, 06:51 PM   #25
tavisco
Junior Member
tavisco began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2017
Device: KPW3
On the Kindle Paperwhite 3 I could open an HTML 5 Dashboard that's similar to yours, so maybe the problem isn't rendering the HTML5 itself

https://github.com/almasaeed2010/AdminLTE
Attached Thumbnails
Click image for larger version

Name:	screenshot_2017_11_26T21_39_44-0200.png
Views:	137
Size:	56.3 KB
ID:	160252  
tavisco is offline   Reply With Quote
Old 11-28-2017, 02:54 AM   #26
cepics
Connoisseur
cepics began at the beginning.
 
Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
Quote:
Originally Posted by tavisco View Post
On the Kindle Paperwhite 3 I could open an HTML 5 Dashboard that's similar to yours, so maybe the problem isn't rendering the HTML5 itself

https://github.com/almasaeed2010/AdminLTE

I'm quite lost!!!

cepics is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML5 to ePub Jerry_Lodriguss ePub 14 02-17-2017 04:33 PM
Viewing 2 pages (open book style) in Calibre Hoppity Calibre 3 11-10-2011 07:47 AM
Clicking links that open new pages? RussianCause Amazon Kindle 2 09-14-2011 10:40 AM
Request Open saved html pages Erminio Mostacci enTourage eDGe 3 07-01-2011 10:19 AM
Any way to open a PDF in ABBYY 9.0 without actually processing the pages? Ea Workshop 3 03-07-2010 05:52 AM


All times are GMT -4. The time now is 07:12 PM.


MobileRead.com is a privately owned, operated and funded community.