A

Abdul Khader Pallippath's Techyupdates

blog which discusses anything and everything about
technology

  • Rated1.8/ 5
  • Updated 9 Years Ago

Recent blog posts from Techyupdates


JavaScript Object.observe()
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
BlogAdda
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......
12 Years Ago
BlogAdda
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");          ......
12 Years Ago
BlogAdda
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
BlogAdda