Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Murachs PHP and MySQL, Joel Murach, Ray Harris


Варианты приобретения
Цена: 13082.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  Склад Америка: Есть  
При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября

Добавить в корзину
в Мои желания

Автор: Joel Murach, Ray Harris
Название:  Murachs PHP and MySQL
ISBN: 9781943873005
Издательство: Gazelle Book Services
Классификация:

ISBN-10: 1943873003
Обложка/Формат: Paperback
Страницы: 848
Вес: 1.72 кг.
Дата издания: 01.06.2022
Серия: Computing & IT
Язык: English
Издание: 4 new edition
Иллюстрации: 360 illus; 360 illus
Размер: 206 x 253 x 48
Читательская аудитория: General (us: trade)
Ключевые слова: Web programming
Рейтинг:
Поставляется из: Англии
Описание: Murachs PHP and MySQL (4th Edition) delivers the skills you need to develop database-driven websites using PHP and MySQL. Youll quickly learn to code the way todays top web professionals do, even without any prior coding experience. Each section features clear, beginner-friendly examples and easy-to-understand explanations that walk you through crucial skills, best practices, and helpful tips. Section 1 is a quick-start course that shows how to use the latest versions of PHP, MySQL, and the Apache web server to build your first PHP applications. Right from the start, youll learn to create applications that conform to the industry-standard Model-View-Controller (MVC) pattern, so theyll be easy to maintain as they grow. In addition, youll learn how to create secure applications that prevent SQL injection attacks and guard against XSS attacks. Section 2 dives deeper into PHP by covering the skills youll use every day, like how to work with form data, cookies, functions, and objects. Then, section 3 dives deeper into MySQL, teaching you how to design, create, and work with a database. Finally, section 4 teaches you important web programming skills like how to secure web pages, upload files, and process images. Along the way, youll learn how to take advantage of PHP 8 enhancements like match expressions, constructor property promotion, and the nullsafe operator, ensuring your skills are up to date. Like all Murach books, Murachs PHP and MySQL guarantees high quality, and developers love our code that actually works. See why for yourself, with a complete website to study and practice exercises for hands-on experience. Youll have a hard time finding such effective examples anywhere else.


Murach`s C++ Programming

Автор: Murach Joel, Delamater Mary
Название: Murach`s C++ Programming
ISBN: 1943872279 ISBN-13(EAN): 9781943872275
Издательство: Gazelle Book Services
Рейтинг:
Цена: 12076.00 р.
Наличие на складе: Поставка под заказ.

Описание: In the beginning, C++ was a hard language to learn because it required programmers to master low-level techniques to work with memory. Over the years, C++ has evolved to provide higher-level techniques that make it much easier to write effective code. But most C++ books havent evolved with the language. Until now. Now, this book uses modern C++ to get you off to a fast start, and then builds out your coding and OOP skills to the professional level. At that point, it also covers older techniques so youll be able to maintain the vast amount of legacy code thats out there, as well as work with embedded systems that dont support the newer techniques.

Murach`s ASP.NET Core MVC

Автор: Murach Joel, Delamater Mary
Название: Murach`s ASP.NET Core MVC
ISBN: 194387249X ISBN-13(EAN): 9781943872497
Издательство: Gazelle Book Services
Рейтинг:
Цена: 13082.00 р.
Наличие на складе: Поставка под заказ.

Описание:

If you know the basics of C#, you're ready to learn how to create web applications using Microsoft's powerful technology, ASP.NET Core MVC (Model-View-Controller). And there's no more practical way to do it than with this book.

By the end of section 1...just 5 chapters...you'll be developing real-world web apps that follow the MVC pattern, using C# code for the model and controller classes...HTML, CSS, and Razor code for the user interface (the view)...and Bootstrap classes for responsive design so that your apps adapt well to all screen sizes. You'll also be able use the debugging tools in Visual Studio and your browser to test your apps thoroughly.

In section 2, you'll build out that set of skills to create more complex controllers, work with Razor views, handle cookies and sessions, do model binding, validate data, and handle database data with EF (Entity Framework) Core. You'll also see how all these skills come together in a single application, with coverage of the "gotchas" that can occur and how to solve them.

Finally, in section 3, you can pick up additional skills as you need them: use dependency injection to make your code easier to test; automate testing; create custom tag helpers and view components to reduce code duplication; control user access to a site with ASP.NET Core Identity; and use Visual Studio Code, an increasingly popular alternative to the Visual Studio IDE.

All along the way, you'll get complete web apps that show you how each feature works in context (you can download these apps for free from the Murach website). You'll get chapter exercises that let you practice your new skills. And you'll get Murach's distinctive "paired-pages" format that presents each skill in a 2-page spread, full of examples, notes, and explanation...a format that developers praise because it saves training and reference time.

Murach`s C# (7th Edition)

Автор: Murach Joel, Boehm Anne
Название: Murach`s C# (7th Edition)
ISBN: 1943872538 ISBN-13(EAN): 9781943872534
Издательство: Gazelle Book Services
Рейтинг:
Цена: 13082.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This C# book has been a favourite of developers ever since the 1st edition came out in 2004. So you can be sure that this latest edition will deliver the professional skills youre looking for today. In fact, it will teach you the C# essentials more easily than ever, as it shows you how to take advantage of the most recent releases of C#, .NET, and Visual Studio. Its a self-paced book that shows you how to use Visual Studio, C#, and the .NET classes to develop Windows Forms applications whether you are new to programming or not. Its an object-oriented book that shows you how to use business classes, inheritance, and interfaces the way theyre used in the real world. Its a database programming book that shows you how to create professional database applications using Entity Framework and LINQ or ADO.NET. When you are done, you will be able to develop 3-tiered, object-oriented, Windows Forms applications the way the best professionals do. And you will have the essential skills that you need to develop any C# application whether for the desktop, the web, or mobile devices.

Murachs Python Programming (2nd Edition)

Автор: Joel Murach, Michael Urban
Название: Murachs Python Programming (2nd Edition)
ISBN: 1943872740 ISBN-13(EAN): 9781943872749
Издательство: Gazelle Book Services
Рейтинг:
Цена: 13082.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

If you want to learn how to program but don't know where to start, this is the right book and the right language for you. From the first page, our self-paced approach will help you build competence and confidence in your programming skills. And Python is the best language ever for learning how to program because of its simplicity and breadth...two features that are hard to find in a single language.


But this isn't just a book for beginners! Our self-paced approach also works for experienced programmers, helping you learn Python faster and better than you've ever learned a language before. By the time you're through, you will have mastered the key Python skills that are needed on the job, including those for object-oriented, database, and GUI programming.


To make all of this possible, section 1 presents an 8-chapter course that will get anyone off to a great start with Python. Section 2 builds on that base by presenting the other essential skills that every Python programmer should have. Section 3 shows you how to develop object-oriented programs, a critical skillset in today's world. And section 4 shows you how to apply all of the skills that you've already learned as you build database and GUI programs for the real world.

Murach`s C++ Programming (2nd Edition)

Автор: Murach Joel, Delamater Mary
Название: Murach`s C++ Programming (2nd Edition)
ISBN: 1943872961 ISBN-13(EAN): 9781943872961
Издательство: Gazelle Book Services
Рейтинг:
Цена: 10259.00 р.
Наличие на складе: Нет в наличии.

Описание: Now you can learn C++ in manageable chunks with Murachs C++ Programming and its distinctive paired-pages format, which has earned rave reviews from programmers (see the reviews of the 1st Edition). Each topic is presented in a 2-page spread: You get clear syntax and coding examples along with easy-to-understand bullets on the righthand page and in-depth explanations and perspective on the left. Not only does this format ease the learning curve, its a time-saver for on-the-job reference too. Whats more, we have taken advantage of language advances and modern techniques to make it easier to learn C++ than ever before. This book is organized in a logical way that gets you started fast with a practical subset of todays C++. Then, it presents coding and object-oriented programming skills that will elevate you to the professional level. With this strong foundation in place, later chapters cover legacy techniques and older C++ features that let you maintain the vast amount of legacy code in the world and work with embedded systems. New in this 2nd Edition are features that have been introduced in C++20. That includes brand-new material on modules, one of the most exciting new features added to C++ in years. As always, each feature is carefully explained and integrated where it belongs in the learning sequence so that beginners and experienced programmers alike can quickly grasp the new concepts and their advantages. Every Murach book guarantees high quality and our readers love our code that actually works. See why yourself with more than 50 realistic programs to study and practice exercises for hands-on experience. Youll have a hard time finding such effective examples anywhere else.

Murach`s Visual Basic 2015

Автор: Boehm Anne
Название: Murach`s Visual Basic 2015
ISBN: 1890774987 ISBN-13(EAN): 9781890774981
Издательство: Gazelle Book Services
Рейтинг:
Цена: от 7365.00 р.
Наличие на складе: Есть

Описание: This core Visual Basic .NET book has been a favourite of developers ever since the 1st edition came out in 2002. So you can be sure that this 6th edition will deliver the professional skills you are looking for. To be specific: It is a self-paced book that shows you how to use Visual Studio 2015, VB 2015, and the .NET 4.6 classes to develop Windows Forms applications whether you are new to programming or not. It is a data programming book that shows you how to create professional database applications using data sources, ADO.NET code, and the Entity Framework, as well as how to use LINQ to query data structures, from collections to arrays to datasets. It is an object-oriented book that shows you how to use business classes, inheritance, and interfaces the way they are used in the real world. When you are finished, you will be able to develop 3-tiered, object-oriented Windows Forms applications the way the best professionals do. And you will have the core VB and Visual Studio skills that you need to develop any VB application whether for Windows, the web, or mobile devices.

Murach`s Java Programming (6th Edition)

Автор: Murach Joel
Название: Murach`s Java Programming (6th Edition)
ISBN: 1943872872 ISBN-13(EAN): 9781943872879
Издательство: Gazelle Book Services
Рейтинг:
Цена: 10466.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: If you want to learn Java programming but dont know where to start, this is the right book for you. From the first page, our unique self-paced approach will help you build competence and confidence in your programming skills, even if you are completely new to programming. But this is not just a book for beginners! Our self-paced approach also works for experienced programmers, helping you learn Java faster and better than you have ever learned a language before. By the time you are through, you will have mastered all of the Java skills that are needed on the job, including the skills for developing object-oriented applications that use a graphical user interface (GUI) and a database. To make this possible, section 1 of this book presents a 9-chapter course that gets anyone off to a great start building object-oriented applications in Java. Then, the next 3 sections build on that base by presenting more on object-oriented programming, the essentials for developing GUIs, and additional skills that every professional Java programmer should have, including how to work with a database.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия