鲸鱼网络连接

I don’t know when it was I started using the text of Moby Dick in my workshops and talks. Likely it dates back to some of my earliest explorations of web typography. Since it’s out of copyright, it’s one those texts you can find online in various forms, and somehow that became one of my standbys. Then at some point my friend Bil let me borrow his 1930’s Rockwell Kent edition and it really captivated me. The typesetting is straightforward, but combined with such wonderful illustrations it just sat there in the back of my brain, waiting, nudging.

我不知道什么时候开始在工作坊和讲座中使用Moby Dick的文字。 它可能可以追溯到我对网络排版的最早探索。 由于没有版权,因此您可以在网上以各种形式找到这些文本,并且以某种方式成为我的备用文献之一。 然后在某个时候,我的朋友比尔(Bil)让我借用了他1930年的罗克韦尔·肯特(Rockwell Kent)版本,这确实让我着迷。 排版很简单,但结合了如此精美的插图,它就坐在我的脑后,等待着,轻轻地抚摸着。

Every year, Bil participates in the Annual Moby-Dick Marathon, a live reading of the book held every year at the New Bedford Whaling Museum. After this year’s event we talked about how hard it was to find a good eBook version, which of course led to the idea of A Project. Since I had started working on some experiments in what a book could be like on the web with modern web typography and layout techniques last year, it seemed this might be the perfect fit when the right time came along.

每年,Bil都会参加Moby-Dick年度马拉松比赛 ,这是每年在新贝德福德捕鲸博物馆举行的这本书的现场阅读。 在今年的活动之后,我们讨论了寻找优质电子书版本有多困难,这当然导致了A Project的构想。 由于我去年开始进行一些实验,尝试用现代的网络排版和排版技术在网络上制作一本书,就像在合适的时机出现时,这似乎是最合适的选择。

Last week, it seems that time had arrived. In fact it was prompted another friend via his own newsletter. Robin Rendle wrote in his latest Adventures in Typography about how the best way to get better at designing book covers (or typesetting the text of that book on the web) was to do it. And he provided a CodePen link to a fair chunk of Moby Dick upon which to practice. It wasn’t the whole text, but that was easily findable via Project Gutenberg. Now we just have to define what will make for a good book experience on the web.

上周,时间似乎到了。 实际上,另一个朋友是通过他自己的时事通讯提示的。 罗宾·雷德尔(Robin Rendle)在他最新的《版式历险记》中写道,如何更好地设计书籍封面(或在网络上排版该书的文字)是最好的方法。 他还提供了CodePen链接,可以链接到大量Moby Dick进行练习。 这不是全部内容,但是可以通过Project Gutenberg轻松找到。 现在,我们只需要定义什么才能在网上带来良好的读书体验。

Starting with no web fonts and some generally light typography
从没有网络字体和一些一般的浅字体开始

To start, we’ll set a simple baseline: break the text into separate pages for each chapter, provide a simple navigation structure to tie them together, and add some minimal text formatting. I did add one or two refinements to style the first letter and first line of each chapter, and enough layout formatting to keep the basics of paragraph structure and the content a bit more balanced on screen. The source code and the entire text are now freely available online. But to create an experience that even comes close to that Rockwell Kent beauty, we need to do a lot more.

首先,我们将设置一个简单的基准:将文本分为每章不同的页面,提供简单的导航结构将它们绑在一起,并添加一些最小的文本格式。 我确实添加了一个或两个改进来设置每章的第一字母和第一行的样式,并添加了足够的布局格式以使段落结构的基础和内容在屏幕上更加平衡。 现在可以在线免费获得源代码和全文 。 但是要创造一种甚至接近罗克韦尔·肯特美女的体验,我们需要做更多的事情。

Over the next few newsletters, we’ll apply more and more of what we’ve covered here in previous issues, and take it even further.

在接下来的几期新闻通讯中,我们将应用在前几期中介绍的内容越来越多,并且会更进一步。

  • Make the typography responsive to screen size使排版响应屏幕尺寸
  • Add web fonts (both static and variable)添加网络字体(静态字体和可变字体)
  • Update the responsive typography to a more dynamic solution将响应式排版更新为更动态的解决方案
  • Add a web font loader and style fallback fonts for a better loading experience添加Web字体加载器和样式后备字体以获得更好的加载体验
  • Add typographic controls for the user to set preferences for light/dark mode (coupled with OS setting detection), font size, and spacing为用户添加印刷控件,以设置亮/暗模式(结合操作系统设置检测),字体大小和间距的首选项
  • Add bookmarking to save or share your place in the text添加书签以保存或分享您在文本中的位置
  • Add support for offline reading添加对离线阅读的支持
  • Experiment with a more book-like experience, especially on touch-based devices体验更像书本的体验,尤其是在基于触摸的设备上

By the time we’re done, we’ll have a pretty complete typographic and layout design that could be adapted or tweaked to work with almost any text. Beyond just making a website out of a book, the intent is to really examine what makes a great reading experience, and make it even better on the web than we can in print or any other current digital format.

待完成时,我们将拥有一个非常完整的印刷和版式设计,可以对其进行调整或调整,以处理几乎所有文本。 除了仅用书本制作网站之外,它的目的还在于真正研究什么可以带来出色的阅读体验,并使其在网络上比我们在印刷或任何其他当前数字格式下的阅读体验更好。

And maybe I’ll finally land my whale.

也许我最终会降落鲸鱼。

To get started, I’ve created a site using the Eleventy static site generator. I’ve endeavored to keep that setup as simple as possible, but some amount of build-process complexity was necessary to balance ease of development and quality of output. The entire source is available on Github and the compiled site is automatically deployed to Netlify. At any point you can always download the source from Github and look in the ‘_site’ folder to find the complete, compiled site. This way you don’t have to set up the build process if you are not so inclined. If you are, I’m including some basic documentation on getting the project up and running in the README.md file.

首先,我使用Eleventy静态网站生成器创建了一个网站。 我尽力使该设置尽可能简单,但是为了平衡开发的简便性和输出的质量,一定数量的构建过程复杂性是必需的。 整个源可在Github上获得,并且已编译的站点会自动部署到Netlify 。 您随时可以随时从Github下载源代码,然后在“ _site”文件夹中查找完整的编译站点。 这样,如果您不太愿意,则不必设置构建过程。 如果您愿意,我将在README.md文件中包含一些有关启动该项目并使其运行的基本文档。

I’ll create a ‘release tag’ with each issue, so you’ll always be able to look at the code corresponding to that issue, but the latest version will always be what’s deployed on Netlify, and viewable at https://mobydick.rwt.io

我将为每个问题创建一个“发布标签”,因此您始终可以查看与该问题对应的代码,但是最新版本始终是Netlify上部署的版本,并且可以在https:// mobydick上查看.rwt.io

资源资源 (Resources)

  • Project source on GitHub

    GitHub上的项目源

  • Live site

    现场直播

  • Moby Dick on Project Gutenberg

    Moby Dick在古腾堡计划中

  • Part 2: Responsive Typography

    第2部分:响应式排版

  • Part 3: Adding web fonts

    第3部分:添加网络字体

This is an excerpt from my weekly newsletter about web fonts and typography. If you’d like a weekly dose of web typography tips, news, and my upcoming talks and workshops, you can sign up for the newsletter here.

这是我关于网络字体和排版的每周新闻摘要。 如果您希望每周获得大量的网络排版技巧,新闻以及我即将举行的讲座和研讨会,则可以 在此处注册新闻通讯

If you this helpful, please share what you make — and if there’s something you’d like to see covered in a future issue, please let me know!

如果您有帮助,请分享您的工作-如果您希望在以后的期刊中看到一些内容,请告诉我!

Originally published at rwt.io on April 20, 2020.

最初于 2020 年4月20日 rwt.io 发布

翻译自: https://medium.com/web-typography-news/landing-the-whale-making-a-book-on-the-web-part-1-65b1be04b3f8

鲸鱼网络连接


http://www.taodudu.cc/news/show-893990.html

相关文章:

  • 静态原型设计 加载中_见解1:原型设计有助于填补静态设计留下的空白。
  • 最优资产组合步骤_重新设计投资组合网站之前,请按照以下5个步骤进行操作
  • sketch放入app组件_使用Sketch App设计CSS网格
  • 猎鹰spacex_我如何重新创建SpaceX仪表板UI
  • 页面滚动时触发图片逐帧播放_如何在滚动效果上创建逐帧运动图像
  • 1812:网格_指导设计:网格的历史
  • python 投资组合_成功投资组合的提示
  • 屏幕广播系统_如何设计系统,而不是屏幕
  • Futura:从纳粹主义到月球-甚至更远
  • 爬取淘宝定价需要多久时间_如何对设计工作进行定价—停止收​​取时间并专注于价值
  • 昆虫繁殖_“专为昆虫而生” –好奇!
  • 字母框如何影响UI内容的理解
  • hashmap 从头到尾_如何从头到尾设计一个简单的复古徽标
  • 极端原理_为极端而设计
  • ux和ui_从UI切换到UX设计
  • vsco_VSCO重新设计:更直观,更简化的界面
  • css版式_第2部分:使版式具有响应能力,并为以后的版本奠定基础
  • 怎么实现页面友好跳转_如何实现软,友好和一致的UI设计
  • lightroom预设使用_在Lightroom中使用全景图增强照片游戏
  • 用户体验改善案例_优化用户体验案例研究的五种方法
  • flo file_Flo菜单简介:可扩展的拇指友好型移动导航
  • 什么是设计模式_什么是设计?
  • 成年人的样子是什么样子_不只是看样子
  • 谷歌maps菜单语言设置_Google Maps:拯救未来之路— UX案例研究
  • 视觉设计师跟平面设计_使设计具有视觉吸引力
  • 设计模式 日志系统设计_模式:我们设计系统的故事
  • 提升UI技能的5个步骤
  • 一致性设计,而不是一致性
  • 长语音识别体验_如何为语音体验写作
  • 定义设计系统

鲸鱼网络连接_登陆鲸鱼:在网络上读书,第1部分相关推荐

  1. 安卓ssr无网络连接_解决Android模拟器网络问题(使用了代理的情况下)

    没错,又是AS的网络问题,而且又是代理的问题,真是不省心呐!! 最近在做curl移植到Android JNI的工作,老是出现 CURLE_PARTIAL_FILE 错误. 用Wireshark抓包居然 ...

  2. 信创操作系统--麒麟Kylin桌面版 (项目七 网络连接:有线、无线网络)

    信创操作系统–麒麟Kylin桌面版 (项目七 网络连接:有线.无线网络) 目录 1. 有线网络 1.1开启有线网络功能 1.2设置有线网络功能 2. 无线网络 2.1 连接无线网络 2.2 连接隐藏无 ...

  3. win7系统打开连接网络连接到服务器,win7的网络连接在哪里?win7系统开启网络连接的多种方法...

    win7系统在上网过程中经常会遇到网络故障问题,导致无法正常上网.一般会打开"网络连接"查看网络的参数状况,对于电脑高手来讲打开网络连接是很简单的事情,但是电脑小白不知道win7的 ...

  4. 台式计算机没有无线网络连接,台式机win7没有无线网络连接怎么解决?

    方法/步骤:1首先打开面板,然后共享中心,接着选择左侧的"更改适配器设然后查看无线网络连接是否被禁用,如果被禁用了就重新连接.2检查下无线开关被关掉了,笔记本键盘上有个无线信号发射标志的按钮 ...

  5. win8宽带连接不上网络连接服务器未响应,Win8网络连接正常但无法上网怎么解决?...

    最近一位Win8用户重装系统后,出现网络连接正常却无法上网的情况,用户检查任务栏的网络图标并无黄色感叹号,而且以太网和无线网都显示已连接,但是网页就是打不开,包括QQ等电脑软件也无法打开,这是怎么回事 ...

  6. 计算机提示网络不可用,网络连接不可用怎么办 电脑网络连接不可用解决办法...

    最近有用户反映,电脑突然无法上网,出现网络连接不可用的提示框,且任务栏上的网络标识出现了个红叉.电脑无法上网出现网络连接不可用怎么办?该如何解决呢?今天小编给大家带来电脑网络连接不可用的解决方法,赶紧 ...

  7. linux右上角不显示网络连接_来体验下Linux吧

    在前面的几期中我们从树莓派开始了解Linux,大家可能已经想来试一下手了.趁热打铁,本期我将介绍两种方便体验学习Linux的方法,在线体验或者安装虚拟机. 1 在线体验Linux 如果想快速的体验下L ...

  8. 指定应用程序网络连接_总结Java开发Web应用程序应该理解的几个知识点

    前言 前面我们对Web应用开发的底层技术做了一些串联,也就是从应用程序的本质出发来理解为什么我们的应用程序架构的演变. 特别是Spring框架的出现,它在Web应用开发中扮演的角色,特别是Servle ...

  9. 计算机桌面右下没有网络连接,笔记本电脑,WIN10系统,右下角没有网络连接..._网络编辑_帮考网...

    baikannao 新兵答主 07-09 TA获得超过3119个赞 无线网已经成功连接,为什么还是打不开网页? 答:请选择:"打开网络和共享中心"--"更改适配器设置&q ...

最新文章

  1. mysql分区字段创建索引_MySQL分区字段列有必要再单独建索引吗?
  2. 浅析IPDCC的地理信息识别和服务
  3. MyBatis-04 MyBatis XML方式之insert元素
  4. gomod和govendor的简单理解
  5. 使用Httpclient来替代客户端的jsonp跨域解决方案
  6. 使用命令行工具创建WildFly OpenShift应用程序
  7. centos 更改root用户名(超简单)
  8. 论文笔记_S2D.02-2013-CVPR-结合三维场景重建和类别分割
  9. Web前端开发规范之文件存储位置规范
  10. C++ string字符串修改和替换方法
  11. 硬件工程师痛苦的BOM整理工作,幸好123BOM工具把我拽出水深火热之的BOM编辑工作,超级好用的研发BOM工具,集BOM编辑、BOM合并、BOM拆分、BOM整理等
  12. VB二维码生成与解码的代码,特别支持中文的二维码编码译码
  13. dlna android电视,DLNA推送安卓手机投屏电视
  14. 新能源电动汽车设计与生成
  15. Linux iproute2 命令家族(ip / ss)
  16. matlab试算求解二元二次方程,matlab 求一个二元二次方程组的解
  17. Linux内核源码的组织结构
  18. Linux下7z文件解压
  19. 玩数字域名投资有风险吗 风险与机遇并存
  20. 对话翁志:京东大数据如何让技术真正落地

热门文章

  1. 凭证 金蝶_金蝶软件账务处理流程之——凭证录入
  2. 第5章 Python 数字图像处理(DIP) - 图像复原与重建1 - 高斯噪声
  3. mysql为什么行数据库_关系数据表中的行称为什么?
  4. cap理论具体含义_分布式系统:CAP 理论的前世今生
  5. XML基础——extensible markup language
  6. springboot打war包汇总
  7. git常用配置(指令)
  8. 单元测试mock当前时间
  9. Unity GeometryShader(从一个线框渲染的例子开始)
  10. 怎么使用Docker搭建PHP开发环境呢?