<?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: Paul</title>
    <description>The latest articles on DEV Community by Paul (@pauladrian).</description>
    <link>https://dev.to/pauladrian</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%2F1221873%2Fbb40d522-2724-435e-9169-9323b1ec43b6.png</url>
      <title>DEV Community: Paul</title>
      <link>https://dev.to/pauladrian</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pauladrian"/>
    <language>en</language>
    <item>
      <title>I have a question about how to send data to websites</title>
      <dc:creator>Paul</dc:creator>
      <pubDate>Mon, 04 Dec 2023 18:31:33 +0000</pubDate>
      <link>https://dev.to/pauladrian/i-have-a-question-about-how-to-send-data-to-websites-1koc</link>
      <guid>https://dev.to/pauladrian/i-have-a-question-about-how-to-send-data-to-websites-1koc</guid>
      <description>&lt;p&gt;Hello, so I want to make on a website (A) a button where you insert a number and on another website (B) a div is created with the number you input. My question is what should I look into/learn to do that? I know HTML, CSS, JS. The websites will be hosted online. Thank you.&lt;/p&gt;


&lt;p&gt;More context: &lt;br&gt;&lt;br&gt;
I wanna make a website for a restaurant's menu and include a "call a waiter" button, and my idea is to have a tablet in the waiter's area where when a customer clicks and inputs their table a &lt;/p&gt; is created on the waiter's website with the table number.

</description>
      <category>backend</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How can I check if an image in a local folder exists with plain JavaScript?</title>
      <dc:creator>Paul</dc:creator>
      <pubDate>Wed, 29 Nov 2023 13:58:19 +0000</pubDate>
      <link>https://dev.to/pauladrian/how-can-i-check-if-an-image-in-a-local-folder-exists-with-plain-javascript-2hn3</link>
      <guid>https://dev.to/pauladrian/how-can-i-check-if-an-image-in-a-local-folder-exists-with-plain-javascript-2hn3</guid>
      <description>&lt;p&gt;Basically my question is how can I do this? Anywhere I looked I couldn't find answers.&lt;/p&gt;

&lt;p&gt;for(var i = 0; i &amp;lt; 4; i++){&lt;br&gt;
    var img = document.createElement("img");&lt;br&gt;
    img.style.src = &lt;code&gt;img/${i}.png&lt;/code&gt;;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;if(img exists)
     document.body.appendChild(img);
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;}&lt;br&gt;
Also is this possible somehow?&lt;br&gt;
for( i = 0; i &amp;lt; how many images are inside folder; i++)&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
