JavaScript Object.observe()
Object.observe() is a part of ECMA7Script7 ,is now landed in chrome36 . This is a method for asynchronously observing changes to javaScrip......
9 Years Ago
A Counter Script In PHP
Below given script can be used as a counter.The value of the counter variable($dat) will be incremented each time it executes.. if (fi......
13 Years Ago
php script to count the no of days to a date in the future
The below given php script count and display the no of days to a specific date in the future... < ? php $d=date("d"); ......
13 Years Ago
Python script to get the webpage source
Here is the python script to get the source code of any web page..all you need is to edit the url in the script. import urllib filehand......
13 Years Ago