-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbooks.html
85 lines (70 loc) · 3.25 KB
/
books.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<html>
<head>
<title>Anne Catherine Bramley</title>
<link rel="stylesheet" type="text/css" href="main.css">
<meta name="viewport" content="width=device-width, initial-scale=1" lang="en-us">
</head>
<body>
<div id="wrapper">
<!-- nav -->
<nav class="clearfix">
<!-- <img src="images/ofic_logo.png" id="logo"> -->
<span id="logo">Anne Catherine Bramley</span>
<a href="index.html" class="nav_header">Home</a>
<a href="https://www.linkedin.com/in/annebramley" class="nav_header" target="_blank">LinkedIn</a>
<a href="mailto:bramleyac@gmail.com" class="nav_header">Contact</a>
</nav>
<!-- header -->
<header id="slogan">
Senior technical writer
</header>
<!-- aside and article -->
<section id="main">
<h1 align="center">Book references</h1>
<h2>Presentations</h2>
<ul>
<li>Giving Great Presentations, Drew Provan, In easy steps</li>
<li>Stories That Move Mountains, Storytelling and Visual Design for PERSUASIVE PRESENTATIONS, Martin Sykes, A. Nicklas Malik and Mark D. West, a John Wilay and Sons Inc Publication</li>
</ul>
<h2>Programming</h2>
<ul>
<li>Programming in C, Fourth Edition, Stephen G. Kochan, Developer's library</li>
<li>The Complete Reference HTML, Third Edition, Thomas A. Powell, OSBORNE</li>
<li>XML crash course, Ed Tittel, Shaum's Easy Outlines Series, McGraw-Hill</li>
<li>Learning XML, 2nd Edition, Erik T. Ray, O'Reilly</li>
<li>Introduction to JavaScript Object Notation, A to-the-point guide to JSON, Lindsay Basset, O'Reilly</li>
<li>REST API, Design Rulebook, Designing Consistent RESTful Web Service Interfaces, Mark Masse, O'Reilly</li>
</ul>
<h2>SQL</h2>
<ul>
<li>Oracle Database 12c, SQL, Master SQL and PL/SQL, Jason Price, Oracle Press</li>
<li>Oracle Database 12c Fundamentals, Exam guide, Ramklass, Roopesh, Oracle Press</li>
</ul>
<h2>Technical writing</h2>
<ul>
<li>Microsoft Manual of Style, 4th Edition, Microsoft</li>
<li>The Chicago Muanual of Style, Sixteenth Edition, The University of Chicago Press</li>
<li>The Elements of Technical Writing, Gary Blake and Robert W. Bly</li>
<li>The Elements of Style, Third Edition, William Srtunk Jr. and E.B. White</li>
<li>Managing Writers, Richard L. Haminlton, XML Press</li>
<li>Content Management Bible, 2nd Edition, Bob Boiko, Wiley</li>
<li>Full Marks, Advice on punctuation for scientific and technical writing, Third edition, John Kirkman, Ramsbury Books
</li>
<li>Technical Writing 101, Third Edition, Alan S. Pringle and Sarah S. O'Keefe, Scriptorium Press</li>
</ul>
<h2>Writing</h2>
<ul>
<li>On Writing, A Memoir of the Craft, Stephen King, Scribner</li>
<li>On Writing Well, 30th anniversary edition, William Zinsser, Harper Perennial</li>
<li>Eats, Shoots and Leaves, Lynne Truss, Gotham Books</li>
<li>Bird by bird, Ann Lamott, Anchor Books</li>
<li>Dreyer's English, Benjamin Dreyer, Random House</li>
<li>Merriam-Webster's Dictionary of English Usage, Merriam Webster</li>
<li>Merriam Webster's Collegiate Dictionary, Eleventh Edition, Merriam Webster</li>
</ul>
</section>
<!-- footer -->
<footer class="clearfix"> © Copyright 2022</footer>
</div>
</body>
</html>