Frontend Workflow with HTML5 and SASS


Book Description

It is not that hard to explain why I've decided to write this book. The main reason is very simple: I want people to start learning writing clean, clear and smart code. On the other hand (in complement to the main reason), I also wanted to make developers aware of what they can achieve if they will think out of the box and not following rigorously some current working habits which tend to 'standardize' everything around. This book started from a very strong desire of mine after seeing everywhere a lot of 'bad' use of HTML and CSS. I say 'bad' because I do not claim what I will expose in this book is the shiniest and coolest thing around. The approach I take is somehow opinionated, but it served me very well during the last two years so I'm really into sharing this knowledge with you. And after all, the rules that you are imposing on everything you do take you to an opinionated state of mind anyway, just like discipline is something that you attain after a lot of dedicated time, perseverance and hard work. The book is for those of you who are sick and tired of working on a project that is taking a lot of time because you either start with no code base at all, you change very often new libraries and frameworks on the promise they will solve all your problems, or you simply find it difficult to wire up and organise your code in a smart and lucrative way, so you can focus on the project itself instead of worrying about your tools. You will learn the following things: - write clean code - you will learn how to write clear, semantic and concise code that will make sense to you and your co-workers - better organisation of your projects - having things sorted out in a visible manner will bring you big benefits when you're searching for something and know where to find it or when you want to move things around without breaking anything else - creating modularized and reusable components - learn to create reusable components, modify and extend them easily - code faster and smarter (improve your workflow) - the time you spend on projects is very important, so if you will develop on a good code base, your coding speed will fasten up, but not only this, you will write code in a very semantic and understandable way, not only to you, but to others too - get a grasp of web components - every day the web technologies are immersing and it seems the future of web developing will be centered around web components, so basically a web component will serve you everything you need from it, it will act as a sole unit that communicates with other components - tailor your own web framework - creating your own framework that suits your needs and can be used in the best possible way to get things done - take it to a minimum - you will also learn how to grab out only the things you need on a particular project, and not overwhelming your code base with unnecessary stuff; this way you will make your clients Internet bandwidth happy and speed up response times




Creative Strategy and the Business of Design


Book Description

"The Business Skills Every Creative Needs! Remaining relevant as a creative professional takes more than creativity--you need to understand the language of business. The problem is that design school doesn't teach the strategic language that is now essential to getting your job done. Creative Strategy and the Business of Design fills that void and teaches left-brain business skills to right-brain creative thinkers. Inside, you'll learn about the business objectives and marketing decisions that drive your creative work. You already have the creativity; now it's time to gain the business insight. Once you understand what the people across the table are thinking, you'll be able to think how they think to do what we do." -- Provided by publisher.




Sass and Compass for Designers


Book Description

A step-by-step tutorial guide, taking you through how to build a responsive Sass and Compass powered website.If you understand HTML and CSS, this book is all you need to take your code to the next level with Sass and Compass. No prior understanding of CSS preprocessors or programming conventions is needed.




Beginning Responsive Web Design with HTML5 and CSS3


Book Description

Beginning Responsive Web Design with HTML5 and CSS3 is your step-by-step guide to learning how to embrace responsive design for all devices. You will learn how to develop your existing HTML, CSS, and JavaScript skills to make your sites work for the modern world. Web sites and apps are now accessed on a wide range of devices with varied sizes and dimensions, so ensuring your users have the best experience now means thinking responsive. In Beginning Responsive Web Design with HTML5 and CSS3 you will learn about all aspects of responsive development. You'll start with media queries, and fluid CSS3 layouts. You'll see how to use responsive frameworks such as Twitter Bootstrap, and how to use tools such as Grunt, Bower, Sass, and LESS to help save you time. You'll also learn how to use JavaScript to manage responsive states, manage your user's journey across screen sizes, and optimize your responsive site. By the end of the book you will be able to build new sites responsively, and update existing sites to be responsive. Every aspect of a responsive build will be covered. This book is perfect for developers who are looking to move into the future of responsive sites. Whether you have already dipped your toes into responsive development or are just getting started, Beginning Responsive Web Design with HTML5 and CSS3 will teach you the very best techniques to optimize your site and your user's experience.




Jump Start Sass


Book Description

Get a Jump Start on the popular CSS preprocessor Sass today! Using Sass, you can write your stylesheets in a more concise, dynamic, and readable way, and cut down many of the tedious repetitive tasks that come with writing vanilla CSS. Sass simplifies your stylesheets, adding some useful features missing from CSS. Most importantly, Sass will save you time. This book provides a thorough introduction to Sass for the beginner. In it, you'll learn: What preprocessors are and how they can be useful Installation and getting started Variables, mixins, and functions Loops and conditions Nesting Extend Warnings & errors Project architecture The Sass ecosystem And more!




Sass For Web Designers


Book Description

From getting started to advanced techniques, level up your stylesheets and instantly start taking advantage of the power of Sass.




Enduring CSS


Book Description

Learn to really THINK about CSS, and how to create CSS that endures continual iteration, multiple authors, and yet always produces predictable results About This Book Address the problems of CSS at scale, avoiding the shortfalls of scaling CSS. The shortfalls of conventional approaches to scaling CSS. Develop consistent and enforceable selector naming conventions with ECSS. Learn how to organize project structure to more easily isolate and decouple visual components. Who This Book Is For This is a book for working CSS authors involved in large projects. This is a book that tackles create enduring CSS for large-scale projects. What You Will Learn The problems of CSS at scale—specificity, the cascade and styles intrinsically tied to element structure. The shortfalls of conventional approaches to scaling CSS. The ECSS methodology and the problems it solves. How to develop consistent and enforceable selector naming conventions with ECSS. How to organise project structure to more easily isolate and decouple visual components. How to handle state changes in the DOM with ARIA or override selectors. How to apply ECSS to web applications and visual modules. Considerations of CSS tooling and processing: Sass/PostCSS and linting. Addressing the notion of CSS selector speed with hard data and browser representative insight In Detail Learn with me, Ben Frain, about how to really THINK about CSS and how to use CSS for any size project! I'll show you how to write CSS that endures continual iteration, multiple authors, and yet always produces predictable results. Enduring CSS, often referred to as ECSS, offers you a robust and proven approach to authoring and maintaining style sheets at scale. Enduring CSS is not a book about writing CSS, as in the stuff inside the curly braces. This is a book showing you how to think about CSS, and be a smarter developer with that thinking! It's about the organisation and architecture of CSS—the parts outside the braces. I will help you think about the aspects of CSS development that become the most difficult part of writing CSS in larger projects. You'll learn about the problems of authoring CSS at scale—including specificity, the cascade and styles intrinsically tied to document structure. I'll introduce you to the ECSS methodology, and show you how to develop consistent and enforceable selector naming conventions. We'll cover how to apply ECSS to your web applications and visual model, and how you can organize your project structure wisely, and handle visual state changes with ARIA, providing greater accessibility considerations. In addition, we'll take a deep look into CSS tooling and process considerations. Finally we will address performance considerations by examining topics such as CSS selector speed with hard data and browser-representative insight. Style and approach Learn with me, Ben Frain, about how to really think about CSS. This is a book to deal with writing CSS for large-scale, rapidly changing web projects and applications. This isn't a book about writing CSS, as in the stuff inside the curly braces - this is a book about the organisation and architecture of CSS; the parts outside the braces!




Learning Web App Development


Book Description

Grasp the fundamentals of web application development by building a simple database-backed app from scratch, using HTML, JavaScript, and other open source tools. Through hands-on tutorials, this practical guide shows inexperienced web app developers how to create a user interface, write a server, build client-server communication, and use a cloud-based service to deploy the application. Each chapter includes practice problems, full examples, and mental models of the development workflow. Ideal for a college-level course, this book helps you get started with web app development by providing you with a solid grounding in the process. Set up a basic workflow with a text editor, version control system, and web browser Structure a user interface with HTML, and include styles with CSS Use JQuery and JavaScript to add interactivity to your application Link the client to the server with AJAX, JavaScript objects, and JSON Learn the basics of server-side programming with Node.js Store data outside your application with Redis and MongoDB Share your application by uploading it to the cloud with CloudFoundry Get basic tips for writing maintainable code on both client and server




Programming JavaScript Applications


Book Description

Take advantage of JavaScript’s power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that’s easier—yes, easier—to work with as your code base grows. JavaScript may be the most essential web programming language, but in the real world, JavaScript applications often break when you make changes. With this book, author Eric Elliott shows you how to add client- and server-side features to a large JavaScript application without negatively affecting the rest of your code. Examine the anatomy of a large-scale JavaScript application Build modern web apps with the capabilities of desktop applications Learn best practices for code organization, modularity, and reuse Separate your application into different layers of responsibility Build efficient, self-describing hypermedia APIs with Node.js Test, integrate, and deploy software updates in rapid cycles Control resource access with user authentication and authorization Expand your application’s reach through internationalization




Full Stack JavaScript Development with MEAN


Book Description

By the end of this intro to MEAN stack development, youll know MongoDB, Express, AngularJS, and Node.js well enough to create your own production-grade, full-stack JavaScript web app.