All posts by PF
As heard on Intergalactic Gary Dj Set @ DT CAMP 2019
t_error 404 – Dream Of Electric Sheep
t_error 404 – Dream Of Electric Sheep
As heard on https://soundcloud.com/digitaltsunami/intergalactic-gary-dj-set-dt-camp-2019#t=42:12
STRANGEBIRDS – BIRDSHIT3
As heard on https://soundcloud.com/moog-club-bcn/mick-wills-for-cult-moog-15062019-barcelona (20:28)
Ajax Error Unsupported Media Type
$.ajax({
(...)
datatype:'json',
contentType:'application/json',
data:JSON.stringify(data),
(...)
})
add postmeta on wp admin
add_filter('manage_post_posts_columns', function($columns) {
return array_merge($columns, ['source_domain' => __('URL', 'textdomain')]);
});
add_action('manage_post_posts_custom_column', function($column_key, $post_id) {
if ($column_key == 'source_domain') {
$source_domain = get_post_meta($post_id, 'source_domain', true);
//if ($source_domain == 1) {} else {}
echo $source_domain;
}
}, 10, 2);
As seen on
PHP MySQL to MySQLi migration shim library
odysee.com


lbry.tv is being retired in favor of odysee.com You will have to switch to the desktop app or odysee.com in the near future. Your existing login details will work on odysee.com and all of your and other settings will be there.
facebook api repost post
While facing daily work problems, i’v came upon this interesting post…
Here is the link to the main page https://www.technicallyproduct.co.uk/
Nice work! (added it to techblogs page)
my first transfer to cloudflare.com
