Posts Tagged ‘javascript’

22


June

Detect the user’s browser with javascript

A big and boring problem for the designers is the cross-browser compatibility, expecially with the Microsoft explorer, because, as everyone knows, Microsoft is still living in his own world and not in the w3c standard world … Anyway this is one of the most frustrating situation that we must resolve when we are working on a new layout.
The solution used by the designer are : hacks, workaround and different stylesheet for the different browser(usually only the Microsoft browsers). (more…)

16


June

How to send a mail with php ajax and jquery in facebook style

One of the website that I love is facebook. I’m not talking about the social network, well I like this social network, but I prefer twitter and linkedin for “professional use”, but this is another question, because I’m talking about the design.:)

The use of web 2.0 effects and Ajax make this web site on of my favourites.

With this tutorial I will explain you how to create a message mail system like Facebook. (more…)