Every browser has different margin and padding values that are set as default. Thats why we prefer to reset all values before building up a site. Most of people add,
* {margin:0; padding:0; border:0}
to the top of their CSS file to reset everything. But do you really thing that it is enough to reset everything? Use [...]
We need images whether while designing a website or writing a blog entry. To add pictures in blog entries can get your readers more involved into your posts. But the fact, all available images in the internet are not free-to-use.
So, here in this post I listed 10 most popular free stock photography sources.
There is a huge list of things that you can do with .htaccess file like protecting folders with a password, redirecting your visitors, custom error messages, banning certain IP address or only allowing users with certain IP address, to stop directory listing, etc… In this article I am going to explain how to create your [...]