Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262657 descargas y
1106 contribuyentes !

Se han encontrado 30 Coincidencias

Programmer's Guide to Drupal

Principles, Practices, and Pitfalls


133 Visitas | 213 Descargas | 2013-09-12 19:15:05 | jgramos

If you're a web programmer new to Drupal, this book shows you which programming techniques you can use - and which you should avoid - when building custom web applications with this content management framework. Drupal has its own set of programming principles that require a different approach, and many programmers make mistakes when relying on skills they've used for other projects. The guidelines in this book help you through the transition by demonstrating which programming practices conform to the "Drupal way," and which don't.

WordPress 3 Plugin Development Essentials

Create your own powerful, interactive plugins to extend and add features to your WordPress site


92 Visitas | 216 Descargas | 2013-09-13 22:02:50 | jgramos

WordPress is one of the most popular platforms for building blogs and general websites. By learning how to develop and integrate your own plugins, you can add functionality and extend WordPress in any way imaginable. By tapping into the additional power and functionality that plugins provide, you can make your site easier to administer, add new features, or even alter the very nature of how WordPress works. Covering WordPress version 3, this book makes it super easy for you to build a variety of plugins. WordPress 3 Plugin Development Essentials is a practical hands-on tutorial for learning how to create your own plugins for WordPress. Using best coding practices, this book will walk you through the design and creation of a variety of original plugins.

Migrating to Drupal 7

Learn how to quickly and efficiently migrate content into Drupal 7


72 Visitas | 139 Descargas | 2013-09-16 15:19:38 | jgramos

Learn how to import content and data into your Drupal 7 site from other websites, content management systems, and databases. Upgrade your Drupal 6 site to Drupal 7 and migrate your CCK based content into the Drupal 7 fields based framework. Use modules that will automate the import and migration process including the Feeds and Migrate modules. Run additional imports using the Feeds modules to update and add new data and content to your Drupal site.

Head-First HTML5 Programming


370 Visitas | 622 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


249 Visitas | 485 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 PHP & MySQL


248 Visitas | 423 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.

Bootstrap


306 Visitas | 544 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.

Head-First Web Design


136 Visitas | 240 Descargas | 2013-10-03 13:49:51 | efirvida

Want to know how to make your pages look beautiful, communicate your message effectively, guide visitors through your website with ease, and get everything approved by the accessibility and usability police at the same time? Head First Web Design is your ticket to mastering all of these complex topics, and understanding what's really going on in the world of web design.

Head-First Html with Css and Xhtml


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

CSS Web Design for Dummies


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

Dripal 7. Bible

CMS


54 Visitas | 106 Descargas | 2014-02-27 21:56:02 | mmartin

Guidance for administrators, content managers and web publishers on using Drupal for content managementStart building and managing web sites with the open-source content management system Drupal 7 and this in-depth guide. Whether you're new to Drupal or migrating from another system, you'll find the tips and techniques you need to understand Drupal, create a new web site, or manage an existing one. Learn how to create, modify, and delete items-and much more-with the detailed tutorials in this step-by-step guide.Teaches you how to use a Drupal site, as well as how to set up, configure, and customize a new site, including obtaining code and deploying it to a serverCovers advanced topics like multilingual content management, publishing workflows, or Views and PanelsShows you how to work with Drupal 7's new fields and custom content typesGet on the Drupal bandwagon with this complete guide.

Beginning Drupal 7

CMS


63 Visitas | 122 Descargas | 2014-02-27 22:04:38 | mmartin

This book focuses on the nontechnical user who is responsible for building, maintaining, and managing Drupal web sites. The book covers why you should consider using Drupal when building a new web site, what Drupal is, installing and configuring Drupal, creating and managing content, managing users, adding functionality to your web site through Drupal modules, and more advanced topics on using themes, panels, and views. By reading this book, you will: Understand why you should use Drupal and the power of the platform. Quickly build confidence in your ability to use Drupal. Gain the knowledge necessary to build, deploy, and manage web sites of moderate complexity on Drupal 7. What youll learn What Drupal is and why you should use it How to install a basic Drupal web site from scratch How to create content in your new Drupal web site How to manage users on your new Drupal web site How to change the look and feel of your new Drupal web site through themes How to install and configure modules Who this book is for This book is for nontechnical users who need to use Drupal to manage content, as well as PHP developers who are new to Drupal. Table of Contents Introduction to Drupal Creating and Managing Content Creating and Managing Users Taxonomy Creating Menus Installing Themes Drupal Blocks Drupal Modules Enabling Interactive Capabilities Content Types Views Panels Theming Administering Your Drupal Site Putting It All Together Case Study

SSL & TLS Essentials


78 Visitas | 132 Descargas | 2014-05-26 17:56:57 | efirvida

Today alone, Dell Computer will sell more than $18 million worth of computer equipment through the Internet. In 1999, nine million Americans traded stocks online, accounting for one-third of all retail stock trades. And more than 200,000 Web sites worldwide (including sites belonging to 98 of the Fortune 100 ) can accept e-commerce transactions. Commercial use of the Web continues to grow at an astonishing pace, and securing Web transactions has become increasingly critical to businesses, organizations, and individual users. Fortunately, an extremely effective and widely deployed communica- tions protocol provides exactly that security. It is the Secure Sockets Layer protocol, more commonly known simply as ssl. The ssl protocol along with its successor, the Transport Layer Security (tls) protocol is the subject of this book.

Node.js a travez de Koans


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

Dreamweaver CS6: The Missing Manual

Desarrollo Web


62 Visitas | 124 Descargas | 2014-11-09 20:14:08 | anh

Throughout its history, Dreamweaver has managed to keep pace with the changing web-development landscape, and Dreamweaver CS6 is no exception; it’s capable of doing more than any previous version of the program. Whether you want to use Cascading Style Sheets (CSS) for cutting-edge design, dip into the world of JavaScript-powered dynamic pages, explore HTML5 and CSS3, build websites for mobile devices, use content management systems like WordPress or Drupal, or simply stick to straightforward HTML, Dreamweaver has just about all the tools you need.

Experto en Drupal 7 - Nivel Inicial


64 Visitas | 138 Descargas | 2015-10-28 15:28:40 | rmillo

Uno de los grandes retos a los que nos enfrentamos al utilizar Drupal es, sin duda, superar su pronunciada curva de aprendizaje. Llegar a dominar Drupal es una meta costosa y que requiere esfuerzo y dedicación. Con más de 3 años de experiencia en formación en Drupal 6, Forcontu lanza el curso Experto en Drupal 7, un plan formativo mejorado y ampliado para capacitar en Drupal 7 a los profesionales del desarrollo web.

Building a Web Site for Dummies

Building a Web Site for Dummies


57 Visitas | 89 Descargas | 2015-11-02 16:04:55 | pecarrazana

This isn’t just another Web design book. It’s special. Really. I set out to write the one book I’d want by my side if I were looking to set up a really fancy Web site and not break the bank doing it. I tracked down and tested zillions of Web-site enhancements and selected the top of the line to share with you. And I’m honestly proud of the results. I’ve authored or coauthored more than 20 books on computers and the Internet, and this one is my hands-down favorite. It’s full of things you’re sure to love. It’s packed with fun stuff, but it’s got plenty of serious stuff, too, like how to get past the hype and really make money through your Web site. You’ll wonder how in the world you ever got along without having these features on your Web site.

Lightweight Django

Lightweight Django


36 Visitas | 39 Descargas | 2016-02-15 15:36:08 | pecarrazana

Why This Book? We wanted to write this book primarily because we love Django. The community is amazing, and there are so many resources to learn about Django and to develop appli? cations using it. However, we also felt like many of these resources, including the official Django documentation, put too much emphasis on the power of Django and not on its decoupled design. Django is a well-written framework, with numerous utilities for building web applications included. What we want this book to highlight is how you can break apart and potentially replace these components to pick and choose what best suits the application you want to build. Similarly, we wanted to break down the typical structure of Django projects and applications. Our goal is to get you to stop asking “how do I do X in Django?” and instead ask “does Django provide anything to help me do X, and if not, is something available in the community?”

Getting Started with Django

Django programming


47 Visitas | 54 Descargas | 2016-02-15 15:38:35 | pecarrazana

For some years, web development has evolved through frameworks. Web development has become more efficient and has improved in quality. Django is a very sophisticated and popular framework. A framework is a set of tools designed to facilitate and standardize development. It allows the developer to benefit from very practical tools to minimize the development time. However, developing with frameworks requires knowledge about the framework and its proper usage. This book uses a step-by-step pedagogy to help novice developers learn how to easily deal with the Django framework. The examples in this book explain the development of a simple web tool: a text-based task manager.

Learning Django Web Development

Django Web Development


74 Visitas | 109 Descargas | 2016-02-15 15:44:45 | pecarrazana

Django, written in Python, is a web application framework designed to build complex web applications quickly without any hassle. It loosely follows the MVC pattern and adheres to the Don't Repeat ourself principle, which makes a database- driven application efficient and highly scalable, and is by far the most popular and mature Python web framework. This book is a manual that will help you build a simple yet an effective Django web application. It starts by introducing Django to you and teaches you how to set it up and code simple programs. You will then learn to build your first Twitter-like application. Later on, you will be introduced to hashtags, Ajax (to enhance the user interface), and tweets. You will then move on to create an administration interface, learn database connectivity, and use third-party libraries. Then, you will learn to debug and deploy Django projects and will also get a glimpse of Django with AngularJS and Elasticsearch. By the end of this book, you will be able to leverage the Django framework to develop a fully functional web application with minimal effort.