Rough Timeline of Web Technologies
1991 – HTML 1994 – HTML 2 1996 – CSS 1 + JavaScript 1997 – HTML 4 1998 – CSS 2 2000 – XHTML 1 2002 [...]
1991 – HTML 1994 – HTML 2 1996 – CSS 1 + JavaScript 1997 – HTML 4 1998 – CSS 2 2000 – XHTML 1 2002 [...]
Internet Explorer 8 is out, with a couple of rendering modes, that will take time to handle. As you know, IE8 renders pages in standards [...]
This one is a good example for encrypting a password. $email = $_POST['email']; $password = $_POST['password']; $salt = rand(0, getrandmax()); [...]
Thought I’d share some tips that you can apply for performing your own SEO on your website. This is meant to be a very basic guide [...]