英语练习 -《翻译学习法》

news/2024/7/2 17:06:41

People read on the web
用户在网站上阅读


People only read word-by-word on the web when they are really interested in the content.
用户只有对他们感兴趣的内容,才会一个字一个字的去阅读


They usually skim the pages looking for highlighted keywords,meaningful headings,short paragraphs and scannable list
他们通常会在浏览的页面中寻找高亮显示的关键词,有意义的标题,短段落和可观察分析的列表


Since they’re in a hurry to find the very piece of information they’re looking for, they’ll skip what’s irrelevant for them.
因为他们急于找到有价值的信息,他们会跳过无关紧要的内容


So don’t expect people to read content that seems neither easily scannable nor relevant for them, therefore long text blocks,unnecessary instructions, promotional writing and “smalltalk” should be avoided on the web.
所以不要期待用户在阅读内容的时候,那些即不容易也不相关的内容会入他们的法眼,大段的文本,不必要的措辞,宣传用语,“smalltalk”应该避免出现在网站中


How little do users read?
用户能阅读多少东西?


In 2013, analytics vendor Chartbeat analyzed Slate and other websites and found that most visitors scroll through about only 50-60% of an article page. What’s more interesting,people readily share your articles even without reading them
在2013年,分析了供应商“Chartbeat” 和 其他站点,发现大部分游客在文章页中只滚动了50%-60%的位置,更有意思的是,分享和滚动这两个动作看上去似乎没有关联。即使不阅读,人们依然会分享你的文章

 

When people read word-by-word:
用户什么时候回一个字一个字的阅读:

If people find the very piece of information they are interested in, they are likely to read the related content word-by-word.
如果用户找到非常有价值的感兴趣的内容时,他们可能会一个字一个字的阅读相关的内容

Research shows that if people read a piece of content for pleasure, they read more thoroughly and find reading effortless even on a computer screen.
研究表明,如果用户阅读一块内容产生快感,他们会阅读得更加彻底,甚至转移到电脑屏幕上


Studies show that there are methodical web readers who usually don’t scan but read from top to bottom.
研究表明,有条不紊的读者不经常扫读文章,他们的阅读通常是自上而下。

Well structured pages that are designed for cursory reading are more likely to be read.
好的页面结构设计可以让阅读者更容易阅读


To really get your attention, I should write like this:
真正吸引你的注意力,我应该这样写:

Bulleted list
带有符号的列表

Occasional use of bold to prevent skimming
偶尔使用加粗防止你的跳过

Short sentence fragments
短句子片段

Explanatory subheads
解释副标题

No puns
没有双关语

 

转载于:https://www.cnblogs.com/CyLee/p/6015952.html


http://www.niftyadmin.cn/n/4255177.html

相关文章

oracle数据库支持的触发器,oracle数据库PL/SQL之触发器-Oracle

oracle数据库PL/SQL之触发器七)触发器 www.2cto.com1.基本概念两种功能:完成由数据库的完整性约束难以完成的复杂业务规则的约束;监视数据库的各种操作,实现审计功能。触发器分为:DML触发器(对表或视图执行DML操作时触发)&…

前端资源(13)

Markdown 地址 Markdown 语法说明 (简体中文版 http://wowubuntu.com/markdownmarkdown入门参考 https://github.com/LearnShare/Learning-Markdown/blob/master/README.mdgitbook https://www.gitbook.com 国外的在线markdown可编辑成书mdeditor https://www.zybuluo.com/mde…

oracle nodemanage,Oracle WebLogic Server 12c: Node Manager配置与使用

在生产环境中,WebLogic服务器实例经常会跨多个管理域(domains)、物理主机(machines)或地域(geographic locations)分开部署。Node Manager是远程启动、停止或重启管理服务器和受管服务器的工具。尽管它不是必须的,但如果你的WebLogic服务器中的应用有高可…

FND_CONCURRENT.SET_COMPLETION_STATUS(服务器端函数)

FND_CONCURRENT.SET_COMPLETION_STATUS (服务器端函数) 语法: FUNCTION fnd_concurrent.set_completion_status(status IN VARCHAR2, message IN VARCHAR2) RETURN BOOLEAN; 说明:在并发程序内调用用来设…

linux监控脚本的作用,Linux几个常用的监控脚本

下面是我常用的几个主机监控的脚本,大家可以根据自己的情况再进行修改,希望能给大家一点帮助。1、查看主机网卡流量#!/bin/bash#network#Mike.Xuwhile : ; dotimedate %m"-"%d" "%k":"%Mdaydate %m"-"%drx_befo…

时尚工具箱

◢工具列表: ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ 一、安全辅助 01 360顽固***专杀大全 02 IE安全助手 03 金山毒霸U盘病毒专杀 04 暴力文件删除器 05 文件夹看门狗 白金版 06 翼缘在线杀毒 二、实用工具 01 PDF阅读器绿色纯…

linux-text-3

Bash的变量类型主要有:本地变量、局部变量、环境变量、位置变量和特殊变量,其中特殊变量中的 $? 这个变量随时在变化,其中保存的数据就是刚刚执行过的命令执行状态返回值执行状态返回值$?的数字含义为:0:成功执行&am…

linux常用命令(文件系统\

一、文件系统相关命令:(tty\pwd\cd\ls\file\cat\tac\echo\shutdown\wall\date\clock\hwclock\cal\which\whereis\whatis\who\w\alias\unalias\type\tree)1、pwd#pwd //显示当前工作目录。(printing work directory)2、cd#cd …