You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
4.4 KiB
110 lines
4.4 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
|
<!-- Enable responsiveness on mobile devices--> |
|
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape--> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> |
|
|
|
<title>Julio Biason .Me 4.3</title> |
|
|
|
<!-- CSS --> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css"> |
|
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css"> |
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> |
|
|
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
<body class=" "> |
|
|
|
<div class="sidebar"> |
|
<div class="container sidebar-sticky"> |
|
<div class="sidebar-about"> |
|
|
|
<a href="https://blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a> |
|
|
|
<p class="lead">Old school dev living in a 2.0 dev world</p> |
|
|
|
|
|
</div> |
|
|
|
<ul class="sidebar-nav"> |
|
|
|
|
|
<li class="sidebar-nav-item"><a href="/">English</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li> |
|
|
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li> |
|
|
|
|
|
</ul> |
|
</div> |
|
</div> |
|
|
|
|
|
<div class="content container"> |
|
|
|
<div class="post"> |
|
<h1 class="post-title">The Little Book of HTML/CSS Coding Guidelines - Jens Oliver Meiert</h1> |
|
<span class="post-date"> |
|
2016-10-18 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/jens-oliver-meiert/">#jens oliver meiert</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/html/">#html</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/css/">#css</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/web-development/">#web development</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/stars-3/">#stars:3</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2015/">#published:2015</a> |
|
|
|
</span> |
|
<p><a href="https://www.goodreads.com/book/show/28196387-the-little-book-of-html-css-coding-guidelines">GoodReads Summary</a>: |
|
A proper plan can improve your code, including your HTML documents and CSS |
|
style sheets. Jens Oliver Meiert explores the theory and practice of coding |
|
guidelines and shows, using Google’s HTML and CSS standards as a particular |
|
example, how consistency and care can make the code base you create today much |
|
easier to deal with when you—or someone else—work on it later.</p> |
|
<span id="continue-reading"></span><div> |
|
★★★☆☆ |
|
</div> |
|
<p>There isn't much to say about this book, because this book doesn't say much. </p> |
|
<p>Actually, you could say it says half of what it should, since half of the book |
|
is not about the guidelines, but about how great guidelines are. Not that |
|
useless, but a simply "they are good, Mkay?" would suffice. </p> |
|
<p>About the guidelines themselves, they are heavily based on Google guidelines, |
|
mostly because those guidelines and this book have the same author. There is |
|
no amazing things or suggestions, mostly of them are guidelines that everybody |
|
follows and others are mostly harmless in the sense that they don't affect |
|
reading, like double quotes instead of single quotes.</p> |
|
<p>So, nothing really ground breaking, but not bad either.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|