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

The Art of Game Design: A Book of Lenses


Jesse Schell - 2008
    The Art of Game Design: A Book of Lenses shows that the same basic principles of psychology that work for board games, card games and athletic games also are the keys to making top-quality video games. Good game design happens when you view your game from many different perspectives, or lenses. While touring through the unusual territory that is game design, this book gives the reader one hundred of these lenses—one hundred sets of insightful questions to ask yourself that will help make your game better. These lenses are gathered from fields as diverse as psychology, architecture, music, visual design, film, software engineering, theme park design, mathematics, writing, puzzle design, and anthropology. Anyone who reads this book will be inspired to become a better game designer—and will understand how to do it.

HTML, XHTML & CSS for Dummies


Ed Tittel - 2008
    Now featuring more than 250 color illustrations throughout, this perennially popular guide is a must for novices who want to work with HTML or XHTML, which continue to be the foundation for any Web site The new edition features nearly 50 percent new and updated content, including expanded coverage of CSS and scripting, new coverage of syndication and podcasting, and new sample HTML projects, including a personal Web page, an eBay auction page, a company Web site, and an online product catalog The companion Web site features an eight-page expanded Cheat Sheet with ready-reference information on commands, syntax, colors, CSS elements, and more Covers planning a Web site, formatting Web pages, using CSS, getting creative with colors and fonts, managing layouts, and integrating scripts

PYTHON: PROGRAMMING: A BEGINNER’S GUIDE TO LEARN PYTHON IN 7 DAYS


Ramsey Hamilton - 2016
    Python is a beautiful computer language. It is simple, and it is intuitive. Python is used by a sorts of people – data scientists use it for much of their number crunching and analytics; security testers use it for testing out security and IT attacks; it is used to develop high-quality web applications and many of the large applications that you use on the internet are also written in Python, including YouTube, DropBox, and Instagram. Are you interested in learning Python? Then settle in and learn the basics in just 7 days - enough for you to be comfortable in moving on to the next level without any trouble.Are you interested in learning Python? Then settle in and learn the basics in just 7 days - enough for you to be comfortable in moving on to the next level without any trouble. In this book you'll learn: Setting Up Your Environment Let’s Get Programming Variables and Programs in Files Loops, Loops and More Loops Functions Dictionaries, Lists, and Tuples The “for” Loop Classes Modules File Input/Output Error Handling and much more! Now it's time for you to start your journey into Python programming! Click on the Buy Now button above and get started today!

Master Lighting Guide for Portrait Photographers


Christopher Grey - 2004
    Terminology used by industry pros is explained, the equipment needed to create professional results is outlined, and the unique role that each element of the lighting setup plays in the studio is explored. Photographers learn how color, direction, form, and contrast affect the final portrait. The concise text, photo examples, and lighting diagrams enable photographers to easily achieve traditional lighting styles that have been the basis of good portraiture since the advent of the art.

Node.Js the Right Way: Practical, Server-Side JavaScript That Scales


Jim R. Wilson - 2013
    Ready to take JavaScript beyond the browser, explore dynamic languages features and embrace evented programming? Explore the fun, growing repository of Node modules provided by npm. Work with multiple protocols, load-balanced RESTful web services, express, 0MQ, Redis, CouchDB, and more. Develop production-grade Node applications fast. JavaScript is the backbone of the modern web, powering nearly every web app's user interface. Node.js is JavaScript for the server. This book shows you how to develop small, fast, low-profile, useful, networked applications. You'll write asynchronous, non-blocking code using Node's style and patterns. You'll cluster and load balance your services with Node core features and third-party tools. You'll work with many protocols, creating RESTful web services, TCP socket clients and servers, and more. This short book packs a hefty dose of Node.js. You'll test your code's functionality and performance under load. You'll learn important aspects of Node development--from its architecture and core, to its ecosystem of third-party modules. You'll discover how Node pairs a server-side event loop with a JavaScript runtime to produce screaming fast, non-blocking concurrency. Through a series of practical programming domains, you'll use the latest available ECMAScript Harmony features and harness key Node classes such as EventEmitter and Stream. Throughout the book, you'll develop real programs that are small, fast, low-profile, and useful. Get ready to join a smart community that's rapidly advancing the state of the art in web development.What You Need: Latest stable release of Node.js, this book was written with 0.12.x in mind. The 0MQ (ZeroMQ) library, version 3.2 or higher.

CSS Cookbook


Christopher Schmitt - 2004
    But first, you have to get past CSS theory and resolve real-world problems.For those all-too-common dilemmas that crop up with each project, "CSS Cookbook" provides hundreds of practical examples with CSS code recipes that you can use immediately to format your web pages. Arranged in a quick-lookup format for easy reference, the second edition has been updated to explain the unique behavior of the latest browsers: Microsoft's IE 7 and Mozilla's Firefox 1.5. Also, the book has been expanded to cover the interaction of CSS and images and now includes more recipes for beginning CSS users. The explanation that accompanies each recipe enables you to customize the formatting for your specific needs. With topics that range from basic web typography and page layout to techniques for formatting lists, forms, and tables, this book is a must-have companion, regardless of your experience with Cascading Style Sheets.

Microinteractions: Designing with Details


Dan Saffer - 2013
    With this practical book, you’ll learn how to design effective microinteractions: the small details that exist inside and around features. How can users change a setting? How do they turn on mute, or know they have a new email message?Through vivid, real-world examples from today’s devices and applications, author Dan Saffer walks you through a microinteraction’s essential parts, then shows you how to use them in a mobile app, a web widget, and an appliance. You’ll quickly discover how microinteractions can change a product from one that’s tolerated into one that’s treasured.Explore a microinteraction’s structure: triggers, rules, feedback, modes, and loopsLearn the types of triggers that initiate a microinteractionCreate simple rules that define how your microinteraction can be usedHelp users understand the rules with feedback, using graphics, sounds, and vibrationsUse modes to let users set preferences or modify a microinteractionExtend a microinteraction’s life with loops, such as “Get data every 30 seconds”

PostgreSQL 9.0 High Performance


Gregory Smith - 2010
    You could spend years discovering solutions to them all, step by step as you encounter them. Or you can just look in here. All successful database applications are destined to eventually run into issues scaling up their performance. Peek into the future of your PostgreSQL database's problems today. Know the warning signs to look for, and how to avoid the most common issues before they even happen. Surprisingly, most PostgreSQL database applications evolve in the same way: Choose the right hardware. Tune the operating system and server memory use. Optimize queries against the database, with the right indexes. Monitor every layer, from hardware to queries, using some tools that are inside PostgreSQL and others that are external. Using monitoring insight, continuously rework the design and configuration. On reaching the limits of a single server, break things up; connection pooling, caching, partitioning, and replication can all help handle increasing database workloads. The path to a high performance database system isn't always easy. But it doesn't have to be mysterious with the right guide. This book is a clear, step-by-step guide to optimizing and scaling up PostgreSQL database servers. - Publisher.

Your German Shepherd Puppy Month by Month


Liz Palika - 2012
    Expert authors Liz Palika, vet Deb Eldredge, and breeder Joanne Olivier team up to cover all the questions new owners tend to have and many they don't think to ask, including:- What to ask the breeder before bringing your puppy home- Which vaccinations your puppy needs and when to get them- How to make potty training as smooth (and quick) as possible- What do to when your puppy cries at night- Why and how to crate train your puppy- When socialization should happen and how to make sure it does- When your puppy is ready to learn basic commands-like Sit, Stay, and Come-and the best way to teach them- When and how to go about leash training- How much exercise your puppy needs to stay physically and mentally healthy- What, how much, and when to feed your puppy to give him the nutrition he needs without the extra weight he doesn't- When your puppy is ready for obedience training and how to make sure it works- How and how often to bath your puppy, brush his coat, clip his nails, and brush his teeth.- How to know what requires a trip to the vet and what doesn't- What causes problem behaviors, when to expect them, and how to correct them

John Grisham Complete Series Reading Order


Reader's Friend - 2015
     John Grisham has been writing dozens of novels in various series and genres for over 15 years. As a fan, it can be difficult to keep up! The Reader's Friend reference list for John Grisham is a complete list of every John Grisham title, and is designed for maximum convenience and functionality. Keeping track of your Grisham addiction had never been easier! All of the info you need, and none of the clutter you don't. We're readers just like you, and we know you don't need a lot of junk in your reference list. Our John Grisham list is designed to be clean and optimally usable: The info you need, right there where you need it. No flipping back and forth in the table of contents, no scrolling through filler. AND IT'S SO SIMPLE TO USE: Check off the books you've read with a single tap! — Just use your Kindle's built-in highlighter. Instructions are included! Get free updates regardless of how you purchased the list — We update immediately every time a new John Grisham title is released, so you'll never be out of the loop! Browse titles CHRONOLOGICALLY, BY SERIES, or BY GENRE — Whichever is most convenient for you! For a preview, just click the book cover to the left and "LOOK INSIDE!" EVERY JOHN GRISHAM TITLE IS INCLUDED: Jake Brigance (A Time to Kill) series Theodore Boone series All stand-alone mysteries and thrillers All stand-alone general fiction All short stories All non-fiction We've even included a bonus list of John Grisham's many adaptations, so that you can watch the TV series or movie when you finish a book! PLEASE NOTE: THIS IS A TITLE LIST ONLY, compiled for reference purposes to assist readers. No copyrighted material from the titles listed is included. This list is compliant with United States Copyright Office circular 34.

Node.js in Action


Mike Cantelon - 2011
    You'll start by learning how to set up your Node development environment, including loading the community-created extensions. Next, you'll run several simple demonstration programs where you'll learn the basics of a few common types of Node applications. Then you'll dive into asynchronous programming, a model Node leverages to lessen application bottlenecks.About this BookJavaScript on the server? You bet. Node.js is a JavaScript server capable of supporting scalable, high-performance web applications. Using asynchronous I/O, the server can do more than one thing at a time, a key requirement for real-time apps like chat, games, and live statistics. And since it's JavaScript, you use the same language end to end.Node.js in Action shows you how to build production-quality applications. Clear introductions of key concepts and example-by-example coverage take you from setup to deployment. You'll dive into asynchronous programming, data storage, and output templating, and interact with the filesystem to create non-HTTP applications like TCP/IP servers and command-line tools. Perfect for a web developer transitioning from Rails, Django, or PHP. Requires basic knowledge of JavaScript. No prior experience with Node.js needed.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.What's InsideSet up Node and extensions Grok asynchronous programming and the event loop Examples including microblogging, IM, games, and moreAbout the AuthorsAs skilled practitioners, expert teachers and trainers, and contributors to the core framework, authors Mike Cantelon, Marc Harter, T.J. Holowaychuk, and Nathan Rajlich represent the best of the Node.js development community.Table of ContentsPART 1 NODE FUNDAMENTALS Welcome to Node.js Building a multiroom chat application Node programming fundamentals PART 2 WEB APPLICATION DEVELOPMENT WITH NODE Building Node web applications Storing Node application data Connect Connect's built-in middleware Express Advanced Express Testing Node applications Web application templating PART 3 GOING FURTHER WITH NODE Deploying Node applications and maintaining uptime Beyond web servers The Node ecosystem

Living by your own Rules


Devdutt Pattanaik - 2016
    His profound management sutras are derived from his bestselling books on business and management. They show how individuals can realize their potential, create wealth and achieve lasting success by following uniquely Indian principles (based on Hindu, Jain and Buddhist mythology) of goal setting, strategic thinking and decision-making.

Ninja Pug: Retrieving the Stolen Books


Amma Lee - 2017
    Jiro is Hanzo's only companion. They do everything and go everywhere together, but Jiro has a secret. Every morning when Hanzo trains using his ninja skills, Jiro watches him intently soaking in Hanzo’s every move and technique. When Hanzo is gone or asleep, Jiro practices everything he’s learned from Hanzo. The surprising twist is that Jiro is a dog, a small pug to be exact! Since Hanzo was the last of his family after losing his only son, Ichiro, in a car accident and his grandson, Ryoichi, who went missing shortly after, Jiro has made it his duty to become Hanzo’s successor! But Hanzo’s world seems to go downhill fast once their home is broken into and some important books were discovered missing. Not wanting the old man to suffer any more than he has, Jiro decides to find Hanzo’s missing books. Jiro teams up with Luna, a white poodle, and they embark on a mission to retrieve Hanzo’s books from the thieves. What the two small dogs were not expecting was that these books contain the power of the Hakumoto Clan. What is even more surprising is that the thieves happened to be highly talented and trained ninjas. Jiro’s life is instantly turned upside down as secrets are revealed and someone from Jiro’s past might have come back into his’ and Hanzo’s life. Follow Jiro and Luna on their journey in “Ninja pug: Retrieving the Stolen Books.”

Programming Groovy


Venkat Subramaniam - 2008
    But recently, the industry has turned to dynamic languages for increased productivity and speed to market.Groovy is one of a new breed of dynamic languages that run on the Java platform. You can use these new languages on the JVM and intermix them with your existing Java code. You can leverage your Java investments while benefiting from advanced features including true Closures, Meta Programming, the ability to create internal DSLs, and a higher level of abstraction.If you're an experienced Java developer, Programming Groovy will help you learn the necessary fundamentals of programming in Groovy. You'll see how to use Groovy to do advanced programming including using Meta Programming, Builders, Unit Testing with Mock objects, processing XML, working with Databases and creating your own Domain-Specific Languages (DSLs).