Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Database-Driven Web Development: Learn to Operate at a Professional Level with Perl and MySQL, Valentine Thomas


Варианты приобретения
Цена: 34020.00T
Кол-во:
 о цене
Наличие: Невозможна поставка.

в Мои желания

Автор: Valentine Thomas
Название:  Database-Driven Web Development: Learn to Operate at a Professional Level with Perl and MySQL
ISBN: 9781484259696
Издательство: Springer
Классификация:
ISBN-10: 1484259696
Обложка/Формат: Paperback
Страницы: 188
Вес: 0.37 кг.
Дата издания: 29.06.2021
Язык: English
Издание: 1st ed.
Иллюстрации: Approx. 350 p.
Размер: 25.40 x 17.81 x 1.12 cm
Читательская аудитория: Professional & vocational
Подзаголовок: Learn to operate at a professional level with perl and mysql
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:

Chapter 1 (Formerly 6 and 7) - Database-Driven Web Development Fundamentals

Chapter 2 (Formerly 8 through 10) - Perl CGI and MySQL Essentials

Chapter 3 (Formerly 11) - Essential MySQL Skills

Chapter 4 (Formerly 13) - Nuts and Bolts

Chapter 5 (Originally 5, then 1) - Practical JavaScript Concepts and Projects

Chapter 6 - Images: Uploads and Scripted Manipulation

Chapter 7 (Formerly Chapter 15) - Installing and Using the PERL Server

Chapter 8 (Formerly 16) - Installing and Using the MySQL Database Server

Chapter 9 (Formerly 17) - Installing and Using the Apache Web Server

Chapter 10 (Formerly 18) - A Database Driven Menu System





Web Programming with PHP and MySQL

Автор: Bramer Max
Название: Web Programming with PHP and MySQL
ISBN: 3319226584 ISBN-13(EAN): 9783319226583
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Introductory textbook covering all the main features of the `web programming` languages PHP and MySQL together with detailed examples that will enable readers (whether students on a taught course or independent learners) to use them to create their own applications or understand existing ones.

Practical php 7, mysql 8, and mariadb website databases

Автор: West, Adrian W. Prettyman, Steve
Название: Practical php 7, mysql 8, and mariadb website databases
ISBN: 1484238427 ISBN-13(EAN): 9781484238424
Издательство: Springer
Рейтинг:
Цена: 60550.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Build interactive, database-driven websites with PHP 7, MySQL 8, and MariaDB. The focus of this book is on getting you up and running as quickly as possible with real-world applications. In the first two chapters, you will set up your development and testing environment, and then build your first PHP and MariaDB or MySQL database-driven website. You will then increase its sophistication, security, and functionality throughout the course of the book.
The PHP required is taught in context within each project so you can quickly learn how PHP integrates with MariaDB and MySQL to create powerful database-driven websites.
Each project is fully illustrated, so you will see clearly what you are building as you create your own database-driven website. You will build a form for registering users, and then build an interface so that an administrator can view and administer the user database. You will create a message board for users and a method for emailing them. You will also learn the best practices for ensuring that your website databases are secure. Later chapters describe how to create a product catalog, and a simple e-commerce site. You will also discover how to migrate a database to a remote host. The final chapter will demonstrate the advantages of migrating to Oracle's MySQL 8. You will be shown step by step migration directions along with a demonstration of the tools available in SQL Workbench.
Because you are building the interactive pages yourself, you will know exactly how MySQL, MariaDB, and PHP all work together, and you will be able to add database interactivity to your own websites with ease.
What You Will Learn
Build a secure database-driven website using PHP 7, MySQL 8, and MariaDBCreate a product catalogWrite a message boardMove towards e-commerceEmploy security and validation measuresMigrate to Oracle's MySQL 8 Server platform
Who This Book Is For
Web developers with HTML, CSS and a limited Bootstrap experience. Readers need little to no prior experience with PHP and MySQL.

Pro Perl Programming: From Professional to Advanced

Автор: Rothwell William "bo "
Название: Pro Perl Programming: From Professional to Advanced
ISBN: 1484256042 ISBN-13(EAN): 9781484256046
Издательство: Springer
Рейтинг:
Цена: 60550.00 T
Наличие на складе: Поставка под заказ.
Описание: Master intermediate to advanced techniques of the Perl programming language starting with a focus on regular expressions and some of their advanced features. This book then covers other pro-level features, including formatted output, file handling, and more. Additionally, you'll learn and explore the most useful built-in variables, pragmas, and modules available in the Perl language.

Furthermore, you'll work with geometry managers and get a thorough treatment of graphical user interface development using Perl/TK and widgets. Lastly, you'll cover debugging techniques. Pro Perl Programming is a professional-level reference guide on Perl and includes important aspects of it that you need as a professional programmer.

What You Will LearnProgram regular expressions including atoms, smartmatch operators, and more Use advanced features such as HiRes Time, slurp() functions, Critic, Tidy and many more functions Handle advanced formatted output such as printf and sprintf Explore useful built-in variables, including status variables, separator variables, and the signal handle variable Explore and use Perl's built-in modules, including the Pragma modules Work with Perl/TK and its widgets-like geometry managers, frames, labels, buttons, check buttons, radio buttons, scrollbars, scales, entries, and menus Who This Book Is For Those with at least some prior experience with Perl programming or have read Beginning Perl Programming by William Rothwell.


Beginning Perl Programming

Автор: William "Bo " Rothwell
Название: Beginning Perl Programming
ISBN: 1484250540 ISBN-13(EAN): 9781484250549
Издательство: Springer
Рейтинг:
Цена: 51230.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Get started with Perl 5 and learn the important core concepts of Perl programming, such as variables, flow control, expressions, and I/O. Additionally, this book covers pattern matching and shows that Perl is extremely flexible and powerful, and that it isn’t afraid of the cloud. After reading and using this book, you'll be able to start writing your own powerful scripts to solve many web and programming problems. This is a book for those of us who believed that we didn’t need to learn Perl, and now we know it is more ubiquitous than ever. You’ll see that Perl has evolved into a multipurpose, multiplatform language present absolutely everywhere: heavy-duty web applications, the cloud, systems administration, natural language processing, and financial engineering. This book provides valuable insight into Perl’s role regarding all of these tasks and more giving you a great start in your Perl programming adventure.What You Will LearnPerform operations on scalar valuesUse scalar, array, and associative array variablesWork with flow control statements such as if, unless, while, until, for, and foreachRead and write directly to files with file handles Use conditional expressions such as numeric and string comparison, regular expressions, file testing, and Perl statementsFormat output with format statements Search for and replace sub-strings within a string using regular expressionsMaster Perl utilities such as split, join, index and moreControl the file system and processes from within a Perl scriptBuild functions for tasks including handling the scope of variablesImport existing modules into your Perl scriptWho This Book Is ForThose who are new to Perl.

Beginning PHP and MySQL

Автор: W Jason Gilmore; Frank Kromann
Название: Beginning PHP and MySQL
ISBN: 1430260432 ISBN-13(EAN): 9781430260431
Издательство: Springer
Рейтинг:
Цена: 46570.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Get started with PHP and MySQL programming: no experience necessary. This fifth edition of a classic best-seller includes detailed instructions for configuring the ultimate PHP 7 and MySQL development environment on all major platforms, complete coverage of the latest additions and improvements to the PHP language, and thorough introductions to MySQL's most relied-upon features.

You'll not only receive extensive introductions to the core features of PHP, MySQL, and related tools, but you'll also learn how to effectively integrate them in order to build robust data-driven applications. Author Frank M. Kromann draws upon more than 20 years of experience working with these technologies to pack this book with practical examples and insight into the real-world challenges faced by developers. Accordingly, you will repeatedly return to this book as both a valuable instructional tool and reference guide.

What You Will Learn

  • Install PHP, MySQL, and several popular web servers
  • Get started with PHP, including using its string-handling, networking, forms-processing, and object-oriented features
  • Gain skills in MySQL's fundamental features, including supported data types, database management syntax, triggers, views, stored routine syntax, and import/export capabilities
  • Work with hundreds of examples demonstrating countless facets of PHP and MySQL integration
Who This Book Is For

Anyone who wants to get started using PHP to write dynamic web applications.

Learn PHP 8: Using Mysql, Javascript, Css3, and Html5

Автор: Prettyman Steve
Название: Learn PHP 8: Using Mysql, Javascript, Css3, and Html5
ISBN: 1484262395 ISBN-13(EAN): 9781484262399
Издательство: Springer
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Write solid, secure, object-oriented code in the new PHP 8. In this book you will create a complete three-tier application using a natural process of building and testing modules within each tier. This practical approach teaches you about app development and introduces PHP features when they are actually needed rather than providing you with abstract theory and contrived examples.

In Learn PHP 8, programming examples take advantage of the newest PHP features; you'll follow a learn-by-doing approach, which provides you with complete coding examples. "Do It" exercises in each chapter provide the opportunity to make adjustments to the example code. The end-of-chapter programming exercises allow you to develop your own applications using the algorithms demonstrated in the chapter.

Each tier is logically and physically separated using object-oriented and dependency injection techniques, thus allowing independent tiers that can be updated with little or no effect on the other tiers. In addition to teaching good programming practices through OOP, there is a strong emphasis on creating secure code. As each chapter is completed, you'll have the opportunity to design and create an application reinforcing the concepts learned.

What You Will LearnProgram PHP 8 web applicationsUse interfaces, containers, and platformsApply modular programming Manage data objects and use MySQL and other databases Work with multi-functional and secure user interfaces Handle logging exceptions and more Who This Book Is For Those new to web development, specifically PHP programming. Also, this book can be useful to those who have some PHP/web development experience who are new to PHP 8.


PHP Tutorials: Programming with PHP and MySQL: Learn PHP 7 / 8 with MySQL databases for web Programming

Автор: Gibbs Paul
Название: PHP Tutorials: Programming with PHP and MySQL: Learn PHP 7 / 8 with MySQL databases for web Programming
ISBN: 0992869757 ISBN-13(EAN): 9780992869755
Издательство: Неизвестно
Цена: 29430.00 T
Наличие на складе: Нет в наличии.
Описание:
Revised and Updated Dec 2020 Edition 5

Written from a series of college lectures on PHP and MySQL this book is a practical look at programming. It starts with an introduction to PHP and then goes on to MySQL and how to use SQL with the PHP language.

It provides an introduction to web programming, how to display data from a database and update data to a database. It explains issues that you encounter in real world situations and provides the basic code from which you can then use for further development.

Many of the chapters consists of a series of examples and tasks which are intended to illustrate each point and concentrate on simplified code so that you can see how to use it. All code is available for download from the web site to make it easier for you.

PHP and MySQL are a terrific open source combination to create dynamic database driven web sites which are being used in many web applications such as WordPress, Joomla and Drupal. This is where it's at - don't be left behind - it is not as difficult as you think.

* Introduction - Basic PHP concepts.
* Variables - Variables, programming techniques and so on.
* Forms and PHP - Posting data between forms.
* Arrays - loops and array structures.
* Basic PHP structures - using include files.
* Functions - writing and using your own functions.
* Posting Forms - how forms work.
* Email Forms - an email form.
* JavaScript - posting forms with JavaScript.
* SQL and MySQL - Querying database tables using SQL.
* An Example table - some example data.
* Database Access - how to connect to a database.
* Using PHP and MySQL - an example form.
* Further PHP and MySQL - More PHP and MySQL.
* Error handling and debugging - Simple methods to find errors.
* Cookies and Sessions - When and where to use them.
* Modifying Records - editing and updating databases with PHP and SQL.
* Classes - An introduction to object orientated programming.
* File Handling - Reading and writing to text files.
* Regular Expressions and Validation - Some validation methods.
* PDO Class - an example of a class for PDO.
* PHP Cart - a full working shopping cart example.
* PHP security - Some methods to overcome this issue.
* jQuery, Ajax and Bootstrap.
* htaccess and php.ini - how to use them.
* WordPress Plugins - an introduction to creating a WordPress Plugin.
* Appendix - XAMPP server and MySQL Management.

Note that you do not have to have a Kindle to read the eBook. You can download and read it on a desktop computer, tablet or any other device that has a compatible Kindle software reader.

New in this edition

As time has moved on and the technology has changed and improved, it is important to keep up to date with the latest methods in PHP, MySQL, front-end development with JQuery and associated methods. In this new edition, I have added new examples, expanded code explanations and updated material. In particular:

* The removal of code and descriptions only relevant to PHP versions earlier than PHP 7.
* Expansion of code examples.
* More explanation of code as used for connecting to databases using PDO and mysqli.
* Further details in data validation.
* Best coding principles and practices.
* Plus many other changes

How to Learn PHP, MySQL and Javascript Quickly (For Dummies)!

Автор: Besedin Andrei
Название: How to Learn PHP, MySQL and Javascript Quickly (For Dummies)!
ISBN: 1948433389 ISBN-13(EAN): 9781948433389
Издательство: Неизвестно
Рейтинг:
Цена: 9190.00 T
Наличие на складе: Невозможна поставка.

PHP and MySQL Web Development: A Beginner`s Guide

Автор: Matthews Marty
Название: PHP and MySQL Web Development: A Beginner`s Guide
ISBN: 0071837302 ISBN-13(EAN): 9780071837309
Издательство: McGraw-Hill
Рейтинг:
Цена: 54900.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Filled with hands-on projects, this step-by-step tutorial shows how to use PHP and MySQL to power websites with dynamic content.

Beginning Jakarta Ee Web Development: Using Jsp, Jsf, Mysql, and Apache Tomcat for Building Java Web Applications

Автор: Manelli Luciano, Zambon Giulio
Название: Beginning Jakarta Ee Web Development: Using Jsp, Jsf, Mysql, and Apache Tomcat for Building Java Web Applications
ISBN: 1484258657 ISBN-13(EAN): 9781484258651
Издательство: Springer
Рейтинг:
Цена: 51230.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Start building Java-based web applications now, even if you're a complete newcomer to Java. Comprehensive and example-driven, this book is all you need to develop dynamic Java-based web applications using JSP, connect to databases with JSF, and put them into action using the popular open source Java web server, Apache Tomcat.

Beginning Jakarta EE Web Development is a comprehensive introduction to building Java-based web applications using JSP, JSF, MySQL, and the Apache Tomcat web application server. Other APIs including JSON, JSTL, and XML parser are covered along the way.

Key concepts are made easy to grasp with numerous working examples and a walk-through of the development of a complete ecommerce project. This book is written for professionals by practicing Java web application professionals and experts.

What You Will Learn

  • Build Java-based web applications using JSP and JSF with Eclipse Jakarta EE
  • Configure your database with MySQL
  • Define XML documents for your applications
  • Use the Apache MyFaces APIs to create JSF applications
  • Integrate and implement JSF and JSP together
  • Build an online ecommerce web application

Who This Book Is For

Programmers new to programming in Java and programming in general.


Web Programming with HTML, CSS, Bootstrap, JavaScript, jQuery, PHP, and MySQL Second Edition

Автор: Sanchez Larry
Название: Web Programming with HTML, CSS, Bootstrap, JavaScript, jQuery, PHP, and MySQL Second Edition
ISBN: 1089565771 ISBN-13(EAN): 9781089565772
Издательство: Неизвестно
Цена: 103450.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.

Programming Web Services with Perl

Название: Programming Web Services with Perl
ISBN: 0596002068 ISBN-13(EAN): 9780596002060
Издательство: Wiley
Рейтинг:
Цена: 42230.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The book concentrates on what is useful and practical. It introduces the major Web services standards, such as XML-RPC, SOAP, WSDL, and UDDI, and shows how to implement Perl servers and clients using these standards.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия