A Web Crawler is a program that crawls through the sites in the Web and find URL’s. Normally Search Engines uses a crawler to find … Read more “Create A Simple Web Crawler in php”
The Float And Clearfix
1. All floated elements are like ‘td’ (Columns) which must be wrapped in a ‘tr’ (Row) that it would not affect other elements. So the … Read more “The Float And Clearfix”
Open Source Contribution: A feeling from inside
I always wanted to contribute something to IT industry as most of the people do but it was very hard to decide from where to … Read more “Open Source Contribution: A feeling from inside”
Centering An Element Horizontally And Vertically
Horizontally Centering an element Normally text and other inline elements like img tag and inline-block elements align in center by putting text-align:center on their parent … Read more “Centering An Element Horizontally And Vertically”