Nov 15, 2013
If you are using Codeigniter (PHP Framework) you are noticed that by default index.php will be included with your URL. But you can easily remove..
Read moreOct 03, 2013
The robots.txt file is used to instruct search engine robots about what pages on your website should be crawled and consequently indexed. Most websites have..
Read moreAug 07, 2013
Sometimes you need to re-index a numerically indexed array after removing elements from it. Actually if you remove one or more elements from the middle..
Read moreJul 31, 2012
Adding your site to the Google Index means that viewers who use that search engine will have your website as an option when looking up..
Read moreJul 17, 2012
In Python, there is no such thing as an array. Instead, we have lists, which are even more flexible. In arrays, you can only have..
Read more