Fix all broken links: absolute URLs, blog images, comment reply cleanup

This commit is contained in:
Jarvis Prime
2026-03-24 16:34:55 +00:00
parent 4a6d3bcbc0
commit d8145aaf0b
847 changed files with 40628 additions and 23672 deletions

View File

@@ -45,8 +45,8 @@ img.emoji {
<link rel='shortlink' href='index.html%3Fp=468.html' />
<link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embed%3Furl=http:%252F%252Fwww.componentowl.com%252Fblog%252Fhow-to-dynamically-resize-focused-item%252F.html" />
<link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed%3Furl=http:%252F%252Fwww.componentowl.com%252Fblog%252Fhow-to-dynamically-resize-focused-item%252F&amp;format=xml.html" />
<script type="text/javascript" src="../javascripts/plugins/jquery.validation.js"></script>
<script type="text/javascript" src="../javascripts/dextronet.js"></script>
<script type="text/javascript" src="/javascripts/plugins/jquery.validation.js"></script>
<script type="text/javascript" src="/javascripts/dextronet.js"></script>
<script type="text/javascript" src="wp-content/themes/componentowl/javascripts/theme.js"></script>
<!--[if IE 6]>
<style type="text/css">
@@ -63,7 +63,7 @@ img.emoji {
<div class="d-main">
<h1 class="blog-name"><a href="../blog.html">Owl&#039;s Blog on .NET development</a></h1>
<h1 class="blog-name"><a href="/blog.html">Owl&#039;s Blog on .NET development</a></h1>
<div class="blog-description">Component Owl codes Better ListView control all night so you don&#039;t have to.</div>
@@ -77,7 +77,7 @@ img.emoji {
Blog Post by Libor Tinka published on Thursday, 22 December 2011 in <a href="category/better-listview/index.html" rel="category tag">Better ListView</a>, <a href="category/tutorials/index.html" rel="category tag">Tutorials</a> </p>
<div class="entry">
<p><a href="../betterlistview.exe">Better ListView 2.4.0</a> now supports setting <strong>MaximumTextLines</strong> property on every item and sub-item, so you can have multi-line items each with different number text lines:</p>
<p><a href="/betterlistview.exe">Better ListView 2.4.0</a> now supports setting <strong>MaximumTextLines</strong> property on every item and sub-item, so you can have multi-line items each with different number text lines:</p>
<div id="attachment_469" style="width: 321px" class="wp-caption aligncenter"><a href="wp-content/uploads/2011/12/screen-dynamic.gif"><img class="size-full wp-image-469" title="screen-dynamic" src="wp-content/uploads/2011/12/screen-dynamic.gif" alt="Dynamic resizing of the focused item" width="311" height="163" srcset="wp-content/uploads/2011/12/screen-dynamic.gif 311w, wp-content/uploads/2011/12/screen-dynamic-300x157.gif 300w" sizes="(max-width: 311px) 100vw, 311px" /></a><p class="wp-caption-text">Dynamic resizing of the focused item</p></div>
<p>We also introduced <strong>FocusedItemChanged</strong> event, so that you can detect when focus has moved from one element (item / sub-item / group) to another.</p>
<p>These features can be combined to display only the focused item with more details to save space code of the <strong>FocusedItemChanged</strong> event handler may look like this:</p>