PHP is a popular web programming language that has been used in millions of website. Below are some simple tips of improving the PHP script, which can make the …
Google adsense is a great tool to earn some pocket cash though displaying advs on websites (e.g. blogs). It is a contextual displaying platform which only displays advs related …
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 global attribute contenteditable is now supported in all major browsers (e.g. IE, firefox, chrome etc) in HTML5 definitions. It is used to specify whether a HTML tag is …
Python provides a module timeit which allows quick timing of a piece of code. The straightforward example is given below. import timeit bar = timeit.Timer("a += 1", "a = …
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 …