Kamis, 06 September 2012

Wow! eBook: Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition - 5 new eBooks


Wow! eBook: Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition - 5 new eBooks

Link to Wow! eBook - Blog

Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition

Posted: 06 Sep 2012 11:19 AM PDT

Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition

Book Description

Learn build interactive, data-driven websites—even if you don't have any previous programming experience. If you know build static sites with , this popular guide will help you tackle dynamic programming. You'll get a thorough grounding in today's core technologies: PHP, , , and .

Explore each technology separately, learn combine them, and pick up valuable programming concepts along the way, including objects, , cookies, and session management. This book provides review questions in each chapter to help you apply what you've learned.

  • Learn PHP essentials and the basics of programming
  • Master , from database structure to complex queries
  • Create web pages with PHP and MySQL by integrating forms and other features
  • Learn fundamentals, from functions and event handling to accessing the Document Object Model
  • Pick up basics for formatting and styling your web pages
  • Turn your website into a highly dynamic environment with Ajax calls
  • Upload and manipulate files and images, validate user input, and secure your applications
  • Explore a working example that brings all of the ingredients together

Table of Contents
Chapter 1. Introduction to Dynamic Web Content
Chapter 2. Setting Up a Server
Chapter 3. Introduction to PHP
Chapter 4. Expressions and Control Flow in PHP
Chapter 5. PHP Functions and Objects
Chapter 6. PHP Arrays
Chapter 7. Practical PHP
Chapter 8. Introduction to MySQL
Chapter 9. Mastering MySQL
Chapter 10. Accessing MySQL Using PHP
Chapter 11. Form Handling
Chapter 12. Cookies, Sessions, and Authentication
Chapter 13. Exploring JavaScript
Chapter 14. Expressions and Control Flow in JavaScript
Chapter 15. JavaScript Functions, Objects, and Arrays
Chapter 16. JavaScript and PHP Validation and Error Handling
Chapter 17. Using Ajax
Chapter 18. Introduction to CSS
Chapter 19. Advanced CSS with
Chapter 20. Accessing CSS from JavaScript
Chapter 21. Bringing It All Together

Appendix A. Solutions to the Chapter Questions
Appendix B. Online Resources
Appendix C. MySQL's FULLTEXT Stopwords
Appendix D. MySQL Functions

Book Details

  • Paperback: 584 pages
  • Publisher: O’Reilly Media; 2nd Edition (August 2012)
  • Language: English
  • ISBN-10: 1449319262
  • ISBN-13: 978-1449319267
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition appeared first on Wow! eBook - Blog.


Regular Expressions Cookbook, 2nd Edition

Posted: 06 Sep 2012 11:15 AM PDT

Regular Expressions Cookbook, 2nd Edition

Book Description

Take the guesswork out of using regular expressions. With more than 140 practical recipes, this provides everything you need to solve a wide range of real-world problems. Novices will learn basic skills and tools, and programmers and experienced users will find a wealth of detail. Each recipe provides samples you can use right away.

This revised edition covers the regular expression flavors used by #, , , Perl, , Python, , and . You'll learn powerful new tricks, avoid flavor-specific gotchas, and save valuable time with this huge library of practical solutions.

  • Learn regular expressions basics through a detailed tutorial
  • Use code listings to implement regular expressions with your language of choice
  • Understand how regular expressions differ from language to language
  • Handle common user input with recipes for validation and formatting
  • Find and manipulate words, special characters, and lines of text
  • Detect integers, floating-point numbers, and other numerical formats
  • Parse source code and process log files
  • Use regular expressions in URLs, paths, and IP addresses
  • Manipulate , , and data exchange formats
  • Discover little-known regular expression tricks and techniques

Table of Contents
Chapter 1. Introduction to Regular Expressions
Chapter 2. Basic Regular Expression Skills
Chapter 3. with Regular Expressions
Chapter 4. Validation and Formatting
Chapter 5. Words, Lines, and Special Characters
Chapter 6. Numbers
Chapter 7. Source Code and Log Files
Chapter 8. URLs, Paths, and Addresses
Chapter 9. Markup and Data Formats

Book Details

  • Paperback: 612 pages
  • Publisher: O’Reilly Media; 2nd Edition (August 2012)
  • Language: English
  • ISBN-10: 1449319432
  • ISBN-13: 978-1449319434
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Regular Expressions Cookbook, 2nd Edition appeared first on Wow! eBook - Blog.


Think Python

Posted: 06 Sep 2012 11:12 AM PDT

Think Python

Book Description

If you want to learn program, working with is an excellent way to start. This hands-on guide takes you through the language one step at a time, beginning with basic concepts before moving on to functions, recursion, data structures, and .

Through exercises in each chapter, you'll try out concepts as you learn them. Think is ideal for students at the high school or college level, as well as self-learners, home-schooled students, and professionals who need to learn programming basics.

  • Start with the basics, including language syntax and semantics
  • Get a clear definition of each programming concept
  • Learn values, variables, statements, functions, and data structures in a logical progression
  • Discover work with files and databases
  • Understand objects, methods, and programming
  • Use debugging techniques to fix syntax, runtime, and semantic errors
  • Explore interface , data structures, and GUI-based programs through case studies

Table of Contents
Chapter 1. The Way of the Program
Chapter 2. Variables, Expressions, and Statements
Chapter 3. Functions
Chapter 4. Case Study: Interface Design
Chapter 5. Conditionals and Recursion
Chapter 6. Fruitful Functions
Chapter 7. Iteration
Chapter 8. Strings
Chapter 9. Case Study: Word Play
Chapter 10. Lists
Chapter 11. Dictionaries
Chapter 12. Tuples
Chapter 13. Case Study: Data Structure Selection
Chapter 14. Files
Chapter 15. Classes and Objects
Chapter 16. Classes and Functions
Chapter 17. Classes and Methods
Chapter 18. Inheritance
Chapter 19. Case Study: Tkinter

Appendix A. Debugging
Appendix B. of Algorithms
Appendix . Lumpy

Book Details

  • Paperback: 300 pages
  • Publisher: O’Reilly (August 2012)
  • Language: English
  • ISBN-10: 144933072X
  • ISBN-13: 978-1449330729
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Think Python appeared first on Wow! eBook - Blog.


WebGL: Up and Running

Posted: 06 Sep 2012 11:08 AM PDT

WebGL: Up and Running

Book Description

Get a quick introduction to WebGL, the new standard for rendering on the and a member of 's family of technologies. With this hands-on guide, you'll learn essential WebGL and production concepts, using the JavaScript engine Three.js. At the end of the book, you'll put everything together and build a full application with WebGL.

You don't have to be a wizard or have 3D graphics experience to get started. If you use , CSS, and JavaScript—and have familiarity with and Ajax—this book will help you gain a working knowledge of WebGL through clear and simple examples.

  • Understand core 3D graphics concepts and implement them in WebGL
  • Create WebGL sample pages as you learn, and build a racing application in the final chapter
  • Get to know the Three.js open source library in detail
  • Develop working knowledge of graphics rendering, texturing, animation, interaction, and behaviors
  • Seamlessly integrate 3D graphics with other content on the page
  • Learn the tools, file formats, and techniques for developing robust and applications in a production environment

“WebGL: is an ideal introduction to the world of 3D on the . It's well-written, clear, and fun. I wish it had been around when I started learning!”
—Giles Thomas, LearningWebGL.com

Table of Contents
Chapter 1. An Introduction to WebGL
Chapter 2. Your First WebGL Program
Chapter 3. Graphics
Chapter 4. Animation
Chapter 5. Interaction
Chapter 6. Integrating and 3D
Chapter 7. WebGL in Production
Chapter 8. Your First WebGL Game

Appendix. WebGL Resources

Book Details

  • Paperback: 230 pages
  • Publisher: O’Reilly (August 2012)
  • Language: English
  • ISBN-10: 144932357X
  • ISBN-13: 978-1449323578
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post WebGL: Up and Running appeared first on Wow! eBook - Blog.


Learning Web Design, 4th Edition

Posted: 06 Sep 2012 11:06 AM PDT

Learning Web Design, 4th Edition
Book Description
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 devices.

Learn use the latest techniques, best practices, and current web standards—including and 3. 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 pages with text, links, images, tables, and forms
  • Use style sheets () for colors, backgrounds, formatting text, page layout, and even simple effects
  • Learn about the new elements, APIs, and properties that are changing what you can do with web pages
  • Make your pages display well on devices by creating a responsive web
  • Learn how works—and why the language is so important in web
  • Create and optimize web graphics so they'll download as quickly as possible

Table of Contents
Part I: Getting Started
Chapter 1. Where Do I Start?
Chapter 2. How the Web Works
Chapter 3. Some Big Concepts You Need to Know

Part II: Markup for Structure
Chapter 4. Creating a Simple Page: (HTML Overview)
Chapter 5. Marking Up Text
Chapter 6. Adding Links
Chapter 7. Adding Images
Chapter 8. Table Markup
Chapter 9. Forms
Chapter 10. What's Up, HTML5?

Part III: CSS for Presentation
Chapter 11. Cascading Style Sheets Orientation
Chapter 12. Formatting Text: (Plus More selectors)
Chapter 13. Colors and Backgrounds: (Plus Even More Selectors and External Style Sheets)
Chapter 14. Thinking Inside the Box: (Padding, Borders, and Margins)
Chapter 15. Floating and Positioning
Chapter 16. Page Layout with CSS
Chapter 17. Transitions, Transforms, and
Chapter 18. CSS Techniques

Part IV: for Behaviors
Chapter 19. Introduction to JavaScript
Chapter 20. Using JavaScript

Part V: Creating Web Graphics
Chapter 21. Web Graphics Basics
Chapter 22. Lean and Mean Web Graphics

Appendix A. Answers
Appendix B. Selectors

Book Details

  • Paperback: 624 pages
  • Publisher: O’Reilly ; 4th Edition (August 2012)
  • Language: English
  • ISBN-10: 1449319270
  • ISBN-13: 978-1449319274
Note: There is a file embedded within this post, please visit this post to download the file.

Related Posts

The post Learning Web Design, 4th Edition appeared first on Wow! eBook - Blog.


Tidak ada komentar:

Posting Komentar