Book picks similar to
Murach's PHP and MySQL by Joel Murach


programming
non-fiction
reference
web-development

The Fundamental 5: The Formula for Quality Instruction


Sean Cain - 2011
    The Fundamental Five: The Formula for Quality Instruction, shares with teachers and school leaders the five practices that every teacher can, and should, use to dramatically improve instuctional rigor and relevance, and student performance.

Eloquent JavaScript: A Modern Introduction to Programming


Marijn Haverbeke - 2010
    I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?

Epidemiology for Public Health Practice


Robert H. Friis - 1996
    With extensive treatment of the heart of epidemiology-from study designs to descriptive epidemiology to quantitative measures-this reader-friendly text is accessible and interesting to a wide range of beginning students in all health-related disciplines. A unique focus is given to real-world applications of epidemiology and the development of skills that students can apply in subsequent course work and in the field. The text is also accompanied by a complete package of instructor and student resources available through a companion Web site.

Database Management Systems


Raghu Ramakrishnan - 1997
    Coherent explanations and practical examples have made this one of the leading texts in the field. The third edition continues in this tradition, enhancing it with more practical material. The new edition has been reorganized to allow more flexibility in the way the course is taught. Now, instructors can easily choose whether they would like to teach a course which emphasizes database application development or a course that emphasizes database systems issues. New overview chapters at the beginning of parts make it possible to skip other chapters in the part if you don't want the detail.More applications and examples have been added throughout the book, including SQL and Oracle examples. The applied flavor is further enhanced by the two new database applications chapters.

Getting Started with OAuth 2.0


Ryan Boyd - 2011
    This concise introduction shows you how OAuth provides a single authorization technology across numerous APIs on the Web, so you can securely access users’ data—such as user profiles, photos, videos, and contact lists—to improve their experience of your application.Through code examples, step-by-step instructions, and use-case examples, you’ll learn how to apply OAuth 2.0 to your server-side web application, client-side app, or mobile app. Find out what it takes to access social graphs, store data in a user’s online filesystem, and perform many other tasks.Understand OAuth 2.0’s role in authentication and authorizationLearn how OAuth’s Authorization Code flow helps you integrate data from different business applicationsDiscover why native mobile apps use OAuth differently than mobile web appsUse OpenID Connect and eliminate the need to build your own authentication system

Sinatra: Up and Running


Alan Harris - 2011
    With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications. Sinatra serves as a lightweight wrapper around Rack middleware, with syntax that maps closely to functions exposed by HTTP verbs, which makes it ideal for web services and APIs. If you have experience building applications with Ruby, you’ll quickly learn language fundamentals and see under-the-hood techniques, with the help of several practical examples. Then you’ll get hands-on experience with Sinatra by building your own blog engine. Learn Sinatra’s core concepts, and get started by building a simple application Create views, manage sessions, and work with Sinatra route definitions Become familiar with the language’s internals, and take a closer look at Rack Use different subclass methods for building flexible and robust architectures Put Sinatra to work: build a blog that takes advantage of service hooks provided by the GitHub API

Stylin' with CSS: A Designer's Guide


Charles Wyke-Smith - 2005
    Stylin with CSS teaches you everything you need to know start using CSS in your web development work, from the basics of markup of your content and styling text, through to creating multi-column page layouts without the use of tables. Learn how to create interface components, such as drop-down menus, navigation links, and animated graphical buttons, using only CSS no JavaScript required. Discover how to design code that will work on the latest standard-compliant browsers, while working around the quirks of the older browsers. With a mastery of CSS, your web design capabilities will move to a new level, and everything you need to know to get your started and build your skills is right here in this book. You ll be stylin in no time!"

Starting Out with C++: Early Objects (Formerly Alternate Edition)


Tony Gaddis - 2005
    Objects are introduced early, right after control structures and before arrays and pointers. The STL string class is used throughout. As with all Gaddis books, there is a strong emphasis on problem solving and program design, a careful step-by-step introduction of each new topic, clear and easy to read code listings, concise and practical real world examples, and an abundance of exercises in each chapter.

Shake Up Learning: Practical Ideas to Move Learning from Static to Dynamic


Kasey Bell - 2018
    This is a book about LEARNING! Technology is not a magic solution for education. It is an opportunity! An opportunity to shake things up, to connect and grow, and to create dynamic learning experiences for our students!   In this three-part book, you will explore WHY it's time to Shake Up Learning, WHAT changes we can make in our classrooms to support dynamic learning experiences, and HOW to plan meaningful lessons for your classroom. Rapidly evolving technology and the demands of the digital age are transforming not only the way we live but also the way we learn. The tools students are using are newer, sleeker, and faster than ever before. In some cases, the medium is even changing the message. One thing is certain: Educators cannot continue the status quo if they expect to equip young people for the world to come.  Here's the good news: With digital tools that are available 24/7, learning doesn't have to stop when the bell rings. Learning can take on a life of its own! Even better, technology can help you connect with students and empower them to grow and develop a lifelong love for learning--and it doesn't have to be scary or complicated.  Shake Up Learning is a powerful guide and planning tool to help educators at all grade levels make the most of technology. Educator and blogger Kasey Bell guides you through the process of using technology and proven techniques to make learning dynamic. You'll discover . . .  Practical strategies to help move from static teaching to dynamic learning Straightforward and easy-to-use templates for crafting engaging learning opportunities  Tips and tricks for fearless implementation of powerful lesson plans Advice for moving from one-and-done activities to learning that evolves and inspires throughout the school year--and beyond!  This is MORE than just a book! This is a full LEARNING EXPERIENCE! This book is jammed packed with ideas, lessons, and resources, but you can bring it all to life with the companion website, ShakeUpLearningBook.com, and the companion online course, The Dynamic Learning Workshop! Be dynamic! Shake up learning in your classroom this year.

Algorithms in a Nutshell


George T. Heineman - 2008
    Algorithms in a Nutshell describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs -- with just enough math to let you understand and analyze algorithm performance. With its focus on application, rather than theory, this book provides efficient code solutions in several programming languages that you can easily adapt to a specific project. Each major algorithm is presented in the style of a design pattern that includes information to help you understand why and when the algorithm is appropriate. With this book, you will:Solve a particular coding problem or improve on the performance of an existing solutionQuickly locate algorithms that relate to the problems you want to solve, and determine why a particular algorithm is the right one to useGet algorithmic solutions in C, C++, Java, and Ruby with implementation tipsLearn the expected performance of an algorithm, and the conditions it needs to perform at its bestDiscover the impact that similar design decisions have on different algorithmsLearn advanced data structures to improve the efficiency of algorithmsWith Algorithms in a Nutshell, you'll learn how to improve the performance of key algorithms essential for the success of your software applications.

Leading from the Library: Help Your School Community Thrive in the Digital Age


Shannon McClintock Miller - 2019
    One essential role librarians play is that of a leader who works collaboratively to build relationships, mold culture and climate, and advocate for the needs of students and the community. In this book, a librarian and an education leader team up to reflect on the librarian's ability to build connections in two ways. First, they discuss the benefits of bringing the outside world into the library through the use of social media, videoconferencing and other tools that allow librarians to partner with others. Then they expand upon these connections by addressing how librarians can lead in the greater educational community by sharing resources and strategies, and partnering with school leaders to tell the story of the school community. Through this book, librarians will discover the influence they can have on the school community as the library becomes the heart of the school, a place where problems are solved, content is explored, connections are made and discovery happens.

Metaprogramming Ruby 2: Program Like the Ruby Pros


Paolo Perrotta - 2014
    With metaprogramming, you can produce elegant, clean, and beautiful programs. Once the domain of expert Rubyists, metaprogramming is now accessible to programmers of all levels. This thoroughly revised and updated second edition of the bestselling Metaprogramming Ruby explains metaprogramming in a down-to-earth style and arms you with a practical toolbox that will help you write your best Ruby code ever.Dig under the surface and explore Ruby's most advanced feature: a collection of techniques and tricks known as metaprogramming. In this book, you'll learn metaprogramming as an essential component of Ruby and discover the deep, non-obvious details of the language. Once you understand the tenets of Ruby, including the object model, scopes, and singleton classes, you're on your way to applying metaprogramming both in your daily work assignments and in your fun, after-hours projects.Metaprogramming Ruby, Second Edition makes mastering the language enjoyable. The book is packed with: Pragmatic examples of metaprogramming in action, many of which come straight from real-life gems such as Rails.Programming challenges that let you experiment and play with some of the most out-there metaprogramming concepts.Metaprogramming spells--33 practical recipes and idioms that you can study and apply right now, to write code that is sure to impress.This completely revised new edition covers the new features in Ruby 2.0 and 2.1, and contains code from the latest Ruby libraries, including Rails 4. Most examples are new, from the wild, with more recent libraries. And the book reflects current ideas of when and how much metaprogramming you should use.Whether you're a Ruby apprentice on the path to mastering the language or a Ruby wiz in search of new tips, this book is for you.What You Need: Ruby 2.x, Ruby 1.9, or a recent version of JRuby.

Python for Kids


Jason R. Briggs - 2012
    Jason Briggs, author of the popular online tutorial "Snake Wrangling for Kids," begins with the basics of how to install Python and write simple commands. In bite-sized chapters, he instructs readers on the essentials of Python, including how to use Python's extensive standard library, the difference between strings and lists, and using for-loops and while-loops. By the end of the book, readers have built a game and created drawings with Python's graphics library, Turtle. Each chapter closes with fun and relevant exercises that challenge the reader to put their newly acquired knowledge to the test.

The Quick Python Book


Naomi R. Ceder - 2000
    This updated edition includes all the changes in Python 3, itself a significant shift from earlier versions of Python.The book begins with basic but useful programs that teach the core features of syntax, control flow, and data structures. It then moves to larger applications involving code management, object-oriented programming, web development, and converting code from earlier versions of Python.True to his audience of experienced developers, the author covers common programming language features concisely, while giving more detail to those features unique to Python.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.

Hacking School Libraries: 10 Ways to Incorporate Library Media Centers into Your Learning Community (Hack Learning Series Book 20)


Kristina A. Holzweiss - 2018
    They are places for research, refuge, and reflection--where students create, collaborate, communicate, and develop skills in critical thinking and compassion. Learn 10 ways to create the library learning environment that every child deserves. In Hacking School Libraries, 2015 School Librarian of the Year, Kristina A. Holzweiss, and 2017 Sensational Student Voice Award finalist, Stony Evans, bring you 10 practical hacks that will help you create a welcoming and exciting school library program. They show you how to rethink your library to become the hub of the school community, whether you are a veteran librarian or just beginning your career. Hacking School Libraries isn't just for librarians. It's for any educator who wants to learn how to transform your learning space provide hands-on learning opportunities empower your students bring curriculum to life differentiate instruction effectively raise funds advocate for modern school libraries establish global connections celebrate reading What the experts say: "When I learned that Kristina and Stony were writing a book to fit into one of my favorite series, I was so excited and couldn’t think of a better duo to do so! School librarians will find Hacking School Libraries such an amazing read and resource in so many ways. The hacks found in this book are terrific for any grade level and will help guide librarians to make a difference in their library, school, and community!" -Shannon McClintock Miller, Teacher Librarian and Iowa Future Ready Librarian Spokesperson "Authors Kristina Holzweiss and Stony Evans are two of the most respected thought leaders and practitioners in the school library field. Their book, Hacking School Libraries, is an essential resource for any modern-day library media specialist. It is filled with actionable tips and strategies that anyone can easily implement tomorrow." -Laura Fleming, Library Media Specialist, bestselling author of Worlds of Making and The Kickstart Guide to Making Great Makerspaces Grab Hacking School Libraries today, and incorporate library media centers into your learning community tomorrow.