<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Web Design by Nicholas Wasicsko</title>
      <link>https://padlet.com/nicholaswasicskocc21/r97ub7jh6gx2</link>
      <description>HTML5, CSS3, Javascript</description>
      <language>en-us</language>
      <pubDate>2019-02-13 12:30:32 UTC</pubDate>
      <lastBuildDate>2025-12-18 02:48:29 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Thunder.png</url>
      </image>
      <item>
         <title>Html</title>
         <author>nicholaswasicskocc21</author>
         <link>https://padlet.com/nicholaswasicskocc21/r97ub7jh6gx2/wish/330764529</link>
         <description><![CDATA[<div><br></div><pre>&lt;textarea id="tarea" style="border:red solid 3px; color: red; min-width:400px; min-height: 300px; max-width: 400px; max-height: 300px;" readonly&gt;&lt;/textarea&gt;
&lt;br&gt;
&lt;input id="msg" type="text" placeholder="Type text here" style="width:400px; height:20px;" title="Chat Box" required&gt;

&lt;button id="btn" onclick="send()"&gt;Send &lt;i class="fa fa-send-o"&gt;&lt;/i&gt;&lt;/button&gt;</pre>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-13 12:36:06 UTC</pubDate>
         <guid>https://padlet.com/nicholaswasicskocc21/r97ub7jh6gx2/wish/330764529</guid>
      </item>
      <item>
         <title>CSS3</title>
         <author>nicholaswasicskocc21</author>
         <link>https://padlet.com/nicholaswasicskocc21/r97ub7jh6gx2/wish/330765041</link>
         <description><![CDATA[<pre>* { margin: 0;}</pre><div><br></div><pre>textarea { border: 5px solid red; color: red; }</pre>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-13 12:37:45 UTC</pubDate>
         <guid>https://padlet.com/nicholaswasicskocc21/r97ub7jh6gx2/wish/330765041</guid>
      </item>
      <item>
         <title>Javascript</title>
         <author>nicholaswasicskocc21</author>
         <link>https://padlet.com/nicholaswasicskocc21/r97ub7jh6gx2/wish/330765948</link>
         <description><![CDATA[<pre>let http = require('http');<br>let url = require('url');<br>let querystring = require('querystring');<br>let static = require('node-static');<br>let file = new static.Server('.', {<br>  cache: 0<br>});<br><br><br>function accept(req, res) {<br><br>  if (req.url == '/phones.json') {<br>    // stall a bit to let "loading" message show up<br>    setTimeout(function() {<br>      file.serve(req, res);<br>    }, 2000);<br>  } else {<br>    file.serve(req, res);<br>  }<br><br>}<br><br><br>// ------ запустить сервер -------<br><br>if (!module.parent) {<br>  http.createServer(accept).listen(8080);<br>} else {<br>  exports.accept = accept;<br>}<br><br>function send(){<br>	var msg = document.getElementById("msg").value;<br>	var textarea = document.getElementById("tarea");<br><br>	<br>	textarea.append(msg);<br>}</pre>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-13 12:41:25 UTC</pubDate>
         <guid>https://padlet.com/nicholaswasicskocc21/r97ub7jh6gx2/wish/330765948</guid>
      </item>
   </channel>
</rss>
