Archive for the ‘html’ Category

  • Titulos al estilo Alejandro con jQuery

    Este mini-plugin va en honor a Alejandro Adriasola amo y señor de las páginas web y el diseño. Lo que hace es bien sencillo, toma un texto y lo junta envolviendolo con spans alternando las clases para obtener un lindo resultado si se usa con un css adecuado. /* Copyright (c) 2009 José Joaquí­n Núñez [...]

  • Disabling a input without using disabled=”disabled” with jquery

    $(’.you_cant_change_this_input_unless_you_have_linux_and_you_use_the_middle_mouse_button_or_you_use_a_javascript_console_a_bookmarklet_or_something_like_that’).keydown(function(){   return false; }).mousedown(function(){   return false; });

  • jquery enable disable plugin

    This plugin can disable or enable easily an input, textarea or another form element by using a radio button, checkbox or a drop-down list,… ok i know, it doesn’t sound like something amazing … is just a simple and flexible plugin for complex forms. Homepage Download Demos Documentation jquery plugin page greetings (04-07-2010) update: drop-down [...]

  • form populator es aún más rápido

    Bueno el titulo dice en gran parte que es lo nuevo de esta herramienta, para los que no la conocen, form populator es un generador de bookmarklets para completar tus formularios con datos reales completamente configurable. El motivo de este post es contarles que he agregado un bookmarklet que recoge la información del formulario que [...]

  • jquery css cleaner

    this helper it’ll help you with the recognition of unused css selectors and properties/values, so you could delete this lines of your css file in order to make it lighter. if you are this kind of person worried about the loading time, optimizing everything, you would find this script very useful and you’ll love it. [...]

  • jquery seo mini helper

    in SEO there are important tips like: an image must have a title and an alt text or a link must have title. check all these thing is pretty bored…. so i wrote a jquery-based script that check for images or links without those things. the result es very basic, don’t expect nothing very impressive [...]

  • Horizontal ul li menu

    <style> <!– ul li{ display:inline; list-style-type:none; } –> </style>

  • How to get a background image into an html link

    <style> <!– a { background:#FFFFFF none no-repeat scroll 5% 40%; border:0 none; color:#666666; font-size:11px; padding:2px 4px 3px 26px; background-image: url(/images/email.png); } –> </style> <a href="email.html">Enviar email</a> Es con una imagen de 16×16, se ve bastante bien.

  • jquery plugin validation

    Excelente plugin, si lo que necesitas es validar un formulario, no busques más, esta es una excelente herramienta. Varias veces había pasado por la página web de Jörn Zaefferer pero no habia mirado los plugins de jquery que tiene. Y también muchas veces me encontré validando formularios a mano hasta que en algún momento me [...]

  • estilos para cajas de mensajes

    Un post cortito, si no te gustaron los estilos para cajas de los post anteriores o si los has usado mucho y quieres cambiarlos aquí, aquí, aquí, aquí y aquí hay muchas alternativas para variados gustos. Incluso si quieres te puedes robar los estilos de la wikipedia que me imagino deben estar bajo licencia CC. [...]