Learning PHP, MySQL, JavaScript, and CSS, 2nd Edition Posted: 06 Sep 2012 11:19 AM PDT Book Description Learn how to build interactive, data-driven websites—even if you don't have any previous programming experience. If you know how to build static sites with HTML, this popular guide will help you tackle dynamic web programming. You'll get a thorough grounding in today's core open source technologies: PHP, MySQL, JavaScript, and CSS. Explore each technology separately, learn how to combine them, and pick up valuable web programming concepts along the way, including objects, XHTML, 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 object-oriented programming
- Master MySQL, from database structure to complex queries
- Create web pages with PHP and MySQL by integrating forms and other HTML features
- Learn JavaScript fundamentals, from functions and event handling to accessing the Document Object Model
- Pick up CSS 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 Development 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 CSS3 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 Book Description Take the guesswork out of using regular expressions. With more than 140 practical recipes, this cookbook 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 C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET. 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 HTML, XML, 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. Programming 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 Internet 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 - Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition (16-06-2011)
- Mastering Regular Expressions, 3rd Edition (16-06-2011)
- Introducing Regular Expressions (25-07-2012)
- Silverlight 5 in Action (20-07-2012)
- Sams Teach Yourself Java 6 in 21 Days, 5th Edition (02-07-2012)
- Node Cookbook (15-08-2012)
- Drupal 7 Theming Cookbook (02-02-2012)
- Visual C# 2010 How to Program, 4th Edition (16-05-2012)
- Ultra-Fast ASP.NET 4.5, 2nd Edition (23-08-2012)
- PostgreSQL 9 Administration Cookbook (10-12-2010)
The post Regular Expressions Cookbook, 2nd Edition appeared first on Wow! eBook - Blog.
|
Think Python Posted: 06 Sep 2012 11:12 AM PDT Book Description If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language one step at a time, beginning with basic programming concepts before moving on to functions, recursion, data structures, and object-oriented design. Through exercises in each chapter, you'll try out programming concepts as you learn them. Think Python 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 how to work with files and databases
- Understand objects, methods, and object-oriented programming
- Use debugging techniques to fix syntax, runtime, and semantic errors
- Explore interface design, 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. Analysis of Algorithms Appendix C. Lumpy Book Details - Paperback: 300 pages
- Publisher: O’Reilly Media (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 Book Description Get a quick introduction to WebGL, the new standard for 3D rendering on the Web and a member of HTML5's family of technologies. With this hands-on guide, you'll learn essential WebGL development and production concepts, using the JavaScript 3D engine Three.js. At the end of the book, you'll put everything together and build a full 3D application with WebGL. You don't have to be a game development wizard or have 3D graphics experience to get started. If you use HTML, CSS, and JavaScript—and have familiarity with JQuery and Ajax—this book will help you gain a working knowledge of WebGL through clear and simple examples. - Understand core 3D graphics concepts and how to implement them in WebGL
- Create WebGL sample pages as you learn, and build a racing game 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 secure applications in a production environment
“WebGL: Up and Running is an ideal introduction to the world of 3D programming on the web. 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 2D and 3D Chapter 7. WebGL in Production Chapter 8. Your First WebGL Game Appendix. WebGL Resources Book Details - Paperback: 230 pages
- Publisher: O’Reilly Media (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 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 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
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: HTML 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 Animation Chapter 18. CSS Techniques Part IV: JavaScript 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. CSS3 Selectors Book Details - Paperback: 624 pages
- Publisher: O’Reilly Media; 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