Book picks similar to
Upgrading to PHP 7 by Davey Shafik
ebook
programming
tech-read
web-development
Girl Meets World: Follow Your Heart (Disney Junior Novel (ebook))
Walt Disney Company - 2015
When Riley is forced to give up her cell phone and talk face-to-face with her crush Lucas, will she connect or will she shut down? Then, when another girl tries to get Lucas's attention, can Maya help her best friend win back her guy?
Beginning PHP and MySQL 5: From Novice to Professional
W. Jason Gilmore - 2004
Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites. Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface. Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.
Sams Teach Yourself PHP, MySQL and Apache
Julie C. Meloni - 2003
You have also created a website for your business that details the products or services that you offer, but it doesn't allow potential customers to purchase anything online. Don't risk losing business-learn to create a dynamic online environment using only three programs. PHP, MySQL and Apache are three popular open-source tools that can work together to help you create a dynamic website, such as an online shopping experience. Sams Teach Yourself PHP, MySQL and Apache All in One is a complete reference manual for all three development tools. You will learn how to install, configure and set up the PHP scripting language, use the MySQL database system, and work with the Apache Web server. Then you'll take it a step further and discover how they work together to create a dynamic website. Use the book and the included CD to create a simple website, as well as a mailing list, online address book, shopping cart and storefront. Updated to reflect the most recent developments in PHP and MySQL, including the final stable release of MySQL 5.0, you will open your website to limitless possibilities with Sams Teach Yourself PHP, MySQL and Apache All in One.
Baja Get Away
Jinx Schwartz - 2019
Her life depends on it Becky has been laying in low in the Baja for a long time, but now she's got to get out of Mexico...fast. And what does she face back home? Meeting a stranger in a Cabo San Lucas bar sets in motion a race against time, and the long arm of the law on both sides of the border. USA Today Best Selling author, Jinx Schwartz, weaves an exciting tale of romantic suspense.
Scroll Up and Grab Your Copy Today!
Introducing Ethereum and Solidity: Foundations of Cryptocurrency and Blockchain Programming for Beginners
Chris Dannen - 2017
Blockchain protocols are taking the world by storm, and the Ethereum project, with its Turing-complete scripting language Solidity, has rapidly become a front-runner. This book presents the blockchain phenomenon in context; then situates Ethereum in a world pioneered by Bitcoin.See why professionals and non-professionals alike are honing their skills in smart contract patterns and distributed application development. You'll review the fundamentals of programming and networking, alongside its introduction to the new discipline of crypto-economics. You'll then deploy smart contracts of your own, and learn how they can serve as a back-end for JavaScript and HTML applications on the Web.Many Solidity tutorials out there today have the same flaw: they are written for "advanced" JavaScript developers who want to transfer their skills to a blockchain environment. Introducing Ethereum and Solidity is accessible to technology professionals and enthusiasts of all levels. You'll find exciting sample code that can move forward real world assets in both the academic and the corporate arenas. Find out now why this book is a powerful gateway for creative technologists of all types, from concept to deployment.What You'll LearnSee how Ethereum (and other cryptocurrencies) workCompare distributed apps (dapps) to web appsWrite Ethereum smart contracts in Solidity Connect Ethereum smart contracts to your HTML/CSS/JavaScript web applicationsDeploy your own dapp, coin, and blockchainWork with basic and intermediate smart contractsWho This Book Is For Anyone who is curious about Ethereum or has some familiarity with computer science Product managers, CTOs, and experienced JavaScript programmersExperts will find the advanced sample projects in this book rewarding because of the power of Solidity
Learning React: A Hands-On Guide to Building Maintainable, High-Performing Web Application User Interfaces Using the React JavaScript Library
Kirupa Chinnathambi - 2016
The Murder Blossom: An Ink Mage SideQuest
Victor Gischler - 2019
Beware the poison of the Murder Blossom! When a desperate wizard sends Templeton Kane on an important quest, he's obliged to team up with a formidable woman named Lill. Not only is Lill an imposing physical specimen -- as are many in her tribe from the Glacial Wastes -- but she's also an Ink Mage, a woman whose magical tattoos give her extraordinary abilities. As they chase an ancient artifact, moving from danger to danger, they discover that legends are not always what they're cracked up to be. Occasional strong language, brief adult situations, and gritty sword-stabbing action. The Murder Blossom is a 25,000 word NOVELLA. A word about SideQuests: Ink Mage SideQuests are meant to be shorter works set in the world of Ink Mage. Think of them as "in between meal snacks" while waiting for the books in the main series. While the SideQuests are meant to stand on their own, characters and situations might (or might not) appear in the main novels.
Node: Up and Running: Scalable Server-Side Code with JavaScript
Tom Hughes-Croucher - 2011
You'll learn hands-on how Node makes life easier for experienced JavaScript developers: not only can you work on the front end and back end in the same language, you'll also have more flexibility in choosing how to divide application logic between client and server.Written by a core contributor to the framework, Node: Up and Running shows you how Node scales up to support large numbers of simultaneous connections across multiple servers, and scales down to let you create quick one-off applications with minimal infrastructure. Built on the V8 JavaScript engine that runs Google Chrome, Node is already winning the hearts and minds of many companies, including Google and Yahoo! This book shows you why.Understand Node's event-loop architecture, non-blocking I/O, and event-driven programmingDiscover how Node supports a variety of database and data storage toolsLearn best practices for writing easy-to-maintain code for NodeGet concrete examples of how to use the various Node APIs in practiceTake advantage of the book’s complete API reference
Professional ASP.NET MVC 4
Jon Galloway - 2012
Experienced .NET and ASP.NET developers will find all the important information they need to build dynamic, data-driven websites with ASP.NET and the newest release of Microsoft's Model-View-Controller technology. Featuring step-by-step guidance and lots of code samples, this guide gets you started and moves all the way to advanced topics, using plenty of examples.Designed to give experienced .NET and ASP.NET programmers everything needed to work with the newest version of MVC technology Expert author team includes Microsoft ASP.NET MVC insiders as well as leaders of the programming community Covers controllers, views, models, forms and HTML helpers, data annotation and validation, membership, authorization, security, and routing Includes essential topics such as Ajax and jQuery, NuGet, dependency injection, unit testing, extending MVC, and Razor Includes additional real-world coverage requested by readers of the previous edition as well as a new case study example chapter
Understanding Ecmascript 6: The Definitive Guide for JavaScript Developers
Nicholas C. Zakas - 2016
In Understanding ECMAScript 6, expert developer Nicholas C. Zakas provides a complete guide to the object types, syntax, and other exciting changes that ECMAScript 6 brings to JavaScript. Every chapter is packed with example code that works in any JavaScript environment so you'll be able to see new features in action. You'll learn:How ECMAScript 6 class syntax relates to more familiar JavaScript conceptsWhat makes iterators and generators usefulHow arrow functions differ from regular functionsWays to store data with sets, maps, and moreThe power of inheritanceHow to improve asynchronous programming with promisesHow modules change the way you organize codeWhether you're a web developer or a Node.js developer, you'll find Understanding ECMAScript 6 indispensable on your journey from ECMAScript 5 to ECMAScript 6.
JavaScript & jQuery: The Missing Manual
David Sawyer McFarland - 2008
This jargon-free guide covers JavaScript basics and shows you how to save time and effort with the jQuery library of prewritten JavaScript code. You’ll soon be building web pages that feel and act like desktop programs, without having to do much programming.The important stuff you need to know:Make your pages interactive. Create JavaScript events that react to visitor actions.Use animations and effects. Build drop-down navigation menus, pop-ups, automated slideshows, and more.Improve your user interface. Learn how the pros make websites fun and easy to use.Collect data with web forms. Create easy-to-use forms that ensure more accurate visitor responses.Add a dash of Ajax. Enable your web pages to communicate with a web server without a page reload.Practice with living examples. Get step-by-step tutorials for web projects you can build yourself.
Ninja Foodi: The Pressure Cooker that Crisps: Complete Cookbook for Beginners: Your Expert Guide to Pressure Cook, Air Fry, Dehydrate, and More
Kenzie Swanhart - 2018
Here, in the official Ninja® Foodi™ Complete Cookbook for Beginners, you’ll find easy, flavorful recipes specifically designed for the innovative technology of the Ninja® Foodi™.No matter what you’re in the mood for, there’s a wide range of versatile recipes in Ninja® Foodi™ Complete Cookbook for Beginners. From wholesome “360 Meals” that allow you to fully cook grains, crisp vegetables, and tender proteins all in the same pot, to time-saving “Frozen to Crispy” recipes that allow you to cook frozen food without defrosting it first, the Ninja® Foodi™ Complete Cookbook for Beginners puts tasty, nourishing meals on the table in no time.The ultimate beginner’s guide for using this one-of-a-kind appliance, the Ninja® Foodi™ Complete Cookbook for Beginners includes:
75 quick, tasty, good-for-you recipes that include options not only for breakfast, lunch, and dinner, but also appetizers, breads, desserts, and more
Quick-start guidance for using your Ninja® Foodi™ and understanding all of its unique features such as how to pressure cook, air fry, TenderCrisp™, dehydrate, and more
Expert tips and tricks that will eliminate the learning curve regardless of your prior culinary experience
There is no dinner dilemma that the Ninja® Foodi™ can’t handle. And with the official Ninja® Foodi™ Complete Cookbook for Beginners, there’s no recipe that you can’t cook.
Beginning iPhone 3 Development: Exploring the iPhone SDK
Dave Mark - 2009
Updated and revised for iPhone SDK 3, many of the discussions in the original book have been clarified to make some of the more complex topics easier to understand. In addition, all of the projects have been rebuilt from scratch using the SDK 3 templates.Assuming only a minimal working knowledge of Objective-C, and written in a friendly, easy-to-follow style, this book offers a complete soup-to-nuts course in iPhone and iPod touch programming. The book starts with the basics, walking you through the process of downloading and installing Apple's free iPhone SDK, and then stepping you though the creation of your first simple iPhone application. From there, you'll learn to integrate all the interface elements iPhone users have come to know and love, such as buttons, switches, pickers, toolbars, and sliders. You'll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. The confusing art of table building will be demystified, and you'll see how to save your data using the iPhone file system. You'll also learn how to save and retrieve your data using SQLite, iPhone's built-in database management system. In addition, you'll also learn about Core Data, an important persistence mechanism that has just been added with SDK 3.And there's much more! You'll learn to draw using Quartz 2D and OpenGL ES, add multitouch gestural support (pinches and swipes) to your applications, and work with the camera, photo library, accelerometer, and built-in GPS. You'll discover the fine points of application preferences and learn how to localize your apps for multiple languages. You can discover more about this book, download source code, and find support forums at the book's companion site, at www.iphonedevbook.com.The iPhone 3 update to the best-selling and most recommended book for iPhone developers Packed full of tricks, techniques, and enthusiasm for the new SDK from a developer perspective The most complete, useful, and up-to-date guide to all things having to do with Apple's iPhone SDK
The Art and Science of Java
Eric S. Roberts - 2007
By following the recommendations of the Association of Computing Machinery's Java Task Force, this first edition text adopts a modern objects-first approach that introduces readers to useful hierarchies from the very beginning.KEY TOPICS: Introduction; Programming by Example; Expressions; Statement Forms; Methods; Objects and Classes; Objects and Memory; Strings and Characters; Object-Oriented Graphics; Event-Driven Programs; Arrays and ArrayLists; Searching and Sorting; Collection Classes; Looking Ahead.MARKET: A modern objects-first approach to the Java programming language that introduces readers to useful class hierarchies from the very beginning.
The Complete Paterson & Clocks Box Set
Steve Parker - 2020
YOU GET *FIVE* CRIME THRILLERS FULL OF TWISTS AND EDGE OF YOUR SEAT TENSION.What readers are saying about STEVE PARKER“A must read for all crime thriller fans.” Viv“A really good thriller to keep you on the edge of your seat.” Barbara“I was up until 2am as I couldn’t read it quick enough.” Carole“The differences between the two detectives works so well ... they are so much alike ... but yet are miles apart in others” Linda Strong“I couldn't turn the pages fast enough. I was hooked right from the start.” Sue“A fast-moving action-packed thriller which will keep you enthralled from page one.”“Another gripping, fast-paced and twisted caper for the most unorthodox police duo in UK fiction.” Donna“Loved the book, Clocks makes me laugh out loud.” AileenDO YOU LOVE EXPLOSIVE UNPUTDOWNABLE CRIME FICTION? THEN MEET DETECTIVES PATERSON AND CLOCKS. THIS DUO ARE IRREVERENT, IMPULSIVE, AND ALWAYS FULL OF SURPRISES.IN THIS FIVE-BOOK BOX SETBOOK 1: THEIR LAST WORDSA young woman is found dead on the streets of London. Her throat slashed, her body mutilated, and one word carved into her flesh: “DON’T.” Detective Superintendent Ray Paterson is assigned to the case. Young, handsome, and from a wealthy background, he’s tipped for the top. He joins a team based out of Bermondsey, South London. It’s meant to be a steppingstone to his next promotion, but this case will threaten to bring down his career and everything he thought he knew about policing.BOOK 2: DEADLY CRIMESAn elderly African man is found dead in the street, shot through the head. The killing has the hallmarks of a professional assassin. Dumped in a waste bin next to the dead man is the dismembered torso of a child. On his first day back at work, disgraced Detective Superintendent Ray Paterson finds himself teamed up again with newly promoted Detective Inspector Johnny Clocks.BOOK 3: THE BURNING MENA man is burnt at the stake in a London park. His smouldering corpse is a message of the most violent kind. The victim is Davey Caine. He is the heir to the criminal empire created by his father, William ‘Billy’ Caine. Billy is a notorious and violent gangster who controls South East London. But he’s not the man he used to be and the sharks smell blood in the water.BOOK 4: YOU CAN’T HIDEAlbert Tanner, vicious psychopath and burner of men, is in the USA with unfinished business. Only Detectives Ray Paterson and Johnny Clocks can stop him. Their task is straightforward: hunt Tanner down and bring him home. But a few explosions, an assassin and a dead child change everything.BOOK 5: THEIR DYING BREATHA severed head washes up on the banks of the Thames, a star carved into the forehead. The next day the airwaves are hacked. A live-stream shows a man imprisoned in a box. He also has a star cut into his head. Then the man is drowned. Two more men are murdered on live TV, two more will die within hours. Detectives Paterson and Clocks race against time to ensure their next breath isn’t their last. But this enemy is far more deadly than any they’ve encountered before.THE DETECTIVESDetective Superintendent Ray Paterson is a young and (thanks to family money) wealthy womaniser, separated from his model wife and tipped to be the youngest ever commissioner of police. Detective Inspector Johnny Clocks is a foul-mouthed, working-class officer. He grew up surrounded by rogues and villains but became a first-class thief taker.THE AUTHORSteve Parker is a retired police officer who served for 20 years in numerous high-profiles squads.Don’t miss out on this action-packed series! YOU GET ALL FIVE OF THE ABOVE BOOKS IN THIS EDITION