Monthly Archives: April 2009

Apuntes de “Diseño de Revistas”

Glosario básico de diseño gráfico. Open publication – Free publishing – More media Manual Abreviado de QuarkXPress. Open publication – Free publishing – More design Manual Abreviado de Photoshop. Open publication – Free publishing – More photoshop Grandes movimientos artísticos … Continue reading

Posted in Gráfico | Tagged | Comments Off

Como evitar conflictos entre Mootools y jQuery

Para evitar tener que usar solo un framework, podemos recurrir a una función que nos permitirá usar ambos, la función jQuery.noConflict(). ¿Qué hace esta función? Hace que en lugar de usar el caracter $ en las funciones, usemos jQuery, evitando … Continue reading

Posted in Errores, Scripts | Tagged , | Comments Off

SitePress, o WordPress como CMS.

WPML (SitePress) is a WordPress plugin that can turn any WordPress site into a full featured multilingual content management system. WPML allows building rich websites using WordPress. Authors can stick to managing contents while WPML manages the site’s structure. What … Continue reading

Posted in Wordpress | Comments Off

Missing Image personalizado

The MooTools Javascript 01.window.addEvent(‘domready’,function() { 02. /* version 1 */ 03. $(‘img.missing1′).addEvent(‘error’,function() { 04. this.set({ 05. src: ‘http://davidwalsh.name/dw-content/missing-image.jpg’, 06. alt: ‘Sorry! This image is not available!’, 07. styles: { 08. width: 110, 09. height:40 10. } 11. }); 12. }); … Continue reading

Posted in Scripts | Tagged | Comments Off

7 jquery plugins para trabajar con TEXTAREAS

Mark It Up Mark It Up is an amazingly powerful new jQuery plugin which deserves some significant recognition. It enables you to quickly modify any standard TEXTAREA within your page into a powerful markup editor, like HMTL, BBCode, Textile, Wiki … Continue reading

Posted in Scripts | Tagged | Comments Off

Open Web Messenger

Open Web Messenger es una aplicación con licencia OpenSource, desarrollada con PHP y MySQL, que nos permitirá ofrecer un canal de soporte (tipo Chat) en cualquier sitio web. Algunas de las características que ofrece son: Número ilimitado de operadores, chats … Continue reading

Posted in Aplicaciones | Comments Off