Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262626 descargas y
1105 contribuyentes !

Se han encontrado 86 Coincidencias

WordPress Plugin Development Cookbook


81 Visitas | 176 Descargas | 2013-09-26 13:18:48 | jgramos

Developing plugins for WordPress is the next big thing for you if you are an administrator looking to enhance a personal site with custom functionality for which no plugin exists, a developer looking to enhance the WordPress platform with new ideas for the community, or a website designer building a specific project for a client. Learning how to create WordPress plugins will allow you to unleash the full potential of the most popular web content management system.

Beginning Perl Web Development


36 Visitas | 106 Descargas | 2013-09-26 19:22:11 | bfeliu

This is a book about Perl, the programming language. More specifically, this is a book about some aspects of Perl interacting with the Internet. The book includes coverage of CGI through the Perl CGI.pmmodule, as well as much additional information. You’ll explore such topics as how to send e-mail from a Perl program through Net::SMTP, how to use Net::DNS, and even how to use Net::Ping. You’ll learn how to build a templated web site two different ways, one with the help of HTML::Masonand the other with the Template Toolkit. You’ll learn how to consume SOAP web services, how to read and write RSS, and how to work with XML, all through Perl.

Drupal for Dummies


58 Visitas | 161 Descargas | 2013-09-26 19:27:56 | bfeliu

This book talks about building a Web site from scratch using Drupal in everyday language. It doesn’t assume you know how to create Web pages. You don’t need to know code, either; in fact, you can create your site without a single line of computer code. The language is friendly; you don’t need a graduate education to get through it. The goal is to show you how to build your own site with the features you want, without coding, without deciphering technical jargon, and without pulling a single hair from your head in frustration.

jQuery Game Development Essentials

IT eBooks


127 Visitas | 229 Descargas | 2013-09-27 15:12:41 | moliver

jQuery is a leading multi-browser JavaScript library that developers across the world utilize on a daily basis to help simplify client-side scripting. Using the friendly and powerful jQuery to create games based on DOM manipulations and CSS transforms allows you to target a vast array of browsers and devices without having to worry about individual peculiarities. jQuery Game Development Essentials will teach you how to use the environment, language, and framework that you're familiar with in an entirely new way so that you can create beautiful and addictive games. With concrete examples and detailed technical explanations you will learn how to apply game development techniques in a highly practical context.

The Definitive Guide to Django

Programación Web


86 Visitas | 133 Descargas | 2013-09-27 19:38:04 | eancedeg

Esto es una guía más para entender la filosofía de Django, que aporta nuevas ideas y trae trucos adicionales aportados por los desarrolladores del proyecto oficial de Django.

Expert Spring MVC and Web flows

Spring framework


94 Visitas | 167 Descargas | 2013-09-30 14:14:39 | javierd

The Spring Framework has pumped new life into Java development. In the period immediately following the dot com bubble burst, Java applications were facing an uncertain future. The initial promises of J2EE had been thoroughly debunked, .NET was poised to offer a strong alternative, and the industry was generally sobering. Companies began to expect more application for less money and effort, and it wasn’t certain that the J2EE platform would be able to deliver.

Django 1.0 Web Site Development

Desarrollo de aplicaciones Web con Django


78 Visitas | 126 Descargas | 2013-10-01 15:24:32 | eancedeg

Django is a high-level Python web application framework designed to support the development of dynamic web sites, web applications, and web services. It is designed to promote rapid development and clean, pragmatic design. Therefore, it lets you build high-performing and elegant web applications quickly. In this book you will learn about employing this MVC web framework, which is written in Python—a powerful and popular programming language. The book emphasizes utilizing Django and Python to create a Web 2.0 bookmark-sharing application, with many common features found in the Web 2.0 sites these days. The book follows a tutorial style to introduce concepts and explain solutions to problems. It is not meant to be a reference manual for Python or Django. Django will be explained as we build features throughout the chapters, until we realize our goal of having a working Web 2.0 application for storing and sharing bookmarks.

Head-First Html with Css and Xhtml


106 Visitas | 359 Descargas | 2013-10-03 13:21:02 | efirvida

All of the code that you write during the course of going through this book is standards compliant. This is really important to us, and we would (adamantly) argue that understanding how to think in and write standards compliant XHTML (XHTML 1.0 Strict) & CSS (CSS 2.1) is one of the hallmarks of a talented web designer. There will be no tables for layout, no style information in your markup, and all those tags will be properly closed.

Head-First Mobile Web


91 Visitas | 238 Descargas | 2013-10-03 16:33:22 | efirvida

Your business needs a mobile strategy, but where do you start? Head First Mobile Web shows how to use the web tech- nology you’re already familiar with to make sites and apps that work on any device of any size.

CSS Web Design for Dummies


99 Visitas | 175 Descargas | 2013-10-03 16:36:57 | efirvida

Welcome to the world of Cascading Style Sheets (CSS). With CSS, you can design gorgeous and highly effective Web sites. CSS offers power and flexibility to Web site developers and designers. This book shows you how to use CSS to make your Web pages come alive. Marketing experts like to say that the box helps sell the jewelry. CSS does several useful things, but one of the most important is to help you design much more attractive packages to hold your Web page contents.

HTML5 and CSS3


216 Visitas | 387 Descargas | 2013-10-03 19:51:52 | efirvida

HTML5 and CSS3 help lay the groundwork for the next generation of web applications. They let us build sites that are simpler to develop, easier to maintain, and more user-friendly. HTML5 has new elements for defining site structure and embedding content, which means we don’t have to resort to extra markup or plug-ins. CSS3 provides advanced selectors, graphical enhancements, and better font support that makes our sites more visually appealing without using font image replacement techniques, complex JavaScript, or graphics tools. Improved accessibility support will improve Ajax applications for people with disabilities, and offline support lets us start building working applications that don’t need an Internet connection.

Learning Ext Js


88 Visitas | 142 Descargas | 2013-10-03 20:59:00 | efirvida

Ext JS was developed by a unified team of programmers working toward a single goal—to provide a consistent core user interface and interaction library. Because of this, the code used for different functionalities and widgets is more coherent than in some other JavaScript libraries. Ext JS really shines in making web applications easyto- use and intuitive. If you are a web application developer, it's a great library to have in your arsenal.

Expert PHP and MySQL

Application Design and Development


134 Visitas | 282 Descargas | 2013-10-17 03:15:58 | cbustillo

Expert PHP and MySQL takes you beyond learning syntax to showing you how to apply proven software development methods to building commerce-grade PHP and MySQL projects that will stand the test of time and reliably deliver on customer needs. Developers of real-world applications face numerous problems that seem trivial on the surface, but really do take some skill to get right. Error handling is about more than just the mechanics in the PHP syntax, but also about handling MySQL errors, logging those errors, and about hiding information about application internals that error messages sometimes can expose

Introduccion a CSS

css


96 Visitas | 223 Descargas | 2013-10-17 15:02:37 | javierd

CSS es un lenguaje de hojas de estilos creado para controlar el aspecto o presentación de los documentos electrónicos definidos con HTML y XHTML. CSS es la mejor forma de separar los contenidos y su presentación y es imprescindible para crear páginas web complejas.

CSS avanzado

css


111 Visitas | 254 Descargas | 2013-10-17 15:09:32 | javierd

El estándar CSS 2.1 incluye más de 100 propiedades de todo tipo para diseñar el aspecto de las páginas HTML. No obstante, los diseños web más actuales muestran recursos gráficos que no se pueden realizar con CSS, como sombras, transparencias, esquinas redondeadas y tipografía avanzada. Por ese motivo, es preciso que los diseñadores web profesionales conozcan las técnicas imprescindibles para crear diseños web avanzados.

Introducción a XHTML


80 Visitas | 137 Descargas | 2013-10-31 16:29:43 | jgramos

Definiéndolo de forma sencilla, "HTML es lo que se utiliza para crear todas las páginas web deInternet". Más concretamente, HTML es el lenguaje con el que se "escriben" la mayoría de páginas web. Los diseñadores utilizan el lenguaje HTML para crear sus páginas web, los programas que utilizan los diseñadores generan páginas escritas en HTML y los navegadores que utilizamos los usuarios muestran las páginas web después de leer su contenido HTML.

XMPP the definitive guide

xmpp


58 Visitas | 113 Descargas | 2013-10-31 19:09:19 | javierd

This practical book provides everything you need to know about the Extensible Messaging and Presence Protocol (XMPP) -- the open technology for real-time communication used in instant messaging, Voice over IP, real-time collaboration, social networking, microblogging, lightweight middleware, cloud computing, and more. XMPP: The Definitive Guide walks you through the thought processes and design decisions involved in building a complete XMPP-enabled application, and adding real-time interfaces to existing applications.

JavaScript Step by Step, Third Edition

Programming


180 Visitas | 361 Descargas | 2013-11-28 01:46:43 | cbustillo

Expand your expertise - and teach yourself the fundamentals of JavaScript. If you have previous programming experience but are new to JavaScript, this tutorial delivers the step-by-step guidance and coding exercises you need to master core topics and techniques. Discover how to: Work with JavaScript syntax, variables, and data types; Master techniques for building cross-browser programs; Speed up and simplify app development with jQuery; Quickly retrieve data from a server using AJAX requests; Adapt your app for mobile devices with jQuery Mobile; Build Windows 8 apps using HTML, CSS, and JavaScript.

Drupal 7 Theming Cookbook

Drupal


60 Visitas | 120 Descargas | 2013-12-10 01:19:58 | cbustillo

The greatest strength of Drupal lies in its design which, when employed correctly, allows developers to literally handcraft every aspect of a site, so that it looks and performs exactly how they want it to. While it is reasonably straightforward to download a Drupal theme and install it, doing anything beyond that is not. Using custom themes requires familiarity and experience with Drupal's theming system, especially if you want to easily administer and maintain your themes. Drupal 7 Theming Cookbook provides a plethora of recipes that enable Drupal template designers to make full use of its extensibility and style their site just the way they want it. It is a well-rounded guide which will allow users to take full advantage of Drupal's theming system.

Learning jQuery Deferreds

Programming


58 Visitas | 92 Descargas | 2014-01-30 05:04:54 | cbustillo

Orchestrating asynchronous function calls in JavaScript often leads to callback hell, but there is a reliable way to avoid this painful state of affairs. With this concise and simple guide, you'll learn how to use jQuery deferreds and promises, an elegant approach for managing asynchronous calls in both client and server applications. This book contains 18 examples that use deferreds to solve progressively challenging real-world programming problems, along with 75 stimulating puzzles (and their solutions) that will help you understand how and when to use deferreds. You'll learn new tricks in a fun way, and become immersed in the practice of event-based programming.