Archive for October, 2011

Still many of you don’t know how to use Ajax, some of you who know how to use it are using it by the old XMLHttpRequest() object. Do you know jQuery makes it really easy to make a Ajax request. Here we will first make a jQuery Ajax post request and display the response from  [ Read More ]

Many of you wanted to use the WordPress login in your wordpress plugin or theme. WordPress made it really easy so that user can login to wordpress by using your wordpress plugin or theme. How to do it? Just be with me till the end of this post Few things you should know:- get_site_url() :-  [ Read More ]