Tag: php
August 14, 2012
code, code library, FTP, HTML5, http, implementation, php, programming languages, SEO, tricks, web programming
I have been doing some SEO (Search Engine Optimisation) work lately to my website and now the page speed has improved quite a lot. In , it describes the …
The Iterator is an interface for external iterators or objects that can be iterated themselves internally. In PHP, it is defined as follows. Iterator extends Traversable { /* Methods …
Caching the pages will improve the overall site speed. For example, if you have lots of pages that do not update frequently, you can cache these pages into static …
August 5, 2012
algorithms, batch script, beginner, brute force, FTP, http, I/O File, php, programming languages, recursive, technical, tools / utilities
Most of the web hosting company does not provide unlimited FTP spaces. In order to monitor the usage, you can login to web-based control panel and view the usage …
301 and 302 redirects are quite an important topic in the SEO (Search Engine Optimization). 301 creates the redirect telling the search engines that the link has moved to …