Category Archives: css

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

why emails get blocked by spam filters

How is it possible that my emails are blocked by spam filters? I got this question from a few friends and a client and this are the things you can do: Check your newsletter/email on a spam checker tool Programmers … Continue reading

Posted in css, html, Layout | 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: 3.Forgotten form attributes

A lot of people create easy forms but don’t think it trough before designing the page. I listed 5 useful attributes/elements a lot of people intend to forget or simply don’t know why they are using it. Use get or … Continue reading

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

basic tips and tricks: 2. DIV vs. TABLE

A lot of people don’t really know when to use what kind of elements to build up an HTML page therefore I would like to take the time to explain tables and div elements. Tables are created to display data, … Continue reading

Posted in css, html, Tips and Tricks | 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

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

Posted in css, database, html, Javascript, mysql, php | Tagged , , , , | Leave a comment

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

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

Symfony: How to refactor

Last year, my team and I, needed to create a new web application. We decided to make use of a well known PHP framework called Symfony. Not because some say this is the best framework, but because … It is … Continue reading

Posted in css, Jquery, php, Symfony | Tagged , , , , , | 1 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