Search Engine Optimization (SEO) Secrets


Danny Dover - 2010
    This unique book taps the relatively unknown market of advanced SEO knowledge, and reveals secrets used by only the best SEO consultants.You'll take your Internet marketing skills to the next level as you gain a thorough understanding of standard SEO techniques such as on-page optimization, off-page optimization, and link building. Packed with real-world examples, this essential guide demonstrates how real SEO consultants work with Fortune 500 companies to get the results they desire.Coverage includes: Understanding Search Engine OptimizationRelearning How You See the WebPicking the Right SEO ToolsFinding SEO ProblemsSolving SEO ProblemsSEO Best PracticesThe SEO Consulting ProcessComprehensive Site Audit (Informational Website)Comprehensive Site Audit (E-Commerce Website)Understanding the SEO IndustrySearch Engine VerticalsOptimizing for Alternative Search EnginesSetting Up a Testing PlatformSEO ResourcesAttending SEO Conferences

Silhouettes from Popular Culture


Olly Moss - 2012
    Find your favourite pop-culture character in this collection of silhouettes from well-known movie, television, comics and video game characters!

The Enjoyment of Music: An Introduction to Perceptive Listening


Joseph Machlis - 1955
    Spanning the Middle Ages through the twenty-first century, the text offers a thorough introduction to the elements of music, a broad overview of the history of musical styles, and fascinating cultural contexts and perspectives. The Ninth Edition of this classic text features a stunning new design, exciting new repertory, and an unmatched ancillary and media package.

Hashtag Authentic: Finding creativity and building a community on Instagram and beyond


Sara Tasker - 2019
    Here, Sara presents the lessons she has learned along the way.Sara's nurturing voice and enchanting photography provide guidance on: - storytelling, with tips on finding your own visual style and personal niche; - making pictures, including composing for Instagram, finding the best light, and getting the most out of your camera phone; - archiving your life, with tips organized by themes like Craft & Making, Family & Pets, and Food & Ingredients; - and sharing your world, detailing the keys to Instagram success and beyond. Hashtag Authentic is both an inspiring manual and an interactive tool for finding an online voice, growing a tribe, and becoming an influencer.

Kubernetes Patterns: Reusable Elements for Designing Cloud-Native Applications


Bilgin Ibryam - 2019
    These modern architectures use new primitives that require a different set of practices than most developers, tech leads, and architects are accustomed to. With this focused guide, Bilgin Ibryam and Roland Huß from Red Hat provide common reusable elements, patterns, principles, and practices for designing and implementing cloud-native applications on Kubernetes.Each pattern includes a description of the problem and a proposed solution with Kubernetes specifics. Many patterns are also backed by concrete code examples. This book is ideal for developers already familiar with basic Kubernetes concepts who want to learn common cloud-native patterns.You'll learn about the following pattern categories:Foundational patterns cover the core principles and practices for building container-based cloud-native applications.Behavioral patterns explore finer-grained concepts for managing various types of container and platform interactions.Structural patterns help you organize containers within a pod, the atom of the Kubernetes platform.Configuration patterns provide insight into how application configurations can be handled in Kubernetes.Advanced patterns cover more advanced topics such as extending the platform with operators.

Learning Processing: A Beginner's Guide to Programming Images, Animation, and Interaction


Daniel Shiffman - 2008
    Based on the ubiquitous Java, it provides an alternative to daunting languages and expensive proprietary software.This book gives graphic designers, artists and illustrators of all stripes a jump start to working with processing by providing detailed information on the basic principles of programming with the language, followed by careful, step-by-step explanations of select advanced techniques.The author teaches computer graphics at NYU's Tisch School of the Arts, and his book has been developed with a supportive learning experience at its core. From algorithms and data mining to rendering and debugging, it teaches object-oriented programming from the ground up within the fascinating context of interactive visual media.Previously announced as Pixels, Patterns, and Processing

Hiking the Pacific Crest Trail: Mexico to Canada


Bruce Buck Nelson - 2018
    For five months I hiked through the California desert, the snows of the Sierra Nevada, and the Cascade Mountains of Oregon and Washington. My goal was to succeed in an epic challenge: to hike 2,650 miles and reach Canada before the October snows. It was an unforgettable summer of sunrises, river crossings, and high mountain passes; of physical and mental challenges and peaceful wilderness camps under the stars. In the fall colors of September I reached the border of Canada.This is the story of my thru-hike.

Instastyle: Curate Your Life, Create Stunning Photos, and Elevate Your Instagram Influence


Tessa Barton - 2018
    Plus it's packed with insightful analytics and handy business tools to help you elevate your social media presence to the next level.Create, connect with others, and share the way you see the world! Whether your passion is fitness, fashion, food, or anything in between, you can turn that passion into a business, inspire others, and meet amazing people. Learn from Tezza (@tezzamb) and her friends how to tell compelling visual stories on the fastest growing social media platform, with topics including photography tips, brand engagement strategies, and advice for finding management.InstaStyle is a must-have guide for a booming industry, full of beautiful imagery and easily understood guides to help you achieve your Instagram goals. You'll learn how you can create an immediately recognizable grid aesthetic and showcase your life while remaining true to your personal brand.With contributions from successful influencers, you'll be inspired to curate category-specific content to share with the Insta-universe. Hear from: * @emily_luciano - fashion* @travel_inhershoes - travel* @thewoodenskillet - food* @xandervintage - beauty* @amberfillerup - family* @alexajeanfitness - fitness* @annemariebarton - interior design* @designbyaikonik - flat lays and products

Raspberry Pi Cookbook


Simon Monk - 2013
    In this cookbook, prolific hacker and author Simon Monk provides more than 200 practical recipes for running this tiny low-cost computer with Linux, programming it with Python, and hooking up sensors, motors, and other hardware—including Arduino.You’ll also learn basic principles to help you use new technologies with Raspberry Pi as its ecosystem develops. Python and other code examples from the book are available on GitHub. This cookbook is ideal for programmers and hobbyists familiar with the Pi through resources such as Getting Started with Raspberry Pi (O’Reilly).Set up and manage your Raspberry PiConnect the Pi to a networkWork with its Linux-based operating systemUse the Pi’s ready-made softwareProgram Raspberry Pi with PythonControl hardware through the GPIO connectorUse Raspberry Pi to run different types of motorsWork with switches, keypads, and other digital inputsHook up sensors for taking various measurementsAttach different displays, such as an LED matrixCreate dynamic projects with Raspberry Pi and Arduino Make sure to check out 10 of the over 60 video recipes for this book at: http://razzpisampler.oreilly.com/ You can purchase all recipes at:

Modern Vim: Craft Your Development Environment with Vim 8 and Neovim


Drew Neil - 2018
    Integrate your editor with tools for building, testing, linting, indexing, and searching your codebase. Discover the future of Vim with Neovim: a fork of Vim that includes a built-in terminal emulator that will transform your workflow. Whether you choose to switch to Neovim or stick with Vim 8, you’ll be a better developer.A serious tool for programmers and web developers, no other text editor comes close to Vim for speed and efficiency. Make Vim the centerpiece of a Unix-based IDE as you discover new ways to work with Vim 8 and Neovim in more than 30 hands-on tips.Execute tasks asynchronously, allowing you to continue in Vim while linting, grepping, building a project, or running a test suite. Install plugins to be loaded on startup—or on-demand when you need them—with Vim 8’s new package support. Save and restore sessions, enabling you to quit Vim and restart again while preserving your window layout and undo history. Use Neovim as a drop-in replacement for Vim—it supports all of the features Vim 8 offers and more, including an integrated terminal that lets you quickly perform interactive commands. And if you enjoy using tmux and Vim together, you’ll love Neovim’s terminal emulator, which lets you run an interactive shell in a buffer. The terminal buffers fit naturally with Vim’s split windows, and you can use Normal mode commands to scroll, search, copy, and paste. On top of all that: Neovim’s terminal buffers are scriptable.With Vim at the core of your development environment, you’ll become a faster and more efficient developer.

Your Action World


David Byrne - 1999
    Your Action World parodies the "inspirational" promotional materialsincluding books, tapes, and corporate advertising - with which we are inundated daily. Byrne's impulse is to fight back, "to stem the tide of images and bullying texts that assault all of us, by building dikes and dams of my own images and texts. To understand the enemy I must become one with the enemy, I must be of one mind with the enemy. I must infect myself in order to be immunized." An intelligent, quirky document from one of our most innovative artistswith a cool debossed PVC cover and 4-color stickerYour Action World will be the cult hit of the season.

404 Not Found: A Coloring Book by The Oatmeal


Matthew Inman - 2016
    Is he searching for the city of Atlantis...or was he attacked by the shrimp known as mantis? Did he leave this worldly place...and find an evil race of cats from space? A fun, adult coloring book, 404 Not Found is a magical story poem adventure to color and enjoy.  Relax and let your mind float as you color your way through enchanted lands with wondrous creatures from the brilliant mind of The Oatmeal.

Python for Informatics: Exploring Information: Exploring Information


Charles Severance - 2002
    You can think of Python as your tool to solve problems that are far beyond the capability of a spreadsheet. It is an easy-to-use and easy-to learn programming language that is freely available on Windows, Macintosh, and Linux computers. There are free downloadable copies of this book in various electronic formats and a self-paced free online course where you can explore the course materials. All the supporting materials for the book are available under open and remixable licenses. This book is designed to teach people to program even if they have no prior experience.

The Hallowed Seam


James Jean - 2009
    From beautiful figure drawings to experimental paintings, Jean demonstrates a keen eye for humanity and a virtuosic handling of any medium.

Lifehacker: 88 Tech Tricks to Turbocharge Your Day


Gina Trapani - 2006
    The 88 "life hacks" -- clever shortcuts and lesser-known, faster ways to complete a task -- in this book are some of the best in Lifehacker.com's online archive. Every chapter describes an overarching lifehacker principle, then segues into several concrete applications. Each hack includes a step-by-step how-to for setting up and using the solution with cross-platform software, detailed screen shots, and sidebars with additional tips. Order your copy today and increase your productivity!