Responsive Web Design with HTML5 and CSS3


Ben Frain - 2012
    Learn responsive design using HTML5 and CSS3 to adapt websites to any browser or screen size.

The Software Paradox


Stephen O’Grady - 2015
    

Composing Software


Eric Elliott - 2018
    Most developers have a limited understanding of compositional techniques. It's time for that to change.In "Composing Software", Eric Elliott shares the fundamentals of composition, including both function composition and object composition, and explores them in the context of JavaScript. The book covers the foundations of both functional programming and object oriented programming to help the reader better understand how to build and structure complex applications using simple building blocks.You'll learn: • Functional programming • Object composition • How to work with composite data structures • Closures • Higher order functions • Functors (e.g., array.map) • Monads (e.g., promises) • Transducers • LensesAll of this in the context of JavaScript, the most used programming language in the world. But the learning doesn't stop at JavaScript. You'll be able to apply these lessons to any language. This book is about the timeless principles of software composition and its lessons will outlast the hot languages and frameworks of today. Unlike most programming books, this one may still be relevant 20 years from now.This book began life as a popular blog post series that attracted hundreds of thousands of readers and influenced the way software is built at many high growth tech startups and fortune 500 companies.

This Is The One: Sir Alex Ferguson - The Uncut Story Of A Football Genius


Daniel Taylor - 2007
    A year earlier his managerial career had reached its nadir amid speculation he would be forced out of Old Trafford. He was taken to the limit over the Roy Keane scandal, his volatile relationship with the media, the political fallout of Malcolm Glazer's takeover and a miserable six-month run in which the team were humbled in Europe, embarrassed by the Conference side Burton Albion and barracked by their own fans. Ferguson, it is claimed, came close to quitting. But the great man has used his inimitable managing skills and bloody-minded determination to turn it around yet again and remind everyone he is still the most formidable manager in the business.Written over the course of two hugely eventful, diverse and controversial seasons, "This Is The One" offers a unique, warts-and-all portrait of Ferguson from a privileged behind-the-scenes position. As a football writer for the Guardian, Daniel Taylor has been there from day one and seen every side of Ferguson, from the flint-faced authoritarian to the kind, quick-witted man with the heart the size of the Old Trafford trophy room. Entertaining, revelatory, sometimes shocking but always affectionate, this is the close-up look at one of the most talked-about figures in sport, in good times and bad, and culminating in the glory of his ninth tittle win.

Groovy in Action


Dierk König - 2007
    Groovy in Action is a comprehensive guide to Groovy programming, introducing Java developers to the new dynamic features that Groovy provides. To bring you Groovy in Action, Manning again went to the source by working with a team of expert authors including both members and the Manager of the Groovy Project team. The result is the true definitive guide to the new Groovy language.Groovy in Action introduces Groovy by example, presenting lots of reusable code while explaining the underlying concepts. Java developers new to Groovy find a smooth transition into the dynamic programming world. Groovy experts gain a solid reference that challenges them to explore Groovy deeply and creatively.Because Groovy is so new, most readers will be learning it from scratch. Groovy in Action quickly moves through the Groovy basics, including:Simple and collective Groovy data types Working with Closures and Groovy Control Structures Dynamic Object Orientation, Groovy styleReaders are presented with rich and detailed examples illustrating Groovy's enhancements to Java, includingHow to Work with Builders and the GDK Database programming with GroovyGroovy in Action then demonstrates how to Integrate Groovy with XML, and provides:Tips and Tricks Unit Testing and Build Support Groovy on WindowsAn additional bonus is a chapter dedicated to Grails, the Groovy Web Application Framework.Purchase of the print book comes with an offer of a free PDF eBook from Manning. Also available is all code from the book.

Jumping into C++


Alex Allain - 2013
    As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:Getting the tools you need to program and how to use them*Basic language feature like variables, loops and functions*How to go from an idea to code*A clear, understandable explanation of pointers*Strings, file IO, arrays, references*Classes and advanced class design*C++-specific programming patterns*Object oriented programming*Data structures and the standard template library (STL)Key concepts are reinforced with quizzes and over 75 practice problems.

Twisted Fate


Susan Wilson - 2018
    He wakes one morning to find himself charged with the brutal assault on a young woman who now lies comatose, unable to testify to his innocence. A fluke accident allows him to escape custody. Now on the run, he travels to the Lowcountry of South Carolina to find Doctor Emily Parker, the one person who can lead him to the real assailant. Standing in her way is the wealthy and powerful Harrington family, who will do anything, including committing murder, to keep her from the truth.

Stand Your Ground


David Leadbeater - 2016
    When their hotel is attacked by gunmen they are forced to flee blindly with no phones, no ID, and no money. It gets worse when Dahl realizes his wife, two daughters and himself are being singled out and hunted down by a dangerous army that includes corrupt local authorities.As the chase continues through Barbados's darkening streets, aboard a pirate cruise ship, and amidst a festive carnival parade, Dahl realizes there are even deeper nightmares abroad tonight. The island's prime minister is under threat. The leader of one of the world's most violent drug cartels has arrived.And though instincts say run, hide, just survive, there is only one thing a man like Dahl will do when his wife and daughters come under direct threat.Stand His Ground.

QUILTING: ONE DAY QUILTING MASTERY: The Complete Beginner's Guide to Learn Quilting in Under One Day -10 Step by Step Quilt Projects That Inspire You - ... Needlecrafts Textile Crafts Hobbies & Home)


Ellen Warren - 2015
    The satisfaction of seeing your finished quilt spread out on your bead or draped over the back of your couch will make every hour of stitching worth it ten times over!! A well-made quilt can last for a life time, while serving to not only warm your bed at night, but to brighten up your home with colors, patterns, and beauty. In this book, you will learn how to create striking and unique quilting pieces. Making quilts is easy, fun, and maybe even addicting. Even the smallest patchwork idea can quickly to become a big, full, colorful projects Start making your own quilts today, and open up a world of color, creativity, and personal expression that you may not have even knew existed. Included in this book are 10 beautiful quilt projects, so you can kick-start the learning process! These projects include pictures and a detailed step by step method to assist beginner's in their quest to master the art! Here is a preview of what you will learn… The proper way to think through the quilting process, before starting a project The materials and tools needed to complete a quilting project How to combine colors and techniques to create beautiful patterns Finishing techniques that will make you look like a pro 10 original projects to practice all that is taught in this book Download your copy today!

Head First JavaScript Programming


Eric Freeman - 2014
    Want to understand that code you've been copying and pasting into your web pages? And do it in a way that won't put you to sleep? Then Head First JavaScript Programming is for you. Learning a programming language is no easy task, but Head First JavaScript Programming uses puzzles, visuals, mysteries, interviews, and fun examples to make learning JavaScript fast, fun, and effective. But don't be fooled; you might be having a good time while you're learning JavaScript, but you're still learning all the serious stuff. Like how functions and objects work, what a callback is, how to interact with the web page using the Document Object Model, how to use arrays, and even what a closure is. JavaScript is one of the most popular languages in the world, and it's only getting more popular as the Web continues to grow. Learn JavaScript the Head First way, and get in on all the action.

Python Programming for Beginners: An Introduction to the Python Computer Language and Computer Programming (Python, Python 3, Python Tutorial)


Jason Cannon - 2014
    There can be so much information available that you can't even decide where to start. Or worse, you start down the path of learning and quickly discover too many concepts, commands, and nuances that aren't explained. This kind of experience is frustrating and leaves you with more questions than answers.Python Programming for Beginners doesn't make any assumptions about your background or knowledge of Python or computer programming. You need no prior knowledge to benefit from this book. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand. Here is what you will learn by reading Python Programming for Beginners: When to use Python 2 and when to use Python 3. How to install Python on Windows, Mac, and Linux. Screenshots included. How to prepare your computer for programming in Python. The various ways to run a Python program on Windows, Mac, and Linux. Suggested text editors and integrated development environments to use when coding in Python. How to work with various data types including strings, lists, tuples, dictionaries, booleans, and more. What variables are and when to use them. How to perform mathematical operations using Python. How to capture input from a user. Ways to control the flow of your programs. The importance of white space in Python. How to organize your Python programs -- Learn what goes where. What modules are, when you should use them, and how to create your own. How to define and use functions. Important built-in Python functions that you'll use often. How to read from and write to files. The difference between binary and text files. Various ways of getting help and find Python documentation. Much more... Every single code example in the book is available to download, providing you with all the Python code you need at your fingertips! Scroll up, click the Buy Now With 1 Click button and get started learning Python today!

Onboard French: Learn a language before you land


Eton Institute - 2013
    Learn the Alphabet and pronunciation as well as useful phrases in 8 categories, such as greetings, travel and directions, making friends to business and emergencies. Download, read and enjoy your vacation like never before.

Judge. Jury. Torturer.


Sea Caummisar - 2019
    A successful realtor with a special hobby. He follows a specific set of rules to aid in his serial killing hobby. If you ever buy or sell a house, beware of who might have a spare key to your home. Each chapter in this book demonstrates how Sly applies his 'rules' to his special hobby of killing people that he deems unworthy. The 'rules' are in place to keep his identity a secret. But when a member of a policeman's family goes missing, Sly's rules don't protect him as much as he thought they would. WARNING 18+. This book is full of blood and gore. Not for the faint of heart. Proceed with caution. If you don't like extreme horror, then this book is not for you.

Wishing for a Princess (Illustrated childrens books & bedtime stories)


Alessio Sgrò - 2015
    She transforms herself into the longed-for princess, but the spell is broken and… read the story to find out what happens.Illustration from one of the thirty-one stories present in the first collection of “Fairytales and Fables Never Told”.

The 2nd Cycle of the Darc Murders Collection (the acclaimed series from #1 Police Procedural and Hard Boiled authors Carolyn McCray and Ben Hopkin)


Carolyn McCray - 2014
    It will also include FREE the full length novel 2nd Kill and the short story Denial when they upload in late 2014. A $19.00 value for $3.99!!! **Warning, this collection includes GRAPHIC crime scenes and taut thrills. Please do not buy this collection unless you have a strong stomach and don't scare easily! Praise for the Darc Murders Collection... "I really really like this series.....not my usual reading, as I normally read paranormal romance/HEA stories... work is a refreshing break for me of my usual reading material. Definitely not for the faint of heart---gory and violence is graphically described, possibly giving you not-so-nice dreams. This is a great deal for all the books included." L.Ludwig Amazon Reviewer "This series of books really captivated me. I have always loved murder mysteries and would definitely recommend the Darc Collection to all... delivers 5 Stars in each of these books... has become one of my all time favorite authors, because no matter what book I read by her I am never disappointed!!!" Guinevere Amazon Reviewer Overview: The collection includes... Devolved - the prequel/crossover short story to the Harbinger Series and 3rd Body 3rd Body - Just try not to lose your head Detached*exclusive to the collection - the bridge short story between 3rd Body and 2nd Kill 2nd Kill*exclusive to the collection - the full-length sequel to 3rd Body (will upload late 2014) Denial *exclusive to the collection- the bridge short story between 2nd Kill and 1st Body More Praise for the Darc Murders Collections... "WOW, just WOW! I don't think I've ever come across such a gruesome series of crime scenes! Further knowing each of the scenes were booby trapped, had me cringing and then to read the full spectre of the carnage, left me in equal parts awe and queasiness of the macabre imaginings of the writers! They pulled out the big guns! There was gore galore! Luckily, I like that in a thriller, it makes the suspense that much higher and the take down of the bad guy that much more satisfying. What I didn't expect was to be so enchanted by the characters. I loved the eclectic mix, from the brilliant but emotionally challenged Detective with Aspergers to his laid back empathetic partner plus the razor sharp mind of the child psychologist consultant and the adorable and brave sole survivor, little Janey. All these nuances and traits give a rich tapestry to the book and endear you to the clever writing of... Ben." Kizzle79 Amazon Reviewer "I definitely recommend the Darc Murders Collection. The character development is phenomenal, story development is superb-- I thoroughly enjoyed reading both 9th Circle and 7th Sin; the story telling entwined with the characteristics of Darc's aspergers is incredibly entertaining. Not for the faint of heart, lots of gore and suspense, great mysteryseries." Tetch Amazon Reviewer If you are a fan of characters such as Alex Cross and Hannibal or movies like 7 and Saw, The Darc Murders Collection is sure to shock and satisfy. **If you were looking for Hopkin's latest crime thriller collection, search under The Nursery Rhyme Murders Collection. **If you were looking for The #1 Police Procedural/Hard Boiled mystery series that includes the blockbuster, Plain Jane search under The Harbinger Collection