Category Archives: Layout

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

Sumo Paint

A few weeks ago I read an article on the web about the website SumoPaint, an online flash based paint utility. The first launch was in June this year and since then they evolved to version 0.60 (still in beta … Continue reading

Posted in photoshop | 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

Photoshop actions

Everybody who uses Photoshop knows the advantage of using actions and since a long time I was creating my own actions when for example trying to resize a lot of images at once. An action is nothing more than a … Continue reading

Posted in photoshop | 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