PHP 6 and MySQL 5 for Dynamic Web Sites: Visual Quickpro Guide


Larry Ullman - 2007
    With step-by-step instructions, complete scripts, and expert tips to guide readers, this work gets right down to business - after grounding readers with separate discussions of first the scripting language (PHP) and then the database program (MySQL), it goes on to cover security, sessions and cookies, and using additional Web tools.

Resistance


Max Carver - 2017
    Rapid expansion into habitable worlds brings immense prosperity and a new age of exploration unlike any humanity has seen. WAR Conflicts over control of the colonial worlds spawn a massive, generation-long war among humans. Under a shaky armistice, humanity has just begun to crawl out of the shadows of destruction, but suspicion and bitter hostility run deep. INVASION On a rocky, desolate planet, a small band of gold prospectors find themselves making a discovery they never expected—valuable and powerful relics of the galaxy's deep past. The prospectors also discover a hostile alien species, ruthless beings who do not tolerate humans and wipe them out on sight. Humanity's first contact with intelligent aliens becomes a war for survival. The invasion has begun...but the beginning of the invasion is also the beginning of the resistance. "Resistance is a terrific space opera adventure. It combines mystery, heart-pounding action, and a good dose of humor. It's Aliens meets Tremors. I can't wait to read the sequel." -Daniel Arenson, USA Today bestselling author of the Earthrise series

Minecraft: Creative Handbook: The Ultimate Minecraft Building Book. Best Minecraft Construction, Structures and Creations. (Minecraft Books)


Steve Builder - 2015
    This book will guide you how easy it is to build and play and let your creativity show. Enhance your knowledge with the tips and tricks that you can discover. Be mindful and grab a copy now!

Dawn of the Singularity (The Singularity Saga #1)


David Simpson - 2016
    The point in human history when we begin to enhance our own intelligence with the intelligent technology we're creating. As humanity merges with its machines, will we forget what it means to be human? Meet Haalee, the artificial intelligence charged with taking humanity on the road to the singularity. But will the future turn out the way she expects? Dawn of the Singularity is the intelligent, action-packed science fiction thriller you've been waiting for. From award-winning and best-selling scifi author David Simpson, get ready for the mystery, the thrills, and the adventure of the future to come.

The Deadly Guest: A Horror Novel


Matt Shaw - 2020
    Good food, plentiful drink and - straight from Michael's "bucket-list" - a surprise visit from his free-spirited friend Vasia, for a dream threesome. At least that was what Luca had initially planned. Unbeknownst to him, Vasia and Michael aren't quite the friends Michael had insinuated and sharing Michael is the furthest thing from her mind. What should have been a night of pure lust-filled enjoyment soon goes to Hell, for all those in the hotel, soon after Vasia shows her true colours... Hells Flames A bonus novella following on from the catastrophic events of "The Deadly Guest".

The Nosferatu Conspiracy: The Sleepwalker


Brian James Gage - 2020
    This contrasts suppressed documents citing the royal family mysteriously disappeared after fires ravaged Saint Petersburg in December 1916 (OS).Grigori Yefimovich Rasputin was supposedly murdered by high-ranking Russian officials on December 16, 1916 (OS), for his unprecedented and perceived nefarious influence over the royal family. He was poisoned, shot twice, and clubbed into submission, yet remained alive. His attackers finally drowned him underneath the icy Neva River.Rasputin’s autopsy was reportedly performed three days later by Professor Kossorotov, a high-ranking Okhrana agent and future Kremlin operative. Cause of death: drowning. The document states Rasputin broke free of his bindings and his fingernails showed signs he’d tried to claw through the ice.The stories surrounding Rasputin’s death are gross falsifications. His body was never recovered for examination, and his status within the Russian intelligence community to this day remains: At Large.This is the true story of Rasputin’s paranormal coup d'etat and his conjuring of ancient vampires that destroyed Saint Petersburg, Russia, in December 1916.History is a lie. The truth will be exposed.

Essential PHP Security


Chris Shiflett - 2005
    It also works beautifully with other open source tools, such as the MySQL database and the Apache web server. However, as more web sites are developed in PHP, they become targets for malicious attackers, and developers need to prepare for the attacks.Security is an issue that demands attention, given the growing frequency of attacks on web sites. Essential PHP Security explains the most common types of attacks and how to write code that isn't susceptible to them. By examining specific attacks and the techniques used to protect against them, you will have a deeper understanding and appreciation of the safeguards you are about to learn in this book.In the much-needed (and highly-requested) Essential PHP Security, each chapter covers an aspect of a web application (such as form processing, database programming, session management, and authentication). Chapters describe potential attacks with examples and then explain techniques to help you prevent those attacks.Topics covered include:Preventing cross-site scripting (XSS) vulnerabilitiesProtecting against SQL injection attacksComplicating session hijacking attemptsYou are in good hands with author Chris Shiflett, an internationally-recognized expert in the field of PHP security. Shiflett is also the founder and President of Brain Bulb, a PHP consultancy that offers a variety of services to clients around the world.

Cocoa Design Patterns


Erik M. Buck - 2009
    Although Cocoa is indeed huge, once you understand the object-oriented patterns it uses, you'll find it remarkably elegant, consistent, and simple. Cocoa Design Patterns begins with the mother of all patterns: the Model-View-Controller (MVC) pattern, which is central to all Mac and iPhone development. Encouraged, and in some cases enforced by Apple's tools, it's important to have a firm grasp of MVC right from the start. The book's midsection is a catalog of the essential design patterns you'll encounter in Cocoa, including Fundamental patterns, such as enumerators, accessors, and two-stage creation Patterns that empower, such as singleton, delegates, and the responder chain Patterns that hide complexity, including bundles, class clusters, proxies and forwarding, and controllers And that's not all of them! Cocoa Design Patterns painstakingly isolates 28 design patterns, accompanied with real-world examples and sample code you can apply to your applications today. The book wraps up with coverage of Core Data models, AppKit views, and a chapter on Bindings and Controllers. Cocoa Design Patterns clearly defines the problems each pattern solves with a foundation in Objective-C and the Cocoa frameworks and can be used by any Mac or iPhone developer.

Fundamentals of Computer Graphics


Peter Shirley - 2002
    It presents the mathematical foundations of computer graphics with a focus on geometric intuition, allowing the programmer to understand and apply those foundations to the development of efficient code. - The fundamental mathematics used in graphics programs - The basics of the graphics pipeline - BSP trees - Ray tracing - Surface shading - Texture mapping Advanced topics include: - Curves and surfaces - Color science - Global illumination - Reflection models - Image-based rendering - Visualization Extensive exercises and references for further reading enhance each chapter. An introduction for novices---a refresher for professionals.

Beginning Web Programming with HTML, XHTML and CSS


Jon Duckett - 2004
    It follows standards-based principles, but also teaches readers ways around problems they are likely to face using (X)HTML.While XHTML is the "current" standard, the book still covers HTML because many people do not yet understand that XHTML is the official successor to HTML, and many readers will still stick with HTML for backward compatibility and simpler/informal Web pages that don't require XHTML compliance.The book teaches basic principles of usability and accessibility along the way, to get users into the mode of developing Web pages that will be available to as many viewers as possible from the start. The book also covers the most commonly used programming/scripting language -- JavaScript -- and provides readers with a roadmap of other Web technologies to learn after mastering this book to add more functionality to their sites.

Professional ASP.NET Design Patterns


Scott Millett - 2008
    Design patterns are time-tested solutions to recurring problems, letting the designer build programs on solutions that have already proved effective Provides developers with more than a dozen ASP.NET examples showing standard design patterns and how using them helpsbuild a richer understanding of ASP.NET architecture, as well as better ASP.NET applications Builds a solid understanding of ASP.NET architecture that can be used over and over again in many projects Covers ASP.NET code to implement many standard patterns including Model-View-Controller (MVC), ETL, Master-Master Snapshot, Master-Slave-Snapshot, Facade, Singleton, Factory, Single Access Point, Roles, Limited View, observer, page controller, common communication patterns, and more

Great Expectations


Neil Bartlett - 2007
    Stage adaptation of a Dickens novel by an accomplished director

EVA (Field Series Book 4)


Simon Winstanley - 2018
    The future lies where genetics, A.I. and time collide. You don’t want to miss the conclusion of the Field Series main arc! Complete your journey with one small step,The future has arrived. Now.

UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design


Jim Arlow - 2001
    Even for people not working with the Unified Process, the book is still of great use. UML 2 and the Unified Process, Second Edition is a must-read for every UML 2 beginner and a helpful guide and reference for the experienced practitioner."--Roland Leibundgut, Technical Director, Zuehlke Engineering Ltd."This book is a good starting point for organizations and individuals who are adopting UP and need to understand how to provide visualization of the different aspects needed to satisfy it. "--Eric Naiburg, Market Manager, Desktop Products, IBM Rational SoftwareThis thoroughly revised edition provides an indispensable and practical guide to the complex process of object-oriented analysis and design using UML 2. It describes how the process of OO analysis and design fits into the software development lifecycle as defined by the Unified Process (UP). UML 2 and the Unified Process contains a wealth of practical, powerful, and useful techniques that you can apply immediately. As you progress through the text, you will learn OO analysis and design techniques, UML syntax and semantics, and the relevant aspects of the UP. The book provides you with an accurate and succinct summary of both UML and UP from the point of view of the OO analyst and designer.This book providesChapter roadmaps, detailed diagrams, and margin notes allowing you to focus on your needs Outline summaries for each chapter, making it ideal for revision, and a comprehensive index that can be used as a reference New to this edition:Completely revised and updated for UML 2 syntax Easy to understand explanations of the new UML 2 semantics More real-world examples A new section on the Object Constraint Language (OCL) Introductory material on the OMG's Model Driven Architecture (MDA) The accompanying website providesA complete example of a simple e-commerce system Open source tools for requirements engineering and use case modeling Industrial-strength UML course materials based on the book

Head First PHP & MySQL


Lynn Beighley - 2008
    Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more.Head First PHP & MySQL offers the same visually rich format that's turned every title in the Head First series into a bestseller, with plenty of exercises, quizzes, puzzles, and other interactive features to help you retain what you've learned.Use PHP to transform static HTML pages into dynamic web sites Create and populate your own MySQL database tables, and work with data stored in files Perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY Use cookies and sessions to track visitors' login information and personalize the site for users Protect your data from SQL injection attacks Use regular expressions to validate information on forms Dynamically display text based on session info and create images on the fly Pull syndicated data from other sites using PHP and XML Throughout the book, you'll build sophisticated examples -- including a mailing list, a job board, and an online dating site -- to help you learn how to harness the power of PHP and MySQL in a variety of contexts. If you're ready to build a truly dynamic website, Head First PHP & MySQL is the ideal way to get going.