Syndicate content
html5 and css3 drop down menu
Fri, 07/15/2011 - 13:31

There are tons of tutorials about menus in general and drop down menus in particular, so why make a new one? Well recently i was surfing some forums and saw that a lot of people ask about that issue. i think this is a good enough reason:)

Zen coding - fast html and css
Fri, 07/15/2011 - 12:44

Zen coding is a sort of a shortcut library for writing html and css, so when you write your code it is faster and more efficient. In addition it help with writing errors like closing tags and so on.

Using custom fonts with @font-face
Tue, 01/11/2011 - 11:17

One of the most limiting factors in web design is the fonts that are available to us.A lot of times we see the use of some graphis in order to present a text with our needed font.

This option might look good but it sets us with problems:

Float to the left Flaut to the right
Tue, 12/14/2010 - 16:54

When the Internet was at its infant stage, sites was built with tables. That means the whole layout of the site was based on tables.

We will not get into why table layout is bad, but it is.

When css became the weapon of choice for web builders and designers, they started to use positioning to layout web pages. Flauts on the other hand was used mainly to position images in relation to text (just like they do in the print world).