<?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: Alessia Volpi</title>
    <description>The latest articles on DEV Community by Alessia Volpi (@alessiav8).</description>
    <link>https://dev.to/alessiav8</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%2F841889%2F1436c962-ff20-44e6-976c-dba23ed66d0d.png</url>
      <title>DEV Community: Alessia Volpi</title>
      <link>https://dev.to/alessiav8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alessiav8"/>
    <language>en</language>
    <item>
      <title>Window onload</title>
      <dc:creator>Alessia Volpi</dc:creator>
      <pubDate>Tue, 05 Apr 2022 10:21:58 +0000</pubDate>
      <link>https://dev.to/alessiav8/window-onload-5ai8</link>
      <guid>https://dev.to/alessiav8/window-onload-5ai8</guid>
      <description>&lt;p&gt;How i can solve if windows.onload doesn't work? &lt;br&gt;
I made something like &lt;br&gt;
Window.onload= function(){&lt;br&gt;
Somefunction()&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;And i also tried document.addeventlistener("DOMContentLoaded",somefunction)&lt;br&gt;
But no one of them works. The site state on the same page without doing anything &lt;/p&gt;

</description>
    </item>
    <item>
      <title>GetElementbyId</title>
      <dc:creator>Alessia Volpi</dc:creator>
      <pubDate>Mon, 04 Apr 2022 15:06:07 +0000</pubDate>
      <link>https://dev.to/alessiav8/getelementbyid-5e0a</link>
      <guid>https://dev.to/alessiav8/getelementbyid-5e0a</guid>
      <description>&lt;p&gt;Hi, i'm a new javascript programmer. I'm coding a simple Web site but I have a problem with getelementbyid. I have connected the site to firebase and I'm Tring to modify some element after login. When the program in a file.js change page from access.html to profile.html the console shoe me an error about the element in access. Getelementbyid return null when I am in profile.html and equally in access.html I don't know how to solve the problem...please help &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
