Yahoo OAuth to Import Contacts
Courtesy:-http://codeitall.wordpress.com/2012/01/21/yahoo-oauth-to-import-contacts/ This is similar to Gmail OAuth. First get the API KEY from Yahoo. Then set the application’s access on the proceding...
View ArticleInvite Friends from Gmail
Courtesy:-http://www.a2zwebhelp.com/invite-friends-from-gmail Google has introduced OAuth 2.0 and OAuth 1.0 has been officially deprecated as of April 20, 2012. So let us create a program to invite...
View ArticleArticle 2
Courtesy:-http://25labs.com/import-gmail-or-google-contacts-using-google-contacts-data-api-3-0-and-oauth-2-0-in-php/ First, let me introduce what Contacts Data API and OAuth is. OAuth OAuth (Open...
View ArticleHotmail Contact list reader API in php (MSN Oauth)
Courtesy:-http://www.walkswithme.net/hotmail-contact-list-reader-api-in-php-msn-oauth Hotmail Contact list reader API or MSN Oauth API is used for importing the contact list from MSN account .Now these...
View ArticlePHP Random Number / String Generator
Courtesy:-http://hayageek.com/php-random-number/ In PHP Random Number Generator, I have explained how to Generate a random number with in a range / Generate a random string with given length.In PHP,...
View ArticleWordPress Interview Question Answers
Courtesy:-http://www.excellentwebworld.com/wordpress-interview-question-answer/ WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free...
View ArticleCommon Ports
Common Ports 20 FTP data (File Transfer Protocol) 21 FTP (File Transfer Protocol) 22 SSH (Secure Shell) 23 Telnet 25 SMTP (Send Mail Transfer Protocol) 43 whois 53 DNS (Domain Name Service) 68 DHCP...
View ArticleDifferences between MySQL and SQL
MySQL and SQL Server are the two leading databases that support front end applications related to various domains. The differences between MySQL and SQL Server are listed below: MySQL SQL Server MySQL...
View ArticleWhat is IP(Internet Protocol)?
1. Short for Internet Protocol address, an IP address is an address of a computer or other network device on a network using TCP/IP. For example, the number “69.72.169.241″ is an example of such an...
View ArticleWhat are the difference between DDL, DML and DCL commands?
DDL Data Definition Language (DDL) statements are used to define the database structure or schema. Some examples: CREATE – to create objects in the database ALTER – alters the structure of the...
View Article