<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Recreonics</title>
	<atom:link href="https://devrecreonics.node3.lougcloud.com/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Commercial and Institutional Swimming Pool Equipment, Products and Supplies</description>
	<lastBuildDate>Fri, 20 Feb 2026 01:37:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Post With Markup</title>
		<link>https://devrecreonics.node3.lougcloud.com/post-with-markup-7/</link>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Fri, 20 Feb 2026 01:37:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://devrecreonics.node3.lougcloud.com/?p=41607</guid>

					<description><![CDATA[<p>Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay [&#8230;]</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/post-with-markup-7/">Post With Markup</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Headings</h2>
<h1>Header one</h1>
<h2>Header two</h2>
<h3>Header three</h3>
<h4>Header four</h4>
<h5>Header five</h5>
<h6>Header six</h6>
<h2>Blockquotes</h2>
<p>Single line blockquote:</p>
<blockquote><p>Stay hungry. Stay foolish.</p></blockquote>
<p>Multi line blockquote with a cite reference:</p>
<blockquote><p>People think focus means saying yes to the thing you&#8217;ve got to focus on. But that&#8217;s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I&#8217;m actually as proud of the things we haven&#8217;t done as the things I have done. Innovation is saying no to 1,000 things.</p></blockquote>
<p><cite>Steve Jobs</cite> &#8211; Apple Worldwide Developers&#8217; Conference, 1997</p>
<h2>Tables</h2>
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th><a href="http://example.org/">John Doe</a></th>
<td>$1</td>
<td>Because that&#8217;s all Steve Jobs needed for a salary.</td>
</tr>
<tr>
<th><a href="http://example.org/">Jane Doe</a></th>
<td>$100K</td>
<td>For all the blogging she does.</td>
</tr>
<tr>
<th><a href="http://example.org/">Fred Bloggs</a></th>
<td>$100M</td>
<td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>
</tr>
<tr>
<th><a href="http://example.org/">Jane Bloggs</a></th>
<td>$100B</td>
<td>With hair like that?! Enough said&#8230;</td>
</tr>
</tbody>
</table>
<h2>Definition Lists</h2>
<dl>
<dt>Definition List Title</dt>
<dd>Definition list division.</dd>
<dt>Startup</dt>
<dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd>
<dt>#dowork</dt>
<dd>Coined by Rob Dyrdek and his personal body guard Christopher &#8220;Big Black&#8221; Boykins, &#8220;Do Work&#8221; works as a self motivator, to motivating your friends.</dd>
<dt>Do It Live</dt>
<dd>I&#8217;ll let Bill O&#8217;Reilly will <a title="We'll Do It Live" href="https://www.youtube.com/watch?v=O_HyZ5aW76c">explain</a> this one.</dd>
</dl>
<h2>Unordered Lists (Nested)</h2>
<ul>
<li>List item one
<ul>
<li>List item one
<ul>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
<h2>Ordered List (Nested)</h2>
<ol>
<li>List item one
<ol>
<li>List item one
<ol>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
<h2>HTML Tags</h2>
<p>These supported tags come from the WordPress.com code <a title="Code" href="http://en.support.wordpress.com/code/">FAQ</a>.</p>
<p><strong>Address Tag</strong></p>
<address>1 Infinite Loop<br />
Cupertino, CA 95014<br />
United States</address>
<p><strong>Anchor Tag (aka. Link)</strong></p>
<p>This is an example of a <a title="Apple" href="http://apple.com">link</a>.</p>
<p><strong>Abbreviation Tag</strong></p>
<p>The abbreviation <abbr title="Seriously">srsly</abbr> stands for &#8220;seriously&#8221;.</p>
<p><strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong></p>
<p>The acronym <acronym title="For The Win">ftw</acronym> stands for &#8220;for the win&#8221;.</p>
<p><strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>These tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.</p>
<p><strong>Cite Tag</strong></p>
<p>&#8220;Code is poetry.&#8221; &#8212;<cite>Automattic</cite></p>
<p><strong>Code Tag</strong></p>
<p>You will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.</p>
<p><strong>Delete Tag</strong></p>
<p>This tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).</p>
<p><strong>Emphasize Tag</strong></p>
<p>The emphasize tag should <em>italicize</em> text.</p>
<p><strong>Insert Tag</strong></p>
<p>This tag should denote <ins>inserted</ins> text.</p>
<p><strong>Keyboard Tag</strong></p>
<p>This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.</p>
<p><strong>Preformatted Tag</strong></p>
<p>This tag styles large blocks of code.</p>
<pre>.post-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
	and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
}</pre>
<p><strong>Quote Tag</strong></p>
<p><q>Developers, developers, developers&#8230;</q> &#8211;Steve Ballmer</p>
<p><strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>This tag shows <span style="text-decoration: line-through">strike-through text</span></p>
<p><strong>Strong Tag</strong></p>
<p>This tag shows <strong>bold<strong> text.</strong></strong></p>
<p><strong>Subscript Tag</strong></p>
<p>Getting our science styling on with H<sub>2</sub>O, which should push the &#8220;2&#8221; down.</p>
<p><strong>Superscript Tag</strong></p>
<p>Still sticking with science and Isaac Newton&#8217;s E = MC<sup>2</sup>, which should lift the 2 up.</p>
<p><strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>This rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.</p>
<p><strong>Variable Tag</strong></p>
<p>This allows you to denote <var>variables</var>.</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/post-with-markup-7/">Post With Markup</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Post With Markup</title>
		<link>https://devrecreonics.node3.lougcloud.com/post-with-markup-5/</link>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Fri, 20 Feb 2026 01:33:46 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://devrecreonics.node3.lougcloud.com/?p=41603</guid>

					<description><![CDATA[<p>Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay [&#8230;]</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/post-with-markup-5/">Post With Markup</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Headings</h2>
<h1>Header one</h1>
<h2>Header two</h2>
<h3>Header three</h3>
<h4>Header four</h4>
<h5>Header five</h5>
<h6>Header six</h6>
<h2>Blockquotes</h2>
<p>Single line blockquote:</p>
<blockquote><p>Stay hungry. Stay foolish.</p></blockquote>
<p>Multi line blockquote with a cite reference:</p>
<blockquote><p>People think focus means saying yes to the thing you&#8217;ve got to focus on. But that&#8217;s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I&#8217;m actually as proud of the things we haven&#8217;t done as the things I have done. Innovation is saying no to 1,000 things.</p></blockquote>
<p><cite>Steve Jobs</cite> &#8211; Apple Worldwide Developers&#8217; Conference, 1997</p>
<h2>Tables</h2>
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th><a href="http://example.org/">John Doe</a></th>
<td>$1</td>
<td>Because that&#8217;s all Steve Jobs needed for a salary.</td>
</tr>
<tr>
<th><a href="http://example.org/">Jane Doe</a></th>
<td>$100K</td>
<td>For all the blogging she does.</td>
</tr>
<tr>
<th><a href="http://example.org/">Fred Bloggs</a></th>
<td>$100M</td>
<td>Pictures are worth a thousand words, right? So Jane x 1,000.</td>
</tr>
<tr>
<th><a href="http://example.org/">Jane Bloggs</a></th>
<td>$100B</td>
<td>With hair like that?! Enough said&#8230;</td>
</tr>
</tbody>
</table>
<h2>Definition Lists</h2>
<dl>
<dt>Definition List Title</dt>
<dd>Definition list division.</dd>
<dt>Startup</dt>
<dd>A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.</dd>
<dt>#dowork</dt>
<dd>Coined by Rob Dyrdek and his personal body guard Christopher &#8220;Big Black&#8221; Boykins, &#8220;Do Work&#8221; works as a self motivator, to motivating your friends.</dd>
<dt>Do It Live</dt>
<dd>I&#8217;ll let Bill O&#8217;Reilly will <a title="We'll Do It Live" href="https://www.youtube.com/watch?v=O_HyZ5aW76c">explain</a> this one.</dd>
</dl>
<h2>Unordered Lists (Nested)</h2>
<ul>
<li>List item one
<ul>
<li>List item one
<ul>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ul>
<h2>Ordered List (Nested)</h2>
<ol>
<li>List item one
<ol>
<li>List item one
<ol>
<li>List item one</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
</li>
<li>List item two</li>
<li>List item three</li>
<li>List item four</li>
</ol>
<h2>HTML Tags</h2>
<p>These supported tags come from the WordPress.com code <a title="Code" href="http://en.support.wordpress.com/code/">FAQ</a>.</p>
<p><strong>Address Tag</strong></p>
<address>1 Infinite Loop<br />
Cupertino, CA 95014<br />
United States</address>
<p><strong>Anchor Tag (aka. Link)</strong></p>
<p>This is an example of a <a title="Apple" href="http://apple.com">link</a>.</p>
<p><strong>Abbreviation Tag</strong></p>
<p>The abbreviation <abbr title="Seriously">srsly</abbr> stands for &#8220;seriously&#8221;.</p>
<p><strong>Acronym Tag (<em>deprecated in HTML5</em>)</strong></p>
<p>The acronym <acronym title="For The Win">ftw</acronym> stands for &#8220;for the win&#8221;.</p>
<p><strong>Big Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>These tests are a <big>big</big> deal, but this tag is no longer supported in HTML5.</p>
<p><strong>Cite Tag</strong></p>
<p>&#8220;Code is poetry.&#8221; &#8212;<cite>Automattic</cite></p>
<p><strong>Code Tag</strong></p>
<p>You will learn later on in these tests that <code>word-wrap: break-word;</code> will be your best friend.</p>
<p><strong>Delete Tag</strong></p>
<p>This tag will let you <del>strikeout text</del>, but this tag is no longer supported in HTML5 (use the <code>&lt;strike&gt;</code> instead).</p>
<p><strong>Emphasize Tag</strong></p>
<p>The emphasize tag should <em>italicize</em> text.</p>
<p><strong>Insert Tag</strong></p>
<p>This tag should denote <ins>inserted</ins> text.</p>
<p><strong>Keyboard Tag</strong></p>
<p>This scarcely known tag emulates <kbd>keyboard text</kbd>, which is usually styled like the <code>&lt;code&gt;</code> tag.</p>
<p><strong>Preformatted Tag</strong></p>
<p>This tag styles large blocks of code.</p>
<pre>.post-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
	and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
}</pre>
<p><strong>Quote Tag</strong></p>
<p><q>Developers, developers, developers&#8230;</q> &#8211;Steve Ballmer</p>
<p><strong>Strike Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>This tag shows <span style="text-decoration: line-through">strike-through text</span></p>
<p><strong>Strong Tag</strong></p>
<p>This tag shows <strong>bold<strong> text.</strong></strong></p>
<p><strong>Subscript Tag</strong></p>
<p>Getting our science styling on with H<sub>2</sub>O, which should push the &#8220;2&#8221; down.</p>
<p><strong>Superscript Tag</strong></p>
<p>Still sticking with science and Isaac Newton&#8217;s E = MC<sup>2</sup>, which should lift the 2 up.</p>
<p><strong>Teletype Tag <strong>(<em>deprecated in HTML5</em>)</strong></strong></p>
<p>This rarely used tag emulates <tt>teletype text</tt>, which is usually styled like the <code>&lt;code&gt;</code> tag.</p>
<p><strong>Variable Tag</strong></p>
<p>This allows you to denote <var>variables</var>.</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/post-with-markup-5/">Post With Markup</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>This Post Is Used For Image Alignment</title>
		<link>https://devrecreonics.node3.lougcloud.com/this-post-is-used-for-image-alignment-7/</link>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Fri, 20 Feb 2026 00:37:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://devrecreonics.node3.lougcloud.com/?p=41608</guid>

					<description><![CDATA[<p>Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is [&#8230;]</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/this-post-is-used-for-image-alignment-7/">This Post Is Used For Image Alignment</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let&#8217;s get started.</p>
<p>On the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> &amp; <em>Fullsize</em>.</p>
<p style="text-align:center"><img fetchpriority="high" decoding="async" class="size-full wp-image-906 aligncenter" title="Image Alignment 580x300" alt="Image Alignment 580x300" src="http://placehold.it/580x300" width="580" height="300" /></p>
<p>The image above happens to be <em><strong>centered</strong></em>.</p>
<p><strong><img decoding="async" class="size-full wp-image-904 alignleft" title="Image Alignment 150x150" alt="Image Alignment 150x150" src="http://placehold.it/150x150" width="150" height="150" /></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150&#215;150 image, which is <em><strong>left aligned</strong></em>. <strong></strong></p>
<p>As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we&#8217;ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it&#8217;s thang. Mission accomplished!</p>
<p>And now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.</p>
<p><img decoding="async" class="alignnone  wp-image-907" title="Image Alignment 1200x400" alt="Image Alignment 1200x400" src="http://placehold.it/1200x400" width="1200" height="400" /></p>
<p>The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-905 alignright" title="Image Alignment 300x200" alt="Image Alignment 300x200" src="http://placehold.it/300x200" width="300" height="200" /></p>
<p>And now we&#8217;re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there&#8230; Hey guy! Way to rock that right side. I don&#8217;t care what the left aligned image says, you look great. Don&#8217;t let anyone else tell you differently.</p>
<p>In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah&#8230; Just like that. It never felt so good to be right.</p>
<p>And just when you thought we were done, we&#8217;re going to do them all over again with captions!</p>
<figure id="attachment_906" aria-describedby="caption-attachment-906" style="width: 580px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-906" title="Image Alignment 580x300" alt="Image Alignment 580x300" src="http://placehold.it/580x300" width="580" height="300" /><figcaption id="caption-attachment-906" class="wp-caption-text">Look at 580&#215;300 getting some <a title="Image Settings" href="http://en.support.wordpress.com/images/image-settings/">caption</a> love.</figcaption></figure>
<p>The image above happens to be <em><strong>centered</strong></em>. The caption also has a link in it, just to see if it does anything funky.</p>
<figure id="attachment_904" aria-describedby="caption-attachment-904" style="width: 150px" class="wp-caption alignleft"><img loading="lazy" decoding="async" class="size-full wp-image-904  " title="Image Alignment 150x150" alt="Image Alignment 150x150" src="http://placehold.it/150x150" width="150" height="150" /><figcaption id="caption-attachment-904" class="wp-caption-text">Itty-bitty caption.</figcaption></figure>
<p><strong></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150&#215;150 image, which is <em><strong>left aligned</strong></em>. <strong></strong></p>
<p>As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we&#8217;ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it&#8217;s thang. Mission accomplished!</p>
<p>And now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.</p>
<figure id="attachment_907" aria-describedby="caption-attachment-907" style="width: 1200px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class=" wp-image-907" title="Image Alignment 1200x400" alt="Image Alignment 1200x400" src="http://placehold.it/1200x400" width="1200" height="400" /><figcaption id="caption-attachment-907" class="wp-caption-text">Massive image comment for your eyeballs.</figcaption></figure>
<p>The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.</p>
<figure id="attachment_905" aria-describedby="caption-attachment-905" style="width: 300px" class="wp-caption alignright"><img loading="lazy" decoding="async" class="size-full wp-image-905 " title="Image Alignment 300x200" alt="Image Alignment 300x200" src="http://placehold.it/300x200" width="300" height="200" /><figcaption id="caption-attachment-905" class="wp-caption-text">Feels good to be right all the time.</figcaption></figure>
<p>And now we&#8217;re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there&#8230; Hey guy! Way to rock that right side. I don&#8217;t care what the left aligned image says, you look great. Don&#8217;t let anyone else tell you differently.</p>
<p>In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah&#8230; Just like that. It never felt so good to be right.</p>
<p>And that&#8217;s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/this-post-is-used-for-image-alignment-7/">This Post Is Used For Image Alignment</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>This Post Is Used For Image Alignment</title>
		<link>https://devrecreonics.node3.lougcloud.com/this-post-is-used-for-image-alignment-5/</link>
		
		<dc:creator><![CDATA[]]></dc:creator>
		<pubDate>Fri, 20 Feb 2026 00:33:46 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://devrecreonics.node3.lougcloud.com/?p=41604</guid>

					<description><![CDATA[<p>Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is [&#8230;]</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/this-post-is-used-for-image-alignment-5/">This Post Is Used For Image Alignment</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Welcome to image alignment! The best way to demonstrate the ebb and flow of the various image positioning options is to nestle them snuggly among an ocean of words. Grab a paddle and let&#8217;s get started.</p>
<p>On the topic of alignment, it should be noted that users can choose from the options of <em>None</em>, <em>Left</em>, <em>Right, </em>and <em>Center</em>. In addition, they also get the options of <em>Thumbnail</em>, <em>Medium</em>, <em>Large</em> &amp; <em>Fullsize</em>.</p>
<p style="text-align:center"><img loading="lazy" decoding="async" class="size-full wp-image-906 aligncenter" title="Image Alignment 580x300" alt="Image Alignment 580x300" src="http://placehold.it/580x300" width="580" height="300" /></p>
<p>The image above happens to be <em><strong>centered</strong></em>.</p>
<p><strong><img loading="lazy" decoding="async" class="size-full wp-image-904 alignleft" title="Image Alignment 150x150" alt="Image Alignment 150x150" src="http://placehold.it/150x150" width="150" height="150" /></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150&#215;150 image, which is <em><strong>left aligned</strong></em>. <strong></strong></p>
<p>As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we&#8217;ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it&#8217;s thang. Mission accomplished!</p>
<p>And now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.</p>
<p><img loading="lazy" decoding="async" class="alignnone  wp-image-907" title="Image Alignment 1200x400" alt="Image Alignment 1200x400" src="http://placehold.it/1200x400" width="1200" height="400" /></p>
<p>The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-905 alignright" title="Image Alignment 300x200" alt="Image Alignment 300x200" src="http://placehold.it/300x200" width="300" height="200" /></p>
<p>And now we&#8217;re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there&#8230; Hey guy! Way to rock that right side. I don&#8217;t care what the left aligned image says, you look great. Don&#8217;t let anyone else tell you differently.</p>
<p>In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah&#8230; Just like that. It never felt so good to be right.</p>
<p>And just when you thought we were done, we&#8217;re going to do them all over again with captions!</p>
<figure id="attachment_906" aria-describedby="caption-attachment-906" style="width: 580px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-906" title="Image Alignment 580x300" alt="Image Alignment 580x300" src="http://placehold.it/580x300" width="580" height="300" /><figcaption id="caption-attachment-906" class="wp-caption-text">Look at 580&#215;300 getting some <a title="Image Settings" href="http://en.support.wordpress.com/images/image-settings/">caption</a> love.</figcaption></figure>
<p>The image above happens to be <em><strong>centered</strong></em>. The caption also has a link in it, just to see if it does anything funky.</p>
<figure id="attachment_904" aria-describedby="caption-attachment-904" style="width: 150px" class="wp-caption alignleft"><img loading="lazy" decoding="async" class="size-full wp-image-904  " title="Image Alignment 150x150" alt="Image Alignment 150x150" src="http://placehold.it/150x150" width="150" height="150" /><figcaption id="caption-attachment-904" class="wp-caption-text">Itty-bitty caption.</figcaption></figure>
<p><strong></strong>The rest of this paragraph is filler for the sake of seeing the text wrap around the 150&#215;150 image, which is <em><strong>left aligned</strong></em>. <strong></strong></p>
<p>As you can see the should be some space above, below, and to the right of the image. The text should not be creeping on the image. Creeping is just not right. Images need breathing room too. Let them speak like you words. Let them do their jobs without any hassle from the text. In about one more sentence here, we&#8217;ll see that the text moves from the right of the image down below the image in seamless transition. Again, letting the do it&#8217;s thang. Mission accomplished!</p>
<p>And now for a <em><strong>massively large image</strong></em>. It also has <em><strong>no alignment</strong></em>.</p>
<figure id="attachment_907" aria-describedby="caption-attachment-907" style="width: 1200px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class=" wp-image-907" title="Image Alignment 1200x400" alt="Image Alignment 1200x400" src="http://placehold.it/1200x400" width="1200" height="400" /><figcaption id="caption-attachment-907" class="wp-caption-text">Massive image comment for your eyeballs.</figcaption></figure>
<p>The image above, though 1200px wide, should not overflow the content area. It should remain contained with no visible disruption to the flow of content.</p>
<figure id="attachment_905" aria-describedby="caption-attachment-905" style="width: 300px" class="wp-caption alignright"><img loading="lazy" decoding="async" class="size-full wp-image-905 " title="Image Alignment 300x200" alt="Image Alignment 300x200" src="http://placehold.it/300x200" width="300" height="200" /><figcaption id="caption-attachment-905" class="wp-caption-text">Feels good to be right all the time.</figcaption></figure>
<p>And now we&#8217;re going to shift things to the <em><strong>right align</strong></em>. Again, there should be plenty of room above, below, and to the left of the image. Just look at him there&#8230; Hey guy! Way to rock that right side. I don&#8217;t care what the left aligned image says, you look great. Don&#8217;t let anyone else tell you differently.</p>
<p>In just a bit here, you should see the text start to wrap below the right aligned image and settle in nicely. There should still be plenty of room and everything should be sitting pretty. Yeah&#8230; Just like that. It never felt so good to be right.</p>
<p>And that&#8217;s a wrap, yo! You survived the tumultuous waters of alignment. Image alignment achievement unlocked!</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/this-post-is-used-for-image-alignment-5/">This Post Is Used For Image Alignment</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Wave Robotic Pool Cleaners &#8211; The Solution for the Cleanest Pool</title>
		<link>https://devrecreonics.node3.lougcloud.com/wave-robotic-pool-cleaners-solution-for-the-cleanest-pool/</link>
		
		<dc:creator><![CDATA[Sandy Bock]]></dc:creator>
		<pubDate>Fri, 05 Mar 2021 14:31:35 +0000</pubDate>
				<category><![CDATA[Pool Maintenance]]></category>
		<category><![CDATA[automatic pool cleaners]]></category>
		<category><![CDATA[Maytronics]]></category>
		<category><![CDATA[pool cleaning]]></category>
		<guid isPermaLink="false">https://recreonics.com/?p=28626</guid>

					<description><![CDATA[<p>A clean swimming pool is important in maintaining a safe environment for your guests. Manual cleaning is time consuming and [&#8230;]</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/wave-robotic-pool-cleaners-solution-for-the-cleanest-pool/">Wave Robotic Pool Cleaners &#8211; The Solution for the Cleanest Pool</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A clean swimming pool is important in maintaining a safe environment for your guests. Manual cleaning is time consuming and inefficient for your staff. Plus manual cleaning doesn’t do the kind of deep clean needed for a healthy pool. Whether you have a small pool or a large one to maintain, a WAVE robotic pool cleaner from Maytronics is a great investment for any aquatic facility.</p>
<p>Maytronics&#8217; WAVE series of robotic cleaners offer powerful cleaning performance with exceptional reliability. Each model features a smart navigation system, which uses scanning software to guide the cleaner around obstacles and ensures complete pool coverage. Patented swivel technology prevents cable tangling and allows the cleaner to move around easily without assistance or monitoring. Simply plug your WAVE robotic cleaner in and watch it go. </p>
<blockquote><p>You can set your WAVE cleaners cycle time, wall cleaning, and water line cleaning with the remote control.</p></blockquote>
<p><span id="more-28626"></span></p>
<ul>
<h2 style="padding-bottom:15px">Maytronics has robotic cleaners designed to be efficient in any sized pool</h2>
<li><strong><a href="https://devrecreonics.node3.lougcloud.com/product/wave-140-robotic-pool-cleaner/">WAVE 140 Robotic Pool Cleaner</a></strong><img loading="lazy" decoding="async" class="size-small alignright" src="https://devrecreonics.node3.lougcloud.com/wp-content/uploads/2021/03/wave-robotic-pool-cleaner-controlled-by-remote-control.jpg" alt="" width="318" height="242" /><br />
The WAVE 140 is the perfect solution for large university, fitness clubs, YMCA, and resort pools up to 127 feet, including those with beach entry. It’s extra-wide design allows for maximum cleaning efficiency with dual scrubbing brushes. The WAVE 140 helps minimize downtime due to cleaning with its plug-and-play, fully automated operation, and multiple cleaning options, keeping your pool open for guests to enjoy. With a wide cleaning path of 22 inches, the WAVE 140 excels at floor-only scrubbing and heavy-duty dirt collection, for an ultimate clean swimming pool. The top load cartridge filter is a easy to clean, making maintenance a breeze.</li>
<li><strong><a href="https://devrecreonics.node3.lougcloud.com/product/wave-120-robotic-pool-cleaner/">WAVE 120 Robotic Pool Cleaner</a></strong><br />
If wall and waterline cleaning are needed for your large pool, you may consider the WAVE 120 robotic cleaner. Designed for large pools up to 121 feet, the WAVE 120 puts the power of two robots to work. Ideal for universities, YMCAs, and water parks that need wall and waterline cleaning, the WAVE 120 saves you valuable time when it comes to maintaining your facility pool with its easy operation and multiple cleaning options.</li>
<li><strong><a href="https://devrecreonics.node3.lougcloud.com/product/wave-100-robotic-pool-cleaner/">WAVE 100 Robotic Pool Cleaner</a></strong><br />
<img loading="lazy" decoding="async" class="size-small alignright" src="https://devrecreonics.node3.lougcloud.com/wp-content/uploads/2021/03/wave-robotic-pool-cleaner-climbing-pool-wall.jpg" alt="" width="318" height="242" />Powerful with a purpose, the Maytronics WAVE 100 was designed for mid-sized pools up to 88 feet, such as those found in gyms, fitness clubs, YMCAs, and water parks. This pool cleaner ensures comprehensive cleaning with its superior filtering capabilities, and highly effective scrubbing of the floor, walls, and waterline.</li>
<li><strong><a href="https://devrecreonics.node3.lougcloud.com/product/wave-80-robotic-pool-cleaner/">WAVE 80 Robotic Pool Cleaner</a></strong><br />
Engineered for power, the WAVE 80 robotic cleaner is the ideal solution for small to mid-sized condo, apartment, and neighborhood pools up to 68 feet. This robot is equipped with an easy-to-clean top load cartridge, dual brushes, and a center active brush for highly effective scrubbing of the floor, walls, and waterline.</li>
<li><strong><a href="https://devrecreonics.node3.lougcloud.com/product/wave-60-robotic-pool-cleaner/">WAVE 60 Robotic Pool Cleaner</a></strong><br />
A proven workhorse, Maytronics&#8217; WAVE 60 was designed for small hotel, condo, and apartment pools up to 50 feet. The WAVE 60 saves you valuable time when it comes to maintaining your facility pool with its easy, plug-and-play operation. This robot ensures comprehensive cleaning with its easy-to-clean top load cartridge, and highly effective scrubbing of the floor, walls, and waterline. The WAVE 60 does not come with a remote, but is remote ready. Remotes can be purchased separately.</li>
<li><strong><a href="https://devrecreonics.node3.lougcloud.com/product/wave-20-robotic-pool-cleaner/">WAVE 20 Robotic Pool Cleaner</a></strong><br />
The Dolphin W20 robot cleaner is perfect for shallow bodies of water with a minimum depth of eight inches — such as kiddie pools, reflecting pools, and fountains. This low-profile robot is ideal for cleaning the bottoms of small aquatic features. This robot does not have wall or waterline cleaning capabilities.</li>
</ul>
<p><figure style="width: 846px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full" alt="" src="https://devrecreonics.node3.lougcloud.com/wp-content/uploads/2021/03/common-features-wave-robotic-pool-cleaners.jpg" width="846" height="165" /><figcaption class="wp-caption-text">Common features found on many Maytronics&#8217; WAVE robotic pool cleaners include plug-and-play operation, tangle-free cable and low energy consumption.</figcaption></figure><br />
With a proven solution for any commercial pool, from small public pools to the largest and professional pools &#8211; Maytronics&#8217; WAVE robotic cleaners are the ideal pool cleaner choice. With a model for any sized pool, there&#8217;s a WAVE cleaner to keep your pool sparkling clean whether it’s an Olympic or kiddie pool. Order yours today from Recreonics—Your Aquatic Authority.</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/wave-robotic-pool-cleaners-solution-for-the-cleanest-pool/">Wave Robotic Pool Cleaners &#8211; The Solution for the Cleanest Pool</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sanitize and Reopen with Wysiwash</title>
		<link>https://devrecreonics.node3.lougcloud.com/sanitize-reopen-wysiwash-sanitation-systems/</link>
		
		<dc:creator><![CDATA[Sandy Bock]]></dc:creator>
		<pubDate>Fri, 11 Dec 2020 14:55:24 +0000</pubDate>
				<category><![CDATA[Pool Maintenance]]></category>
		<category><![CDATA[furniture cleaning]]></category>
		<category><![CDATA[sanitizing]]></category>
		<guid isPermaLink="false">https://recreonics.com/?p=27887</guid>

					<description><![CDATA[<p>2020 has presented unthinkable challenges and obstacles to many aquatic facilities and community spaces. The biggest of which has become [&#8230;]</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/sanitize-reopen-wysiwash-sanitation-systems/">Sanitize and Reopen with Wysiwash</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>2020 has presented unthinkable challenges and obstacles to many aquatic facilities and community spaces. The biggest of which has become the ability to provide a safe environment for people to enjoy their favorite activities, like swimming. Going forward, providing your visitors with assurance that your facility is safe and sanitized regularly will be key. Wysiwash Sanitation Systems are chlorine-based, proven to kill algae, mold, bacteria, and viruses—including the virus that causes COVID-19. Because it’s chlorine, the Wysiwash formula will not affect the chemistry of your swimming pool if run off from sensitization gets into the water.</p>
<p>Wysiwash provides a quick and easy method for sanitizing your whole pool deck—including furniture, railings, and showers—in minutes. Wysiwash is a no mix, no rinse solution that allows you to clean quickly and efficiently so your guests back onto the pool deck. The sanitizing formula comes in a dry, jacketed caplet that is inserted into the Wysiwash sanitation system. The outer, plastic jackets on the caplets allow for slow erosion of the chemical by the water flow, assuring the strength of the sanitizing solution is consistent.<span id="more-27887"></span></p>
<h2>Two types of Wsyiwash Sanitation Systems</h2>
<ul>
<li><a href="https://devrecreonics.node3.lougcloud.com/product/wysiwash-sanitizer-pro/">Wysiwash Sanitizer-PRO</a> features a Danish-designed handle with an ergonomic grip and locking trigger, for increased comfort and control. With the pro, you can remove the hydro-body of the Wysiwash system and use the handle as a sprayer if desired.</li>
<li><a href="https://devrecreonics.node3.lougcloud.com/product/wysiwash-v-sanitizer-power-washer/">Wysiwash Sanitizer-V</a> comes with a quick connect, easily connecting the hydro-body to a garden hose. The biggest difference between these two models is how you plan to use it at your facility.</li>
</ul>
<p><figure style="width: 334px" class="wp-caption alignleft"><img loading="lazy" decoding="async" class="size-full" alt="" src="https://devrecreonics.node3.lougcloud.com/wp-content/uploads/2020/12/wysiwash-jacketed-caplets.png" width="394" height="379" /><figcaption class="wp-caption-text">A nine chlorine caplet bucket is equivalent to approximately 45 gallons of bleach.</figcaption></figure>Use and maintenance of your Wysiwash system is a breeze, simply insert a dry <a href="https://devrecreonics.node3.lougcloud.com/product/wysiwash-jacketed-pellets/">Wysiwash jacketed caplet</a> into the hydro-body and attach to a garden hose. With an all new flow control valve you can clean more often and with greater efficiency. When you finish sanitizing your swimming pool deck area, it is highly recommended that you detach the system and allow it to drain completely. This extends the life of the chlorine caplet and insures that the sanitizing solution is consistently the same strength between uses. If the hydro-body chamber is not drained properly between uses, the excess water can erode the caplet, shortening its life span and causing a highly concentrated solution that can lead to staining on soft materials like fabrics. Used properly, Wysiwash sanitation systems will not stain. However, if you leave a caplet in the hydro-body between sanitizing sessions, it may be necessary to prime the system by letting the water flow through it for a few moments to equalize the formula. With proper drainage and storage, one sanitizing caplet is good for up to 3 1/2 hours of continuous cleaning and can be used multiple times.</p>
<p>Rinsing the Wysiwash formula is not necessary between sanitizing and allowing guests back on the deck. The formula is safe for use around children, and even pets! In fact, Wysiwash sanitation systems were originally created for use in kennels and dog shelters. If you plan to rinse off your pool deck and outdoor furniture more frequently between uses, you might consider the Wysiwash Sanitizer-PRO.</p>
<figure style="width: 1024px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-large" src="https://devrecreonics.node3.lougcloud.com/wp-content/uploads/2020/12/wysiwash-sanitizer-v-cleaning-outdoor-furniture.jpg" alt="" width="1024" height="454" /><figcaption class="wp-caption-text">When using Wysiwash sanitation systems, it’s recommended to remove organic materials, like leaves from your pool deck first and lotions and oils from furniture. Organic matter can make it more difficult to sanitize properly.</figcaption></figure>
<p>Providing a clean and safe environment for poolside recreation is going to be key next year. With Wysiwash’s innovative and easy to use system you can sanitize hundreds of square feet in minutes, dramatically reducing labor and time between reopening your pool for guests. Order your <a href="https://devrecreonics.node3.lougcloud.com/?s=wysiwash&#038;post_type=product">Wysiwash sanitation system and extra caplets</a> today from Recreonics—Your Aquatic Authority. </p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/sanitize-reopen-wysiwash-sanitation-systems/">Sanitize and Reopen with Wysiwash</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Classic Plus Stor-Lane Reel &#8211; Store Racing Lane Lines In Style</title>
		<link>https://devrecreonics.node3.lougcloud.com/classic-plus-stor-lane-reel/</link>
		
		<dc:creator><![CDATA[Sandy Bock]]></dc:creator>
		<pubDate>Thu, 12 Nov 2020 14:36:48 +0000</pubDate>
				<category><![CDATA[Competitive Swimming]]></category>
		<category><![CDATA[lane reel]]></category>
		<category><![CDATA[lane storage]]></category>
		<category><![CDATA[storage reel]]></category>
		<guid isPermaLink="false">https://recreonics.com/?p=27719</guid>

					<description><![CDATA[<p>Racing lane lines are an essential accessory for most swimming pools. They allow facilities to set up for events, segment [&#8230;]</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/classic-plus-stor-lane-reel/">Classic Plus Stor-Lane Reel &#8211; Store Racing Lane Lines In Style</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Racing lane lines are an essential accessory for most swimming pools. They allow facilities to set up for events, segment their pools for multiple activities, and mark off deep ends and areas that may be dangerous for some swimmers. But, depending on the size your pool, pulling lane lines out of the pool and putting them away can be a real chore — especially if you have a high traffic aquatic facility with multiple events. Make your life easier with the new Classic Plus Stor-Lane Reel from Competitor Swim.<span id="more-27719"></span></p>
<p><img loading="lazy" decoding="async" class="size-small alignright" src="https://devrecreonics.node3.lougcloud.com/wp-content/uploads/2020/05/classic-plus-stor-reel-caster-wheel.jpg" alt="Classic Plus Stor-Lane reel's 5" stainless steel casters with individual brakes provide easy and safe maneuverability" width="206" height="228" />Competitor Swim&#8217;s new and upgraded <a href="https://devrecreonics.node3.lougcloud.com/product/competitor-swim-classic-plus-stor-lane-reel/">Classic Plus Stor-Lane Reel</a> is ideal for easy, mobile storage and installation of lane lines. The new end wheel design keeps the lanes safely on the core to avoid tangles and lane line damage. These new end wheels are powder-coated aluminum disks for maximum durability. The Classic Plus Stor-Lane Reel also features a powder-coated aluminum core, end mounted handle and 5&#8243; stainless steel casters with individual brakes for easy and safe maneuverability.</p>
<p>The Classic Plus Stor-Lane Reel is just slightly taller than the Classic lane line reel but has the same load capacity of 525&#8242; (about 8 lanes) of 4&#8243; disk lines and 300&#8242; (about 5 lanes) of 6&#8243; disks. The frame of both lane line storage reels is the same.</p>
<p>Current owners of the Classic Stor-Lane reel can upgrade to the Classic Plus with the purchase of The Classic Plus Stor-Lane Reel Conversion Kit. To upgrade, all you have to do is replace the plastic wheels and PVC core. The kit contains two aluminum wheel ends, an aluminum core, and stainless steel hardware. The stainless steel wheels are sold separately. The frame for both reels is compatible with all Classic and Classic Plus parts.</p>
<figure style="width: 1024px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-large" src="https://devrecreonics.node3.lougcloud.com/wp-content/uploads/2020/11/competitor-classic-plus-lane-line-stor-reel.jpg" alt="Upgraded metal materials used in the Class Plus Stor-Lane Reel make it perfect for both indoor and outdoor use, and extends product life." width="1024" height="641" /><figcaption class="wp-caption-text">All of the upgraded metal materials used to create the Class Plus Stor-Lane Reel make it perfect for both indoor and outdoor use, as well as extends the life of the product beyond the plastic version. The main benefit of the Classic Plus is the durable powder-coated aluminum disks and stainless steel casters.</figcaption></figure>
<p>Once you have your upgraded Classic Plus, you have to make sure you properly maintain your equipment to maximize it&#8217;s lifespan. It should be rinsed regularly to prevent chemicals from corroding the aluminum parts and stainless steel hardware. For outside facilities, your Stor-lane reels should be kept out of weather to prevent damage and deterioration. The Classic and Classic Plus Stor-Lane reels both come with a cover, and it is recommended that the cover is used when storing in both indoor and outdoor storage.</p>
<p>Store your swim lane lines with speed and efficiency with <a href="https://devrecreonics.node3.lougcloud.com/product/competitor-swim-classic-plus-stor-lane-reel/">Competitor&#8217;s Classic Plus Stor-Lane Reel</a>. It&#8217;s easy to operate and it&#8217;s durable design is perfect for any kind of venue and pool size. Upgrade or purchase yours today from Recreonics &#8211; Your Aquatic Authority.</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/classic-plus-stor-lane-reel/">Classic Plus Stor-Lane Reel &#8211; Store Racing Lane Lines In Style</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Wibit WaterMask and Safe Social Distancing at the Pool</title>
		<link>https://devrecreonics.node3.lougcloud.com/wibit-watermask-social-distancing-at-the-pool/</link>
		
		<dc:creator><![CDATA[Sandy Bock]]></dc:creator>
		<pubDate>Fri, 11 Sep 2020 12:51:01 +0000</pubDate>
				<category><![CDATA[Wibit Inflatables]]></category>
		<category><![CDATA[social distancing]]></category>
		<guid isPermaLink="false">https://recreonics.com/?p=27323</guid>

					<description><![CDATA[<p>As COVID-19 continues to spread in cities and towns across the world, many people are looking for ways to enjoy [&#8230;]</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/wibit-watermask-social-distancing-at-the-pool/">Wibit WaterMask and Safe Social Distancing at the Pool</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As COVID-19 continues to spread in cities and towns across the world, many people are looking for ways to enjoy their favorite activities while keeping themselves and their families safe. This may seem particularly hard at the pool. Cloth masks, N-95 masks, and other PPE don’t mix well with water. With the new <a href="https://devrecreonics.node3.lougcloud.com/product/wibit-watermask/">Wibit WaterMask</a> you can keep your staff and guests safe.</p>
<p><em>“This innovation is another step into the new normality we are facing. It will re-enable fun on the water, may it be the open sea, lakes or swimming pools”</em>, says Romann Rademacher, CEO of Wibit Sports. </p>
<p><em>“This is a game-changing product and unique in the world. We are happy to support many areas, not only aquaparks, but all business connected to water, such as lifeguards, paddleboat, canoe or SUP rentals, and many more. Even showering at public pools is possible again.”</em><span id="more-27323"></span></p>
<div style="text-align:center" ><iframe loading="lazy" width="747" height="420" src="https://www.youtube-nocookie.com/embed/Mb0hQoj3JAw" frameborder="0" allow="accelerometer; encrypted-media; gyroscope" allowfullscreen></iframe></div>
<h2>Design of the Wibit WaterMask</h2>
<ul>
<li>Wibit WaterMask is made of comfortable 2mm neoprene—the same kind of fabric used to make scuba suits. Neoprene holds its shape better than most fabrics and doesn’t absorb as much water, making it perfectly suited for all kinds of water activities from swimming laps to diving.</li>
<li>When you dive, Wibit WaterMask fills with water, but the specially designed drainage opening in the center allows it to drain immediately once you surface. The draining opening is near the mouth and points downward so it does not interfere with the protective covering of the nose and mouth. Similarly, backward facing slits on both sides of the mask make breathing easy when the mask is wet, while reducing the spread of droplets by making them escape to the back.</li>
<li>The WaterMask has large, flexible ear openings for maximum comfort and the Velcro clasp in the back is easy to put on and take off.</li>
<li>Wibit WaterMasks easily wash with soap and water or sanitizers suitable for neoprene fabric. While neoprene is machine washable on a delicate setting, Wibit recommends that you handwash your WaterMasks. Neoprene should never be tumbled dry but instead, left to drip dry. Since neoprene absorbs less water, it is relatively quick drying.</li>
</ul>
<figure style="width: 1200px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-large" src="https://devrecreonics.node3.lougcloud.com/wp-content/uploads/2020/09/children-wearing-wibit-watermasks.jpg" alt="Wibit WaterMask is available in three, color-coded sizes: small (yellow) fits most children, medium (green) is good for older children and smaller adults, the large Wibit WaterMask is blue." width="1200" height="600" /><figcaption class="wp-caption-text">Wibit WaterMask is available in three, color-coded sizes—small, medium, and large. While there is no designated children’s size, the small (yellow) will fit most children and medium (green) is good for older children or smaller adults. The large Wibit WaterMask is blue.</figcaption></figure>
<blockquote><p>When ordering <a href="https://devrecreonics.node3.lougcloud.com/product/wibit-watermask/">Wibit WaterMasks</a> for your facility there is a minimum order quantity of 100 pieces.</p></blockquote>
<p>Keep your staff and visitors safe with a face mask made specially for water environments. You can rest assured that your pool can provide a healthy environment for recreation, even when social distancing maybe challenging to maintain. Providing this protective gear will make your staff more confident and your guests more comfortable being around others at both outdoor and indoor aquatic facilities. Unusual times require unusual measures. “Innovative Thinking” is more important than ever before. That’s why Recreonics is proud to partner with <a href="https://www.wibitsports.com/wibit-beachcocoon-watermask-waterwalkers">Wibit Sports</a> to provide the very best equipment for aquatic experiences.</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/wibit-watermask-social-distancing-at-the-pool/">Wibit WaterMask and Safe Social Distancing at the Pool</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Heat Your Pool with Raypak XTherm Commercial Pool Heaters</title>
		<link>https://devrecreonics.node3.lougcloud.com/heat-your-pool-raypak-xtherm-heaters/</link>
		
		<dc:creator><![CDATA[Sandy Bock]]></dc:creator>
		<pubDate>Thu, 06 Aug 2020 13:32:21 +0000</pubDate>
				<category><![CDATA[Mechanical Equipment]]></category>
		<category><![CDATA[high-efficiency pool heaters]]></category>
		<category><![CDATA[pool heating]]></category>
		<category><![CDATA[raypak]]></category>
		<guid isPermaLink="false">https://recreonics.com/?p=27064</guid>

					<description><![CDATA[<p>As summer comes to an end and temperatures begin to drop, you can still provide an enjoyable aquatic experience for [&#8230;]</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/heat-your-pool-raypak-xtherm-heaters/">Heat Your Pool with Raypak XTherm Commercial Pool Heaters</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As summer comes to an end and temperatures begin to drop, you can still provide an enjoyable aquatic experience for your pool patrons. Adding a heater to your swimming pool can extend its use well past Labor Day, even for outdoor pools. Raypak XTherm commercial pool heaters pack everything you need into one compact, vertical cabinet: heat exchanger with ultra-high efficiency of up to 97%, a heater plumbing package, easy-to-understand diagnostics, low emissions, and even a built-in multi-unit controller. The result is a pool heater that is practically plug-and-play.</p>
<p>Never before has a vertical heater provided both the installer and pool builder such installation flexibility, ease-of-commissioning, reliability and long-term performance. The XTherm has one of the smallest installed footprints of any vertical condensing pool heater. At just under 11 square feet, the compact design is the perfect choice for those hard to reach retrofit projects. <a href="https://devrecreonics.node3.lougcloud.com/product-category/mechanical-equipment/pool-heating/raypak-xtherm-heaters/">Raypak&#8217;s XTherm commercial pool heater</a> is built with commercial-grade components and materials. From the steel channel base to the stainless-steel flue wrapper, and condensing heat exchanger, the XTherm is built to last.<span id="more-27064"></span></p>
<h2>Key Features of Raypak&#8217;s XTherm High Efficiency Pool Heater</h2>
<ul>
<li>Raypak XTherm can use AL29-4C stainless steel, PVC or CPVC for venting. Just specify the D-32 vent option when using PVC vent.</li>
<li>The XTherm comes standard with an on-board diagnostic center that displays in English, not code.</li>
<li>All heater models are certified for both indoor and outdoor applications with a weather-proof jacket made of heavy gauge galvanized steel and a UV-resistant powder coat finish impervious to corrosion.</li>
<li>Every XTherm commercial pool heater is direct vent capable and comes standard with an outdoor intake air cover.</li>
<li>Raypak’s XTherm units are suitable for altitudes up to 10,000 feet above sea-level, although there is some operational loss above 5,000 feet.</li>
<li>The XTherm combines the proven capability of a finned cupronickel tube heat exchanger with a stainless-steel condensing heat exchanger to maximize thermal efficiency and provide long-term reliability.</li>
<li>XTherm pool heaters comes with a factory mounted and plumbed cold water run system, providing constant protection against condensation in the non-condensing heat exchanger and maintaining optimum inlet temperatures.</li>
</ul>
<blockquote><p>Most importantly, Raypak XTherm heaters are Category IV CSA-certified 97% efficiency at full fire for water heaters in large commercial pool applications, such as YMCA, college, university, and large resort pools.</p></blockquote>
<p>While the XTherm can be used at medium or small commercial pools, this pool heater is designed for large aquatic facilities and loses efficiency in less-than-large applications.</p>
<h2>Raypak XTherm Commercial Pool Heaters Are User Friendly to Operate and Service</h2>
<p>Raypak’s XTherm heaters also comes with specialized management software, Raymote VERSA IC, to help you monitor your units from any internet-connected device. This automation platform is easy to set-up and use, making it incredibly user friendly. Raymote combines modulating temperature control, safety limits, and ignition programming into one user-friendly integrated control platform with features that prevent equipment damage. The VERSA IC system can be remotely monitored through the Raymote mobile app or web dashboard. With touch-of-a-button access to vital information, Raymote gives you real time service notifications and instant visibility to historical data and performance reports to keep you informed. It also allows you to view and manage all of your <a href="https://cdn.globalimageserver.com/FetchDocument.aspx?ID=713F2049-B992-40E1-B7B1-AD9EE3EF6C71">Raypak XTherm heaters</a> across multiple pool locations.<br />
<figure style="width: 1024px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-large" src="https://devrecreonics.node3.lougcloud.com/wp-content/uploads/2020/08/raypak_xtherm_vertical_high-efficiency_commercial_pool-heaters.jpg" alt="Raypak's XTherm commercial pool heaters small footprint are great any installation project, from retrofitting or replacing large, inefficient units." width="1024" height="667" /><figcaption class="wp-caption-text">Compact size makes XTherm pool heaters perfect for any space or project from retrofitting or the replacing large, inefficient units.</figcaption></figure>This Fall, heat your large swimming pool at optimum efficiency with a <a href="https://devrecreonics.node3.lougcloud.com/product-category/mechanical-equipment/pool-heating/raypak-xtherm-heaters/">Raypak XTherm commercial pool heater</a>. Powered with either natural gas or propane, XTherm heaters are built to last in indoor and outdoor pool applications, and engineered to be user friendly. Keep your pool guests comfortable while they enjoy your aquatic facility at an efficiency you cannot beat. Order your Raypak XTherm unit today from Recreonics &#8211; Your Aquatic Authority.</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/heat-your-pool-raypak-xtherm-heaters/">Heat Your Pool with Raypak XTherm Commercial Pool Heaters</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Destination Lounger &#8211; Perfect Poolside Seating for Staying Cool</title>
		<link>https://devrecreonics.node3.lougcloud.com/destination-lounger-perfect-poolside-seating-stay-cool/</link>
		
		<dc:creator><![CDATA[Sandy Bock]]></dc:creator>
		<pubDate>Tue, 07 Jul 2020 14:35:20 +0000</pubDate>
				<category><![CDATA[Pool-Recreation Furniture]]></category>
		<category><![CDATA[lounges]]></category>
		<category><![CDATA[outdoor seating]]></category>
		<category><![CDATA[patio seating]]></category>
		<category><![CDATA[pool chair]]></category>
		<category><![CDATA[pool lounge]]></category>
		<category><![CDATA[poolside seating]]></category>
		<guid isPermaLink="false">https://recreonics.com/?p=26748</guid>

					<description><![CDATA[<p>One of the best summertime activities is relaxing at your local swimming pool. But if it&#8217;s not adult swim, it [&#8230;]</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/destination-lounger-perfect-poolside-seating-stay-cool/">Destination Lounger &#8211; Perfect Poolside Seating for Staying Cool</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>One of the best summertime activities is relaxing at your local swimming pool. But if it&#8217;s not adult swim, it can be difficult for some adults to enjoy staying cool in the water. Sun shelves and zero depth entries provide spaces that are happy mediums between being submerged and lounging on the deck—but they are not always comfortable for guests to enjoy. With the <a href="https://devrecreonics.node3.lougcloud.com/?s=88305&#038;post_type=product">Destination Lounger</a> from S.R. Smith you can upgrade these shallow areas of your pool so your adult guests can enjoy the best parts of being in the pool and lounging poolside.<span id="more-26748"></span></p>
<p>Ergonomically and elegantly designed, the Destination Lounger adds style and comfort to shallow pool areas up to 12 inches deep. These loungers are made using an advanced Resin Transfer Molding (RTM) manufacturing process. Resin Transfer Molding (RTM) is used in a diverse range of applications from aerospace to automotive products. The RTM process creates a composite material that has a high strength to weight ratio, and although lightweight, it is exceptionally strong and durable. The RTM composite material used in the Destination Lounger is UV resistant and saltwater friendly, making it ideal for heavy duty commercial use in all kinds of swimming pool environments.</p>
<div style="text-align:center" ><iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/2QGyIUSGXRQ?rel=0;auotplay=1;modestbranding=1" frameborder="0" allow="accelerometer; autoplay; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<p>But the really special thing about these loungers is the weighting system. The Destination Lounger is hollow with small holes in the bottom that fill the chair when it&#8217;s placed in the water. This easily weights the lounge, allowing it to sink and stay put. When you&#8217;re ready to remove, simply pick it up out of the water to let it drain. This easy fill system allows the lounger to be maneuvered and stored with ease.</p>
<h2>Destination Loungers are Maintenance-Free Pool Elegance</h2>
<p>Maintenance and storage of the Destination Lounger is a snap. The RTM material is designed to stay shiny and clean. But, if they ever build up residue from salt or oil, simply wipe them down with soap and water. No chemical cleaners or power washing are needed. The loungers also stack for easy storage in a closet or pool house. It is recommended to put a towel or storage blanket between stacked loungers to prevent scratching. While the RTM composite material is not prone to scratching or damage, it is always good practice to cover and pad any pool deck furniture when in storage.</p>
<figure style="width: 1200px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-large" src="https://devrecreonics.node3.lougcloud.com/wp-content/uploads/2020/06/destination-lounger-sitting-in-water-pool-sun-shelf.jpg" alt="The Destination Lounger is offered in grey, tan option starry night and seashell" width="1200" height="600" /><figcaption class="wp-caption-text">The Destination Lounger is offered in four color options: Grey and Tan option are solid, matte colors; Starry Night and Seashell are polystone, landscape pattern options to match stone textured decks or to add extra style to your poolside.</figcaption></figure>
<p>The <a href="https://devrecreonics.node3.lougcloud.com/?s=88305&#038;post_type=product">Destination Lounger</a> from S.R. Smith is the perfect accessory for your shallow pool water area. Your adult guests will enjoy being able to relax comfortably in the water while still being able to read a book or watch their children play without a splash. The beautiful, landscape-matching colors and low-maintenance material make the Destination Lounger a perfect addition to your pool deck. Order yours today from Recreonics, Your Aquatic Authority.</p>
<p>The post <a href="https://devrecreonics.node3.lougcloud.com/destination-lounger-perfect-poolside-seating-stay-cool/">Destination Lounger &#8211; Perfect Poolside Seating for Staying Cool</a> appeared first on <a href="https://devrecreonics.node3.lougcloud.com">Recreonics</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
