Category Archives: Web

todo lo relacionado con páginas web

Jquery Coda Slider Effect

Fuente: http://jqueryfordesigners.com/coda-slider-effect/ (tutorial y código) Demo: http://jqueryfordesigners.com/demo/coda-slider.html

Posted in Scripts | Tagged | Comments Off

Jquery Interface Elements

interface.eyecon.ro aca está todo (demos, archivos,  documentación, etc…) :: demos :: :: download ::

Posted in Scripts | Tagged | Comments Off

JQuery popeye (enlarge img, not pop-up)

Fuente:  http://herr-schuessler.de/blog/jquerypopeye-an-inline-lightbox-alternative/ Demo:  http://dev.herr-schuessler.de/examples/jquery-popeye/ Archivos:  http://plugins.jquery.com/project/popeye

Posted in Scripts | Tagged | 1 Comment

Jquery Expand-Collapse DIVs

Fuente: Animated Collapsible DIV v2.2v Archivos para descargar: animatedcollapse.js jquery library

Posted in Scripts | Tagged | Comments Off

Jquery Expand-Collapse Menu

Fuente: www.i-marco.nl/weblog Demo: Simple JQuery Accordion menu – Redux Archivos para descargar Aplicaciones en sitios web: Sherlock Homes (Faq´s) Diseño Azul Prado (Menu)

Posted in Scripts | Tagged | 1 Comment

Diferentes clases de mx.transitions.Tween

Fuente original : http://klr20mg.com/2004/06/09/mxtransitionstween/ Metiendome con las clases incluidas por default en el Flash MX 2004 encotre unas clases por ahi que pueden ser de mucha utilidad. Todos han oido hablar de las funciones de Robert Penner pues dichas funciones … Continue reading

Posted in ActionScript | 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