AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps
Shyam Seshadri - 2014
By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle
Developing Backbone.js Applications
Addy Osmani - 2012
You’ll learn how to create structured JavaScript applications, using Backbone’s own flavor of model-view-controller (MVC) architecture.Start with the basics of MVC, SPA, and Backbone, then get your hands dirty building sample applications—a simple Todo list app, a RESTful book library app, and a modular app with Backbone and RequireJS. Author Addy Osmani, an engineer for Google’s Chrome team, also demonstrates advanced uses of the framework.Learn how Backbone.js brings MVC benefits to the client-sideWrite code that can be easily read, structured, and extendedWork with the Backbone.Marionette and Thorax extension frameworksSolve common problems you’ll encounter when using Backbone.jsOrganize your code into modules with AMD and RequireJSPaginate data for your Collections with the Backbone.Paginator pluginBootstrap a new Backbone.js application with boilerplate codeUse Backbone with jQuery Mobile and resolve routing problems between the twoUnit-test your Backbone apps with Jasmine, QUnit, and SinonJS
What's New in Java 7?
Madhusudhan Konda - 2011
Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of the JVM, support for dynamically-typed languages, and the fork and join framework for task parallelism.
Professional ASP.NET Design Patterns
Scott Millett - 2008
Design patterns are time-tested solutions to recurring problems, letting the designer build programs on solutions that have already proved effective Provides developers with more than a dozen ASP.NET examples showing standard design patterns and how using them helpsbuild a richer understanding of ASP.NET architecture, as well as better ASP.NET applications Builds a solid understanding of ASP.NET architecture that can be used over and over again in many projects Covers ASP.NET code to implement many standard patterns including Model-View-Controller (MVC), ETL, Master-Master Snapshot, Master-Slave-Snapshot, Facade, Singleton, Factory, Single Access Point, Roles, Limited View, observer, page controller, common communication patterns, and more
Professional Wordpress Plugin Development
Brad Williams - 2011
Now you can extend it for personal, corporate and enterprise use with advanced plugins and this professional development guide. Learn how to create plugins using the WordPress plugin API: utilize hooks, store custom settings, craft translation files, secure your plugins, set custom user roles, integrate widgets, work with JavaScript and AJAX, create custom post types. You'll find a practical, solutions-based approach, lots of helpful examples, and plenty of code you can incorporate!Shows you how to develop advanced plugins for the most popular CMS platform today, WordPress Covers plugin fundamentals, how to create and customize hooks, internationalizing your site with translation files, securing plugins, how to create customer users, and ways to lock down specific areas for use in corporate settings Delves into advanced topics, including creating widgets and metaboxes, debugging, using JavaScript and AJAX, Cron integration, custom post types, short codes, multi site functions, and working with the HTTP API Includes pointers on how to debug, profile and optimize your code, and how to market your custom plugin Learn advanced plugin techniques and extend WordPress into the corporate environment.
The Way to Go: A Thorough Introduction to the Go Programming Language
Ivo Balbaert - 2012
"
Best RV Tips from RVTipOfTheDay.com
Steven Fletcher - 2013
No matter if you use your RV just a few weekends and holidays a year or make it your full time home, you will find tips that will make your RV travels easier, safer and more enjoyable. You'll find tips that will save you time and money. You will find tips on getting your mail while traveling, internet access, boondocking, and work camping. You'll learn how to save money on camping fees just by choosing where to stay and staying longer. You will get tips on how you can customize your RV to make your home.Chapter TitlesRV Care & Maintenance TipsRV Boondocking – Dry-Camping – Overnighting TipsRV Camping TipsRV Park Reservation & Check-In ChecklistsRV Travel & Destination TipsRV Driving TipsRV Lifestyle TipsWork Camping TipsRV Accessories TipsRV Battery TipsRV Holding Tanks & Toilet TipsRV Fresh Water System TipsRV Electrical System TipsRV Refrigerator TipsMiscellaneous RV TipsTips for RVing With Dogs This book includes over 400 tips. You pay pennies for tips that can save you hundreds of dollars.About the Editors: As most folks do, we started out tent camping. In the late 1970s we ventured across the country from northern California to western Pennsylvania and back through Washington and Oregon in Steven’s boxy old 1965 Chevy van. Those were the days, my friends. That trip had a lasting effect and over time we realized we were destined to be full time RVers. In 1995 we sold our house and a Recreational Vehicle became our home. An RV has been our home every since.
What was I Thinking
Paul Henry - 2011
It will keep you entertained for hours. It's the very unusual story of Paul Henry - from his eventful childhood to his adventurous career in journalism to his recent outrageous comments on television which divided the country.A natural-born story teller, Paul spins many great yarns in this book. It's fascinating insight into his complex character. He's surprising -- he doesn't adhere to any prescribed set of beliefs. He's bold -- he set himself up as an international news correspondent working out of his Masterton lounge. And he's versatile -- turning his hand to running a cafe, running for Parliament and running from terrorists.
Wordpress for Beginners - A Visual Step-by-Step Guide to Creating your Own Wordpress Site in Record Time, Starting from Zero! (Webmaster Series)
Andy Williams - 2012
Not any more. Wordpress makes it possible for anyone to create and run a professional looking website.While Wordpress is an amazing tool, the truth is it does have a steep learning curve, even if you have built websites before. Therefore, the goal of this book is to take anyone, even a complete beginner and get them building a professional looking website. I'll hold your hand, step-by-step, all the way. As I was planning this book, I made one decision early on. I wanted to use screenshots of everything, so the reader wasn't left looking for something on their screen that I was describing in text. This book has screenshots. I haven't counted them all, but it must be close to 300. These screenshots will help you find the things I am talking about. They'll help you check your settings and options against the screenshot of mine. No more doubt, no more wondering if you have it correct. Look, compare and move on to the next section.With so many screenshots, you may be worried that the text might be a little on the skimpy side. No need to worry there. I have described in the minutest detail, every step on your journey to a great looking website. In all, this book has over 35,000 words. This book will cut your learning curve associated with WordpressEvery chapter of the book ends with a "Tasks to Complete" section. By completing these tasks, you'll not only become proficient at using Wordpress, you'll become confident & enjoy using Wordpress.
The Little Book on CoffeeScript
Alex MacCaw - 2012
Through example code, this guide demonstrates how CoffeeScript abstracts JavaScript, providing syntactical sugar and preventing many common errors. You’ll learn CoffeeScript’s syntax and idioms step by step, from basic variables and functions to complex comprehensions and classes.Written by Alex MacCaw, author of JavaScript Web Applications (O’Reilly), with contributions from CoffeeScript creator Jeremy Ashkenas, this book quickly teaches you best practices for using this language—not just on the client side, but for server-side applications as well. It’s time to take a ride with the little language that could.Discover how CoffeeScript’s syntax differs from JavaScriptLearn about features such as array comprehensions, destructuring assignments, and classesExplore CoffeeScript idioms and compare them to their JavaScript counterpartsCompile CoffeeScript files in static sites with the Cake build systemUse CommonJS modules to structure and deploy CoffeeScript client-side applicationsExamine JavaScript’s bad parts—including features CoffeeScript was able to fix
SQL (Visual QuickStart Guide)
Chris Fehily - 2002
With SQL and this task-based guide to it, you can do it toono programming experience required!After going over the relational database model and SQL syntax in the first few chapters, veteran author Chris Fehily launches into the tasks that will get you comfortable with SQL fast. In addition to explaining SQL basics, this updated reference covers the ANSI SQL:2003 standard and contains a wealth of brand-new information, including a new chapter on set operations and common tasks, well-placed optimization tips to make your queries run fast, sidebars on advanced topics, and added IBM DB2 coverage.Best of all, the book's examples were tested on the latest versions of Microsoft Access, Microsoft SQL Server, Oracle, IBM DB2, MySQL, and PostgreSQL. On the companion Web site, you can download the SQL scripts and sample database for all these systems and put your knowledge to work immediately on a real database..
Machine Learning: Fundamental Algorithms for Supervised and Unsupervised Learning With Real-World Applications
Joshua Chapmann - 2017
Right?! Machine Learning is a branch of computer science that wants to stop programming computers using a detailed list of commands to follow blindly. Instead, their aim is to implement high-level routines that teach computers how to approach new and unknown problems – these are called algorithms. In practice, they want to give computers the ability to Learn and to Adapt. We can use these algorithms to obtain insights, recognize patterns and make predictions from data, images, sounds or videos we have never seen before – or even knew existed. Unfortunately, the true power and applications of today’s Machine Learning Algorithms remain deeply misunderstood by most people. Through this book I want fix this confusion, I want to shed light on the most relevant Machine Learning Algorithms used in the industry. I will show you exactly how each algorithm works, why it works and when you should use it. Supervised Learning Algorithms K-Nearest Neighbour Naïve Bayes Regressions Unsupervised Learning Algorithms: Support Vector Machines Neural Networks Decision Trees
Chess: Conquer your Friends with 8 Easy Principles: Chess Strategy for Casual Players and Post-Beginners (The Skill Artist's Guide - Chess Strategy, Chess Books)
Maxen Tarafa - 2015
No complex terminology. ★FREE eBook Download inside★ Your dad taught you how to play Chess, but he didn’t teach you much. You already know how to checkmate and move the pieces, but let’s face it, your friends and family still beat you more than you’d like. You don't just want to play. You want to win and possibly CONQUER ALL YOUR FRIENDS! You sly dog! I know the feeling and I’m here to help. My name is Maxen R. Tarafa and I’m a Skill Artist. In a few short months, I went from a struggling post-beginner to an adept intermediate player and doubled my Chess ability by teaching myself. In this book, I show you how you can double, even triple, your Chess ability like I did, but faster. But I’m going to tell you right now. My method is rather controversial. You see, most chess “experts” bombard you with complex Chess notation (QxB6?) and expect you to read complex Chess terminology. I don’t do that. I’ll give you a cheat sheet of what you NEED to remember, and you’ll be off to the Chess boards and killing Queens like it’s nobody’s business. In this book, you learn: -How to play your first 10 moves so YOU control the game (Chess Openings) -How to use 3 techniques (or Chess tactics) like bringing light sabers to a knife fight -How to identify one weakness, if you simply recognize it, you can win in one move -How to cut your training time in ½. Know what to study and apply brainhacking techniques. -How to avoid common beginner mistakes with time-tested Chess strategy -Where to find FREE Chess websites, apps, videos, and technology to double your skills -How to use the one principle I taught to Eduardo that took him from losing miserably to unbeatable -How to “bend” the Chess rules with little-known special moves (it’s not cheating!) -And more I taught a 9-year-old these principles and a week later he was beating 17-year-olds. Anyone, even you, can learn how to double your Chess ability by learning a few easy principles. You’ll even learn how to speed your decision-making and play speed chess. If you’re looking for quick and easy Chess instruction to double your skills, but don’t want to learn complex terminology and notation, this book is for you! Don’t let your friend, brother, dad, or roommate beat you again! Join the Casual Chess revolution! Plain-English Chess Instruction for Casual Players, Post-Beginners, and People who Want to Learn Fast! ★Now Available in Paperback! To buy paperback, scroll up and click the Paperback link (by the cover image)★
Over The Top: How The Internet Is (Slowly But Surely) Changing The Television Industry
Alan Wolk - 2015
Given the intricacies of the industry, it's also going to be the most resistant to change. Alan Wolk, an industry veteran and longtime analyst and observer, lays out how the television industry is adapting to the digital era, explaining what's really happening in a tone that will appeal to laypeople and insiders alike. In the first section, Wolk takes us through how the industry works today, focusing on how the various players actually make money and who pays who for what. The next section deals with the changes that are taking place in the industry today–everything from time shifting to binge viewing to cord cutting–and how those changes are starting to create some seismic shifts. In the final section, Wolk reveals his predictions for the future and what the industry will look like in ten years time. Andrew Wallenstein, co-editor-in-chief of Variety says "Alan Wolk is one of the most insightful observers writing about the media business today. There's no better expert to help you navigate the confusing, complicated nexus of TV and the Internet." David Zaslav, President and CEO of Discovery Communications says "Alan Wolk has a deep understanding of the complex nature of television today… this is a fantastic primer of the business and one of the most educated perspectives on the future of our rapidly evolving industry."
Eric Sink on the Business of Software
Eric Sink - 2006
This insightful collection of essays explore the business concerns that programmers face during the course of their careers--particularly those programmers who are small independent software vendors.Sink also covers issues like starting your own business, and then performing the hiring, marketing, and finances in a style that programmers understand, sprinkled with a touch of humor.