What 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 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 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 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 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 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 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 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 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 ArticleYahoo 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 ArticleGet the contacts list from Yahoo Account
Courtesy:-http://www.idiotminds.com/get-the-contacts-list-from-yahoo-account/ Now a days,website s are widely using the open invite system .Here,We used Yahoo Oauth for getting the contacts list from...
View ArticleEasier Theme Development with Sample WordPress Content
Courtesy:-http://wpcandy.com/made/the-sample-post-collection/ Developing a theme for public release isn’t an easy task. When you’re the only one using your theme you don’t have to worry about...
View Article40 Awesome jQuery Plugins You Need to Check Out
Courtesy:-http://designshack.net/articles/javascript/40-awesome-jquery-plugins-you-need-to-check-out/ The jQuery developer community has to be one of the most generous and hardworking group of people...
View ArticleHow to enable php short tags with .htaccess or with php.ini
Sometimes when we don’t have access to modify configurations on server like in php.ini file and we still need to enable short tags for our php code. We can do it by .htaccess file. If you have not...
View Article10+ jQuery Selectbox/Drop-down Plugins
Web developers and designers may need these very helpful jQuery plugins, so I’ve compiled a list of 10+ jQuery Selectbox/Drop-down Plugins. Enjoy! Update 12/12/2013: Added 16. Selectric. Update...
View ArticleCustom Controls in WP Admin
Introduction WordPress 3.4 has a fucking cool new feature on the themes page. Next to each theme theres a preview or a customize link that pops up a new overlay that lets the user live edit their...
View ArticleAdding a logo uploader to your WordPress theme with the Theme Customizer
Let’s create a logo uploader using the new Theme Customizer, which was released with WordPress 3.4. This will allow users to place an image in our theme’s header; if no logo has been uploaded, we’ll...
View ArticleQuery or show a specific post in wordpress
If you are looking for php code or a plugin for your WordPress that takes a post ID and returns the database record for that post then read on. This is very helpful when you want to show a specific...
View Article10 Responsive Navigation Solutions and Tutorials
As responsive design rapidly increases in popularity, we felt we would take a look at some of the varied solutions and techniques that are being adopted for managing the navigation/menu on smaller...
View ArticleBrowser Specific CSS
CSS Browser Selector is a very small javascript with just one line which empower CSS selectors. It gives you the ability to write specific CSS code for each operating system and each browser. EXAMPLE...
View Article