Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262616 descargas y
1105 contribuyentes !

Se han encontrado 86 Coincidencias

Head-First HTML5 Programming


369 Visitas | 621 Descargas | 2013-09-17 04:33:17 | rmillo

What can HTML5 do for you? If you're a web developer looking to use this new version of HTML, you might be wondering how much has really changed. Head First HTML5 Programming introduces the key features -- including improved text elements, audio and video tags, geolocation, and the Canvas drawing surface -- and uses concrete examples and exercises to apply and reinforce these concepts. You'll learn how HTML5, Javascript, and CSS3 will help create fast, interactive sites with fewer plugins. * Get the low-down on changes to the basic HTML markup * Explore CSS3, and discover how it compliments HTML5 * Understand JavaScript's relationship to HTML5 * Learn HTML5's new font, multicolumn, and text capabilities * Bring out your inner artist with Canvas * Use the technology to add audio and video * Take advantage of local storage and databases * Learn how HTML5 deals with geolocation, multitouch, and more We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First HTML5 Programming uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

Head-First JavaScript


248 Visitas | 484 Descargas | 2013-09-17 04:44:01 | rmillo

So you're ready to make the leap from writing HTML and CSS web pages to creating dynamic web applications. You want to take your web skills to the next level. And you're finally ready to add "programmer" to the resume. It sounds like you're ready to learn the Web's hottest programming language: JavaScript. "Head First JavaScript" is your ticket to going beyond copying and pasting the code from someone else's web site, and writing your own interactive web pages. With "Head First JavaScript", you learn: the basics of programming, from variables to types to looping; how the web browser runs your code, and how you can talk to the browser with your code; why you'll never have to worry about casting, overloading, or polymorphism when you're writing JavaScript code; and, how to use the Document Object Model to change your web pages without making your users click buttons.If you've ever read a "Head First" book, you know what to expect - a visually rich format designed for the way your brain works. "Head First JavaScript" is no exception. It starts where HTML and CSS leave off, and takes you through your first program into more complex programming concepts - like working directly with the web browser's object model and writing code that works on all modern browsers. Don't be intimidated if you've never written a line of code before! In typical "Head First" style, "Head First JavaScript" doesn't skip steps, and we're not interested in having you cut and paste code. You'll learn JavaScript, understand it, and have a blast along the way. So get ready...dynamic and exciting web pages are just pages away.

Head-First jQuery


250 Visitas | 3580 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

Head-First PHP & MySQL


247 Visitas | 422 Descargas | 2013-09-17 04:53:10 | rmillo

If you're ready to create web pages more complex than those you can build with HTML and CSS, "Head First PHP & MySQL" is the ultimate learning guide to building dynamic, database-driven websites using PHP and MySQL. Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more. "Head First PHP & MySQL" offers the same visually rich format that's turned every title in the "Head First" series into a bestseller, with plenty of exercises, quizzes, puzzles, and other interactive features to help you retain what you've learned.This title discusses how to: use PHP to transform static HTML pages into dynamic web sites; create and populate your own MySQL database tables, and work with data stored in files; perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY; use cookies and sessions to track visitors' login information and personalize the site for users; protect your data from SQL injection attacks; use regular expressions to validate information on forms; dynamically display text based on session info and create images on the fly; and, pull syndicated data from other sites using PHP and XML. Throughout the book, you'll build sophisticated examples - including a mailing list, a job board, and an online dating site - to help you learn how to harness the power of PHP and MySQL in a variety of contexts. If you're ready to build a truly dynamic website, "Head First PHP & MySQL" is the ideal way to get going.

Beginning jQuery

Beginning jQuery is your step-by-step guide to learning the jQuery library.


147 Visitas | 426 Descargas | 2013-09-17 13:56:03 | moliver

Beginning jQuery is your step-by-step guide to learning the jQuery library. jQuery is the most popular JavaScript library in the web developer’s toolkit. Jack Franklin takes you from the basics of getting you started with jQuery, right through to extending jQuery by writing your own plug-ins. You'll discover best practices you can follow, how you can avoid common mistakes, and you'll learn about so many of the things that jQuery has to offer, including how you can: Use jQuery’s powerful tools to dynamically update content on your site, including DOM manipulation. Extend jQuery’s capabilities by writing your own plugins on top of the framework. Animate elements and build your own jQuery slider. Employ best practices and avoid common errors made by beginners.

jQuery Mobile Cookbook

Over 80 recipes with examples and practical tips to help you quickly learn and develop cross-platform applications with jQuery Mobile


101 Visitas | 430 Descargas | 2013-09-17 14:01:06 | moliver

Create applications that use custom animations and use various techniques to improve application performance Use and customize the various controls such as toolbars, buttons, and lists with custom icons, icon sprites, styles, and themes Write simple but powerful scripts to manipulate the various configurations and work with the events, methods, and utilities which are provided by the framework.

Professional jQuery

This book covers jQuery including a developer-level introduction and an in-depth look into some of the more advanced features. The book focuses on features available as of jQuery 1.7.1. but also tries to incorporate feature support in older versions of the library wherever it is relevant.


149 Visitas | 342 Descargas | 2013-09-17 14:44:49 | moliver

This book covers jQuery including a developer-level introduction and an in-depth look into some of the more advanced features. The book focuses on features available as of jQuery 1.7.1. but also tries to incorporate feature support in older versions of the library wherever it is relevant. The first few chapters will help you set up a development environment and review important JavaScript concepts. Detailed coverage includes: functions that make up the library and usages of the core jQuery functions in-depth to select and manipulate HTML elements with jQuery the cross-browser ability to bind and manage browser events Ajax shortcuts jQuery offers for animating components in your web applications including moving, fading, toggling, and resizing elements jQuery UI, which is an associated user interface library for jQuery and contains things such as widgets, effects, animations, and interactions additional jQuery UI features including moving, sorting, resizing, and selection elements with a mouse techniques, best practices, and patterns that you can apply to your code to make it more efficient, maintainable, and clear jQuery Template plugin authoring jQuery plugins. jQuery Deferred Object unit testing and detail of the specific unit testing framework created by and used by the jQuery project itself, QUnit. If you have experience with HTML, CSS, and JavaScript, this book is for you. For existing jQuery users, it will expand your jQuery knowledge by focusing on the core library with the benefit of strong core JavaScript expertise in many of the lessons. But this book is not aimed at beginners. For those looking to start with the basics of HTML, CSS, and JavaScript/jQuery development, Beginning JavaScript and CSS Development with jQuery by Richard York will most likely help you more. http://www.wrox.com/WileyCDA/WroxTitle/productCd-1118026683.html

PHP Quick Scripting Reference

PHP


132 Visitas | 317 Descargas | 2013-09-18 22:23:20 | cbustillo

The PHP Quick Scripting Reference is a condensed scripting code and syntax reference to the PHP scripting language, the most popular Web scripting language in use today. It presents the essential PHP script in a well-organized format that can be used as a handy reference. You won't find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a Web scripting language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any PHP programmer or Web developer. This book is a handy, pocket quick scripting syntax reference for experienced PHP as well as perhaps other programmers and Web developers even new to PHP.

php| architect’s Guideto Web Scraping


113 Visitas | 210 Descargas | 2013-09-19 23:38:54 | jgramos

Web scraping is the future of the Web. I didn’ t believe that when Matthew first approached me, asking me to write the foreword to this book. In fact, I thought quite the opposite. Web scraping? Isn’ t that an old topic — something we used to do in the early days of web development? Why would I want to read about web scraping? Isn’ t it unethical? And you’ re probably asking yourself some of the same questions. So, I started to think about it—about what web scraping really is—and themore I considered it, themore it remindedme of TimBerners-Le’e s vision of a web of linked data, of semantic data, connected together and open for all to share and use. Is not web scraping simply the act of getting data from one source and parsing it to use in your own applications? Is this not the goal of the Semantic Web?

CSS Text

Programación


129 Visitas | 285 Descargas | 2013-09-20 01:08:08 | cbustillo

As a web designer, you probably spend more time working with text than any other element. With this concise guide, you'll learn CSS3 properties for changing the appearance of text without altering the font face-including horizontal and vertical alignment, text transformation, word and letter spacing, text wrapping, and the direction of text flow. This book is an excerpt from the upcoming fourth edition of CSS: The Definitive Guide. When you purchase either the print or the ebook edition of CSS Text, you'll receive a discount on the entire Definitive Guide once it's released.

Pro Django


125 Visitas | 179 Descargas | 2013-09-23 14:44:36 | jgramos

Pro Djangorepresents two and a half years of accumulated knowledge in Python and Django, designed to educate readers who are already familiar with both topics and would like to take them further than they had previously done. You will learn a wide range of advanced techniques available in both Python and Django, along with tips on how to use them to achieve advanced functionality. This book is designed to be both a narrative to be read from start to finish and a general reference to be searched for specific information. Since you may not know what to look for or where to find it yet, feel free to read through the book first, then keep it handy for refreshing your memory as necessary.

Practical Django Projects


125 Visitas | 240 Descargas | 2013-09-23 14:47:31 | jgramos

Web development is hard, and don’t let anybody tell you otherwise. Building a fully functional, dynamic web application with all the features that users want is a daunting task with a seemingly endless list of things you have to get just right. And before you can even start thinking about most of them, you must do a huge amount of up-front work: set up a database, create all the tables to store your data, plan out all the relationships and queries, come up with a solution for dynamically generating the HTML, figure out how to map specific URLs to different bits of code, and more. Just getting to the point where you can add features your users will see or care about is a vast and largely thankless job. But it doesn’t have to be that way. This book will teach you how to use Django, a “web framework” that will significantly ease the pain of embarking on new development projects. You’ll be able to follow along as you build real-world applications, and at every step you’ll see how Django is there to help you out. At the end, you’ll come to a wonderful realization—that web development is fun again.

jQuery UI 1.7 The User Interface Library for jQuery


106 Visitas | 294 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


103 Visitas | 241 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.

Twitter Bootstrap Web Development How-To


182 Visitas | 366 Descargas | 2013-09-23 15:39:23 | jgramos

Welcome to Twitter Bootstrap Web Development How-To. The content of this book is up to date with version 2.1 of Twitter Bootstrap. In what follows, this book will help you to get to know Twitter Bootstrapby trying it on for size. I've written with the novice to intermediate developer in mind. If you've been designing sites for a while, then this book will give you a quick introduction to several key features of Twitter Bootstrap's markup, stylesheets, and JavaScript plugins. If you're new to HTML and CSS (and maybe even a little scared of JavaScript)—don't worry! This book will help you along. If, by contrast, you're looking to compile CSS from LESS and integrate the results with Backbone.js—this isn't for you. Fair enough? Let's dive in.

Bootstrap


305 Visitas | 543 Descargas | 2013-09-23 15:43:05 | jgramos

Bootstrap is a front-end framework for building responsive websites. Whether it is application frameworks, blogs, or other CMS applications, Bootstrap can be a good fit, as it can be as vanilla as you like. Its combination of HTML, CSS, and JavaScript make it easy to build robust sites without adding a lot of code. With a default grid system, layouts come together with ease, and the styling of buttons, navs, and tables make basic markup look great from the get-go. A dozen or so JavaScript plugins catapult you into adding interactive elements to your site.

jQuery UI


99 Visitas | 196 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.

JavaScript Programmers Reference

javascript


186 Visitas | 380 Descargas | 2013-09-23 17:12:12 | ybpadron

Who is this book for? This book is aimed at two audiences: people who already know JavaScript and need a solid reference, and people who are just learning the language and want to come up to speed quickly. In either case we assume you have at least a basic background in programming. We also assume you have a basic understanding of HTML and CSS. Finally, we assume you have a basic understanding of the web and its underlying protocols. If you have never written a line of code in your life, or if you are brand new to web technologies, this might not be the best book for you. But as long as you have a basic understanding of programming and web technologies, this book can help you learn JavaScript.

CSS3: The Missing Manual, Third Edition

CSS3


179 Visitas | 1042 Descargas | 2013-09-23 17:42:34 | ybpadron

CSS3: The Missing Manual is designed to help readers at every technical level. To get the most out of this book, you should know a sampling of HTML and maybe even CSS. So if you’ve never built a web page before, then check out the tutorial that starts on page 43. The primary discussions in these chapters are written for advanced-beginners or intermediates. But if you’re new to building web pages, special boxes called “Up to Speed” provide the introductory information you need to understand the topic at hand. If you’re an advanced web page jockey, on the other hand, then keep your eye out for similar boxes called “Power Users’ Clinic.” They offer more technical tips, tricks, and shortcuts for the experienced computer fan.

The WordPress Anthology

The WordPress Anthology


99 Visitas | 207 Descargas | 2013-09-26 13:14:56 | jgramos

WordPress is the most widely used website platform and content management system on the Web today, running on approximately 15% of websites. It is open source and, hence, free, released under the GNU Public License version 2, or GPL2 for short. Its permissive use and development license, combined with its ease of use from both a website user’ s and developer’ s perspective, has helped WordPress rapidly gain global market share for the past several years. It continues to grow each month, outpacing other content management systems at a rate of more than two to one. Indeed, in the eight years since Matt Mullenweg and Mike Little created WordPress as a branch of another open-source project, WordPress has become big business … and business is good.