My Account Log in

5 options

Web developer's reference guide : a one-stop guide to the essentials of web development including popular frameworks such as jQuery, Bootstrap, AngularJS, and Node.js / Joshua Johanan, Talha Khan, Ricardo Zea.

EBSCOhost Academic eBook Collection (North America) Available online

View online

EBSCOhost Ebook Public Library Collection - North America Available online

View online

EBSCOhost eBook Community College Collection Available online

View online

Ebook Central Academic Complete Available online

View online

O'Reilly Online Learning: Academic/Public Library Edition Available online

View online
Format:
Book
Author/Creator:
Johanan, Joshua, author.
Khan, Talha, author.
Zea, Ricard, author.
Series:
Community experience distilled.
Community experience distilled
Language:
English
Subjects (All):
Web site development.
Physical Description:
1 online resource (838 p.)
Edition:
1st edition
Place of Publication:
Birmingham : Packt Publishing, [2016]
System Details:
text file
Biography/History:
Johanan Joshua: Joshua Johanan is the author of two books, Building Scalable Apps with Redis and Node. js and Web Developers Reference Guide. Both books deal with some of the details that will be used in this course. He is currently a web developer with over 7 years of experience writing sites and applications in many different languages. These languages include PHP, Python, JavaScript, and C#. Using many languages also means using many frameworks, including Zend Framework, Django, and. Net MVC. You can read his blog at http: //ejosh. co/de/ where he posts semi-regularly. Khan Talha: Talha Khan is a passionate web developer, JavaScript enthusiast, software consultant, and coffee freak from Pakistan who is currently residing in UAE. He has more than five years of experience in this field. Despite graduating in mathematics and statistics, his love for web technologies pushed him toward the field of web technologies. He is experienced in developing interactive websites and web applications using PHP, MYSQL, and Dot Net Suite along with HTML, CSS, and JavaScript libraries. He has been teaching web development as well and is an active contributor on programming forums such as StackOverflow. Occasionally, he tweets at @alphaprofile. Talha has worked and consulted on various projects for several major brands and companies. Tossdown. com, a leading restaurants and food search engine of Pakistan, is among one of his major achievements. He is also running his own start-up while educating newbies on technology. He is currently working as a software architect for UAE's biggest swimming academy, Hamilton Aquatics. Zea Ricardo: Ricardo Zea hails originally from Medelln, Colombia. He is a passionate and seasoned full-stack designer who is now located in Dayton, Ohio, USA. He is always looking for ways to level up his skills and those around him. Constantly wondering how things are made on the Web, how they work, and why, have made Ricardo a very technical designer, allowing him to explain to others the intricacies of design and the technicalities of the Web in ways that are very easy to understand and assimilate. Ricardo has a master's degree in publicity and advertising and has deep passion for understanding human behavior. He also has a fiercely competitive PC gaming hunger. Together, all this has allowed him to switch from the creative side of the brain to the rational side very easily, allowing him to visualize and create technically sound web and mobile designs that are responsive, perform well, and convey the proper message through design. Ricardo is the author of Mastering Responsive Web Design, Packt Publishing. He's also the organizer of the CodePen Dayton meetup group. He's a member of the Dayton web developers and UX Dayton meetup groups. He's also one of the first members of SitePoint's Ambassadors program. He's also the author of the monthly web design and development newletter Level Up! . He was also a technical reviewer for Sass and Compass, Designers Cookbook, and Sass Essentials, all by Packt Publishing. For several years, he was also a Flash and CorelDRAW professor at different universities in his home country, Colombia. Ricardo has 15 years of experience in web design and 20 years of experience in visual and graphic design.
Summary:
A one-stop guide to the essentials of web development including popular frameworks such as jQuery, Bootstrap, AngularJS, and Node.js About This Book Understand the essential elements of HTML, CSS, and JavaScript, including how and when to use them Walk through three of the best and most popular web development frameworks ? jQuery, Bootstrap, and AngularJS References for any function you will need in your day-to-day web development Who This Book Is For This book is perfect for beginners but more advanced web developers will also benefit. Laid out so you can refer to as much or as little as you need to, with this book you can exhaustively explore essential concepts for modern web developers. What You Will Learn Explore detailed explanations of all the major HTML elements and attributes, illustrated with examples Take a deep dive into CSS properties and functions and master their usage Find clear, concise descriptions of JavaScript syntax and expressions Recognize various JavaScript design patterns and learn the basics of JavaScript object-orientated programming Implement the latest ECMAScript 6 for client-side scripting in your web applications Discover new ways to develop your website's front end quickly and easily using Bootstrap Write JavaScript extensibly using jQuery-JavaScript's feature-rich library Delve into the key Node.js modules used in JavaScript server-side programming Access AngularJS 's important modules, controllers, directives, and services quickly In Detail This comprehensive reference guide takes you through each topic in web development and highlights the most popular and important elements of each area. Starting with HTML, you will learn key elements and attributes and how they relate to each other. Next, you will explore CSS pseudo-classes and pseudo-elements, followed by CSS properties and functions. This will introduce you to many powerful and new selectors. You will then move on to JavaScript. This section will not just introduce functions, but will provide you with an entire reference for the language and paradigms. You will discover more about three of the most popular frameworks today - Bootstrap, which builds on CSS, jQuery which builds on JavaScript, and AngularJS, which also builds on JavaScript. Finally, you will take a walk-through Node.js, which is a server-side framework that allows you to write programs in JavaScript. Style and approach This book is an easy-to-follow, comprehensive reference guide. Each topic,...
Contents:
Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: HTML Elements; DOCTYPE; Attributes; Description; html; Attributes; Description; Document metadata; head; Semantic content sections; body; section; nav; Headings; header; footer; address; aside; p; Content sections; hr; pre; blockquote; ol; ul; li; dl; dt; dd; figure; figcaption; div; Inline elements; a; abbr; bdo; br; cite; code; dfn; em; kbd; mark; q; s; samp; small; span; strong; sub; sup; time; var; wbr; Embedded content; img; embed; object; param; video; audio
sourcetrack; Tables; table; caption; colgroup; tbody; thead; tfoot; tr; td; th; Forms; Form; fieldset; legend; label; input; button; select; optgroup; option; textarea; Drawing elements; canvas; svg; Chapter 2: HTML Attributes; Global attributes; accesskey; class; contenteditable; data-*; dir; draggable; id; lang; spellcheck; style; tabindex; title; Miscellaneous; accept; accept-charset; action; alt; async; autocomplete; autofocus; autoplay; autosave; cite; cols; colspan; datetime; disabled; download; content; controls; for; form; formaction; height; href; hreflang; label; list; loop; max
maxlengthmedia; method; min; multiple; name; novalidate; pattern; placeholder; poster; readonly; rel; required; reversed; rows; rowspan; scope; selected; size; src; start; step; type; value; width; wrap; Chapter 3: CSS Concepts and Applications; Basic selectors; The simple selector; The type selectors; The universal selector; The attribute selectors; The class selectors; The ID selectors; Combinators; Descendant combinator; The child combinator; The adjacent sibling combinator; The general sibling combinator; The selector specificity; Pseudo-classes; The link pseudo-classes
User action pseudo-classesThe structural selectors; :first-child; :first-of-type; :last-child; :last-of-type; :nth-child(); :nth-last-child; :nth-last-of-type and :nth-of-type; :only-child; :only-of-type; Validation; :checked; :default; :disabled and :enabled; :empty; :in-range and :out-of-range; :invalid and :valid; :not or negation; :optional and :required; :lang(); Pseudo-elements; ::before and ::after; ::first-letter; ::first-line; ::selection; Generated content; content; Quotation marks; Chapter 4: CSS Properties - Part 1; Animation; Base markup and CSS; Final CSS code; Background
background-attachmentbackground-blend-mode; background-clip; background-color; background-image; background-origin; Box model; width; height; padding; margin; border; box-sizing; max-height; max-width; min-height; min-width; object-fit; object-position; Border radius; border-radius; Unit; Relative length units; Viewport-relative length units; Absolute length units; Angle data types; Resolution units; Duration units; Column; Flexible box (flexbox); flex-grow; flex-shrink; flex-basis; flex-direction; flex-wrap; flex-flow; align-content; align-items; align-self; order; justify-content; flex
Summary
Notes:
Includes index.
Description based on online resource; title from PDF title page (ebrary, viewed July 1, 2016).
ISBN:
9781783552146
178355214X
OCLC:
946944223

The Penn Libraries is committed to describing library materials using current, accurate, and responsible language. If you discover outdated or inaccurate language, please fill out this feedback form to report it and suggest alternative language.

Find

Home Release notes

My Account

Shelf Request an item Bookmarks Fines and fees Settings

Guides

Using the Find catalog Using Articles+ Using your account