Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262722 descargas y
1106 contribuyentes !

Se han encontrado 22 Coincidencias

Head-First jQuery


251 Visitas | 3581 Descargas | 2013-09-17 04:48:03 | rmillo

Want to add more interactivity and polish to your websites? Discover how jQuery can help you build complex scripting functionality in just a few lines of code. With Head First jQuery, you'll quickly get up to speed on this amazing JavaScript library by learning how to navigate HTML documents while handling events, effects, callbacks, and animations. By the time you've completed the book, you'll be incorporating Ajax apps, working seamlessly with HTML and CSS, and building your own plug-ins. If you want to learn-and understand-how to create interactive web pages, unobtrusive script, and cool animations that don't kill your browser, this book is for you. * Use jQuery with DOM to overcome the limitations of HTML and CSS * Learn how jQuery selectors and actions work together * Write functions and wire them to interface elements * Use jQuery effects to create actions on the page * Make your pages come alive with animation * Learn how use jQuery with the new HTML5 elements * Build interactive web pages with jQuery and Ajax * Create plug-ins to handle reusable functions * Build forms and reports in web applications

jQuery UI 1.7 The User Interface Library for jQuery


107 Visitas | 295 Descargas | 2013-09-23 15:11:46 | jgramos

Modern web application user interface design requires rapid development and proven results. jQuery UI, a trusted suite of official plugins for the jQuery JavaScript library, gives you a solid platform on which to build rich and engaging interfaces with maximum compatibility, stability, and a minimum of time and effort. jQuery UI has a series of ready-made, great looking user interface widgets, and a comprehensive set of core interaction helpers designed to be implemented in a consistent and developer-friendly way. With all this, the amount of code that you need to write personally to take a project from conception to completion is drastically reduced. Specially revised for version 1.7 of jQuery, this book has been written to maximize your experience with the library by breaking down each component and walking you through examples that progressively build upon your knowledge, taking you from beginner to advanced usage in a series of easy-to-follow steps.

jQuery Cookbook


104 Visitas | 243 Descargas | 2013-09-23 15:13:59 | jgramos

The jQuery library has taken the frontend development world by storm. Its dead-simple syntax makes once-complicated tasks downright trivial—enjoyable, even. Many a developer has been quickly seduced by its elegance and clarity. If you’ve started using the library, you’re already adding rich, interactive experiences to your projects. Getting started is easy, but as is the case with many of the tools we use to develop websites, it can take months or even years to fully appreciate the breadth and depth of the jQuery library. The library is chock-full of features you might never have known to wish for. Once you know about them, they can dramatically change how you approach the problems you’re called upon to solve. The goal of this cookbook is to expose you, dear reader, to the patterns and practices of some of the leading frontend developers who use jQuery in their everyday projects. Over the course of 18 chapters, they’ll guide you through solutions to problems that range from straightforward to complex. Whether you’re a jQuery newcomer or a grizzled JavaScript veteran, you’re likely to gain new insight into harnessing the full power of jQuery to create compelling, robust, high-performance user interfaces.

jQuery UI


100 Visitas | 198 Descargas | 2013-09-23 16:23:38 | jgramos

jQuery is a popular JavaScript library that is extensible using plug-ins. Some plug-ins,specifically those for managing the user interface, have been collected together in thejQuery UI library. These plug-ins help facilitate interaction with the user, and these interactions are simpler to manage if you use jQuery only.

Pro JavaScript Design Patterns


124 Visitas | 223 Descargas | 2013-09-24 13:23:10 | dpr

JavaScript is at a turning point. The language and those who program with it have matured. People are starting to realize that it is a complex subject, worthy of further study. Design patterns have been used in programming for years. They were first formally documented in Design Patterns by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides (affectionately known as the Gang of Four) and have been applied to countless object-oriented languages. Part of the appeal of design patterns is that they can be used uniformly over many different languages and syntaxes. The basic structure stays the same; only the details change. It is fairly easy, for instance, to take a pattern implemented in Java and convert it to C++.

Secrets of the JavaScript Ninja

JavaScript Ninja


83 Visitas | 167 Descargas | 2013-09-24 13:29:55 | dpr

If you are reading this book, you know that there is nothing simple about creating effective and cross-browser JavaScript code. In addition to the normal challenges of writing clean code, we have the added complexity of dealing with obtuse browser differences and complexities. To deal with these challenges, JavaScript developers frequently capture sets of common and reusable functionality in the form of JavaScript libraries. These libraries vary widely in approach, content and complexity, but one constant remains: they need to be easy to use, incur the least amount of overhead, and be able to work across all browsers that we wish to target.

Head-First Mobile Web


92 Visitas | 239 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.

Learning Ext Js


90 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.

JavaScript Testing with Jasmine

Behavior-Driven Development


51 Visitas | 110 Descargas | 2013-10-25 15:20:11 | dpr

All programmers want their code to work the way they intended. Jasmine, a popular testing framework for the JavaScript programming language, allows you to achieve that goal. Through coded specifications, Jasmine helps make your JavaScript work exactly how it’s supposed to. In this book, we’ll explore Jasmine in detail, from its basic concepts to its advanced features. This book aims to explain the concepts of testing and test-driven development, as well as why they’re useful. It then aims to dive into Jasmine and explain how it can help programmers test their JavaScript code. By the end of this book, I aim to give readers an understanding of Jasmine’s concepts and syntax.

Developing Backbone.js Applications

IT eBooks


60 Visitas | 130 Descargas | 2013-10-25 15:22:47 | dpr

Not so long ago, data-rich web application was an oxymoron. Today, these applications are everywhere, and you need to know how to build them.

JavaScript Step by Step, Third Edition

Programming


182 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.

Ajax in Action

Ajax


75 Visitas | 116 Descargas | 2014-03-14 13:07:35 | eancedeg

Ajax technologies themselves are all client side, the differences extend all the way down to the server. This book is mainly about client-side programming, and most of the code examples that you’ll find in here are JavaScript. The principles of Ajax decouple the client from the server beautifully, and can be used with any server-side language. We’ve therefore got a broad audience to address and have opted to present our server-side code in a mixture of languages: PHP, Java, C#, and Visual Basic .NET. More importantly, though, we’ve tried to keep the server-side code relatively simple and implementation-agnostic, so that you can port it to whatever environment you choose. Where we do use language-specific features, we explain them in enough detail for those unfamiliar with that particular environment to figure out what we’re doing.

Django Javascript Integration: AJAX and JQuery

Web Programming


128 Visitas | 200 Descargas | 2014-04-28 13:37:13 | eancedeg

In this book, we will be exploring Django JavaScript integration and build an Ajax application using jQuery. We will build a Web 2.0 intranet employee directory, and we will aim for a solution that is Pythonic in more ways than one.

Node.js a travez de Koans


99 Visitas | 135 Descargas | 2014-07-15 15:47:13 | rwpino

Con el presente proyecto se pretenden establecer unas líneas de aprendizaje de la plataforma Node a través de un recorrido interactivo por sus principales módulos, tanto propios como de terceras partes, con el que introducirse y asentar sus principios básicos de funcionamiento. A través de seis capítulos se quiere proporcionar al lector de una amplia visión de qué herramientas pone Node a su disposición y cómo debe usarlas para realizar sus propios desarrollos.

jQuery in action, second edition

jQuery


60 Visitas | 475 Descargas | 2015-03-04 15:57:09 | javierd

Do more with less. Stated plainly and simply, that is the purpose of this book: to help you learn how to do more on your web application pages with less script. Your authors, one an avid andenthusiastic user, and the other a jQuery contributor and evangelist, believe that jQuery is the best library available today to help you do just that.

AngularJS, Up and Running

AngularJS


75 Visitas | 171 Descargas | 2015-03-23 14:20:16 | javierd

If want to get started with AngularJS, either as a side project, an additional tool, or for your main work, this practical guide teaches you how to use this meta-framework step-by-step, from the basics to advanced concepts. By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS. Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model–view–controller pattern. You'll also learn how to conduct unit tests on each part of your application.

Pro AngularJs

AngularJs


97 Visitas | 187 Descargas | 2015-03-23 14:52:49 | javierd

AngularJS is the leading framework for building dynamic JavaScript applications that take advantage of the capabilities of modern browsers and devices. AngularJS, which is maintained by Google, brings the power of the MVC pattern to the client, providing the foundation for complex and rich web apps. It allows you to build applications that are smaller, faster, and with a lighter resource footprint than ever before. Best-selling author Adam Freeman explains how to get the most from AngularJS. He begins by describing the MVC pattern and the many benefits that can be gained from separating your logic and presentation code. He then shows how you can use AngularJS's features within in your projects to produce professional-quality results. Starting from the nuts-and-bolts and building up to the most advanced and sophisticated features AngularJS is carefully unwrapped, going in-depth to give you the knowledge you need.

ng-book, the complete book of angularJs

AngularJs


80 Visitas | 159 Descargas | 2015-10-12 18:59:14 | javierd

ng-book: The Complete Book on AngularJS is packed with the solutions you need to be an AngularJS ninja. AngularJS is an advanced front-end framework released by the team at Google?. It enables you to build a rich front-end experience, quickly and easily.

Learning ExtJS, 4th Edition


31 Visitas | 77 Descargas | 2015-10-27 17:32:40 | yoedusvany

Over the past few years, Ext JS has become a popular and powerful JavaScript framework for desktop application development. For an Ext JS developer, the learning curve is not very easy/fast and I have seen cases where developers learning this framework find it to be a slow process. While writing this book I was thinking about the easiest and most comprehensible points so that you can understand the basics, just as I would have liked to learn about the framework if I was in your place. This book is intended for developers who have the desire to learn and begin using this framework for their applications, and also for developers who have not started using the current version. It is written as an easy-to-follow guide that will help you understand the basics and fundamentals of the framework. If you have experience with previous versions of the framework, this book may clear many of your doubts about upgrading and how things happen in version 5.x. This book covers all of the basic information you need to know to start development with this nice and powerful framework.

Learning Single-page Web Application Development

mean stack


32 Visitas | 68 Descargas | 2015-11-13 20:37:21 | javierd

Dynamic web applications and real-time updates with no page refresh, scalable, high performance, and very rich interfaces are increasingly dominating the market for web development today with a new way to develop web content, called Single Page Web Application (SPA). This kind of development allows you to write less server-side code and more client-side code, which is sometimes focused on JavaScript, providing a better user experience with a new way to interact with the application. Products such as Gmail, Trello, and Groupon are examples of successful SPA development.