Category Archives: html
basic tips and tricks: 1. Basic HTML
There seems to be a big lack of knowledge in the field of basic web design, therefore I decided to write a step-by-step web design tutorial. Every post will be a new chapter in development; I will try to give … Continue reading
To reinforce our IT team, we are hiring a colleague (M/F)
As we are growing we are in need for a new junior developer to create and maintain websites. If you or someone you know is interested in this job feel free to contact us. The company is Step-@-Site and we … Continue reading
Stop JPEG and GIF, start PNG
It’s already clear that we are constantly working on applications for internet, and often those applications or websites use images. Over the years it became an evidence to use png images instead of jpeg or gif. How comes: Jpeg covers … Continue reading
Tables: use or don’t use
When creating a more complex table the last few days, I noticed that it is very useful to create them with the different additional elements: tbody, thead, tfoot, col, th, td, etc… In order to create a table in your … Continue reading