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