Wednesday, August 1, 2012

WordPress Social Login

If you are looking for awesome plugin for social network login plugin the please follow the below link, its awesome plugin
http://wordpress.org/extend/plugins/wordpress-social-login/

Sunday, July 22, 2012

Making connection to database in Wordpress for Ajax files


include_once('../../../../wp-config.php');
include_once('../../../../wp-load.php');
include_once('../../../../wp-includes/wp-db.php');

Friday, July 20, 2012

Web 3.0 Concepts Explained in Plain English (Presentations)

Web 1.0 – That Geocities & Hotmail era was all about read-only content and static HTML websites. People preferred navigating the web through link directories of Yahoo! and dmoz.
Web 2.0 – This is about user-generated content and the read-write web. People are consuming as well as contributing information through blogs or sites like Flickr, YouTube, Digg, etc. The line dividing a consumer and content publisher is increasingly getting blurred in the Web 2.0 era.
Web 3.0 – This will be about semantic web (or the meaning of data), personalization (e.g. iGoogle), intelligent search and behavioral advertising among other things.
If that sounds confusing, check out some of these excellent presentations that help you understand Web 3.0 in simple English. Each takes a different approach to explain Web 3.0 and the last presentation uses an example of a "postage stamp" to explain the "semantic web".

Monday, June 25, 2012

Wordpress Development

Great website for wordpress developers where you can find lot of plugins... below is the link of the website
http://www.gopiplus.com/work/

How to change the PHP version for subfolders or subdomains

  How to change the PHP version for subfolders or subdomains Setting a specific PHP version for a specific websites, subfolders or subdomain...