Skip to main content

Rand mm 16

https://hackernoon.com/you-dont-need-to-know-dependency-injection-2e9d2ba1978a

https://en.wikipedia.org/wiki/Dependency_injection
https://stackoverflow.com/questions/4837006/how-to-get-the-current-page-name-in-wordpress

https://wordpress.stackexchange.com/questions/21418/why-isnt-is-page-working-when-i-put-it-in-the-functions-php-file

https://blog.algolia.com/master-git-rebase/

https://stackoverflow.com/questions/4210042/how-to-exclude-a-directory-in-find-command
https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface

https://www.dailymotion.com/video/x7t86r

$args = array(
'post_type' => 'studio',
'meta_query' => array(
array(
'key' => 'slug',
'value' => $wpdb->_real_escape($studio_slug),
'compare' => '=',
)
)
);
$query = new WP_Query($args);
https://archive.org/details/01.ShootToThrill

https://songmeanings.com/songs/view/3530822107858620128/


what a hosting provider need ? try a company in VN.
https://makersrow.com/blog/2017/03/tips-on-starting-a-factory/#

https://bizfluent.com/how-7273163-start-electronic-repair-business.html

https://www.profitableventure.com/starting-an-electronic-repair-shop-business/
https://howtostartanllc.com/business-ideas/electronic-repair
https://www.my-business-plans.com/starting-an-electronics-repair-business/

business blood boiling


New color code for distingue disposable plastic bag. Color or may be shape.
The distingue may be helpful in many case, for example when nilon is used for permanent purpose like rope, water leak ...
It seem not easy to distingue disposable plastic (?). If yes then it should be have some way to dertermine  what is what to avoid mis-used.
Disposable plastic seem more opaque than nilon.
Free env friendly bag is a good idea (may be bad for business :)

update wp_options set option_value = '' where option_name = 'rewrite_rules';

https://makersrow.com/blog/2017/03/tips-on-starting-a-factory/
https://wordpress.stackexchange.com/questions/71406/is-there-a-flowchart-for-wordpress-loading-sequence
https://wordpress.stackexchange.com/questions/61244/wp-enqueue-style-on-specific-page-templates
https://dobsondev.com/2015/06/05/conditionally-enqueue-stylesheet-into-wordpress-for-certain-page/


Seem complex WP
https://wordpress.stackexchange.com/questions/126834/template-tags-vs-get-template-part-vs-functions-php

enqueue part vs inline or function.
script vs <link>

https://blog.templatetoaster.com/wordpress-custom-header-per-page/
https://stackoverflow.com/questions/4114095/how-to-revert-a-git-repository-to-a-previous-commit

https://knowthecode.io/timing-mistakes-removing-wordpress-callback-hook

http://instantclick.io/#note-latency

Yeah, hook + filter is a tool (somehow) or a mechanism, so understanding not only how to use it but also the way it constructed is helpful.
My skull head seems to slow to capture these technique and often forgot thing :)
https://github.com/tormjens/eventy


https://wordpress.stackexchange.com/questions/36013/remove-action-or-remove-filter-with-external-classes
https://www.sitepoint.com/wordpress-hook-system/

https://usersinsights.com/wordpress-user-login-hooks/
https://calderaforms.com/2016/11/how-to-load-custom-javascript-in-wordpress/

select p.ID, p.post_name, pm1.meta_value, pm1.post_id
FROM
    f45_posts p,
    f45_postmeta pm1,
    f45_postmeta pm2
WHERE
    p.ID = pm1.post_id
    AND pm1.post_id > pm2.post_id
    AND pm1.meta_key = 'slug'
    AND pm1.meta_key = pm2.meta_key
    AND pm1.meta_value = pm2.meta_value
function add_data_no_instant_attribute($tag, $handle) {
if ( 'my-js-handle' !== $handle )
return $tag;
return str_replace( ' src', ' async="async" src', $tag );
}
add_filter('script_loader_tag', 'add_async_attribute', 10, 2);
wp_register_script('my-js-handle', $src, $deps, $ver, $in_footer);

https://wordpress.stackexchange.com/questions/82490/when-should-i-use-wp-register-script-with-wp-enqueue-script-vs-just-wp-enque
https://matthewhorne.me/defer-async-wordpress-scripts/
https://stackoverflow.com/questions/38946056/structuring-and-styling-gulp-sass-output

another gulp cb stag

https://support.advancedcustomfields.com/forums/topic/what-does-the_row-return/

http://www.fixya.com/support/t255653-syncmaster_paower_button_blinking_no
http://www.fixya.com/support/t255653-syncmaster_paower_button_blinking_no
https://www.cnet.com/forums/discussions/samsung-syncmaster-2333-no-response-blinking-blue-light-368409/
https://tiktokapi.ga/user_posts.php?user_id=41837337
https://medium.com/@szdc/reverse-engineering-the-musical-ly-api-662331008eb3

mysql> select p.ID, p.post_title , p.post_status, pm.meta_value  from f45_posts p, f45_postmeta pm where p.id = pm.post_id and pm.meta_key = '_wp_page_template' and pm.meta_value like '%standalone%' limit 20;


Comments

Popular posts from this blog

AWS Elasticache Memcached connection

https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/accessing-elasticache.html#access-from-outside-aws http://hourlyapps.blogspot.com/2010/06/examples-of-memcached-commands.html Access memcached https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/GettingStarted.AuthorizeAccess.html Zip include hidden file https://stackoverflow.com/questions/12493206/zip-including-hidden-files phpmemcachedadmin ~ phpMyAdmin or phpPgAdmin ... telnet mycachecluster.eaogs8.0001.usw2.cache.amazonaws.com 11211 stats items stats cachedump 27 100 https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/VPCs.EC.html https://lzone.de/cheat-sheet/memcached VPC ID Security Group ID (sg-...) Cluster: The identifier for the cluster memcached1 Creation Time: The time (UTC) when the cluster was created January 9, 2019 at 11:47:16 AM UTC+7 Configuration Endpoint: The configuration endpoint of the cluster memcached1.ahgofe.cfg.usw1.cache.amazonaws.com:11211 St...

Notes Windows 10 Virtualbox config, PHP Storm Japanese, custom PHP, Apache build, Postgresql

 cmd => Ctrl + Shift + Enter mklink "C:\Users\HauNT\Videos\host3" "C:\Windows\System32\drivers\etc\hosts" https://www.quora.com/How-to-create-a-router-in-php https://serverfault.com/questions/225155/virtualbox-how-to-set-up-networking-so-both-host-and-guest-can-access-internet 1 NAT + 1 host only config https://unix.stackexchange.com/questions/115464/how-to-properly-set-up-2-network-interfaces-in-centos-running-in-virtualbox DEVICE=eth0 TYPE=Ethernet #BOOTPROTO=dhcp BOOTPROTO=none #IPADDR=10.9.11.246 #PREFIX=24 #GATEWAY=10.9.11.1 #IPV4_FAILURE_FATAL=yes #HWADDR=08:00:27:CC:AC:AC ONBOOT=yes NAME="System eth0" [root@localhost www]# cat /etc/sysconfig/network-scripts/ifcfg-eth1 # Advanced Micro Devices, Inc. [AMD] 79c970 [PCnet32 LANCE] DEVICE=eth1 IPADDR=192.168.56.28 <= no eff => auto like DHCP #GATEWAY=192.168.56.1 #BOOTPROTO=dhcp BOOTPROTO=static <= no eff ONBOOT=yes HWADDR=08:00:27:b4:20:10 [root@localhost www]# ...

Rocket.Chat DB schema

_raix_push_notifications avatars.chunks avatars.files instances meteor_accounts_loginServiceConfiguration meteor_oauth_pendingCredentials meteor_oauth_pendingRequestTokens migrations rocketchat__trash rocketchat_cron_history rocketchat_custom_emoji rocketchat_custom_sounds rocketchat_import rocketchat_integration_history rocketchat_integrations rocketchat_livechat_custom_field rocketchat_livechat_department rocketchat_livechat_department_agents rocketchat_livechat_external_message rocketchat_livechat_inquiry rocketchat_livechat_office_hour rocketchat_livechat_page_visited rocketchat_livechat_trigger rocketchat_message rocketchat_oauth_apps rocketchat_oembed_cache rocketchat_permissions rocketchat_raw_imports rocketchat_reports rocketchat_roles rocketchat_room rocketchat_settings rocketchat_smarsh_history rocketchat_statistics rocketchat_subscription rocketchat_uploads system.indexes users usersSessions https://rocket.chat/docs/developer-guides/sc...