注:本文由BeyondVincent(破船)翻译首发

转载请注明出处:BeyondVincent(破船)@DevDiv.com

好久没有读书了,今天在 Microsoft Press发现了两本新书 Book。
  1. Start Here!™ Learn HTML5
  2. Start Here!™ Learn JavaScript
这两本书都是入门级别的书,刚好2012年12月份没有别的阅读计划,那就来学习一下HTML5和JavaScript吧。
下面是两本书的介绍:

Start Here!™ Learn HTML5

作者: Faithe Wempen
出版社: Microsoft Press
出版日期: November 2012
页数: 360
购买地址:
http://shop.oreilly.com/product/0790145366481.do
书籍目录:
  1. Getting Started with HTML

    1. Chapter 1HTML Basics: The Least You Need to Know

      1. Understanding HTML Tags
      2. Opening a Webpage in Notepad
      3. Previewing HTML Files in a Web Browser
      4. Making, Saving, and Viewing Changes
      5. Key Points
    2. Chapter 2Setting Up the Document Structure

      1. Specifying the Document Type
      2. Creating the HTML, Head, and Body Sections
      3. Key Points
    3. Chapter 3Formatting Text with Tags

      1. Creating Headings
      2. Applying Bold and Italic Formatting
      3. Applying Superscript and Subscript Formatting
      4. Using Monospace and Preformatted Text
      5. Formatting a Block Quotation
      6. Configuring View Settings in Internet Explorer
      7. Key Points
    4. Chapter 4Using Lists and Backgrounds

      1. Creating Bulleted and Numbered Lists
      2. Creating Definition Lists
      3. Inserting Special Characters
      4. Inserting Horizontal Lines
      5. Choosing Background Colors and Foreground Colors
      6. Key Points
    5. Chapter 5Creating Hyperlinks and Anchors

      1. Hyperlinking to a Webpage
      2. Hyperlinking to an Email Address
      3. Creating and Hyperlinking to Anchors
      4. Hyperlinking to Other Content
      5. Key Points
  2. Style Sheets and Graphics

    1. Chapter 6Introduction to Style Sheets

      1. Understanding Styles
      2. Constructing Style Rules
      3. Creating Styles for Nested Tags
      4. Creating Classes and IDs for Applying Styles
      5. Applying Styles to Hyperlinks with Pseudo-Classes
      6. Creating and Linking to External Style Sheets
      7. Key Points
    2. Chapter 7Formatting Text with CSS

      1. Specifying a Font Family
      2. Specifying a Font Size and Color
      3. Applying Bold and Italics
      4. Applying Strikethrough and Underlining
      5. Creating Inline Spans
      6. Adjusting Spacing between Letters
      7. Key Points
    3. Chapter 8Formatting Paragraphs with CSS

      1. Indenting Paragraphs
      2. Applying a Border to a Paragraph
      3. Specifying the Horizontal Alignment of a Paragraph
      4. Specifying Vertical Space within a Paragraph
      5. Key Points
    4. Chapter 9Inserting Graphics

      1. Understanding Graphic Size and Resolution
      2. Inserting a Graphic
      3. Clearing a Graphic
      4. Controlling Image Size and Padding
      5. Using a Graphic as a Hyperlink
      6. Creating Thumbnails
      7. Including Alternate Text for Graphics
      8. Adding Figure Captions
      9. Key Points
  3. Page Layout and Navigation

    1. Chapter 10Creating Navigational Aids

      1. Planning Your Site’s Organization
      2. Creating a Text-Based Navigation Bar
      3. Creating a Graphical Navigation Bar
      4. Redirecting to Another URL
      5. Creating Custom Error Pages
      6. Key Points
    2. Chapter 11Creating Division-Based Layouts

      1. Understanding HTML5 Semantic Tags
      2. Beginning to Think in Divisions
      3. Creating Divisions
      4. Creating an HTML5 Semantic Layout
      5. Positioning Divisions
      6. Formatting Divisions
      7. Key Points
    3. Chapter 12Creating Tables

      1. Creating a Simple Table
      2. Specifying the Size of a Table
      3. Specifying the Width of a Column
      4. Spanning (Merging) Table Cells
      5. Using Tables for Page Layout
      6. Key Points
    4. Chapter 13Formatting Tables

      1. Applying Table Borders
      2. Applying Background and Foreground Fills
      3. Changing Cell Padding, Spacing, and Alignment
      4. Key Points
    5. Chapter 14Creating User Forms

      1. Creating a Basic Form
      2. Creating Check Boxes and Option Buttons
      3. Creating Menu Lists
      4. Additional Input Types in HTML5
      5. Understanding CGI and Other Advanced Tools
      6. Key Points
    6. Chapter 15Incorporating Sound and Video

      1. Understanding Audio and Video in HTML5
      2. HTML Multimedia Basics
      3. Embedding Video Clips
      4. Incorporating Audio on a Webpage
      5. Key Points
    7. Chapter 16HTML and Microsoft Expression Web

      1. Exploring the Expression Web Interface
      2. Creating Websites and Webpages
      3. Insert Graphics
      4. Formatting Text
      5. Formatting a Division
      6. Inserting Hyperlinks
      7. Key Points
  4. Appendices

    1. AppendixDesigning for Usability

      1. Understanding Usability
      2. Planning for Usability
      3. Sketching the Site Organization
      4. Designing a Consistent Page Template
      5. Designing the Content of Individual Pages
      6. Performing Usability Testing
    2. AppendixDesigning for Accessibility

      1. Guideline 1: Provide Equivalent Alternatives to Auditory and Visual Content
      2. Guideline 2: Don’t Rely on Color Alone
      3. Guideline 3: Use Markup and Style Sheets, and Do So Properly
      4. Guideline 4: Clarify Natural Language Usage
      5. Guideline 5: Create Tables that Transform Gracefully
      6. Guideline 6: Ensure Pages that Feature New Technologies Transform Gracefully
      7. Guideline 7: Ensure User Control of Time-Sensitive Content Changes
      8. Guideline 8: Ensure Direct Accessibility of Embedded User Interfaces
      9. Guideline 9: Design for Device Independence
      10. Guideline 10: Use Interim Solutions
      11. Guideline 11: Use W3C Technologies and Guidelines
      12. Guideline 12: Provide Context and Orientation Information
      13. Guideline 13: Provide Clear Navigation Mechanisms
      14. Guideline 14: Ensure that Documents are Clear and Simple
    3. AppendixQuick Reference

      1. Tags Added in HTML 5
      2. Tags Removed in HTML 5

封面:
Start Here!™ Learn HTML5
作者: Steve Suehring
出版社: Microsoft Press
出版日期: August 2012
页数: 232
购买地址:
http://shop.oreilly.com/product/0790145348821.do
书籍目录:
    1. Chapter 1What Is JavaScript?

      1. A First JavaScript Program

      2. Where JavaScript Fits

      3. Writing Your First JavaScript Program

      4. Summary

    2. Chapter 2JavaScript Programming Basics

      1. JavaScript Placement: Revisited

      2. Basic JavaScript Syntax

      3. JavaScript Variables and Data Types

      4. Looping and Conditionals in JavaScript

      5. Summary

    3. Chapter 3Building JavaScript Programs

      1. Functions

      2. Objects in JavaScript

      3. Debugging JavaScript

      4. Summary

    4. Chapter 4JavaScript in a Web Browser

      1. JavaScript Libraries

      2. Getting jQuery

      3. Getting jQuery UI

      4. The Browser Object Model

      5. The DOM

      6. Retrieving Elements with JavaScript and jQuery

      7. Summary

    5. Chapter 5Handling Events with JavaScript

      1. Common Events with JavaScript

      2. Handling Mouse Events

      3. Validating Web Forms with jQuery

      4. Keyboard Events and Forms

      5. Summary

    6. Chapter 6Getting Data into JavaScript

      1. AJAX in Brief

      2. AJAX and JavaScript

      3. Retrieving Data with jQuery

      4. Using JSON for Efficient Data Exchange

      5. Sending Data to the Server

      6. Summary

    7. Chapter 7Styling with JavaScript

      1. Changing Styles with JavaScript

      2. Working with CSS Classes

      3. Advanced Effects with jQuery UI

      4. Putting It All Together: A Space Travel Demo

      5. Summary

    8. Chapter 8Using JavaScript with Microsoft Windows 8

      1. JavaScript Is Prominent in Windows 8

      2. A Stroll Through a Windows 8 Application

      3. Building a Windows 8 App

      4. Summary

    封面:
    OK,开始把,我先从这本开始: Start Here!™ Learn HTML5

    2012年12月读书计划相关推荐

    1. 安徽省2012年下半年计算机水平考试(二级 c语言程序设计),安徽省计算机等级二级考试真题C语言2012年12月...

      安徽省计算机等级二级考试真题C语言2012年12月 2012年下半年全国高等学校(安徽考区) 计算机水平考试试卷 (二级 C语言程序设计) 一.单项选择题(每题1分,共40分) 1.微型机的中央处理器 ...

    2. 安徽省2012年下半年计算机水平考试(二级 c语言程序设计),安徽省计算机等级级考试真题C语言2012年12月.doc...

      安徽省计算机等级级考试真题C语言2012年12月,安徽省c语言二级考试,安徽省公务员考试真题,安徽省遴选考试真题,计算机等级二级c语言,c语言二级考试真题,江苏省计算机等级真题,安徽省二级c语言,计算 ...

    3. 请简述计算机安全的定义 现,2012年12月考试计算机基础第三次作业.doc

      2012年12月考试计算机基础第三次作业 2012年12月考试计算机基础第三次作业 2012 年 12 月考试计算机基础第三次作业答案一.填空题 本大题共 60 分 共 20 小题 每小题 3 分 1 ...

    4. 在2012年12月03号这一天,V2.3版,想个街溜子夹着华子!

      系列文章目录 第十一章:在2012年12月03号这一天,V2.3版,想个街溜子夹着华子! 文章目录 系列文章目录 前言 2012-12-03 V2.3版 新增功能 新增改进 BUG修复 总结 前言 & ...

    5. 2012年12月编程语言排行榜:年度语言非Objective-C莫属

      声明:本文非原创,为了让大家看到最新资讯,所以改为原创(对原创文章稍做了修改). 原文地址:http://news.cnblogs.com/n/165622/ TIOBE 带来了最新的编程语言排行榜, ...

    6. 2011年1月至2012年12月预言诗---四

      2012年7月 风转圈,地火天,一圈一圈逍遥仙.大转盘,一二年,此时此刻正邪换.地心转,正善念,风风雨雨洗礼完.反向转,邪恶断,正邪之间在一念.地球是个大转盘,如今自转加速乱.一快一慢真稀罕,时间错乱 ...

    7. CISSP认证机考时间表2012年12月-2013年(部分更新)

      地点:越秀区中山六路218-222号捷泰广场1904室(电话:020-81320878) 2012年12月11.12.13.15日 2013年1月10.15.16.17.22.23.24.29.30 ...

    8. 2012年12月桌面日历壁纸免费下载——美女主题壁纸

      2012年12月桌面日历壁纸免费下载--美女主题壁纸.温馨提示:点击图片即可下载:) 更多精美桌面壁纸:壁纸大全:2012年12月桌面日历壁纸免费下载 更多精美桌边壁纸:壁纸大全:2012年12月桌面 ...

    9. 计算机专业 英语六级作文,2012年12月英语六级作文:计算机和人类(网友版)...

      2012年12月英语六级作文题目:Computer and Man Computer and Man It is believed that the computer can do almost ev ...

    最新文章

    1. 现代教育技术课后作业(五)
    2. wechall.net/stegano 解题心得
    3. STM32开发 -- 启动流程
    4. 用于科研的移动机器人平台推荐
    5. 微信开发者配置服务器信息,【开发】微信验证开发者接口配置信息,服务器没有正确响应Token....
    6. python学习6 web开发
    7. JAVA设计模式《四》
    8. 跨境电商独立站是什么意思?
    9. tf代码之tf.nn.conv2d_transpose
    10. [Linux] Linux常用网站
    11. JavaScript开发规范要求
    12. python检查超过两个条件_python-基于多个条件检查,将值从另一个数据...
    13. 西南科技大学OJ题 舞伴问题1027
    14. 微信小程序picker组件添加默认选择(单个picker情况)
    15. Fisher discrimination criterion (费舍尔判别准则)
    16. WPS---EXCEL(八)---互换两列数据
    17. 大学毕业好几年 转行做IT哪个岗位容易上手?
    18. Web前端面试常见问题
    19. matlab复合梯形法,matlab实现复合梯形法则
    20. uview Cell 单元格 右侧箭头偏小

    热门文章

    1. citespace快速上手教程(包括相关报错)
    2. Java 12 JEP 346: Promptly Return Unused Committed Memory from G1
    3. Debian10 上实现dns-CA+apache服务
    4. 相信未来 很喜欢的诗
    5. Mac系统允许运行任何来源的程序
    6. [转载]离别二十年,旧地重返.老友重逢,河口再练拳......。
    7. 计算机网络安全手抄报一等奖,网络安全手抄报简单又好看
    8. 日本語の财务专用术语
    9. 字符串的字符数的含义
    10. Mybatis:Example类的使用--基本增删改查,模糊查询,排序,or,分页查询