Cuentos y Libros (Mil y una noche)

Libros en formato EBOOK, PDF y EPUB.

Hemos encontrado un total de 20 libros para tu cadena de busqueda....Descargalos y disfruta!!!

PHP 7 - Sitios Dinámicos

Autor: Claudio Peña Millahual

Número de Páginas: 305

Este libro ofrece al lector los conceptos básicos para que pueda dar sus primeros pasos en la programación con el lenguaje PHP 7. De manera didáctica y paso a paso, se explica todo lo que necesita saber para: instalar y configurar, por primera vez, el entorno de programación, entender la sintaxis del lenguaje y escribir sus primeras líneas de código.

Mastering Modern Linux

Autor: Paul S. Wang

Número de Páginas: 259

Praise for the First Edition: "This outstanding book ... gives the reader robust concepts and implementable knowledge of this environment. Graphical user interface (GUI)-based users and developers do not get short shrift, despite the command-line interface’s (CLI) full-power treatment. ... Every programmer should read the introduction’s Unix/Linux philosophy section. ... This authoritative and exceptionally well-constructed book has my highest recommendation. It will repay careful and recursive study." --Computing Reviews, August 2011 Mastering Modern Linux, Second Edition retains much of the good material from the previous edition, with extensive updates and new topics added. The book provides a comprehensive and up-to-date guide to Linux concepts, usage, and programming. The text helps the reader master Linux with a well-selected set of topics, and encourages hands-on practice. The first part of the textbook covers interactive use of Linux via the Graphical User Interface (GUI) and the Command-Line Interface (CLI), including comprehensive treatment of the Gnome desktop and the Bash Shell. Using different apps, commands and filters, building pipelines, and matching patterns...

PHP and MySQL

Autor: Rheinwerk Publishing, Inc , Christian Wenz , Tobias Hauser

Número de Páginas: 1009

Master the core principles of PHP and MySQL to build dynamic web applications. Learn how to effectively manage databases and create secure web forms that interact with server-side technologies. Key Features Step-by-step guide to mastering PHP and MySQL development. Practical examples that enhance real-world web development skills. Emphasis on security practices and database management. Book DescriptionPHP and MySQL is an essential guide for both beginner and intermediate developers looking to master web development using PHP and MySQL. The book starts with the basics, including installation, syntax, and testing, providing a solid foundation for those new to programming. It then moves on to cover core PHP concepts such as functions, arrays, strings, and object-oriented programming, giving readers a comprehensive understanding of the language. As you progress through the chapters, the book dives deeper into more advanced topics, including working with databases using MySQL, PDO, and other database systems like PostgreSQL, Oracle, and MongoDB. It also explores web technologies such as JavaScript, XML, and APIs, empowering readers to create dynamic, data-driven applications. In the...

El nuevo PHP. Conceptos avanzados.

Autor: Vicente Javier Eslava Muñoz

Número de Páginas: 208

Más de 250 millones de sitios web se han realizado en PHP, entre ellos algunos tan famosos como: Facebook.com, Yahoo INC, Wikipedia.org, Friendster.com, Digg.com, Sourceforge.org, Flickr.com, Meneame.net, etc. Y no únicamente lo utilizan las grandes webs sino que también es utilizado por CMS cómo WordPress y Drupal. Mediante PHP se puede incluso crear aplicaciones móviles para iOS, Android, Windows Phone y BlackBerry. Aprende y practica los conceptos más avanzados de uno de los lenguajes de programación más importantes: acceso a bases de datos, phpMyAdmin, gestión de ficheros, creación de imágenes y gráficos, ficheros PDF, XML, servicios web, gestión de emails, Modelo Vista-Controlador, frameworks actuales, seguridad, gestión de errores, optimización, librerías externas, etc. La presente obra está dirigida a estudiantes de todas las edades y a todas aquellas personas que tengan una inquietud por dominar las nuevas tecnologías. ¡PHP es el lenguaje del presente y del futuro!

Programming PHP

Autor: Kevin Tatroe , Peter Macintyre

Número de Páginas: 579

Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms. If you have a working knowledge of HTML, authors Kevin Tatroe and Peter MacIntyre provide many style tips and practical programming advice in a clear and concise manner to help you become a top-notch PHP programmer. Understand what’s possible when you use PHP programs Learn language fundamentals, including data types, variables, operators, and flow control statements Explore functions, strings, arrays, and objects Apply common web application techniques, such as form processing, data validation, session tracking, and cookies Interact with relational databases like MySQL or NoSQL databases such as MongoDB Generate dynamic images, create PDF files, and parse XML files Learn secure scripts, error handling, performance tuning, and other advanced topics Get a quick reference to PHP core functions and standard...

PHP Development Unveiled: A Comprehensive Guide to Mastery and Excellence

Autor: Adam Jones

Número de Páginas: 158

Elevate your PHP expertise and redefine your web development capabilities with "PHP Development Unveiled: A Comprehensive Guide to Mastery and Excellence." This essential resource is tailored for developers at every stage, from novices to seasoned professionals, offering an in-depth exploration of PHP's full potential for creating outstanding web applications. Begin your journey with foundational topics covering installation, basic syntax, variables, data types, and operators. Transition seamlessly into advanced subjects, mastering control structures, loops, functions, and the intricacies of object-oriented programming. The book delves beyond basics, guiding you through critical areas such as database integration with MySQL, fortifying your PHP applications against prevalent security threats, and using PHP alongside AJAX to develop dynamic, interactive web content without needing page reloads. Each chapter is packed with practical examples, real-world scenarios, and best practices, ensuring immediate application of concepts. Whether your goal is to build sophisticated data-driven websites, enhance the security of your web applications, or optimize performance, "PHP Development...

Plug-In PHP: 100 Power Solutions

Autor: Robin Nixon

Número de Páginas: 383

100 power solutions to real-world problems This practical guide gives you 100 ready-to-run PHP functions for solving most of the main problems you encounter when building a dynamic website with PHP. Every plug-in in the book offers a complete and working solution for a result you can achieve right away, using ready-made code you simply drop into your own program. And there’s little or no learning curve, because each one is self-contained and thoroughly documented. Plug-in PHP is packed with programming tips and suggestions for further adapting the functions to your own needs, and even breaks down all the variables, arrays and functions used by each into at-a-glance tables, accompanied by a screen grab of every function in action. This makes the book extremely easy to use, even for complete beginners to PHP programming. A plug-in for every need No matter what cookbook-style solutions you’re looking for, you’ll find the perfect functions in this book, and you can have them up and running in just a couple of minutes. For example, here’s the complete list of plug-ins which, while comprehensive, simply doesn't do justice to the depth and breadth of help, information, and...

Beginning PHP 5.3

Autor: Matt Doyle

Número de Páginas: 840

This book is intended for anyone starting out with PHP programming. If you’ve previously worked in another programming language such as Java, C#, or Perl, you’ll probably pick up the concepts in the earlier chapters quickly; however, the book assumes no prior experience of programming or of building Web applications. That said, because PHP is primarily a Web technology, it will help if you have at least some knowledge of other Web technologies, particularly HTML and CSS. Many Web applications make use of a database to store data, and this book contains three chapters on working with MySQL databases. Once again, if you’re already familiar with databases in general — and MySQL in particular — you’ll be able to fly through these chapters. However, even if you’ve never touched a database before in your life, you should still be able to pick up a working knowledge by reading through these chapters.

The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP

Autor: David Powers

Número de Páginas: 756

With over 3 million users worldwide, Adobe's Dreamweaver is the most popular web development software in the world, and it just took another step forward with CS3, the new version released in 2007. Having come a long way from its humble beginnings as a simple web design tool, CS3 allows you to rapidly put together standards-compliant web sites and dynamic web sites with server-side languages and Ajax, and much more. To complement this great new application, David Powers has written the ultimate guide to it. The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP teaches you everything you need to know about the application, from setting up your development environment environment to publishing your sites and applications on the web, and everything in between. Takes you through your development environment set up Covers everything you need to create both standards compliant web sutes, and dynamic web applications Teaches several real world techniques using a series of step by step tutorials

Creating Interactive Websites with PHP and Web Services

Autor: Eric Rosebrock

Número de Páginas: 442

A comprehensive guide to PHP for building dynamic Web applications and databases, this volume is written for professionals who already maintain a site but are in search of fresh ideas and new approaches to Web hosting with PHP.

PHP 4 Bible

Autor: Tim Converse , Joyce Park

Número de Páginas: 732

The PHP 4 Bible is a comprehensive tutorial and reference to PHP. The Bible provides a clear, coherent description of PHP and how to use it whether you are a web developer, someone with ASP experience, or a C programmer. The book covers why users need PHP, how to get started, how to add PHP to HTML, and how to connect HTML web pages to databases. The authors take advantage of their own extensive experience using PHP to provides case studies of how and where to use PHP, along with advanced topics such as HTTP, cookies, redirection, building graphics, and sessions. Why you need this book: * Comprehensive tutorial for PHP4: covers all the basics of PHP 4, and how to use PHP to connect HTML- and XML-based web pages to databases. * Essential reference for programmers: provides extensive PHP case studies, and appendices that get you up and running quickly if you have a experience with JavaScript, ASP, Perl and C/C++ * Covers the key features and improvements in PHP 4 * Advance topics include: building graphics, classes and objects, sessions, cookies, and real-life case studies * Expert authors: Tim Converse is a programmer with experience in web developer and who instructs at the...

Plug-In JavaScript 100 Power Solutions

Autor: Robin Nixon

Número de Páginas: 433

100 JavaScript power solutions in one handy guide This practical resource contains 100 ready-to-run JavaScript plug-ins you can use to create dynamic Web content. The book begins by explaining JavaScript, Cascading Style Sheets (CSS), and the Document Object Model (DOM). Then, each chapter in Plug-In JavaScript offers complete, working examples for specific end results you can achieve right away. Using these plug-ins, you'll be able to build JavaScript projects quicker and easier than ever, as many complex tasks are reduced to a single function call. Get ready-made JavaScript plug-ins for: Resizing and repositioning objects Fading between objects Movement and animation Chaining and interaction Menus and navigation Text effects Audio and visual effects Cookies, Ajax, and security Forms and validation And much more Download all of the plug-ins at the book's companion website.

Building a Server with FreeBSD 7

Autor: Bryan J. Hong

Número de Páginas: 292

A guide to using FreeBSD 7 to build servers covers such topics as installation and booting, kernels, system security, disks and file systems, Web services, upgrading, software management, and system performance and monitoring.

Essential PHP for Web Professionals

Autor: Christopher Cosentino

Número de Páginas: 196

"This compact, example-rich guide teaches Web developers exactly what they need to know to achieve great results with PHP3 and PHP4, the world's fastest growing Web scripting language. Endorsed by The World Organization of Webmasters, Essential PHP for Web Professionals offers coverage built around real-world code examples available from a companion Web site. From PHP installation through sophisticated site automation, this book delivers practical answers, usable code, and real solutions."--BOOK JACKET.Title Summary field provided by Blackwell North America, Inc. All Rights Reserved

PHP Bible

Autor: Tim Converse , Joyce Park

Número de Páginas: 1036

* Covers why users need PHP, how to get started, how to add PHP to HTML, and how to connect HTML Web pages to MySQL or Oracle databases. * Authors have extensive experience using PHP and provide case studies of how and where to use PHP. * Covers advanced topics, such as HTTP, cookies, Web services, redirection, building graphics, and sessions.

PHP: The Complete Reference

Autor: Steven Holzner

Número de Páginas: 609

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Your One-Stop Guide to Web Development with PHP--Covers PHP 5.2 Build dynamic, cross-browser Web applications with PHP--the server-side programming language that's taken the Internet by storm. Through detailed explanations and downloadable code examples, this comprehensive guide shows you, step-by-step, how to configure PHP, create PHP-enabled Web pages, and put every advanced development tool to work. PHP: The Complete Reference explains how to personalize the PHP work space, define operators and variables, manipulate strings and arrays, deploy HTML forms and buttons, and process user input. You'll learn how to access database information, track client-side preferences using cookies, execute FTP and e-mail transactions, and publish your applications to the Web. You'll also get in-depth coverage of PHP's next-generation Web 2.0 design features, including AJAX, XML, and RSS. Install PHP and set up a customized development environment Work with variables, operators, loops, strings, arrays, and...

Server-Side Flash

Autor: William B. Sanders , Mark Winstanley

Número de Páginas: 510

Server-Side Flash: Scripts, Databases, and Dynamic Development fills an important gap in the Flash book market. With the emergence of e-commerce, no Web site is complete without a back end because the back end is the virtual sales connection. Likewise, complex games are dependent on access to huge sets of data that can be sent in small packages, but getting them in and out of Flash requires knowing how the data can be generated in Flash, how it can be sent out to the servers and how it gets information back from the servers and integrates it into the ongoing game. While every book on Flash recognizes this new capacity to some extent, none of them have really showed developers how to get the data into and out of Flash and use it effectively. Server-Side Flash gives developers the tools to fully utilize Flash's capacity to communicate with the server side of the Web. PHP/MySQL have over half a million users, ASP has at least as many, and just about every professional Web page now contains at least some JavaScript. Find out how Flash communicates with these other languages and servers with coverage of the use of Macromedia's powerful database Flash product, Generator, and put its use ...

Web Programming

Autor: Chris Bates

Número de Páginas: 684

This text teaches the essentials of working with the most important web technologies. From client development using HTML and Javascript, through to full server side applications written in ASP and Perl.

PHP Developer's Dictionary

Autor: R. Allen Wyke , Michael Jon Walker , Robert Cox

Número de Páginas: 724

Well-organized and comprehensive, "PHP Developer's Dictionary" provides a complete syntax reference for core PHP and module functions, while providing a complete collection of compilation, installation and configuration options. It is an indispensable reference for any PHP programmer or administrator overseeing a PHP installation.

PHP for the World Wide Web

Autor: Larry Edward Ullman

Número de Páginas: 476

This visual, task-based guide seeks to get users running with the basics of PHP. Topics covered include basic syntax, testing scripts, working with variables and creating Web applications. Sample scripts and projects are used throughout.

Ultimos libros en descarga

Libros reeditados