Home » Archive

Articles Archive for enero 2011

Haskell »

[16 ene 2011 | No Comment | ]
Try Haskell: Manual Interactivo.

Según Wikipedia:
Haskell es un lenguaje de programación puramente funcional de propósito general y fuertemente tipado. Su nombre proviene del lógico Haskell Curry.
Las características más interesantes de Haskell incluyen el soporte para tipos de datos y funciones recursivas, listas, tuplas, guardas y calce de patrones. La combinación de las mismas pueden resultar en algunas funciones casi triviales cuya versión en lenguajes imperativos pueden llegar a resultar extremadamente tediosas de programar. Haskell es, desde 2002, uno de los lenguajes funcionales sobre los que más se ha investigado. Se han desarrollado muchas variantes:
En …

Biblioteca Virtual, Ext JS »

[16 ene 2011 | No Comment | ]
Ext JS in Action

Book Description
Ext JS, a cross-browser JavaScript library for building Rich Internet Applications (RIA), has emerged from the mix of JavaScript frameworks, libraries and object-oriented development techniques as a one of the clear leaders. Ext JS combines an extensive library of super-high-quality widgets, an intuitive, extensible component model, and an easy-to-use API to create a full, rock-solid platform for JavaScript-based web apps. Ext JS has been adopted by such household names as Adobe, Aetna, Amazon.com, Best Buy …

Biblioteca Virtual, HTML 5 »

[14 ene 2011 | No Comment | ]
Sams Teach Yourself HTML5 in 10 Minutes

Book Description
A quick, clear guide to using the exciting new features of HTML5 today

Practical, hands-on approach helps web designers or developers begin using HTML5 right away
Step-by-step directions show how to implement HTML5 video, drawing, drag and drop, forms, and more
Makes sense of all the competing claims and misinformation about what HTML5 is or isn’t

You don’t need to wait to begin using HTML5, the successor to HTML 4 and XHTML . HTML5 is now being implemented in the latest versions of all the major browsers, and …

Biblioteca Virtual, iPhone OS »

[13 ene 2011 | No Comment | ]
iPhone Programming: The Big Nerd Ranch Guide

Book Description
Based on Big Nerd Ranch’s popular iPhone Bootcamp class, iPhone Programming: The Big Nerd Ranch Guide leads you through the essential tools and techniques for developing applications for the iPhone, iPad, and iPod Touch. In each chapter, you will learn programming concepts and apply them immediately as you build an application or enhance one from a previous chapter. These applications have been carefully designed and tested to teach the associated concepts and to provide practice working …

Biblioteca Virtual, JavaScript »

[13 ene 2011 | No Comment | ]
The Art & Science of JavaScript

Book Description
We’ve assembled seven of the greatest minds in modern JavaScript to teach you the most inspirational techniques you’ll ever use. From creating impressive mashups and stunning, dynamic graphics, to more subtle user-experience enhancements, you’re about to be amazed by the true potential of this powerful language.
With an all star line-up of authors including James Edwards, Michael Mahemoff, Ara Pehlivanian, Cameron Adams, Dan Webb, Christian Heilmann, and Simon Willison, this superb book will show you how to:
Create …

Trabajo Colaborativo »

[13 ene 2011 | No Comment | ]
BigBlueBotton:  Sala de Clases Virtual Open Source

¿Qué es BigBlueButton ?
BigBlueButton es un proyecto totalmente open source que esta construido sobre 14  open source componentes para así crear  un entorno integrado en la web de conferencias que corre sobre cualquier sistema operativo, como Mac OS X, Linux, PC, etc.
Características:
Aquí un vídeo presentando todas las características:

Si no pueden visualizar el vídeo clic aqui.
Enlaces:

Demo
Instalación y Configuración
Página Oficial

Biblioteca Virtual, JavaScript »

[12 ene 2011 | No Comment | ]
Simply JavaScript

Book Description
Everything you need to learn JavaScript from Scratch!
Packed with numerous examples, Simply JavaScript is a step-by-step introduction to programming in JavaScript the right way. Learn how easy it is to use JavaScript to solve real-world problems, build smarter forms, track user events (such as mouse clicks and key strokes), and design eye-catching animations. Then move into more powerful techniques using the DOM and Ajax.
Learn JavaScript’s built-in functions, methods, and properties. Easily integrate JavaScript in your web site. …

Biblioteca Virtual, iPhone OS »

[12 ene 2011 | No Comment | ]
Sams Teach Yourself iPhone Application Development in 24 Hours, 2nd Edition

Book Description
In just 24 sessions of one hour or less, learn how to build powerful applications for today’s hottest mobile device: the iPhone! Using this book’s straightforward, step-by-step approach, you’ll master every skill and technology you need, from setting up your iPhone development environment to building great user interfaces, sensing motion to writing multitasking applications. Each lesson builds on what you’ve already learned, giving you a rock-solid foundation for real-world success!
Step-by-step instructions carefully walk you through the …

Linux »

[12 ene 2011 | No Comment | ]
Emulador SNES en Linux

La Super Nintendo Entertainment System, Super Nintendo, Super NES o SNES (conocida como Super Famicom en Japón) fue la segunda videoconsola de sobremesa de Nintendo y es la sucesora de la Nintendo Entertainment System (NES) en América y Europa. Mantuvo una gran rivalidad en todo el mundo con la Sega Mega Drive (o Sega Genesis) durante la era de 16 bits. Para la crítica y el público, es una de las mejores y de las más importantes que han aparecido junto con la NES y la PlayStation, siendo la más …

Archlinux, Linux »

[10 ene 2011 | No Comment | ]
Instalar phpmyadmin en archlinux

phpMyAdmin es una herramienta escrita en PHP con la intención de manejar la administración de MySQL a través de páginas web, utilizando Internet. Actualmente puede crear y eliminar Bases de Datos, crear, eliminar y alterar tablas, borrar, editar y añadir campos, ejecutar cualquier sentencia SQL, administrar claves en campos, administrar privilegios, exportar datos en varios formatos y está disponible en 62 idiomas. Se encuentra disponible bajo la licencia GPL.
Despues de instalar un servidor local en nuestro archlinux, ahora toca el turno de instalar uno de los mas …