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

Posted in General, html, Javascript, Languages, Layout | Tagged , , | Leave a comment

The future of Web: HTML 5 by Google

Posted in General, html, Languages | Tagged , | 1 Comment

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

Posted in General, html, Javascript, php | Tagged , , , , | 1 Comment

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

Posted in General, html, Javascript, Jquery | 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

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

Posted in html, Jquery | Tagged , , , , , | 7 Comments

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

hints for lists

We are, on a daily basis, creating lists and overviews for users, but it isn’t that easy to create a simple efficient list that is easy to use and has a nice layout. So what are the things that have … Continue reading

Posted in html | Tagged , , | Leave a comment

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

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