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-label-widget.html
https://xmlexpr.blogspot.com/2025/01/partially-hide-blogger-post-labels.html
https://xmlexpr.blogspot.com/
https://xmlexpr.blogspot.com/2025/01/blogger-post-label-alias.html
Display Alias for Blogger Post Label
January 19, 2025
2025
January
19
05:05 AM
How to display a different name for Blogger post label.
Use case:
You want to use code names for labels, e.g. "a1" instead of "Productivity Tips".
Markup Code
Put this before </body>
tag.
<b:defaultmarkups>
<b:defaultmarkup type='Common'>
<!-- # alias -->
<b:includable id='_labelAlias'>
<b:switch var='data:name'>
<b:case value='a1'/>Productivity Tips
<b:case value='a2'/>Blogging Tips
<!-- add more cases -->
<!-- display label name as is -->
<b:default/><data:name/>
</b:switch>
</b:includable>
</b:defaultmarkup>
</b:defaultmarkups>
Then, pass in data:posts[i].labels[i].name
to the following tag.
<b:include name='_labelAlias' data='{ name: data:label.name }'/>
https://www.blogger.com/rpc_relay.html
https://www.blogger.com/comment/frame/220561901913020919?po=3684618787351570722&hl=en&saa=85391&origin=https://xmlexpr.blogspot.com&skin=contempo
https://xmlexpr.blogspot.com/2025/01/blogger-post-label-alias.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-label-widget.html
https://xmlexpr.blogspot.com/2025/01/partially-hide-blogger-post-labels.html
https://xmlexpr.blogspot.com/