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 12 de Noviembre de 2010 a las 15:31hs.

Flashforward 2007: AS3 Particle Effects

AS3 Particle Effects — Now 1000% Extra Free! is a recording of the live presentation given by Seb-Lee Delisle at the Flashforward 2007 conference in Boston. Please note that since this presentation was recorded live, the audio and video quality may vary from our regular course offerings.

Session Description: Creating a particle system may sound scary, but it’s not rocket science. With some very simple programming, you can produce a variety of effects, including smoke, explosions, bubbles, and even fire. In this updated version of Seb Lee-Delisle’s popular presentation, these simple programming techniques and the basics of physics will be covered in a very clear and easy-to-understand way. Plus, our code has been converted to ActionScript 3. This gives us ten times as many particles as version 2 — that’s 1000% extra!

Posteado por Mnosh el 08 de Noviembre de 2010 a las 20:36hs.

Manual de PHP [PDF ESP]

manual php en español

PHP, acrónimo de "PHP: Hypertext Preprocessor", es un lenguaje "Open Source" interpretado de alto nivel, especialmente pensado para desarrollos web y el cual puede ser embebido en páginas HTML. La mayoría de su sintaxis es similar a C, Java y Perl y es fácil de aprender. La meta de este lenguaje es permitir escribir a los creadores de páginas web, páginas dinámicas de una manera rápida y fácil, aunque se pueda hacermucho más con PHP.

 

 

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 02 de Noviembre de 2010 a las 02:12hs.

Tutorial of C# 4.0 colection 2010

C# 4.0 is the latest version of the C# programming language, which was released in April 12, 2010. Microsoft has released the 4. 0 runtime and development environment Visual Studio 2010. The major focus of C# 4.0 is interoperability with partially or fully dynamically typed languages and frameworks, such as the Dynamic Language Runtime and COM.
In this talk Microsoft Technical Fellow and C# Chief Architect Anders Hejlsberg gives an overview of the new features in C# 4.0, including dynamic typing, co- and contra-variance, named and optional parameters, and improved COM interoperability. Anders will also discuss some of the ideas that are envisioned for future versions of C#.

Posteado por Mnosh el 21 de Octubre de 2010 a las 03:39hs.

PHP5 Orientado a Objetos [PDF]


This book teaches OO PHP by doing it. If you are a PHP programmer who wants to make the switch to an OO approach, Object-Oriented PHP can ease the transition from procedural to object-oriented programming (OOP). Basic concepts are introduced using simple but useful classes. In short, this book: Brings together information from a variety of sources for a comprehensive overview of OO PHP Explains OO concepts through concrete examples, not in the abstract. Takes a practical and easy-to-understand approach Demonstrates the advantages of OOP rather than just asserting them The classes developed in this book are fully functional and are all available for download at the companion website. This code can be put to work immediately in a variety of situations. The code takes full advantage of the capabilities of PHP 5 but, where possible, a PHP 4 version of the code is also provided, because you don’t always have a choice about where your code is deployed. Additionally, this will ease the transition for anyone ready familiar with OOP under PHP 4.

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 12 de Octubre de 2010 a las 17:47hs.

PHP : CodeIgniter Framework [formularios de registro]

CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented framework

 

Posteado por Mnosh el 08 de Octubre de 2010 a las 15:29hs.

PHP and MySQL Tutorials Web Development

videotutorial php and mysql

LearnPHP&MySQL is a comprehensive resource of categorized web development tutorials. We intend to make it the richest online database of web development tutorials, including, but not limited to, PHP and MySQL tutorials. Enjoy browsing our growing selection of free professional PHP/MySQL tutorials to find out that you don’t need to be a Super Brain to learn web development in all its minutest details. Create web pages with dynamic content, develop web based software applications, design your own PHP projects, and all that with our PHP tutorials. The tutorials are updated daily from different authors and sites so that you won’t have to spend hours searching the web for them yourself. The number of tutorials is constantly increasing as LearnPHP.org is open to readers as well as to new authors. If you’re a programming guru or an experienced amateur this is the place for you to submit your tutorials. Enjoy browsing and learning!
* The MySQL database server (for both Unix and Windows)
* Accessing MySQL databases through PHP scripting (the letters don’t really stand for anything)
* Database creation and modification
* PHP tricks in order of increasing complexity–everything from basic SQL queries to secure transactions for commerce
* Authentication
* Network connectivity
* Session management
* Content customization
- PHP and MySQL Essential Training | Lynda.com
- PHP and MySQL Beyond The Basics | Lynda.com
- PHP and MySQL Basics and Ajax | CartoonSmart.com