Similar Posts
links for 2007-04-22
ByLuis
-
Mirad el reporte de ejemplo y veréis que en su simplicidad tiene prácticamente todo lo necesario, primero os comento lo más o menos básico/normal y luego un par de virguerias que pueden ser muy útiles…
links for 2008-02-13
ByLuis
-
photoshop listsLists have been around for a long while and are a hot topic today. I’ve even compiled some myself for my Photoshop Roadmap blog. They are perfect candidates for massive and steady traffic, and they are an interesting, if not fun, reading
-
Let’s build a simple form with 2 fields: email address, and password. We want to focus on client side validation, so we will add a second password field to compare against and a password strength field. Password strength is becoming more and more popula
Close Pixelate: pixela imágenes con HTML5
ByLuis
Close Pixelate es un script que convierte una imagen en su correspondiente pixelada haciendo uso de HTML5 y canvas. Se le pueden indicar las siguientes opciones: resolución, forma del pixelado, tamaño, desplazamiento y canal alpha

Su uso es tan sencillo como ejecutar lo siguiente:
var docReady = function() {
document.getElementById('portrait-image').closePixelate([
{ resolution : 24 },
{ shape : 'circle', resolution : 24, size: 16, offset: 12, alpha: 0.5 }
]);
};
window.addEventListener( 'DOMContentLoaded', docReady, false);
Vía / WebAppers
links for 2006-06-14
ByLuis
-
José Luis Orihuela anuncia la próxima publicación del libro ‘La revolución de los blogs’, tercer libro en español dedicado en exclusiva al análisis de los blogs. El 20 de junio llega a las librerÃas en España
links for 2007-05-22
ByLuis
-
Jennifer Woodard, co-editora de VivirLatino, ha entrevistado e Evan Williams y Biz Stone para el blog de PBS, estamento público que reúne a las televisiones pública en USA… Repaso al origen de Twitter, fases de crecimiento…
-
Biz Stone, Co-Founder of Twitter talks about the social networking and micro-blogging service’s runaway success, and how marketers can leverage this new tool.
jQuery Mobile – A Web Framework for Smartphones and Tablets
ByLuis
jQuery Mobile is a Touch-Optimized Web Framework for Smartphones & Tablets. It is a unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built w …