Web development Techniques
Tuesday, 16 July 2013
Post by distance using "Post's custom Fields latitude & longitude " in wordpress
›
Just Copy the below query to find post on the basis of distance by using Post's custom field latitude & logitude. "SELECT p...
Monday, 26 November 2012
Change password function in wordpress
›
function wp_set_password($password,$user_id) { global $wpdb; $newpassword = ltrim( $_POST['newpassword']) ; ...
14 comments:
Sunday, 14 October 2012
Loading overlay before page complete load
›
Place the below code at the top of your respective page and copy image to your image folder. Then load your page again. <style> ...
Tuesday, 26 June 2012
Convert milliseconds in to days,hours,minute, seconds
›
var now = new Date(); // Return current date and time var future = new Date(now.setHours(now.getHours()+24)); // add 24 hours...
1 comment:
Substract date in js
›
var now = new Date(); //It will give the current date and time in default format. var future = new Date(now .setHours(n...
›
Home
View web version