web dev notes

HTML5 template - Structure and Tags

October 08, 201603:54

Take pen and paper and just write it on… or better take your favourite editor and create a new file. Basic structure. The following declaration will declare the file you’re writting as an HTML5 document.

HTML Documents

September 15, 201615:51

The undervalued static web sites

July 25, 201615:38

When you are going to build a new web site, most of times you go through it thinking about the technology you’ll use to build it. Maybe you want to be on the cutting edge and you’ll use the latest or rarest content management system like Ghost or maybe you’ll use a wide extended system and full of available plugins (I’ve a mention about these later) like Wordpress.

Building a JSF composite component

July 16, 201620:58

Since the version 2.2 of the JSF specification build composite components is a really easy thing to do. I will describe here how we implemented one to reuse a piece of UI in many pages. From the answer of this StackOverflow question I’d learned about how to create the java part of this example.

Copyright © 2020 jmtalarn., Built with Gatsby