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/02/blogger-url-shortcut-script.html
https://xmlexpr.blogspot.com/2024/01/styling-post-summary.html
https://xmlexpr.blogspot.com/
https://xmlexpr.blogspot.com/2024/09/header-widget.html
Header Widget
February 20, 2025
2025
February
20
12:48 PM
Blogger Header
widget default markup.
Here's the header widget data from my source code. There may be unnecessary classes and wrappers.
<b:defaultmarkups><b:defaultmarkup type="Header">
<!-- main -->
<b:includable id="main" var="this">
<b:include cond='data:imagePlacement in {"REPLACE", "BEFORE_DESCRIPTION"}' name='image'/>
</b:includable>
<!---->
<b:includable id="title">
<h1>
<data:title/>
</h1>
</b:includable>
<!---->
<b:includable id="description">
<p>
<data:this.description/>
</p>
</b:includable>
<!---->
<!---->
<b:includable id="image">
<div class="wgHeaderLogo d-flex justify-content-center gap-half flex-wrap">
<a class="d-inline-flex MTIyNTg4MjQ" expr:href="data:blog.homepageUrl">
<div class="d-flex gap-half flex-wrap justify-content-center">
<b:include data="{
image: data:image,
altText: data:blog.title.escaped,
originalWidth: data:width,
originalHeight: data:height
}" name="responsiveImage"/>
<b:if cond='data:imagePlacement == "BEFORE_DESCRIPTION"'>
<div class="d-flex flex-col justify-content-center">
<b:include name="title"/>
<b:include name="description"/>
</div>
</b:if>
</div>
</a>
</div>
</b:includable>
</b:defaultmarkup></b:defaultmarkups>
https://www.blogger.com/rpc_relay.html
https://www.blogger.com/comment/frame/220561901913020919?po=2987319847750598047&hl=en&saa=85391&origin=https://xmlexpr.blogspot.com&skin=contempo
https://xmlexpr.blogspot.com/2024/09/header-widget.html#comments
true
https://xmlexpr.blogspot.com/search/label/%40lvc
@lvc
https://xmlexpr.blogspot.com/search/label/widget-data
widget-data
https://xmlexpr.blogspot.com/2025/02/blogger-url-shortcut-script.html
https://xmlexpr.blogspot.com/2024/01/styling-post-summary.html
https://xmlexpr.blogspot.com/