Quick Start Labels
Reading List
https://jackwhiting.co.uk/posts/lazy-loading-vanilla-js-with-webpack-laravel-mix
https://medium.com/free-code-camp/reducing-css-bundle-size-70-by-cutting-the-class-names-and-using-scope-isolation-625440de600b
Libraries
https://github.com/verlok/vanilla-lazyload
Developer Resources
https://webpack.js.org/configuration/output/
https://web.dev/articles/preload-critical-assets
Reading List
https://www.codemzy.com/blog/how-to-name-webpack-chunk
How to name a webpack chunk (including split and common chunks)
Reading List
Sidebar Labels
https://xmlexpr.blogspot.com/2025/01/blogger-post-label-alias.html
https://xmlexpr.blogspot.com/2025/01/blogger-post-last-updated-date.html
https://xmlexpr.blogspot.com/
https://xmlexpr.blogspot.com/2025/01/partially-hide-blogger-post-labels.html
Partially Hide Blogger Post Labels
January 19, 2025
2025
January
19
04:27 AM
How to partially hide Blogger post labels (template code).
First, create a list of labels that you want to hide.
<b:with var='hiddenLabels' value='[
"WIP",
"series-1",
"series-15",
]'>
<!-- ... -->
</b:with>
Then, use not in
lambda expression on post[i].labels
to exclude them.
<b:with var='hiddenLabels' value='[
"WIP",
"series-1",
"series-15",
]'>
<!-- display all labels except hidden ones -->
<b:loop values='data:post.labels where (label => label.name not in data:hiddenLabels)' var='label'>
<data:label.name/>
</b:loop>
</b:with>
https://www.blogger.com/rpc_relay.html
https://www.blogger.com/comment/frame/220561901913020919?po=8448405977722932913&hl=en&saa=85391&origin=https://xmlexpr.blogspot.com&skin=contempo
https://xmlexpr.blogspot.com/2025/01/partially-hide-blogger-post-labels.html#comments
true
https://xmlexpr.blogspot.com/search/label/%40lvc
@lvc
https://xmlexpr.blogspot.com/search/label/widget-customization
widget-customization
https://xmlexpr.blogspot.com/2025/01/blogger-post-label-alias.html
https://xmlexpr.blogspot.com/2025/01/blogger-post-last-updated-date.html
https://xmlexpr.blogspot.com/