Categories
- ActionScript (1)
- Aplicaciones (2)
- CSS (3)
- Curiosidades (9)
- Errores (3)
- Gráfico (3)
- HTML (2)
- Inspiración (2)
- MySQL (1)
- PHP (2)
- Scripts (10)
- Uncategorized (2)
- Web (6)
- Windows (5)
- Wordpress (2)
Tags
Recent Comments
Meta
Category Archives: Web
Jquery Coda Slider Effect
Fuente: http://jqueryfordesigners.com/coda-slider-effect/ (tutorial y código) Demo: http://jqueryfordesigners.com/demo/coda-slider.html
Jquery Interface Elements
interface.eyecon.ro aca está todo (demos, archivos, documentación, etc…) :: demos :: :: download ::
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
Jquery Expand-Collapse DIVs
Fuente: Animated Collapsible DIV v2.2v Archivos para descargar: animatedcollapse.js jquery library
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)
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
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
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