|  03-28-2023, 09:44 AM | #181 | ||
| Grand Sorcerer            Posts: 7,158 Karma: 92500001 Join Date: Nov 2011 Location: Charlottesville, VA Device: Kindles | Quote: 
 Understanding CSS z-index Quote: 
 | ||
|   |   | 
|  03-28-2023, 10:34 AM | #182 | 
| Onyx-maniac            Posts: 4,119 Karma: 18764971 Join Date: Feb 2012 Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6 | 
			
			In my day we had REAL 3D text.
		 | 
|   |   | 
|  03-28-2023, 10:44 AM | #183 | 
| Gentleman and scholar            Posts: 11,499 Karma: 111164374 Join Date: Jun 2015 Location: Space City, Texas Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3 | |
|   |   | 
|  03-28-2023, 10:44 AM | #184 | 
| Gentleman and scholar            Posts: 11,499 Karma: 111164374 Join Date: Jun 2015 Location: Space City, Texas Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3 | |
|   |   | 
|  03-28-2023, 03:13 PM | #185 | 
| Fanatic            Posts: 531 Karma: 2268308 Join Date: Nov 2015 Device: none | |
|   |   | 
|  03-28-2023, 05:30 PM | #186 | 
| Bibliophagist            Posts: 48,088 Karma: 174315300 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?
		 | 
|   |   | 
|  03-29-2023, 06:00 AM | #187 | 
| Fanatic            Posts: 531 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.
		 | 
|   |   | 
|  03-29-2023, 07:45 AM | #188 | 
| Onyx-maniac            Posts: 4,119 Karma: 18764971 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. | 
|   |   | 
|  03-29-2023, 10:31 AM | #189 | |
| Bibliophagist            Posts: 48,088 Karma: 174315300 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. | |
|   |   | 
|  03-29-2023, 11:23 AM | #190 | 
| Fanatic            Posts: 531 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. | 
|   |   | 
|  03-29-2023, 11:34 AM | #191 | 
| Still reading            Posts: 14,975 Karma: 111111111 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. | 
|   |   | 
|  03-29-2023, 11:50 AM | #192 | |
| Bibliophagist            Posts: 48,088 Karma: 174315300 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. | |
|   |   | 
|  03-29-2023, 02:36 PM | #193 | 
| Man Who Stares at Books            Posts: 1,826 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. | 
|   |   | 
|  03-29-2023, 03:20 PM | #194 | 
| Gentleman and scholar            Posts: 11,499 Karma: 111164374 Join Date: Jun 2015 Location: Space City, Texas Device: Clara BW; Nook ST w/Glowlight, Paperwhite 3 | |
|   |   | 
|  03-29-2023, 03:24 PM | #195 | |||
| Bibliophagist            Posts: 48,088 Karma: 174315300 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. | |||
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| 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 |