<?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: tecknerd</title>
    <description>The latest articles on DEV Community by tecknerd (@tecknerd).</description>
    <link>https://dev.to/tecknerd</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%2F281517%2F6c2ddcdc-e9fb-405d-857c-7733bc09ba0a.png</url>
      <title>DEV Community: tecknerd</title>
      <link>https://dev.to/tecknerd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tecknerd"/>
    <language>en</language>
    <item>
      <title>Pure CSS Watch</title>
      <dc:creator>tecknerd</dc:creator>
      <pubDate>Wed, 15 Apr 2020 19:50:33 +0000</pubDate>
      <link>https://dev.to/tecknerd/watch-253p</link>
      <guid>https://dev.to/tecknerd/watch-253p</guid>
      <description>&lt;p&gt;One of my first ventures into CSS art a few years back.  Since I didn't use any kind of JavaScript it doesn't sync to the actual time.  Not sure if there's a way to do that without any kind of JavaScript code.&lt;/p&gt;

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

</description>
      <category>codepen</category>
      <category>css</category>
      <category>showdev</category>
      <category>cssart</category>
    </item>
    <item>
      <title>Easter Tile Game with VueJS and Confetti Celebration</title>
      <dc:creator>tecknerd</dc:creator>
      <pubDate>Wed, 15 Apr 2020 04:27:27 +0000</pubDate>
      <link>https://dev.to/tecknerd/easter-tile-game-1ohc</link>
      <guid>https://dev.to/tecknerd/easter-tile-game-1ohc</guid>
      <description>&lt;p&gt;A little late, but I used Vue JS to make a tile game where the user must reorganize the tiles to complete the image.  I remember seeing these in Easter baskets as a child.  Complete the puzzle to get make the confetti drop.&lt;/p&gt;

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

&lt;p&gt;I've come to see the game isn't mobile friendly, so my next step will be to make it so. Meanwhile, please enjoy it on a laptop or desktop. Thanks and apologies. &lt;/p&gt;

&lt;p&gt;Update: The background images in the tiles respond to changes in screen size now.  I did this by making the appropriate changes from&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;background: url('./happy-48398.png') no-repeat 0 0;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;to&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;background: url('./happy-48398.png') no-repeat top left;
background-size: 300%;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;for each tile.  The tile container also works a little better by changing from a static pixel size to a relative size.&lt;/p&gt;

&lt;p&gt;Update: Added a countdown timer.&lt;/p&gt;

&lt;p&gt;Update: After adding the timer I never implemented any feedback to the user when time was up, other than the timer displaying 0:00.  Now a layer appears over the tile area and gives a Game Over.  Still need to polish some of the CSS and sizing.  Think I might change the image also.&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>vue</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
    <item>
      <title>To-do List with VueJS</title>
      <dc:creator>tecknerd</dc:creator>
      <pubDate>Sun, 12 Apr 2020 05:50:38 +0000</pubDate>
      <link>https://dev.to/tecknerd/to-do-list-with-vuejs-5ahb</link>
      <guid>https://dev.to/tecknerd/to-do-list-with-vuejs-5ahb</guid>
      <description>&lt;p&gt;I made a to-do list as an exercise to learn VueJS.  I really liked using Vue and how easy it made data binding.  I would like to go back and change a few things, tidy up some code and maybe write a tutorial if people are interested in it.&lt;/p&gt;

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

</description>
      <category>codepen</category>
      <category>vue</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
