![]() |
#181 | ||
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,030
Karma: 91577697
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
|
Quote:
Understanding CSS z-index Quote:
|
||
![]() |
![]() |
![]() |
#182 |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,749
Karma: 16196313
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
In my day we had REAL 3D text.
|
![]() |
![]() |
![]() |
#183 |
Gentleman and scholar
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,466
Karma: 111111111
Join Date: Jun 2015
Location: Space City, Texas
Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3
|
|
![]() |
![]() |
![]() |
#184 |
Gentleman and scholar
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,466
Karma: 111111111
Join Date: Jun 2015
Location: Space City, Texas
Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3
|
|
![]() |
![]() |
![]() |
#185 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 515
Karma: 2268308
Join Date: Nov 2015
Device: none
|
|
![]() |
![]() |
![]() |
#186 |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,779
Karma: 168765399
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Your definition of 1-dimensional seems a bit idiosyncratic. Placement on the x/y axis would qualify as two dimensional. Adding in the z axis would give you three dimensions. Have you ever looked at WebGL? Or has the smoke from the burning books rendered you unable to do so?
|
![]() |
![]() |
![]() |
#187 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 515
Karma: 2268308
Join Date: Nov 2015
Device: none
|
But you cannot control the Y axis. Your document is one single run of characters that is broken into lines outside of your control. You cannot place anything below or above the line, cannot synchronize the distinct lines, can't even place things aside. Gutenberg could do what HTML can not, because HTML was never intended for books. The fact that is was intended for documentation is evident from the list of its elements. There was no poetry or text alignment, but THREE different elements for formatting computer programs.
|
![]() |
![]() |
![]() |
#188 |
Onyx-maniac
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,749
Karma: 16196313
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
|
There is some truth in what you're saying, but it's a bit overblown.
Text has always been in some sense a continuous stream. In HTML there are all sorts of positioning possibilities. It seems to answer the requirements of many users. May I suggest SVG or PDF if you are more particular. |
![]() |
![]() |
![]() |
#189 | |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,779
Karma: 168765399
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Which three elements for formatting computer programs? If you are thinking of the text align options (right, left and justify), I seem to remember those predating HTML by centuries. If you are thinking of the code, kbd, samp, var and pre, that's a bit more than three and several would not be able to be applied to a physical book. |
|
![]() |
![]() |
![]() |
#190 |
Fanatic
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 515
Karma: 2268308
Join Date: Nov 2015
Device: none
|
LISTING, XMP, and another one which I don't recall.
Any desktop publishing program which creates physical books can use tabulations to align lines, create ditto lists, align to a character, make vertical breaks necessary for poetry, etc. It can group lines with an element like caption or bracket; with some manual adjustment, it can place elements over and under lines, create columns and insets — all of which is beyond the capabilities of HTML. |
![]() |
![]() |
![]() |
#191 |
Still reading
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,692
Karma: 103837201
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
|
Computer programs only use left in left to right languages. Most text editors only had space, tab and newline as "formatting".
Movable type is pretty much linear like HTML. Hypertext before Tim Berners-Lee was for documents. His HTML was for documents, not computer programs. Computer programs only need one enclosing tag, <pre> https://www.w3schools.com/tags/tag_pre.asp And it is in HTML 2.0, which was the first version widely used on the internet https://www.w3.org/MarkUp/html-spec/....html#SEC5.5.2 See https://www.w3.org/MarkUp/html-spec/ With the addition of CSS there is 1:1 mapping of wordprocessor styles to css. Anything other than sequential text using movable type needed an engraved plate until photo-lithographic typesetting took over. Also movable type existed in China long before Caxton. Europe had book printing before Gutenberg (who predated Caxton). A plate was engraved for each page. It was a lot slower and errors were left in due time to make a replacement plate. The letterpress or movable type allowed corrections after a proof print was made. It was actually less flexible on layout and the text would be reused, thus a later print run needed the book to be re-set, whereas the older plate per page system might have the plates in storage longer before melting down. |
![]() |
![]() |
![]() |
#192 | |
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,779
Karma: 168765399
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Oddly, much of what you claim can not be done with ebooks, I've seen done. It may take some expertise but most of it is doable. For instance, you've never used a figure element with a figcaption? As for LISTING? There are various tags for creating lists but <listing> does not seem to be one of them and I have never seen the list tags used to list computer code. <code> would be the preferred tag. The <xmp> tag is used to display HTML without interpreting it and in a monospace font. Considering the number of tags used in HTML5, it's would be more than strange if there weren't a few useful for computer oriented text when viewed on a computer display without interpreting it which is not something that a paper book needs to worry about. Admittedly there were PaperByte™ scannable machine code listings a few decades back. |
|
![]() |
![]() |
![]() |
#193 |
Man Who Stares at Books
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,817
Karma: 10606722
Join Date: Mar 2010
Location: 50th State, USA. Also, PA, NY, CA, and elsewhere.
Device: All of the Above
|
Auction This!
Absolutely. The typography can even be a part of the expressiveness and author's design ideas.
No ebook or ebook reader will ever be as valuable as collector books in paper form. https://themarketherald.com.au/fancy...pts-ever-sold/ Is there any ebook that can compare to seeing the Rothschild Prayer Book, in person? Also, we'll see who's laughing when an EMP blast wipes out an entire collection of digital books. |
![]() |
![]() |
![]() |
#194 |
Gentleman and scholar
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,466
Karma: 111111111
Join Date: Jun 2015
Location: Space City, Texas
Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3
|
|
![]() |
![]() |
![]() |
#195 | |||
Bibliophagist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 44,779
Karma: 168765399
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
Quote:
Quote:
Quote:
I did have some fun years back using an old camera flash and a copper wound iron rod to generate a small scale EMP generator. A very similar idea can be found at WikiHow's How to Make an Electromagnetic Pulse and several other places on the Internet. |
|||
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Survey finds that 62% of 16 to 24-year-olds prefer paper books to e-books | K. Molen | General Discussions | 57 | 12-10-2013 03:29 AM |
Books vs Personal Documents - any advantage? | gers1978 | Amazon Kindle | 3 | 05-16-2013 03:58 PM |
Better World Books (Paper) 9/27 ONLY 50% off 5 Bargain Bin Books | NightBird | Deals and Resources (No Self-Promotion or Affiliate Links) | 0 | 09-26-2011 06:04 PM |
The big advantage the reader has over paper books | AndyQ | Sony Reader | 0 | 07-18-2007 04:53 PM |