<?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: jasondamico</title>
    <description>The latest articles on DEV Community by jasondamico (@jasondamico).</description>
    <link>https://dev.to/jasondamico</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%2F456401%2F780cf852-361d-4003-83b2-f24a0bc254db.png</url>
      <title>DEV Community: jasondamico</title>
      <link>https://dev.to/jasondamico</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jasondamico"/>
    <language>en</language>
    <item>
      <title>Page briefly appears without formatting before website loads</title>
      <dc:creator>jasondamico</dc:creator>
      <pubDate>Fri, 21 Aug 2020 17:34:19 +0000</pubDate>
      <link>https://dev.to/jasondamico/page-briefly-appears-without-formatting-before-website-loads-2k17</link>
      <guid>https://dev.to/jasondamico/page-briefly-appears-without-formatting-before-website-loads-2k17</guid>
      <description>&lt;p&gt;I've been struggling along with a bug on my personal website. When I load any of the pages, the page briefly displays the contents without any formatting (as seen on the left) before the page fully loads and seemingly applies the formatting (as seen on the right). To try to remedy this, I added a loading screen that waits for the page to fully load using jQuery using &lt;code&gt;$(window).on("load",function())&lt;/code&gt;, but the non-formatted content still loads briefly before the loading screen even renders. I'm currently using Bootstrap and my own stylesheet, and I have downloaded and stored Bootstrap as a local stylesheet in an attempt to fix the problem (I think that the unformatted page displays for a shorter amount of time when the stylesheet is being imported locally rather than from the Bootstrap website). &lt;/p&gt;

&lt;p&gt;Does anyone know how to fix this or have any advice on why this is happening? I have a hunch that this might have to do with my internet being slow and somehow loading the content of the page before the styling - so maybe I'm making a big deal out of nothing here, but I have no way of substantiating that claim. Also, &lt;a href="//jasondamico.me"&gt;here is a link to my website (jasondamico.me) for your reference&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thank you for your time. &lt;/p&gt;

</description>
      <category>help</category>
      <category>webdev</category>
      <category>html</category>
      <category>jquery</category>
    </item>
  </channel>
</rss>
