jQuery 2 Recipes

Download jQuery 2 Recipes PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430264349
Total Pages : 621 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis jQuery 2 Recipes by : Arun Pande

Download or read book jQuery 2 Recipes written by Arun Pande and published by Apress. This book was released on 2014-09-26 with total page 621 pages. Available in PDF, EPUB and Kindle. Book excerpt: jQuery is often referred to as the 'write less, do more' JavaScript library. It allows a few clear lines of elegant, well-tested, code to replace many pages of complex hand-coded script, speeding development times and providing substantial cost savings. You will find jQuery 2 Recipes' problem-solution approach to be an excellent value and a feature-packed resource as you begin to include jQuery in your own projects. This book is bursting with fully-worked example recipes showing the core jQuery frameworks (jQuery, jQuery Mobile, jQuery UI) in action. Starting with fundamental principals and progressing to more advanced topics you'll be shown how to make the very best use of jQuery every step of the way. Early on, you'll learn to work confidently with dynamic data and to handle the jQuery events that form the foundation of your application. We'll then build on this foundation to demonstrate how fully working user-interface animations and AJAX data-validation can be constructed within jQuery. We'll show how add-on libraries like jQwidgets can be deployed to create professional quality apps for both the desktop and web with minimal coding. Finally, a full set of debugging and error-handling recipes is included to help you track down bugs and ensure your code is as robust as it can be.

jQuery, jQuery UI, and jQuery Mobile

Download jQuery, jQuery UI, and jQuery Mobile PDF Online Free

Author :
Publisher : Addison-Wesley
ISBN 13 : 013298136X
Total Pages : 875 pages
Book Rating : 4.1/5 (329 download)

DOWNLOAD NOW!


Book Synopsis jQuery, jQuery UI, and jQuery Mobile by : Adriaan de Jonge

Download or read book jQuery, jQuery UI, and jQuery Mobile written by Adriaan de Jonge and published by Addison-Wesley. This book was released on 2012-11-02 with total page 875 pages. Available in PDF, EPUB and Kindle. Book excerpt: 100+ Practical jQuery Recipes for Solving Your Real-World Web and Mobile Development Challenges! jQuery makes it easier than ever for developers to build exceptionally robust, cross-platform websites and mobile apps. jQuery, jQuery UI, and jQuery Mobile: Recipes and Examples is a practical “cookbook,” packed with realistic, easy-to-use solutions for making the most of jQuery Core, jQuery UI, plugins, and jQuery Mobile. This guide brings together more than one hundred self-contained, downloadable examples, each with an in-depth explanation of how the code works and how to adapt it for your own needs. Pioneering web/mobile developers Adriaan de Jonge and Phil Dutson present examples you can apply immediately in virtually any web or mobile app, and with any server-side platform, including PHP, .NET, Java, Ruby, Node.js, or Python. This extremely useful guide will help you Test browser support and provide for graceful degradation Fine-tune DOM element selection and manipulate your site’s DOM structure Master the newest techniques for event handling and binding Communicate with web servers: AJAX, page errors, redirects, XML, and more Use advanced UI widgets, from accordions and autocomplete to sliders and tabs Build mobile-optimized sites with the jQuery Mobile library Write and smoothly incorporate new plugins Integrate powerful third-party plugins, such as the Twitter Bootstrap framework The authors’ proven “code first, explain later” approach supports developers at all levels who want to start experimenting immediately. Their exceptionally readable examples never take shortcuts or compromise quality,and their detailed walk-throughs are ideal for anyone who wants to thoroughly understand their code. If you have a working knowledge of HTML, CSS, and basic JavaScript, you’ll feel right at home immediately; if not, de Jonge and Dutson’s careful explanations and full HTML page layout examples will get you up to speed quickly. Covers jQuery 1.6.4 and 1.7, with Tips for 1.8

jQuery Recipes

Download jQuery Recipes PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430227109
Total Pages : 449 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis jQuery Recipes by : Bintu Harwani

Download or read book jQuery Recipes written by Bintu Harwani and published by Apress. This book was released on 2010-04-28 with total page 449 pages. Available in PDF, EPUB and Kindle. Book excerpt: jQuery is one of today’s most popular JavaScript web application development frameworks and libraries. jQuery Recipes can get you started with jQuery quickly and easily, and it will serve as a valuable long-term reference. The book begins with small initial problems that developers typically face while working with jQuery, and gradually goes deeper to explore more complex problems. The solutions include illustrations and clear, concise explanations of the code. Using this book and jQuery, your web sites will be more dynamic and lively.

jQuery Cookbook

Download jQuery Cookbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449383017
Total Pages : 480 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis jQuery Cookbook by : Cody Lindley

Download or read book jQuery Cookbook written by Cody Lindley and published by "O'Reilly Media, Inc.". This book was released on 2009-11-09 with total page 480 pages. Available in PDF, EPUB and Kindle. Book excerpt: jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript library is easy, but it can take years to fully realize its breadth and depth; this cookbook shortens the learning curve considerably. With these recipes, you'll learn patterns and practices from 19 leading developers who use jQuery for everything from integrating simple components into websites and applications to developing complex, high-performance user interfaces. Ideal for newcomers and JavaScript veterans alike, jQuery Cookbook starts with the basics and then moves to practical use cases with tested solutions to common web development hurdles. You also get recipes on advanced topics, such as methods for applying jQuery to large projects. Solve problems involving events, effects, dimensions, forms, themes, and user interface elements Learn how to enhance your forms, and how to position and reposition elements on a page Make the most of jQuery's event management system, including custom events and custom event data Create UI elements-such as tabs, accordions, and modals-from scratch Optimize your code to eliminate bottlenecks and ensure peak performance Learn how to test your jQuery applications The book's contributors include: Cody Lindley James Padolsey Ralph Whitbeck Jonathan Sharp Michael Geary and Scott González Rebecca Murphey Remy Sharp Ariel Flesler Brian Cherne Jörn Zaefferer Mike Hostetler Nathan Smith Richard D. Worth Maggie Wachs, Scott Jehl, Todd Parker, and Patty Toland Rob Burns

Beginning jQuery 2 for ASP.NET Developers

Download Beginning jQuery 2 for ASP.NET Developers PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430263059
Total Pages : 322 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Beginning jQuery 2 for ASP.NET Developers by : Bipin Joshi

Download or read book Beginning jQuery 2 for ASP.NET Developers written by Bipin Joshi and published by Apress. This book was released on 2014-01-21 with total page 322 pages. Available in PDF, EPUB and Kindle. Book excerpt: jQuery is the most popular JavaScript library in use today, appearing on nearly two thirds of the 10,000 most visited sites on the web. With this sort of popularity, it’s clear that ASP.NET developers can’t afford to miss out. By combining jQuery with ASP.NET you get the best of both worlds: the client-side interactivity and responsiveness of JavaScript with the robustness and extensibility of Microsoft's web stack. Beginning jQuery 2 for ASP.NET Developers shows you how. To begin with, you'll find out how jQuery hooks up with your ASP.NET controls, and simplifies event handling by keeping it in the browser. Then you'll learn to handle dynamic content and responsive layouts by interacting with the DOM. Effects and animations are one of the most popular uses of the jQuery library, so we cover that next—showing you how to get a sleek modern look and feel to your site using some of the vast library of JavaScript that's already out there waiting to be used. Ajax is one of the areas where jQuery really shines, so you'll find out how to make Ajax calls to a web service and get data onto a page without waiting for slow ASP.NET postbacks every time. And no book on jQuery would be complete without jQuery Mobile: the popular mobile web framework that gets you writing sites that work across all the major mobile platforms.

jQuery 2.0 Development Cookbook

Download jQuery 2.0 Development Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1783280905
Total Pages : 657 pages
Book Rating : 4.7/5 (832 download)

DOWNLOAD NOW!


Book Synopsis jQuery 2.0 Development Cookbook by : Leon Revill

Download or read book jQuery 2.0 Development Cookbook written by Leon Revill and published by Packt Publishing Ltd. This book was released on 2014-02-21 with total page 657 pages. Available in PDF, EPUB and Kindle. Book excerpt: Taking a recipe-based approach, this book presents numerous practical examples that you can use directly in your applications. The book covers the essential issues you will face while developing your web applications and gives you solutions to them. The recipes in this book are written in a manner that rapidly takes you from beginner to expert level. This book is for web developers of all skill levels. Although some knowledge of JavaScript, HTML, and CSS is required, this Cookbook will teach jQuery newcomers all the basics required to move on to the more complex examples of this book, which will benefit the more seasoned jQuery developer. If you want to learn how to create modern website features quickly, using best practice techniques, then this book is for you.

Git Recipes

Download Git Recipes PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430261048
Total Pages : 411 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Git Recipes by : Wlodzimierz Gajda

Download or read book Git Recipes written by Wlodzimierz Gajda and published by Apress. This book was released on 2014-01-20 with total page 411 pages. Available in PDF, EPUB and Kindle. Book excerpt: Whether you're relatively new to git or you need a refresher, or if you just need a quick, handy reference for common tasks in git, Git Recipes is just the reference book you need. With recipes to cover any task you can think of, including working with GitHub and git on BitBucket, Git Recipes shows you how to work with large repositories, new repositories, forks, clones, conflicts, differences, and it even gives you practical scenarios you may find yourself dealing with while using git. If you work with Git at all, you need this hands-on, practical reference for all things Git.

PHP JQuery Cookbook

Download PHP JQuery Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1849512752
Total Pages : 498 pages
Book Rating : 4.8/5 (495 download)

DOWNLOAD NOW!


Book Synopsis PHP JQuery Cookbook by : Vijay Joshi

Download or read book PHP JQuery Cookbook written by Vijay Joshi and published by Packt Publishing Ltd. This book was released on 2010-12-14 with total page 498 pages. Available in PDF, EPUB and Kindle. Book excerpt: Over 60 simple but highly effective recipes to create interactive web applications using PHP with jQuery.

JQuery UI Cookbook

Download JQuery UI Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1782162194
Total Pages : 431 pages
Book Rating : 4.7/5 (821 download)

DOWNLOAD NOW!


Book Synopsis JQuery UI Cookbook by : Adam Boduch

Download or read book JQuery UI Cookbook written by Adam Boduch and published by Packt Publishing Ltd. This book was released on 2013-01-01 with total page 431 pages. Available in PDF, EPUB and Kindle. Book excerpt: Filled with a practical collection of recipes, jQuery UI Cookbook is full of clear, step-by-step instructions that will help you harness the powerful UI framework in jQuery. Depending on your needs, you can dip in and out of the Cookbook and its recipes, or follow the book from start to finish.If you are a jQuery UI developer looking to improve your existing applications, extract ideas for your new application, or to better understand the overall widget architecture, then jQuery UI Cookbook is a must-have for you. The reader should at least have a rudimentary understanding of what jQuery UI is, and have written some code that uses jQuery UI.

ASP.NET MVC 4 Recipes

Download ASP.NET MVC 4 Recipes PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430247746
Total Pages : 618 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis ASP.NET MVC 4 Recipes by : John Ciliberti

Download or read book ASP.NET MVC 4 Recipes written by John Ciliberti and published by Apress. This book was released on 2013-04-01 with total page 618 pages. Available in PDF, EPUB and Kindle. Book excerpt: ASP.NET MVC 4 Recipes is a practical guide for developers creating modern web applications, cutting through the complexities of ASP.NET, jQuery, Knockout.js and HTML 5 to provide straightforward solutions to common web development problems using proven methods based on best practices. The problem-solution approach gets you in, out, and back to work quickly while deepening your understanding of the underlying platform and how to develop with it. Author John Ciliberti guides you through the framework and development tools, presenting typical challenges, along with code solutions and clear, concise explanations, to accelerate application development. Inside you will find recipes dealing with streamlined syntax, full control over HTML, a simple API for creating RESTful web services, writing support for test driven development, and more. Solve problems immediately by pasting in code from the recipes, or put multiple recipe solutions together to overcome challenging development obstacles. Dive head first into ASP.NET MVC web development with ASP.NET MVC 4 Recipes.

Drupal 5 Views Recipes

Download Drupal 5 Views Recipes PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1847196977
Total Pages : 616 pages
Book Rating : 4.8/5 (471 download)

DOWNLOAD NOW!


Book Synopsis Drupal 5 Views Recipes by : Marjorie Roswell

Download or read book Drupal 5 Views Recipes written by Marjorie Roswell and published by Packt Publishing Ltd. This book was released on 2009-05-27 with total page 616 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book will give you a long list of powerful recipes. Choose the ones that suit your needs and use them through step-by-step instructions. Most of the recipes are code-free, but a number of the recipes contain code snippets. This book is primarily written for Drupal site builders, administrators, and themers who want to develop custom content displays using Views. It can be used by anyone who has a Drupal 5 web site, including original site developers as well as people who have inherited a Drupal 5 site. Some knowledge of HTML and CSS is required; PHP basics will be handy for some of the re.

JavaScript Frameworks for Modern Web Dev

Download JavaScript Frameworks for Modern Web Dev PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484206622
Total Pages : 502 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis JavaScript Frameworks for Modern Web Dev by : Tim Ambler

Download or read book JavaScript Frameworks for Modern Web Dev written by Tim Ambler and published by Apress. This book was released on 2015-10-13 with total page 502 pages. Available in PDF, EPUB and Kindle. Book excerpt: JavaScript Frameworks for Modern Web Dev is your guide to the wild, vast, and untamed frontier that is JavaScript development. The JavaScript tooling landscape has grown and matured drastically in the past several years. This book will serve as an introduction to both new and well established libraries, frameworks, and utilities that have gained popular traction and support from seasoned developers. It covers tools applicable to the entire development stack, both client- and server-side. While no single book can possibly cover every JavaScript library of value, JavaScript Frameworks for Modern Web Dev focuses on incredibly u seful libraries and frameworks that production software uses. You will be treated to detailed analyses and sample code for tools that manage dependencies, structure code in a modular fashion, automate repetitive build tasks, create specialized servers, structure client side applications, facilitate horizontal scaling, and interacting with disparate data stores. The libraries and frameworks covered include Bower, Grunt, Yeoman, PM2, RequireJS, Browserify, Knockout, AngularJS, Kraken, Mach, Mongoose, Knex, Bookshelf, Faye, Q, Async.js, Underscore, and Lodash. Written from first-hand experience, you will benefit from the glorious victories and innumerable failures of two experienced professionals, gain quick insight into hurdles that aren't always explicitly mentioned in API documentation or Readmes, and quickly learn how to use JavaScript frameworks and libraries like a Pro. Enrich your development skills with JavaScript Frameworks for Modern Web Dev today.

ASP.NET jQuery Cookbook

Download ASP.NET jQuery Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1785282212
Total Pages : 478 pages
Book Rating : 4.7/5 (852 download)

DOWNLOAD NOW!


Book Synopsis ASP.NET jQuery Cookbook by : Sonal Aneel Allana

Download or read book ASP.NET jQuery Cookbook written by Sonal Aneel Allana and published by Packt Publishing Ltd. This book was released on 2016-02-25 with total page 478 pages. Available in PDF, EPUB and Kindle. Book excerpt: Over 60 recipes for writing client script in ASP.NET 4.6 applications using jQuery About This Book This is a step-by-step guide to solve common problems in ASP.NET applications Easy-to-follow recipes to write client scripts effortlessly and quickly A hands-on approach that will show you how to interface jQuery with ASP.NET websites and MVC Who This Book Is For This book is for ASP.NET developers who want to use jQuery to write client scripts for cross-browser compatibility. The book assumes no prior knowledge of ASP.NET or jQuery, and every recipe is self-contained and explained in an easy-to-follow manner. Familiarity with Visual Studio and MS SQL Server is preferred, but not compulsory. What You Will Learn Download and include jQuery in ASP.NET websites and MVC Use jQuery selectors with ASP.NET server controls Get to know about event handling and DOM traversal Deploy jQuery for visual effects and animations Develop AJAX-enabled ASP.NET applications Create your own plugins Solve common problems using less code and cut down your development time In Detail jQuery is a lightweight JavaScript library that has changed the landscape of client scripting in web applications. Developed by John Resig in 2006, it has taken the web by storm because of its cross-browser compatibility and the ability to get more done with less code. It has gained popularity with ASP.NET developers and is now distributed with Visual Studio and the NuGet package manager. ASP.NET jQuery Cookbook explores the wide range of utilities that the jQuery library provides. It teaches you the nitty-gritty of plugging in these features in ASP.NET web applications. It covers every aspect of interfacing the library, right from downloading and including jQuery on web pages to selecting controls, handling events, and creating animations. This book also walks you through DOM traversal and manipulation in ASP.NET and then through visual effects and graphics in ASP.NET sites. It explores advanced features such as posting AJAX requests and writing plugins. It will provide you with all the information you need to use this library confidently with ASP.NET. Style and approach This book takes a hands-on, pragmatic approach to solving common problems in ASP.NET applications using jQuery. Every recipe has detailed steps with screen captures and code snippets. The necessary theoretical concepts are introduced as and when needed.

ASP. Net Mvc 2 Cookbook

Download ASP. Net Mvc 2 Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1849690316
Total Pages : 518 pages
Book Rating : 4.8/5 (496 download)

DOWNLOAD NOW!


Book Synopsis ASP. Net Mvc 2 Cookbook by : Andrew Siemer

Download or read book ASP. Net Mvc 2 Cookbook written by Andrew Siemer and published by Packt Publishing Ltd. This book was released on 2011-01-01 with total page 518 pages. Available in PDF, EPUB and Kindle. Book excerpt: Annotation ASP.NET MVC, one of the latest web development platforms from Microsoft, brings the power of MVC programming to ASP.NET development. It simplifies the task of application development and maintenance for developers. However, ASP.NET MVC is filled with so many features that developers end up looking for solutions to the many problems that are encountered in their routine development tasks.ASP.NET MVC 2 Cookbook will provide solutions for the very specific problems that are encountered while developing applications with the ASP.NET MVC platform. It consists of many recipes containing step-by-step instructions that guide developers to effectively use the wide array of tools and features of ASP.NET MVC platform for web development ASP.NET MVC Cookbook is a collection of recipes that will help you to perform your routine development tasks with ease using the ASP.NET MVC platform. In this book you will be walked through the solution to several specific web application development problems. Each recipe will walk you through the creation of a web application, setting up any Visual Studio project requirements, adding in any external tools, and finally the programming steps needed to solve the problem. The focus of the book is to describe the solution from start to finish. The book starts off with recipes that demonstrate how to work effectively with views and controllers _ two of the most important ingredients of the ASP.NET MVC framework. It then gradually moves on to cover many advanced routing techniques. Considering the importance of having a consistent structure to the site, the book contains recipes to show how to build a consistent UI and control its look with master pages. It also contains a chapter that is packed with many recipes that demonstrate how to gain control of data within a view. As the book progresses through some exciting recipes on performing complex tasks with forms, you will discover how easy it is to work with forms to jazz up the look of your web site. Building large applications with ease is one of the prime features of the MVC model. Therefore, this book also focuses on tools and features that make building large applications easier to manage. As data plays an important role in the MVC architecture, there are ample recipes dedicated to cover data validation, access, and storage techniques. Finally, the book demonstrates how to enhance the user experience of your visitors by controlling the data at the application, session, caching, and cookie level. By the end of this book, you will have explored a wide array of tools and features available with the ASP.NET MVC platform A fast-paced cookbook with recipes covering all that you wanted to know about developing with ASP.NET MVC.

Django 2 Web Development Cookbook

Download Django 2 Web Development Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1788838084
Total Pages : 544 pages
Book Rating : 4.7/5 (888 download)

DOWNLOAD NOW!


Book Synopsis Django 2 Web Development Cookbook by : Jake Kronika

Download or read book Django 2 Web Development Cookbook written by Jake Kronika and published by Packt Publishing Ltd. This book was released on 2018-10-31 with total page 544 pages. Available in PDF, EPUB and Kindle. Book excerpt: Django is a framework designed to balance rapid web development with high performance. It handles high levels of user traffic and interaction, integrates with a variety of databases, and collects and processes data in real time. This book follows a task-based approach to guide you through developing with the Django 2.1 framework, starting with ...

PHP and MySQL Recipes

Download PHP and MySQL Recipes PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1484206053
Total Pages : 386 pages
Book Rating : 4.4/5 (842 download)

DOWNLOAD NOW!


Book Synopsis PHP and MySQL Recipes by : Frank M. Kromann

Download or read book PHP and MySQL Recipes written by Frank M. Kromann and published by Apress. This book was released on 2016-06-11 with total page 386 pages. Available in PDF, EPUB and Kindle. Book excerpt: Gain instant solutions, including countless pieces of useful code that you can copy and paste into your own applications, giving you answers fast and saving you hours of coding time. You can also use this book as a reference to the most important aspects of the latest PHP scripting language, including the vital functions you know and love from previous versions of PHP, as well as the functions introduced in PHP 7. PHP and MySQL Recipes: A Problem-Solution Approach supplies you with complete code for all of the common coding problems you are likely to face when using PHP and MySQL together in your day-to-day web application development. This invaluable guide includes over 200 recipes and covers numerous topics. What you hold in your hands is the answer to all your PHP 7 needs. Furthermore, this book explains the PHP functionality in detail, including the vastly improved object-oriented capabilities and the new MySQL database extension. PHP and MySQL Recipes will be a useful and welcome companion throughout your career as a web developer, keeping you on the cutting edge of PHP development, ahead of the competition, and giving you all the answers you need, when you need them. What You'll Learn Work with arrays, dates and times, strings, files and directories, and dynamic imaging Write regular expressions in PHP Use the variables and functions found in PHP Who This Book Is For Experienced PHP and MySQL programmers and web developers who have at least some PHP and MySQL programming experience.

Web Development Recipes

Download Web Development Recipes PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 1680505181
Total Pages : 435 pages
Book Rating : 4.6/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Web Development Recipes by : Brian P. Hogan

Download or read book Web Development Recipes written by Brian P. Hogan and published by Pragmatic Bookshelf. This book was released on 2015-07-22 with total page 435 pages. Available in PDF, EPUB and Kindle. Book excerpt: Modern web development is so much more than just HTML and CSS with a little JavaScript mixed in. People want faster, more usable interfaces that work on multiple devices, and you need the latest tools and techniques to make that happen. This book gives you over 40 concise solutions to today's web development problems, and introduces new solutions that will expand your skill set---proven, practical advice from authors who use these tools and techniques every day. In this completely updated edition, you'll find innovative new techniques and workflows, as well as reworked solutions that take advantage of new developments. Web development is constantly changing, and you need to stay on top of your game. Discover a wide spectrum of web development techniques, from how to improve the way you present content, to solutions for data analysis, testing, and deployment. In this edition we introduce new tools, add new recipes, and modernize old ones. You'll use Vagrant to automate server setup, and you'll discover new ways to develop blogs and static sites. You'll learn how to use Grunt to script the deployment of your web project, and use Angular to build a single-page app. You'll learn how to make content stand out with simple cross-browser styles; create animations that work well everywhere without plugins; and create lightweight, responsive layouts. We'll show you how to use preprocessors like CoffeeScript and Sass; write tests for your code; use Git and Dropbox to collaborate; configure and secure the Apache web server; use virtualization to set up your own servers automatically; and much more. Whether you're new to front-end development, or you've got a few years of experience, you'll become a more versatile developer by finding out how---and why---to use these solutions in your next project. What You Need: Your favorite text editor, the most current version of Mozilla Firefox, Internet Explorer, Google Chrome or Safari, and a working knowledge of HTML and JavaScript. Familiarity with command-line interfaces is a plus.