Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262755 descargas y
1106 contribuyentes !

Se han encontrado 45 Coincidencias

Symfony 3 The Cookbook

symfony 3


46 Visitas | 75 Descargas | 2015-12-16 18:38:00 | javierd

Symfony is a set of PHP Components, a Web Application framework, a Philosophy, and a Community — all working together in harmony. Proyecto de symfony 3 instalado aquí https://nube.uclv.cu/public.php?service=files&t=3239a46387122fe60a361dbea891c867

Bootstrap for Rails

Bootstrap for Rails


54 Visitas | 44 Descargas | 2016-09-30 14:44:44 | pecarrazana

Howdy! So, you want to learn Bootstrap and its awesomeness and implement it in a Rails project? I think you made the right choice by selecting this book. Web designing is not everyone’s cup of tea. I have seen many experienced web developers who are extremely poor at web designing. They have the ability to make the most powerful applications, but lack the skills to create a decent looking website. On the other hand, there’s a sudden rise in the popularity of CSS and JavaScript frontend frameworks. These frameworks let the users create popular CSS and JavaScript components, such as drop-down menus, responsive menus, a proper grid system to structure websites, and so on easily without having any knowledge about CSS and JavaScript coding. Bootstrap, being one of the pioneers in the book, provides many prestyled CSS components that come ready to be used. You simply need to know the appropriate HTML files to use these frontend frameworks. This book will help you understand what Bootstrap is, and how it can be used in a Rails environment. It will guide you through various CSS and JavaScript components of Bootstrap via many practical examples. If you are a Sass developer, this book will help you identify various Sass variables to customize Bootstrap. I hope you have fun reading this book!

Laravel

Fundamentos sobre el Framework de PHP Laravel


87 Visitas | 124 Descargas | 2018-02-19 21:48:25 | damdiaz

Tutorial sobre el framework de PHP laravel. Muy buen libro para aprender a usar este framework desde cero.

Practical PHP 7,MySQL 8, and MariaDB Website Databases

A Simplified Approach to Developing Database-Driven Websites


38 Visitas | 44 Descargas | 2018-12-11 15:18:31 | ylvb

The code and instructions in the first edition of this book (written in 2012) were made obsolete by new and very different versions of XAMPP, EasyPHP, phpMyAdmin, PHP, and MySQL/MariaDB. This second edition contains new code and instructions to match the latest versions of the software.With the massive increase in cybercrime and other cyber threats, this new edition has been fortified with a much stronger emphasis on security. This book takes the approach of sanitizing any data that has been accepted from any outside source and, additionally, sanitizing any data before it is displayed on a web page. Most of the examples use prepared statements that ensure that any externally accepted data cannot be executed and therefore cannot cause security vulnerabilities.We have chosen Bootstrap to provide responsive web design (RWD) for each of the book’s example websites. While Bootstrap provides the CSS and JavaScript to format the examples in this book for any size device, you can easily reformat these examples with your own CSS code if you desire.This new edition also takes a brief look at Oracle’s MySQL 8. A comparison is provided of the tools available in each version. Step-by-step procedures provide you with the ability to upgrade to MySQL 8.

Two Scoops of Django

Django


46 Visitas | 36 Descargas | 2019-02-01 16:18:18 | josedaniel

Our aim in writing this book is to write down all of the unwritten tips, tricks, and common practices that we’ve learned over the years while working with Django. While writing, we’ve thought of ourselves as scribes, taking the various things that people assume are common knowledge and recording them with simple examples. Like the official Django documentation, this book covers how to do things in Django, illustrating various scenarios with code examples. Unlike the Django documentation, this book recommends particular coding styles, patterns, and library choices. While core Django developers may agree with some or many of these choices, keep in mind that many of our recommendations are just that: personal recommendations formed after years of working with Django.