Tag Archives: css

Basic tips and tricks: 4.Css

Hello everybody, I’m back with another version of basic tips and tricks. After having a talk with a client, about the basic on css, I thought it might be good to have an easy introduction. So let’s give it a … Continue reading

Posted in General, Tips and Tricks | Tagged , , , , , | Leave a comment

enhance your css

Writing css code isn’t that hard, it’s easy, clean but can be a pain in the ass to keep it readable when you have hundreds or maybe thousands of lines of code. When sticking to specific rules it can all … Continue reading

Posted in css, General, Javascript, Symfony | Tagged , , , | Leave a comment

layout inspiration

A lot of programmers seem to hate the layout part of the job. Well if you work in a big company you probably won’t do the two jobs, but in some cases, or when you work in a small company … Continue reading

Posted in css, Layout | Tagged , , | Leave a comment

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

Posted in css, html, Tips and Tricks | Tagged , , , , | Leave a comment

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

Posted in css, html | Tagged , , , | Leave a comment