<?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: Elise Fahlström</title>
    <description>The latest articles on DEV Community by Elise Fahlström (@stickybon).</description>
    <link>https://dev.to/stickybon</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%2F3431228%2F5f53fc3c-9acc-48fc-af7d-751e2167cef0.jpg</url>
      <title>DEV Community: Elise Fahlström</title>
      <link>https://dev.to/stickybon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stickybon"/>
    <language>en</language>
    <item>
      <title>Some of my code</title>
      <dc:creator>Elise Fahlström</dc:creator>
      <pubDate>Wed, 13 Aug 2025 09:42:42 +0000</pubDate>
      <link>https://dev.to/stickybon/some-of-my-code-448d</link>
      <guid>https://dev.to/stickybon/some-of-my-code-448d</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;!--Fixes: Man måste göra färdigt hela första filen först--&amp;gt;
&amp;lt;!--Fixes: Det är i JS jag ska göra spelet. När jag kom till map, blandade den PHP med JS.--&amp;gt;
&amp;lt;!--Fixes: JS tillåter misstag--&amp;gt;
&amp;lt;!--Fixes: Jag vill att namnen på hundarna är read-only--&amp;gt;
&amp;lt;!--Fixes: En hel dator bara till spelet :)--&amp;gt;
&amp;lt;!DOCTYPE html/&amp;gt;
&amp;lt;html lang="sven"/&amp;gt;
&amp;lt;head/&amp;gt;&amp;lt;title/&amp;gt;Midheaven.se :: Premade&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;
&amp;lt;body/&amp;gt;
&amp;lt;div id="KlaraHitler"/&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;script defer/&amp;gt;
document.getElementById("KlaraHitler").innerHTML = "Hello Worlds!";
&amp;lt;/script&amp;gt;
&amp;lt;footer/&amp;gt;&amp;amp;copy; 2025 Midheaven.se &amp;amp; Partners&amp;lt;br/&amp;gt;
Kudos till datorn &amp;amp; AI ("DeepAI.org/chat")&amp;lt;br/&amp;gt;
Alla rättigheter reserverade.&amp;lt;/footer&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;script src="script.js" defer/&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;/html&amp;gt;
&amp;lt;!--The first thing you'll learn from me is 2--&amp;gt;
&amp;lt;!--You need at least 2 lines, to begin with :)--&amp;gt;
&amp;lt;!--Even tho JS is protected, you need to take several things into consideration--&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
    <item>
      <title>Switching to JS :) (Applause)</title>
      <dc:creator>Elise Fahlström</dc:creator>
      <pubDate>Wed, 13 Aug 2025 08:15:24 +0000</pubDate>
      <link>https://dev.to/stickybon/switching-to-js-applause-2dej</link>
      <guid>https://dev.to/stickybon/switching-to-js-applause-2dej</guid>
      <description>&lt;p&gt;The name of the game is &lt;strong&gt;drum-rolls&lt;/strong&gt; Midheaven.se :)&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>Sharing some code &lt;3</title>
      <dc:creator>Elise Fahlström</dc:creator>
      <pubDate>Wed, 13 Aug 2025 06:44:33 +0000</pubDate>
      <link>https://dev.to/stickybon/sharing-some-code-3-5i2</link>
      <guid>https://dev.to/stickybon/sharing-some-code-3-5i2</guid>
      <description>&lt;p&gt;`&amp;lt;!--Fixes: Har prövat med JS. Den accepterar inte pilarna.--&amp;gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;?php include 'register.php'; ?&amp;gt;&lt;br&gt;
&amp;lt;?php&lt;br&gt;
if (isset($_POST['anvandarnamn']) &amp;amp;&amp;amp; isset($_POST['losenord'] ?? '')) {&lt;br&gt;
password_verify($_POST['anvandarnamn'], "SELECT anvandarnamn.losenord FROM anvandare WHERE id='$anvandarnamn'");&lt;br&gt;
}&lt;br&gt;
?&amp;gt;`&lt;/p&gt;

</description>
      <category>php</category>
      <category>snippet</category>
      <category>code</category>
    </item>
  </channel>
</rss>
