Monthly Archives: junio, 2011

Cómo instalar SVN en Eclipse?

junio 21st, 2011 Posted by eclipse, svn 0 thoughts on “Cómo instalar SVN en Eclipse?”

Para instalar los conectores, acceder a la siguiente URL desde e Update Manager de Eclipse.

http://www.polarion.org/projects/subversive/download/eclipse/2.0/update-site/

So you have an awesome idea?

junio 8th, 2011 Posted by Sin categoría 0 thoughts on “So you have an awesome idea?”

The resume is dead

junio 8th, 2011 Posted by Sin categoría 0 thoughts on “The resume is dead”

http://the99percent.com/tips/7025/The-Resume-Is-Dead-The-Bio-Is-King

Cómo validar fechas con jQuery

junio 3rd, 2011 Posted by jquery 0 thoughts on “Cómo validar fechas con jQuery”

1. Incluir jQuery
2. Incluir Date.js

jQuery.validator.addMethod("australianDate", function(value, element) { 
return Date.parseExact(value, "d/M/yyyy");
});

$("#myForm").validate({
rules : {
birth_date : { australianDate : true }
}
});

3.1. Para formatear el input incluir http://digitalbush.com/projects/masked-input-plugin/

3.2.

$("#birth_date").mask("99/99/9999");

Tomado de acá

Copyright © 2018 programadorfreelanceargentina.com

Programador Freelance Argentina