Posteado por Mnosh el 16 de Noviembre de 2010 a las 19:46hs.

Guide to Android Development

Android devices, by and large, will be mobile phones. While the Android technology is being discussed for use in other areas (e.g., car dashboard "PCs"), for the most part, you can think of Android as being used on phones.

For developers, this has benefits and drawbacks. On the plus side, circa 2008, Android-style smartphones are sexy. Offering Internet services over mobile devices dates back to the mid-1990's and the Handheld Device Markup Language (HDML). However, only in recent years
have phones capable of Internet access taken off. Now, thanks to trends like text messaging and to products like Apple's iPhone, phones that can serve as Internet access devices are rapidly gaining popularity. So, working on Android applications gives you experience with an interesting technology (Android) in a fast-moving market segment (Internet-enabled phones),
which is always a good thing.

Posteado por Mnosh el 13 de Noviembre de 2010 a las 21:09hs.

Aprender a programar con MATLAB

MATLAB (abreviatura de MATrix LABoratory, “laboratorio de matrices”) es un software matemático que ofrece un entorno de desarrollo integrado (IDE) con un lenguaje de programación propio (lenguaje M). Está disponible para las plataformas Unix, Windows y Apple Mac OS X.

Entre sus prestaciones básicas se hallan: la manipulación de matrices, la representación de datos y funciones, la implementación de algoritmos, la creación de interfaces de usuario (GUI) y la comunicación con programas en otros lenguajes y con otros dispositivos hardware. El paquete MATLAB dispone de dos herramientas adicionales que expanden sus prestaciones, a saber, Simulink (plataforma de simulación multidominio) y GUIDE (editor de interfaces de usuario - GUI). Además, se pueden ampliar las capacidades de MATLAB con las cajas de herramientas (toolboxes); y las de Simulink con los paquetes de bloques (blocksets).

Es un software muy usado en universidades y centros de investigación y desarrollo. En los últimos años ha aumentado el número de prestaciones, como la de programar directamente procesadores digitales de señal o crear código VHDL.

Posteado por Mnosh el 07 de Noviembre de 2010 a las 17:17hs.

Mastering phpMyAdmin 3.3.x [PDF]

phpMyAdmin is an open source tool written in PHP to handle MySQL administration over the World Wide Web. It can execute SQL statements and manage users and their permissions. However, when it comes to exploiting phpMyAdmin to its full potential, even experienced developers and system administrators are left baffled.

Mastering phpMyAdmin 3.3.x for Effective MySQL Management is an easy-to-follow, step-by-step guide that walks you through every facet of this efficient tool. Author Marc Delisle draws on his experience as one of the leading developers and project administrator of phpMyAdmin and uses his unique tutorial approach to take full advantage of its potential. This book is filled with illustrative examples that will help you understand every phpMyAdmin feature in detail.

The book helps you get started with installing and configuring phpMyAdmin and looks at its features. You then work on a sample project with two basic tables and perform basic actions such as creating, editing, and deleting data, tables, and databases. You will learn how to create up-to-date backups and import the data that you have exported. You will then explore different search mechanisms and options for querying across multiple tables.

The book gradually proceeds to advanced features such as defining inter-table relations and installing the linked-tables infrastructure. Some queries are out of the scope of the interface and this book will show you how to accomplish these tasks with SQL commands.

Posteado por Mnosh el 04 de Noviembre de 2010 a las 18:18hs.

Fundamentos de sistemas GNU-Linux

fundacion de sistemas gnu linux

Los profesionales de la tecnología de la información (TI) son críticos hoy día para el ambiente de negocio. Adquirir las herramientas y conocimiento disponible en la tecnología de hoy es vital. GNU/Linux y el Código Libre y Abierto han colocado un nuevo estándar en lo que es desarrollo e implementación de aplicaciones nuevas y personalizables. GNU/Linux continúa ganando espacio de reconocimiento entre los profesionales y administradores del TI debido a su flexibilidad, estabilidad, y su poderosa funcionalidad.

A medida que más empresas utilizan GNU/Linux, crece la necesidad de soporte y planificación sobre la integración de GNU/Linux en infraestructuras nuevas y/o existentes. El rol del administrador es guiar la implementación y desarrollo de soluciones basadas en GNU/Linux. Su éxito o derrota dependerán de su conocimiento y experiencia de esta fantástica arquitectura. Este curso es un repaso comprensivo de las características y funcionalidad de GNU/Linux, orientada a preparar al estudiante con las herramientas necesaria para la certificación.

Posteado por Mnosh el 04 de Noviembre de 2010 a las 03:34hs.

PHP 5 Social Networking [PDF]

This book is a fast-paced tutorial focusing on creating a Social Networking framework through an ongoing case study. It presents a lot of real-world code, with comprehensive explanation and discussion. With each chapter, the Social Networking framework is extended, with more functionality being added as we progress through the book. This book is primarily aimed at PHP developers, but is suitable for any web developers looking to expand their knowledge and understanding of Social Networking concepts. Intermediate knowledge of PHP and object-oriented programming is assumed, along with a basic knowledge of MySQL.

Posteado por Mnosh el 02 de Noviembre de 2010 a las 03:01hs.

Introducción HTML 5 [PDF]

introduccion html5

HTML 5 (HyperText Markup Language, versión 5) es la quinta revisión importante del lenguaje básico de la World Wide Web, HTML. HTML 5 especifica dos variantes de sintaxis para HTML: un «clásico» HTML (text/html), la variante conocida como HTML5 y una variante XHTML conocida como sintaxis XHTML5 que deberá ser servida como XML (XHTML) (application/xhtml+xml).Esta es la primera vez que HTML y XHTML se han desarrollado en paralelo.
El desarrollo de este código es regulado por el Consorcio W3C.

Nuevos elementos

HTML 5 establece una serie de nuevos elementos y atributos que reflejan el uso típico de los sitios web modernos. Algunos de ellos son técnicamente similares a las etiquetas <div> y <span>, pero tienen un significado semántico, como por ejemplo <nav> (bloque de navegación del sitio web) y <footer>. Otros elementos proporcionan nuevas funcionalidades a través de una interfaz estandarizada, como los elementos <audio> y <video>.

Mejoras en el elemento <canvas>

Algunos elementos de HTML 4.01 han quedado obsoletos, incluyendo elementos puramente de presentación, como <font> y <center>, cuyos efectos son manejados por el CSS. También hay un renovado enfasis en la importancia del scripting DOM para el comportamiento de la web.

Más información: http://es.wikipedia.org/wiki/HTML_5

Posteado por Mnosh el 26 de Octubre de 2010 a las 20:56hs.

Developing Large Web Applications

How do you create a mission-critical site that provides exceptional performance while remaining flexible, adaptable, and reliable 24/7? Written by the manager of a UI group at Yahoo!, Developing Large Web Applications offers practical steps for building rock-solid applications that remain effective even as you add features, functions, and users. You'll learn how to develop large web applications with the extreme precision required for other types of software.

* Avoid common coding and maintenance headaches as small websites add more pages, more code, and more programmers
* Get comprehensive solutions for refining HTML, CSS, javascript, PHP, and Ajax for large-scale web applications
* Make changes in one place that ripple through all affected page elements
* Embrace the virtues of modularity, encapsulation, abstraction, and loosely coupled components
* Use tried-and-true techniques for managing data exchange, including working with forms and cookies
* Learn often-overlooked best practices in code management and software engineering
* Prepare your code to make performance enhancements and testing easier

Posteado por Mnosh el 26 de Octubre de 2010 a las 18:44hs.

Windows 7 : La Guía de Bolsillo [PDF ES]

windows 7 guia de bolsillo en pdf

Manual para el windows 7 | español PDF | 433 paginas

tabla de contenidos>
capitulo 1: Introduccion
Capitulo 2: Copia de seguridad de su informacion
capitulo 3: Seguridad
capitulo 4: Nuevas caracteristicas de Windows 7
capitulo 5: Administracion y mantenimiento de sistemas
capitulo 6: Mejorar el desempeño
capitulo 7: Personalice el menu de inicio y escritorio
capitulo 8: Fondos de pantalla, temas, y salvapantallas
capitulo 9: Personalice el explorador de windows
capitulo 10: Trabaje de manera eficiente
capitulo 11: Organice sus archivos
Apendices varios

 

 

Posteado por Mnosh el 14 de Octubre de 2010 a las 05:07hs.

Game Developer Magazine [ October 2010 ]

Game Developer magazine is a monthly trade periodical for the video game industry.
The magazine is available free to qualified game professionals in the USA,
and paid paper subscriptions and a paid digital edition are also available.
Individual issues can be bought at Gamasutra.
Game Developer was launched in March 1994 and is now distributed to 35,000 readers, mainly in North America.

Posteado por Mnosh el 21 de Setiembre de 2010 a las 22:05hs.

Practical Guide: Fedora and Red Hat Enterprise Linux, A [pdf 2010]

guia administracion gnu linux fedora y red hat 2010
Practical Guide to Fedora and Red Hat Enterprise Linux, A (5th Edition)
Publisher: Prentice Hall | 2010 | ISBN: 0137060882 | Pages: 1224 | PDF | 10,52 MB


This book is designed and organized so you can get the most out of it in the shortest amount of time. You do not have to read this book straight through in page order. Once you are comfortable using Linux, you can use this book as a reference: Look up a topic of interest in the table of contents or index and read about it. Or think of the book as a catalog of Linux topics: Flip through the pages until a topic catches your eye. The book includes many pointers to Web sites where you can get additional information: Consider the Internet an extension of this book.