<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: huberto_madalena</title>
    <description>The latest articles on DEV Community by huberto_madalena (@mountebanking_cormorant).</description>
    <link>https://dev.to/mountebanking_cormorant</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F807446%2F4ccbaddb-2778-4cb3-b595-a639809f560c.png</url>
      <title>DEV Community: huberto_madalena</title>
      <link>https://dev.to/mountebanking_cormorant</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mountebanking_cormorant"/>
    <language>en</language>
    <item>
      <title>simple quiz in javascript</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Sat, 04 Feb 2023 14:04:12 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/simple-quiz-in-javascript-5aja</link>
      <guid>https://dev.to/mountebanking_cormorant/simple-quiz-in-javascript-5aja</guid>
      <description>&lt;p&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;br&gt;
 quiz 



&lt;p&gt;q1. 2+3? &lt;br&gt;&lt;/p&gt;

&lt;p&gt;5 &lt;br&gt;&lt;br&gt;
8 &lt;br&gt;&lt;br&gt;
10 &lt;br&gt;&lt;br&gt;
9 &lt;br&gt;&lt;/p&gt;

&lt;p&gt;q2. 3+3? &lt;br&gt;&lt;/p&gt;

&lt;p&gt;6 &lt;br&gt;&lt;br&gt;
8 &lt;br&gt;&lt;br&gt;
10 &lt;br&gt;&lt;br&gt;
9 &lt;br&gt;&lt;/p&gt;

&lt;p&gt;q3. 2+1? &lt;br&gt;&lt;/p&gt;

&lt;p&gt;3 &lt;br&gt;&lt;br&gt;
8 &lt;br&gt;&lt;br&gt;
10 &lt;br&gt;&lt;br&gt;
9 &lt;br&gt;&lt;/p&gt;



&lt;p&gt;function result()&lt;br&gt;
{&lt;br&gt;
var score =0;&lt;br&gt;
if (document.getElementById('correct1').checked)&lt;br&gt;
{&lt;br&gt;
score++;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;if (document.getElementById('correct2').checked)&lt;br&gt;
{&lt;br&gt;
score++;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;if (document.getElementById('correct3').checked)&lt;br&gt;
{&lt;br&gt;
score++;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;alert("your score is: " +score);&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;







</description>
    </item>
    <item>
      <title>Canvas API on Javascript</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Thu, 02 Feb 2023 12:49:44 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/canvas-api-on-javascript-3e55</link>
      <guid>https://dev.to/mountebanking_cormorant/canvas-api-on-javascript-3e55</guid>
      <description>&lt;p&gt;var c = document.getElementById('rect');&lt;/p&gt;

&lt;p&gt;var context = c.getContext('2d');&lt;/p&gt;

&lt;p&gt;context.fillStyle= '#C0C0C0';&lt;br&gt;
context.fillRect(10,20,180,100);&lt;/p&gt;





</description>
      <category>web3</category>
      <category>cryptocurrency</category>
      <category>offers</category>
    </item>
    <item>
      <title>bootstrap - example with cols</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Sun, 20 Feb 2022 02:40:16 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/bootstrap-example-with-cols-1cbb</link>
      <guid>https://dev.to/mountebanking_cormorant/bootstrap-example-with-cols-1cbb</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Mountebanking-Cormorant/embed/ZEaxpzM?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>Move an object around with JS</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Mon, 07 Feb 2022 16:38:45 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/move-an-object-around-with-js-jmp</link>
      <guid>https://dev.to/mountebanking_cormorant/move-an-object-around-with-js-jmp</guid>
      <description>&lt;p&gt;Use the arrow keys to move the div element specified in the script&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Mountebanking-Cormorant/embed/ZEaLOZj?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>Mask Effect on CSS</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Sat, 05 Feb 2022 14:53:54 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/mask-effect-on-css-346c</link>
      <guid>https://dev.to/mountebanking_cormorant/mask-effect-on-css-346c</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Mountebanking-Cormorant/embed/QWOKero?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>random num in js</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Wed, 02 Feb 2022 17:49:26 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/random-num-in-js-4c27</link>
      <guid>https://dev.to/mountebanking_cormorant/random-num-in-js-4c27</guid>
      <description>&lt;p&gt;1-use document.write for output&lt;br&gt;
2- remember that document.write is the print command in other languages&lt;br&gt;
3- you need to floor (round down) the random value to get a valid integer.&lt;br&gt;
4- random is just that, random. it's totally unpredictable. you need to multiply it by a number in order to get a value within the desired range.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Mountebanking-Cormorant/embed/LYOZErQ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>exception handling in javascript</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Wed, 02 Feb 2022 03:14:20 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/exception-handling-in-javascript-4h1o</link>
      <guid>https://dev.to/mountebanking_cormorant/exception-handling-in-javascript-4h1o</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Mountebanking-Cormorant/embed/xxPVxVG?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>getting mouse coordinates</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Wed, 02 Feb 2022 01:36:59 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/getting-mouse-coordinates-25m0</link>
      <guid>https://dev.to/mountebanking_cormorant/getting-mouse-coordinates-25m0</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Mountebanking-Cormorant/embed/xxPVxVG?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>js factorial</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Tue, 01 Feb 2022 20:16:29 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/js-factorial-15fn</link>
      <guid>https://dev.to/mountebanking_cormorant/js-factorial-15fn</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Mountebanking-Cormorant/embed/xxPVxVG?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>function to add up without previously knowing # of elements. use arguments in the for loop</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Tue, 01 Feb 2022 19:21:16 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/function-to-add-up-without-previously-knowing-of-elements-use-arguments-in-the-for-loop-2il7</link>
      <guid>https://dev.to/mountebanking_cormorant/function-to-add-up-without-previously-knowing-of-elements-use-arguments-in-the-for-loop-2il7</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Mountebanking-Cormorant/embed/xxPVxVG?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>functions within a function</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Tue, 01 Feb 2022 19:15:38 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/functions-within-a-function-3i09</link>
      <guid>https://dev.to/mountebanking_cormorant/functions-within-a-function-3i09</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Mountebanking-Cormorant/embed/xxPVxVG?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>key to show contents in object with for loop</title>
      <dc:creator>huberto_madalena</dc:creator>
      <pubDate>Tue, 01 Feb 2022 14:52:36 +0000</pubDate>
      <link>https://dev.to/mountebanking_cormorant/key-to-show-contents-in-object-with-for-loop-541g</link>
      <guid>https://dev.to/mountebanking_cormorant/key-to-show-contents-in-object-with-for-loop-541g</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/Mountebanking-Cormorant/embed/xxPVxVG?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
  </channel>
</rss>
