Archivo de la categoría: HTML5

Do you want to improve, or just refresh your developer skills?

https://www.freecodecamp.org/   helps people learn to code for free! Enjoy

Publicado en Backend, bash, HTML5, Java, Javascript, linux, Operative Systems, python, Scripts | Deja un comentario

Simulador de circutos electrónicos en HTML5 y Java

http://lushprojects.com/circuitjs/circuitjs.html https://github.com/sharpie7/circuitjs1

Publicado en HTML5, Otros | Deja un comentario

will-change new property, to increase the speed of an animation boot

Property to increase the speed boot of an animation: $(«#element»).css(«will-change», «animation»); //when the animation has finished: $(«#element»).css(«will-change», «auto»); (Very recommendable to not declare by css in order to delete it once it was used. So add it with JQuery selectors … Seguir leyendo

Publicado en HTML5, Javascript, website | Deja un comentario

Cuando HTML5 era más HTML5 que nunca…¡bucles for en CSS3…Saas!

¿Quieres novedades? ¿Te interesa el HTML5? Cuando escribíamos nuestras hojas de estilos para separar…eso, nuestros estilos: colores, fuentes, anchos, altos, alineaciones….llegaron los @keyframes para además añadir movimiento a nuestro HTML…pero no se quedó ahí la cosa, es entonces cuando apareció el … Seguir leyendo

Publicado en HTML5, Javascript, Otros, website | Deja un comentario

Cómo centrar una imagen con CSS fácilmente

Estas son las propiedades que necesitas: #imagen_nombre {     display: block;     margin: auto;     text-align:center; } (Para que funcione la propiedad text-align en una imagen (sirve en principio para el texto), es necesario declarar las dos … Seguir leyendo

Publicado en HTML5 | 1 Comentario

Enlaces HTML5

Enlaces interesantes sobre HTML5. Como siempre con el software y perecederos…atención a la fecha de  publicación. http://www.webaim.org/techniques/skipnav/ http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element http://www.iandevlin.com/blog/2011/10/html5/on-the-disappearance-of-html5 http://www.brucelawson.co.uk/2011/goodbye-html5-time-hello-data/ http://www.brucelawson.co.uk/2011/the-return-of-time/ http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#valid-global-date-and-time-string http://diveintohtml5.com/examples/blog-original.html http://diveintohtml5.com/examples/blog-html5.html http://html5doctor.com/i-b-em-strong-element/ http://html5doctor.com/small-hr-element/ http://html5doctor.com/glossary/ http://html5doctor.com/draw-attention-with-mark/ http://diveintohtml5.com/forms.html http://miketaylr.com/pres/html5/forms2.html http://dev.opera.com/articles/view/an-html5-style-google-suggest/ http://html5.org/demos/dev.opera.com/article-examples.html http://www.fyneworks.com/jquery/multiple-file-upload/ http://www.pageresource.com/html5/output-tutorial/ http://wufoo.com/html5/elements/4-keygen.html http://html5doctor.com/measure-up-with-the-meter-tag/ http://blog.whatwg.org/the-road-to-html-5-spellchecking http://www.alistapart.com/d/forward-thinking-form-validation/enhanced.html http://blog.mozilla.com/webdev/2011/03/14/html5-form-validation-on-sumo/ http://tympanus.net/Tutorials/CSS3FilterFunctionality/Seguir leyendo

Publicado en HTML5 | Deja un comentario

Introduccion a WebStorage (local y session) y WebDatabases

Hay dos Opciones: ●Web Storage->No SQL ●Web databases-> SQL WEBSTORAGE: El almacenamiento DOM(DOM Storage) es elnombre dado al conjunto de características relacionadas con e lalmacenamiento introducidas en la especificación de aplicaciones web 1.0 y ahora detalladas porseparado en su propia especificación W3C WebStorage. … Seguir leyendo

Publicado en HTML5 | Deja un comentario