Apparel & AccessoriesBooksClassical MusicDVDElectronics & PhotoGourmet Food and GroceriesHealth & Personal CareHome & GardenIndustrial & ScientificKitchen
Popular MusicMusical InstrumentsOutdoor LivingComputer HardwareComputer SoftwareSporting GoodsToolsToys and GamesVHS VideoVideo Games

Search:

Browse by Catagory:

Books

Web Development


Learning Web Design: A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics

Learning Web Design: A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics Lowest new price: $27.73
Lowest used price: $25.97
List price: $49.99
Author: Jennifer Niederst Robbins

Do you want to build web pages, but have no previous experience? This friendly guide is the perfect place to start. You’ll begin at square one, learning how the Web and web pages work, and then steadily build from there. By the end of the book, you’ll have the skills to create a simple site with multi-column pages that adapt for mobile devices.

Learn how to use the latest techniques, best practices, and current web standards—including HTML5 and CSS3. Each chapter provides exercises to help you to learn various techniques, and short quizzes to make sure you understand key concepts.

This thoroughly revised edition is ideal for students and professionals of all backgrounds and skill levels, whether you’re a beginner or brushing up on existing skills.

  • Build HTML pages with text, links, images, tables, and forms
  • Use style sheets (CSS) for colors, backgrounds, formatting text, page layout, and even simple animation effects
  • Learn about the new HTML5 elements, APIs, and CSS3 properties that are changing what you can do with web pages
  • Make your pages display well on mobile devices by creating a responsive web design
  • Learn how JavaScript works—and why the language is so important in web design
  • Create and optimize web graphics so they’ll download as quickly as possible

Similar Products:


Python for Data Analysis

Python for Data Analysis Lowest new price: $20.95
Lowest used price: $20.00
List price: $39.99
Author: Wes McKinney

Python for Data Analysis is concerned with the nuts and bolts of manipulating, processing, cleaning, and crunching data in Python. It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you’ll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.

Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It’s ideal for analysts new to Python and for Python programmers new to scientific computing.

  • Use the IPython interactive shell as your primary development environment
  • Learn basic and advanced NumPy (Numerical Python) features
  • Get started with data analysis tools in the pandas library
  • Use high-performance tools to load, clean, transform, merge, and reshape data
  • Create scatter plots and static or interactive visualizations with matplotlib
  • Apply the pandas groupby facility to slice, dice, and summarize datasets
  • Measure data by points in time, whether it’s specific instances, fixed periods, or intervals
  • Learn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples

Similar Products:


Secrets of the JavaScript Ninja

Secrets of the JavaScript Ninja Lowest new price: $22.29
Lowest used price: $17.99
List price: $39.99
Author: John Resig

Summary

Secrets of the Javascript Ninja takes you on a journey towards mastering modern JavaScript development in three phases: design, construction, and maintenance. Written for JavaScript developers with intermediate-level skills, this book will give you the knowledge you need to create a cross-browser JavaScript library from the ground up.

About this Book

You can't always attack software head-on. Sometimes you come at it sideways or sneak up from behind. You need to master an arsenal of tools and know every stealthy trick. You have to be a ninja.

Secrets of the JavaScript Ninja leads you down the pathway to JavaScript enlightenment. This unique book starts with key concepts, like the relationships between functions, objects, and closures, taught from the master's perspective. You'll grow from apprentice to ninja as you soak up fresh insights on the techniques you use every day and discover features and capabilities you never knew about. When you reach the final chapters, you'll be ready to code brilliant JavaScript applications and maybe even write your own libraries and frameworks.

You don't have to be a ninja to read this book—just be willing to become one. Are you ready?

Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.

What's Inside

  • Functions, objects, closures, regular expressions, and more
  • Seeing applications and libraries from the right perspective
  • Dealing with the complexities of cross-browser development
  • Modern JavaScript design

About the Authors

John Resig is an acknowledged JavaScript authority and the creator of the jQuery library. Bear Bibeault is a web developer and coauthor of Ajax in Practice, Prototype and Scriptaculous in Action, and jQuery in Action from Manning.

Table of Contents

    PART 1 PREPARING FOR TRAINING
  1. Enter the ninja
  2. Arming with testing and debugging
  3. PART 2 APPRENTICE TRAINING
  4. Functions are fundamental
  5. Wielding functions
  6. Closing in on closures
  7. Object-orientation with prototypes
  8. Wrangling regular expressions
  9. Taming threads and timers
  10. PART 3 NINJA TRAINING
  11. Ninja alchemy: runtime code evaluation
  12. With statements
  13. Developing cross-browser strategies
  14. Cutting through attributes, properties, and CSS
  15. PART 4 MASTER TRAINING
  16. Surviving events
  17. Manipulating the DOM
  18. CSS selector engines

Similar Products:


Programming the Raspberry Pi: Getting Started with Python

Programming the Raspberry Pi: Getting Started with Python Lowest new price: $7.87
Lowest used price: $7.88
List price: $15.00
Author: Simon Monk

Program your own Raspberry Pi projects

Create innovative programs and fun games on your tiny yet powerful Raspberry Pi. In this book, electronics guru Simon Monk explains the basics of Raspberry Pi application development, while providing hands-on examples and ready-to-use scripts. See how to set up hardware and software, write and debug applications, create user-friendly interfaces, and control external electronics. Do-it-yourself projects include a hangman game, an LED clock, and a software-controlled roving robot.

  • Boot up and configure your Raspberry Pi
  • Navigate files, folders, and menus
  • Create Python programs using the IDLE editor
  • Work with strings, lists, and functions
  • Use and write your own libraries, modules, and classes
  • Add Web features to your programs
  • Develop interactive games with Pygame
  • Interface with devices through the GPIO port
  • Build a Raspberry Pi Robot and LED Clock
  • Build professional-quality GUIs using Tkinter

Similar Products:


Head First Design Patterns

Head First Design Patterns Lowest new price: $25.00
Lowest used price: $19.69
List price: $49.99
Author: Elisabeth Freeman

You're not alone.

At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on...something else. Something more challenging. Something more complex. Something more fun.

You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild". In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code.

You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead). You want to learn how those principles will help the next time you're up a creek without a design pattern.

Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter.

With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep! We think your time is too important (and too short) to spend it struggling with academic texts.

If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.

Similar Products:


JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides)

JavaScript: The Definitive Guide: Activate Your Web Pages (Definitive Guides) Lowest new price: $28.23
Lowest used price: $24.99
List price: $49.99
Author: David Flanagan

Since 1996, JavaScript: The Definitive Guide has been the bible for JavaScript programmers—a programmer's guide and comprehensive reference to the core language and to the client-side JavaScript APIs defined by web browsers.

The 6th edition covers HTML5 and ECMAScript 5. Many chapters have been completely rewritten to bring them in line with today's best web development practices. New chapters in this edition document jQuery and server side JavaScript. It's recommended for experienced programmers who want to learn the programming language of the Web, and for current JavaScript programmers who want to master it.

"A must-have reference for expert JavaScript programmers...well-organized and detailed."

--Brendan Eich, creator of JavaScript, CTO of Mozilla

"I made a career of what I learned from JavaScript: The Definitive Guide.”

-- Andrew Hedges, Tapulous

Similar Products:


Influencer: The Power to Change Anything

Influencer: The Power to Change Anything Lowest new price: $11.13
Lowest used price: $3.96
List price: $26.95
Author: Kerry Patterson

An influencer motivates others to change. An influencer replaces bad behaviors with powerful new skills. An influencer makes things happen.

This is what it takes to be an influencer.

Whether you're a CEO, a parent, or merely a person who wants to make a difference, you probably wish you had more influence with the people in your life. But most of us stop trying to make change happen because we believe it is too difficult, if not impossible. We develop complicated coping strategies when we should be learning the tools and techniques of the world's most influential people.

But this is about to change. From the bestselling authors who taught the world how to have Crucial Conversations comes Influencer, a thought-provoking book that combines the remarkable insights of behavioral scientists and business leaders with the astonishing stories of high-powered influencers from all walks of life. You'll be taught each and every step of the influence process-including robust strategies for making change inevitable in your personal life, your business, and your world. You'll learn how to:

  • Identify a handful of high-leverage behaviors that lead to rapid and profound change.
  • Apply strategies for changing both thoughts and actions.
  • Marshall six sources of influence to make change inevitable.

Influencer takes you on a fascinating journey from San Francisco to Thailand where you'll see how seemingly “insignificant” people are making incredibly significant improvements in solving problems others would think impossible. You'll learn how savvy folks make change not only achievable and sustainable, but inevitable. You'll discover why some managers have increased productivity repeatedly and significantly-while others have failed miserably.

No matter who you are, or what you do, you'll never learn a more valuable or important set of principles and skills. Once you tap into the power of influence, you can reach out and help others work smarter, grow faster, live, look, and feel better, even save lives. The sky is the limit…for an Influencer.

Are you an Influencer ?

”You don't have to be a manager to realize that no one likes being told what to do. Yet lectures are still the main way we try to get people to change their behavior. Fortunately, social learning academics have been studying alternatives for decades. Patterson and his fellow consultants have now collected their findings in this engaging, example-rich book. The key message is hardly new, but it has gotten more sophisticated: Managers need to get out of the way and facilitate, not manage, the process of change for employees. They can do this by offering vicarious experiences, restructured environments, peer pressure, and frequent tests-all geared so that people embrace the change as authentic to them, not imposed by an outsider. Missing are only success stories of organizations that persuaded managers to drop their controlling habits and choose to be mere facilitators.”-John T. Landry, Harvard Business Review

Similar Products:


Python Scripting for ArcGIS

Python Scripting for ArcGIS Lowest new price: $47.32
Lowest used price: $48.02
List price: $79.95
Author: Paul A. Zandbergen

Python Scripting for ArcGIS is a guide to help experienced users of ArcGIS® for Desktop get started with Python® scripting. This book teaches how to write Python code that works with spatial data to automate geoprocessing tasks in ArcGIS. Readers can thus learn the skill set needed to create custom tools. The book contains 14 chapters, with the corresponding data and exercises on the accompanying DVD. A 180-day trial of ArcGIS 10.1 for Desktop software is also provided as an online download.

Key topics in this book include:

  • Python language fundamentals
  • Automating geoprocessing tasks
  • Exploring and manipulating spatial data
  • Working with geometries and rasters
  • Map scripting
  • Debugging and error handling
  • Creating functions and classes
  • Creating and sharing script tools
More details on the book can be found at the Esri Press website: esriurl.com/5564. This includes sample chapters for download. Instructor who are considering the book as a textbook for a course can request a deskcopy from Esri Press: esripress.esri.com/offers/deskcopy.

Similar Products:


Violent Python: A Cookbook for Hackers, Forensic Analysts, Penetration Testers and Security Engineers

Violent Python: A Cookbook for Hackers, Forensic Analysts, Penetration Testers and Security Engineers Lowest new price: $27.79
Lowest used price: $29.75
List price: $49.95
Author: TJ O'Connor

Violent Python shows you how to move from a theoretical understanding of offensive computing concepts to a practical implementation. Instead of relying on another attacker's tools, this book will teach you to forge your own weapons using the Python programming language. This book demonstrates how to write Python scripts to automate large-scale network attacks, extract metadata, and investigate forensic artifacts. It also shows how to write code to intercept and analyze network traffic using Python, craft and spoof wireless frames to attack wireless and Bluetooth devices, and how to data-mine popular social media websites and evade modern anti-virus.

- Demonstrates how to write Python scripts to automate large-scale network attacks, extract metadata, and investigate forensic artifacts.

- Write code to intercept and analyze network traffic using Python. Craft and spoof wireless frames to attack wireless and Bluetooth devices.

- Data-mine popular social media websites and evade modern anti-virus.

Similar Products:


The Web Designer's Idea Book, Volume 3: Inspiration from Today's Best Web Design Trends, Themes and Styles

The Web Designer's Idea Book, Volume 3: Inspiration from Today's Best Web Design Trends, Themes and Styles Lowest new price: $16.21
Lowest used price: $20.01
List price: $30.00
Author: Patrick McNeil
Brand: HOW

Quick Inspiration for Web Designers

Featuring more than 650 examples, this third volume of The Web Designer's Idea Book is packed with visual inspiration for creating top-notch web design. Web design expert Patrick McNeil, author of the popular Web Designer's Idea Book series, is back with the latest examples of the best design on the web today.

Arranged thematically, this guide puts important topics like technology, design styles, elements, site types and site structure at your fingertips. This new volume also includes a detailed discussion of the various content management systems available to help you find the best platform for your project.

An indispensable reference, this book provides you with the latest in themes, styles and trends you need to keep your projects relevant in the fast-paced and every-changing world of web design.

Similar Products:


<< Prev   Next >>
Page 2 of 3480

[Kindle]    [Kindle DX]
  Privacy Policy

CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED AS IS AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.