Sabtu, 23 Maret 2013

Wow! eBook: Expert MySQL, 2nd Edition - 6 new eBooks


Wow! eBook: Expert MySQL, 2nd Edition - 6 new eBooks

Link to Wow! eBook

Expert MySQL, 2nd Edition

Posted: 23 Mar 2013 05:21 AM PDT

Expert MySQL, 2nd Edition

Book Description

Expert MySQL is the leading reference for learning, understanding, and extending the MySQL server. It unlocks the full promise of open source by showing how to modify the code, create your own storage engine, build your own authentication plugins, and even add your own functions and commands to the SQL language. No other book provides the level of detail or the extensive examples of the inner workings of MySQL that have taken engineers years to master. Expert MySQL is a must have book for all systems integrators, engineers, and software developers working with the MySQL server code.

Expert MySQL is also a wealth of information on key aspects of MySQL internals. You'll learn about internal query representation, how the optimizer creates execution plans, and how to exert control over those plans for optimal performance in your environment. You’ll even learn to build your own query optimizer, giving insight that can help you understand and resolve tough performance problems. High-availability and replication are also covered, making Expert MySQL a must-have book for anyone doing high-end work involving MySQL.

  • Shows how to customize MySQL and its storage and authentication engines
  • Provides in-depth knowledge of internals for use in query tuning and performance troubleshooting
  • Covers high-end features such as high-availability and replication

What you'll learn

  • Learn the inner workings of MySQL
  • Diagnose and improve poorly performing queries
  • Implement high-availablity solutions and replication
  • Modify and debug the server code
  • Build your own pluggable storage engines and authentication modules
  • Implement new SQL functions and syntax
  • Build your own query optimizer

Who this book is for
Expert MySQL is written for systems integrators, software developers, and database administrators who are using MySQL and desire a deeper knowledge of MySQL internals in support of high-end work such as performance troubleshooting, customization of the engine and its plugins, query optimizaion, building of high-availability environments, replication of data, and so forth.

Table of Contents
Part 1: Getting Started with MySQL Development
Chapter 1. MySQL and The Open Source Revolution
Chapter 2. The Anatomy of a Database System
Chapter 3. A Tour of the MySQL Source Code
Chapter 4. Test-Driven MySQL Development

Part 2: Extending MySQL
Chapter 5. Debugging
Chapter 6. Embedded MySQL
Chapter 7. Adding Functions and Commands to MySQL
Chapter 8. Extending MySQL High Availability
Chapter 9. Developing MySQL Plugins
Chapter 10. Building Your Own Storage Engine

Part 3: Advanced Database Internals
Chapter 11. Database System Internals
Chapter 12. Internal Query Representation
Chapter 13. Query Optimization
Chapter 14. Query Execution

Book Details

  • Paperback: 640 pages
  • Publisher: Apress; 2nd Edition (January 2013)
  • Language: English
  • ISBN-10: 1430246596
  • ISBN-13: 978-1430246596
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Expert MySQL, 2nd Edition appeared first on Wow! eBook.

Beginning jQuery

Posted: 23 Mar 2013 05:21 AM PDT

Beginning jQuery

Book Description

Beginning jQuery is your step-by-step guide to learning the jQuery library. jQuery is the most popular JavaScript library in the web developer's toolkit. Jack Franklin takes you from the basics of getting you started with jQuery, right through to extending jQuery by writing your own plug-ins. You’ll discover best practices you can follow, how you can avoid common mistakes, and you’ll learn about so many of the things that jQuery has to offer, including how you can:

  • Use jQuery's powerful tools to dynamically update content on your site, including DOM manipulation.
  • Extend jQuery's capabilities by writing your own plugins on top of the framework.
  • Animate elements and build your own jQuery slider.
  • Employ best practices and avoid common errors made by beginners.

JavaScript is a powerful language but every web developer must navigate the tricky issues around cross-browser inconsistencies. Beginning jQuery teaches you how to use jQuery to avoid spending your time fixing these browser bugs – letting you concentrate on what really matters to you. Throughout Beginning jQuery, you’ll discover how expressive yet concise jQuery's code is and how much quicker and efficient you can develop with jQuery!

What you'll learn

  • Learn why jQuery is so popular and how to get started.
  • Use jQuery's powerful manipulation tools to dynamically update your website's content.
  • Animate content and build your own image slider with jQuery's animation tools.
  • Extend the library by writing your own custom plug-ins.
  • Avoid common beginner errors, and learn how to use best practices.
  • Use plug-ins created by others in the community and integrate them into your website.

Who this book is for
Beginning jQuery is for the web developer confident with HTML and CSS and now ready to get to grips with JavaScript. If you've tried to integrate some JavaScript into your website and wondered how you could add functionality easier, jQuery is for you. Beginning jQuery is great for the developer wanting to enhance their skillset and learn new tools.

Table of Contents
Chapter 1. JavaScript You Need to Know
Chapter 2. The Basics of jQuery
Chapter 3. Traversing the DOM
Chapter 4. DOM Manipulation with jQuery
Chapter 5. An Introduction to Events
Chapter 6. More Events
Chapter 7. Animation
Chapter 8. Ajax with jQuery
Chapter 9. Writing a jQuery Plug-in
Chapter 10. More jQuery Plug-ins
Chapter 11. A jQuery Image Slider

Book Details

  • Paperback: 204 pages
  • Publisher: Apress (February 2013)
  • Language: English
  • ISBN-10: 1430249323
  • ISBN-13: 978-1430249320
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Beginning jQuery appeared first on Wow! eBook.

ASP.NET MVC 4 and the Web API

Posted: 23 Mar 2013 05:20 AM PDT

ASP.NET MVC 4 and the Web API

Book Description

This one hundred page book focuses exclusively on how you can best use the ASP.NET MVC 4 Framework to build world-class REST services using the Web API. It sets aside much of what the ASP.NET MVC Framework can do, and focuses exclusively on how the Web API can help you build web services. You will not find any help on CSS, HTML, JavaScript, or jQuery. Nor will you find any help on the Razor view engine, HTML Helpers, or model binding. If you need this information then Pro ASP.NET MVC 4 is your perfect book.

ASP.NET MVC 4 and the Web API: Building a REST Service from Start to Finish helps you build cutting-edge REST services using ASP.NET MVC 4 and the Web API in more depth and detail than any other resource. ASP.NET MVC has always been a good platform on which to implement REST, but with the advent of the Web API it has now become even better. This book will show you why it’s great and how to get the most from it.

Author Jamie Kurtz will take you from zero to full-blown REST service hero in no time at all. And you’ll even learn how to incorporate some popular open source tools along the way: little or no experience with ASP.NET or the MVC Framework is required.

What you'll learn

  • How to design a REST API
  • Understanding MVC and Web API controller activation
  • Utilizing open source tools for common tasks
  • Automatic lifetime management for database connections and transactions
  • Easily secure a REST service, using standards-based authentication and authorization
  • How to choose between using WCF or using the Web API

Who this book is for
This book is written for architects and developers wanting to understand how to quickly and easily build REST services on the ASP.NET platform. No prior knowledge of ASP.NET or MVC Framework is required; however, it assumed you have some experience with the .NET Framework, Visual Studio, and C#.

Table of Contents
Chapter 1. ASP.NET MVC as a Service Framework
Chapter 2. What is RESTful?
Chapter 3. Designing the Sample REST API
Chapter 4. Building the Environment and Creating the Source Tree
Chapter 5. Controllers, Dependencies, and Managing the Database Unit of Work
Chapter 6. Securing the Service
Chapter 7. Putting It All Together

Book Details

  • Paperback: 152 pages
  • Publisher: Apress (February 2013)
  • Language: English
  • ISBN-10: 1430249773
  • ISBN-13: 978-1430249771
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post ASP.NET MVC 4 and the Web API appeared first on Wow! eBook.

Arduino Adventures

Posted: 23 Mar 2013 05:20 AM PDT

Arduino Adventures

Book Description

Arduino Adventures: Escape from Gemini Station provides a fun introduction to the Arduino microcontroller by putting you (the reader) into the action of a science fiction adventure story.  You’ll find yourself following along as Cade and Elle explore Gemini Station—an orbiting museum dedicated to preserving and sharing technology throughout the centuries.

Trouble ensues. The station is evacuated, including Cade and Elle’s class that was visiting the station on a field trip. Cade and Elle don't make it aboard their shuttle and are trapped on the station along with a friendly artificial intelligence named Andrew who wants to help them get off the damaged station. Using some old hardware, a laptop, and some toolboxes full of electronics parts, you will follow along and build eight gizmos with Cade and Elle that will help them escape from Gemini Station.

The hardware is Arduino. Each new challenge opens a new area of Arduino and basic electronics knowledge. You'll be taken incrementally from a simple task such as turning on a light through to a complex combination of microcontroller, electronic components, and software programming. By the end of the book you'll be well on your way towards being able to create and implement any sort of electronically controlled device you can imagine, using the stunningly popular Arduino microcontroller.

  • Provides eight challenges, each challenge increasing in complexity
  • Builds around a fictional storyline that keeps the learning fun
  • Leaves you on a solid foundation of electronic skills and knowledge

What you'll learn

  • Install and configure Arduino's programming environment
  • Build understanding of LEDs, Resisters, and other basic components
  • Build and test electronic circuits involving breadboarding and basic wiring
  • Program behavior using the Arduino Programming Language
  • Interface and influence the physical world through motors and sensors

Who this book is for
Escape from Gemini Station: An Arduino Hands-On Adventure is suitable for ages 8 and up. No experience is required, and complete instructions are provided on using the Arduino microcontroller. Teachers will find the book useful for the downloadable teacher handouts available from the authors’ website. The book is perfect for anyone learning Arduino, or preparing to teach it to first-time users.

Table of Contents
Chapter 1. Trouble at Gemini Station
Chapter 2. Challenge 1: Fun Stuff to Know
Chapter 3. Challenge 1: Examining the Hardware
Chapter 4. Challenge 1: Examining the Software
Chapter 5. Damage Assessment
Chapter 6. Challenge 2: Fun Stuff to Know
Chapter 7. Challenge 2: Examining the Hardware
Chapter 8. Challenge 2: Examining the Software
Chapter 9. Feeling The Heat
Chapter 10. Challenge 3: Fun Stuff to Know
Chapter 11. Challenge 3: Examining the Hardware
Chapter 12. Challenge 3: Examining the Software
Chapter 13. Uninvited Guest
Chapter 14. Challenge 4: Fun Stuff to Know
Chapter 15. Challenge 4: Examining the Hardware
Chapter 16. Challenge 4: Examining the Software
Chapter 17. Hide and Seek
Chapter 18. Challenge 5: Fun Stuff to Know
Chapter 19. Challenge 5: Examining the Hardware
Chapter 20. Challenge 5: Examining the Software
Chapter 21. Carousel Ride
Chapter 22. Challenge 6: Fun Stuff to Know
Chapter 23. Challenge 6: Examining the Hardware
Chapter 24. Challenge 6: Examining the Software
Chapter 25. Push the Button
Chapter 26. Challenge 7: Fun Stuff to Know
Chapter 27. Challenge 7: Examining the Hardware
Chapter 28. Challenge 7: Examining Software
Chapter 29. Off the Station
Chapter 30. Challenge 8: Fun Stuff to Know
Chapter 31. Challenge 8: Examining the Hardware
Chapter 32. Challenge 8: Examining Software
Chapter 33. Epilogue

Book Details

  • Paperback: 332 pages
  • Publisher: Apress (February 2013)
  • Language: English
  • ISBN-10: 1430246057
  • ISBN-13: 978-1430246053
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Arduino Adventures appeared first on Wow! eBook.

Learn Raspberry Pi with Linux

Posted: 23 Mar 2013 05:19 AM PDT

Learn Raspberry Pi with Linux

Book Description

Learn Raspberry Pi with Linux will tell you everything you need to know about the Raspberry Pi’s GUI and command line so you can get started doing amazing things. You’ll learn how to set up your new Raspberry Pi with a monitor, keyboard and mouse, and you’ll discover that what may look unfamiliar in Linux is really very familiar. You’ll find out how to connect to the internet, change your desktop settings, and you’ll get a tour of installed applications.

Next, you’ll take your first steps toward being a Raspberry Pi expert by learning how to get around at the Linux command line. You’ll learn about different shells, including the bash shell, and commands that will make you a true power user.

Finally, you’ll learn how to create your first Raspberry Pi projects:

  • Making a Pi web server: run LAMP on your own network
  • Making your Pi wireless: remove all the cables and retain all the functionality
  • Making a Raspberry Pi-based security cam and messenger service: find out who’s dropping by
  • Making a Pi media center: stream videos and music from your Pi

Raspberry Pi is awesome, and it’s Linux. And it’s awesome because it’s Linux. But if you’ve never used Linux or worked at the Linux command line before, it can be a bit daunting. Raspberry Pi is an amazing little computer with tons of potential. And Learn Raspberry Pi with Linux can be your first step in unlocking that potential.

What you'll learn

  • How to get online with Raspberry Pi
  • How to customize your Pi’s desktop environment
  • Essential commands for putting your Pi to work
  • Basic network services – the power behind what Pi can do
  • How to make your Pi totally wireless by removing all the cables
  • How to turn your Pi into your own personal web server
  • How to turn your Pi into a spy
  • How to turn your Pi into a media center

Who this book is for
Raspberry Pi users who are new to Linux and the Linux command line.

Table of Contents
Chapter 1. Your First Bite of Raspberry Pi
Chapter 2. Surveying the Landscape
Chapter 3. Getting Comfortable
Chapter 4. The File-Paths to Success
Chapter 5. Essential Commands
Chapter 6. Editing Files on the Command Line
Chapter 7. Managing Your Pi
Chapter 8. A LAMP of Your Own
Chapter 9. WiPi: Wireless Computing
Chapter 10. The Raspberry sPi
Chapter 11. Pi Media Center

Book Details

  • Paperback: 280 pages
  • Publisher: Apress (January 2013)
  • Language: English
  • ISBN-10: 1430248211
  • ISBN-13: 978-1430248217
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Learn Raspberry Pi with Linux appeared first on Wow! eBook.

Practical LEGO Technics

Posted: 23 Mar 2013 05:19 AM PDT

Practical LEGO Technics

Book Description

You already know you can create amazing things with LEGO, but did you know you can also make vehicles that roll and model plans that include landing gear and flaps that actually extend and retract? You can even make functional robots without getting into Mindstorms and programming. In Practical LEGO Technics, Mark Rollins shows you how to use LEGO and Power Functions components like motors and remote controls to create motorized cars, all terrain vehicles, vehicle steering, construction equipment such as cranes and forklifts, airplanes. All-in-all, you’ll learn to create a wide variety of fun, unique LEGO creations.

LEGO Technic is similar to Mindstorms in that you can create all sorts of cool vehicles and gadgets. But unlike Mindstorms, you don’t have to learn programming. Power Functions allows you to add motors, remote control, and battery boxes to your LEGO projects, no programming required. And while you could just build a LEGO Technic gadget from a boxed set, with Practical LEGO Technics, you’ll learn the hows and whys of Technic project design, and pick up ideas for your own custom projects.

Please note: The print version of this title is in black & white; the ebook is full color. You can download color images from the book at http://www.apress.com/9781430246114

  • Covers basic design for motorized vehicles that run and steer.
  • Shows how to build headlights and more using the Power Functions Light Kit.
  • Provides suspension design for use in building all-terrain vehicles.
  • Helps you build construction equipment, including a crane and forklift.

What you'll learn

  • Put a motor on any LEGO vehicle to bring it to life; create wheels that turn and landing gear that extends and retracts.
  • Build a suspension system and steering mechanism for proper vehicle control.
  • Add working lights, such as headlights and taillights, to your Technic projects
  • Design LEGO vehicles that look and work like real construction vehicles, including cranes and forklifts.
  • Build an airplane, complete with retractable landing gear.

Who this book is for
Practical LEGO Technics is the perfect book for LEGO and building enthusiasts of every age and experience level who want to learn how to build creations with LEGO Technic.

Table of Contents
Chapter 1. Getting Started with LEGO Technic
Chapter 2. Creating a Motorized LEGO Technic Vehicle
Chapter 3. Steering and Controlling Your LEGO Technic Creation
Chapter 4. Light It Up with LEGO Lights!
Chapter 5. Creating an All-Terrain LEGO Technic Vehicle
Chapter 6. Technic Construction Vehicles and Equipment
Chapter 7. LEGO Technic Aviation. Airplanes and Helicopters

Book Details

  • Paperback: 272 pages
  • Publisher: Apress (January 2013)
  • Language: English
  • ISBN-10: 1430246111
  • ISBN-13: 978-1430246114
Note: There is a file embedded within this post, please visit this post to download the file.

Related Books

The post Practical LEGO Technics appeared first on Wow! eBook.

Tidak ada komentar:

Posting Komentar