How do you manage with old HTML and CSS code?
Sometimes it happens. Sometimes you have to edit the HTML code you worte long time ago. What to do? It's an hard decision, that have to be taken individually bearing in mind the situation.
Sometimes it happens. Sometimes you have to edit the HTML code you worte long time ago. What to do? It's an hard decision, that have to be taken individually bearing in mind the situation.
Many developers employ lots of css classes when writing a web page, because they assume that the DOM will change. But have you ever thought about simplyfing your life by writing good and assume it would not change?
Dragos Dimitriu was in Prato on saturday 27 December. We cannot miss the occasion to listen him talking about Kanban.
Backend developers still rely on some old myths about HTML, that are still quite popular. But to write clean code nowadays is something essential. These are some tipsthat may help you release in the market good, semantic and modern HTML5 code.
Every time I write a new feature which involves javscript or massive css code, I need to check how much that piece of code impacts performances.
While I was searching for a tool which could retrieve some information about page load timings, I found the great phantomas. This tools is able to collect a huge amount of data regarding a specific URL. Bingo!