Categories
Books

You Don’t Know JS (book series)

I have been diving into these books lately and find they are the best resource to learn Javascript from the ground up. This really prepares developers to have a greater understanding of the foundation of the language and other subsequent frameworks like React, Vue, Angular, Ember and jQuery.

Categories
Books

Web Standards Solutions: The Markup and Style Handbook


Publisher: A-Press
Author: Dan Cederholm
Year: 2005
ISBN-10: 1590593812

BOOK DESCRIPTION
Web Standards are the standard technology specifications enforced by the World Wide Web Consortium (W3C) to make sure that web designers and browser manufacturers are using the same technology syntax. It is important that these implementations are the same throughout the Web, otherwise it becomes a messy proprietary place, and lacks consistency. These standards also allow content to be more compatible with multiple different viewing devices, such as screen readers for people with vision impairments, cell phones, PDFs, etc. HTML, XML, and CSS are all such technologies.This book contains questions and answers on markup and style topics for Web Standards. It explores the multiple ways you can handle a situation when building with Web Standards – and the advantages and disadvantages of those methods. Additionally, each chapter goes a step further, with “extra credit” sections to give the reader extra tips and tricks based on the topic. The reader is empowered to make better decisions based on well-rounded information.

RELATED FILES
Visit Websites
Access Online Version of Book
Download Sample Code