Thursday, March 1, 2012

Now track your Twitter, Feedburner and Delicious Count of website & blog with PHP script

Now track your Twitter,Feedburner and Delicious Count of website & blog with PHP script.It is needed to have SimpleXML and JSON supports in webserver.The output is stored in an array.Just it needs to do is to replace $username and $url variables to own setting.Check bellow:-
//Grab Twitter
$username = 'quenesswebblog';   /* Twitter username */
$api_page = 'http://twitter.com/users/show/' . $username;
$xml = file_get_contents ( $api_page );
$profile = new SimpleXMLElement ( $xml );
$count = $profile->followers_count;
 
$data['twitter'] = $count;
 
//Grab Feedburners
$username = 'queness'/* feedburner feed name */
$xml = file_get_contents ( $api_page );
$profile = new SimpleXmlElement($xml, LIBXML_NOCDATA);
$rsscount = (string) $profile->feed->entry['circulation'];
 
$data['rss'] = $rsscount;  
 
//Grab Delicious
$url = 'www.queness.com';   /* url */
$json = file_get_contents ( $api_page );
$json_output = json_decode($json, true); 
 
$data['delicious'] = $json_output[0]['total_posts'];
 
 
print_r($data);

N.B.[This code snippet was taken from Kevin Liew who is a web designer and developer and keen on contributing to the web development industry]

Monday, June 20, 2011

China has launched its new high-speed train which covers the distance between Shanghai and Beijing in five hours.

One-way ticket prices will range between $63 and $210, and the train runs between 250 and 300 kilometres per hour on the $33 billion new link, although the line is designed for a maximum speed of 380 kph.
China has invested heavily in its high-speed rail network, which reached 8,358 kilometres at the end of 2010 and is expected to exceed 13,000 kilometres by 2012 and 16,000 kilometres by 2020.

Monday, May 16, 2011

The vacancies in Education sector are being recruited to continue the development of the society

Education is the most important need for growth in terms of personal, social and professional. Govt supports Education sector with more concentration to enroll the school age children into Govt schools. 

GOOGLE REQUESTED ACTION : Please make all necessary changes in the next 72 hours.

Google notification "During a recent review of your account we found that you are currently displaying Google ads in a manner that is not compliant with our program policies."