Written in response to something Dbranes wrote.
Dbranes had responses to this.
My contact info
Email: marxvn@gmail.com
| Answers Given: | 98 (see them all) |
|---|---|
| Contests Won: | 37 |
| Prize Money Earned: | $510 |
| Questions asked: | 0 |
| Questions refunded: | 0 (see all?) |
| Is a top asker (has the power to vote on anything): | |
| Subscribes to all the discourse posted to the site?: | No |
| Country: | Vietnam |
| City: | Ninh Binh |
| Netvotes this month (upvotes minus downvotes): | 0 |
| Netvotes of all time (upvotes minus downvotes): | 0 |
| Joined the site: | July 9, 2012 |
The community is grateful to those experts who take the time to vote on questions.
This member has not made any recommendations. If you are one of the top experts, please offer one now!
Written in response to something Dbranes wrote.
Dbranes had responses to this.
<script type="text/javascript">
var active_site_questions = "{"javascriptquestions":1,"filemakeremerg":0,"symfonyexperts":1,"mysqlemergency":0,"dotheyknowaboutyou":0,"tutorruby":0,"startupquestions":0,"dpquestion":0,"wpquestions":2,"minxaweb":0,"lkrubner":0,"myhomework":0}";
</script>
<script type="text/javascript">
var active_site_questions = {"javascriptquestions":1,"filemakeremerg":0,"symfonyexperts":1,"mysqlemergency":0,"dotheyknowaboutyou":0,"tutorruby":0,"startupquestions":0,"dpquestion":0,"wpquestions":2,"minxaweb":0,"lkrubner":0,"myhomework":0};
</script>
function my_callback(object) {
// clear div makeup
jQuery('#who_is_logged_in').html(' ');
//return if object empty or not define
if (object === null || typeof object === 'undefined') return;
// do something
}
<?php
ob_start();
if ( ! defined( 'DIR' ) ) define('DIR', (($getcwd = getcwd()) ? $getcwd : '.'));
$seconds_to_cache = 60;
/* Fetch cache file on disk
* Class JG_Cache at http://www.jongales.com/blog/2009/02/18/simple-file-based-php-cache-class/
*/
$cache = new JG_Cache(DIR.'/cache');
$data_users_login = $cache->get('key', $seconds_to_cache);
if($data_users_login === FALSE) {
$_users = array(); // do something
$data_users_login = json_encode($_users);
unset($content);
$cache->set('key', $data_users_login );
}
$exp = gmdate("D, d M Y H:i:s", time() + $seconds_to_cache) . " GMT";
header("content-type: application/json");
header("Expires: $exp");
header("Pragma: cache");
header("Cache-Control: max-age=$seconds_to_cache");
echo $_GET['callback']. '('. $data_users_login . ')';
ob_end_flush();
?>
function get_users_online() {
jQuery.ajax({
url: "http://domain.com/who_is_logged_in_example.php",
cache: false,
data: {}, // some query string
dataType: "jsonp",
jsonp : "callback",
jsonpCallback: "jsonpcallback_func"
});
}
function jsonpcallback_func(data) {
// do something with the received data
}
Written in response to Please could i ask for assistance as to how an expert would visualize implementi...:
Lawrence Krubner had responses to this.
Written in response to Add_Action Wordpress Gallery to use Name Instead of Post ID:
$post_id = $wpdb->get_var($wpdb->prepare("SELECT ID FROM {$wpdb->posts} AND post_type='post' ", $Title) );
$post_id = $wpdb->get_var($wpdb->prepare("SELECT ID FROM {$wpdb->posts} AND post_type='post' ", $title) );
Written in response to Help with Flexi Quote Rotator Plugin:
<?php
.....
?>
<?php
.....
?>
Sam Nasr had responses to this.
Written in response to Category Images displayed in a dynamic grid:
Written in response to WP_Query do not include posts with certain value in custom field:
Written in response to something Lawrence Krubner wrote.
Lawrence Krubner had responses to this.
Written in response to Opencart SSL issues :
Written in response to make div width for header: