Category Archives: html
html 5 experiment
This is super cool!!!! 9Elements created a completely html page containing nothing more then Javascript and some of the tags that are created in the new HTML version. This is really amazing as it is really the first time that … Continue reading
the future of web development
It is always hard to tell what the future will bring, especially in a world where everything is evolving so quickly. But it’s always good to know what libraries, languages or applications will influence the way we work or the … Continue reading
What browser should you use?
Over the years we have tried to create websites that are displayed correctly on every browser, and sometimes we did manage to get it correct. But it isn’t that easy to get your application configured and coded so that all … Continue reading
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
Select element, return 2 values
I had a problem earlier today: I needed to have a select box that returns 2 or more values in stead of 1. I got this far: The value of the options gets the id of the item that is … Continue reading
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
Jobeet
Symfony, ah we just love the framework… A year ago we started using this php framework and we wrote a post on it a few months ago (read). In 2005 the creators of Symfony wrote a step by step tutorial … Continue reading
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