<?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: DONAL</title>
    <description>The latest articles on DEV Community by DONAL (@dinodonal).</description>
    <link>https://dev.to/dinodonal</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%2F789056%2F138b3d57-c0b4-4b67-be33-c4e71edabe7d.jpeg</url>
      <title>DEV Community: DONAL</title>
      <link>https://dev.to/dinodonal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dinodonal"/>
    <language>en</language>
    <item>
      <title>LOCAL STORAGE</title>
      <dc:creator>DONAL</dc:creator>
      <pubDate>Mon, 17 Jan 2022 12:44:46 +0000</pubDate>
      <link>https://dev.to/dinodonal/local-storage-1e82</link>
      <guid>https://dev.to/dinodonal/local-storage-1e82</guid>
      <description>&lt;h1&gt;
  
  
  localstorage A GUIDE
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Yes! My 2 posts reach to &amp;gt;500 posts, so here’s my new font and I am using dark theme and I am very happy 😃 so this is a video to make at will ! About localStorage how to use it and at first what localStorage is exactly is ?
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;local storage is simply one of the value storing method in JavaScript. So actually when you create Variable and give it a value 10. So you create a button and when you click it you give a function and the that function creates is that it just increases the value of our previously created variable’s value with 1 so , you like this clicking this button you reached the value to hmm 🤔 15 right! And now refresh it. Check the value of the variable in the console oh what! It is again 10 why not 15 it is 10 because Javascript did not store it’s value. So there are many ways to store them like cookies 🍪, Servers &amp;amp; ofcourse localStorage.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h1&gt;
  
  
  Ok 👍 now good we understood what is localStorage right ! So know what is it ? It is just a method to store values in Javascript so now where does all our values go ?
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;localStorage can be used very simply so now we can store values right and where do they get stored ? Yes.... they get stored in the browser so if a value is stored in localStorage it can be used in any of the webpages in the whole whole World Wide Web 🌍 &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Yeah! So know I teached you what is localStorage ! So in the article you are going to see how to use it and in one of the upcoming articles we will also see how to create a chat app with it obviously we can’t messages from one COMPUTER to OTHER but can store them. So alright folks we’ll meet again&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>html</category>
      <category>webdev</category>
    </item>
    <item>
      <title>BUGS!!!!🐞 </title>
      <dc:creator>DONAL</dc:creator>
      <pubDate>Mon, 10 Jan 2022 04:12:04 +0000</pubDate>
      <link>https://dev.to/dinodonal/bugs-3h60</link>
      <guid>https://dev.to/dinodonal/bugs-3h60</guid>
      <description>&lt;p&gt;BUGSSSSSSS!!!!!!!!!!!!!!!!!!!!!&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;THE MOST SCARIEST ANIMAL OF A PROGRAMER IS A BUG 🐞 *&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;AND OH THIS &lt;strong&gt;ARTICLE&lt;/strong&gt;* WILL HELP YOU BECAUSE WE WILL HELP YOU KNOW WHAT ARE BUGS IN JUST THIS ARTICLE. and oh no 🤦‍♂️ &lt;/p&gt;

&lt;p&gt;THERE IS A BUG&lt;/p&gt;

&lt;p&gt;CAN YOU DETECT THE BUG IN THE PARGRAPH&lt;/p&gt;

&lt;p&gt;HMM.... hmm... 🤔 &lt;/p&gt;

&lt;p&gt;After an half’n hour: &lt;br&gt;
Oh yes!!!! THE ARTICLE WORD IS IN BOLD &lt;/p&gt;

&lt;p&gt;YEAH!!!!&lt;/p&gt;

&lt;p&gt;Ok so maybe you detected it fast can you do it spilt second here are some tips&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;WHILE WRITING CODE REFRESH YOUR CONSOLE, WEBSITE OR WHAT EVER YOUR USING SO AS TO CHECK EVERYTHING IS RIGHT&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;WHILE WRITING CSS NEVER EVER FORGET WRITE THESE FOUR LINES OF CODE ON THE TOP&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;*{
margin: 0px;
padding: 0px;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;LESSER THE LINES OF CODE SO THAT IT GOES SMOOTH... AND OF COURSE YOU CAN USE FRAMEWORKS TO DO THAT WORK AND I RECOMMEND VUE...&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;SO THESE ARE THE TIPS &lt;/p&gt;

&lt;p&gt;AND ONCE AGAIN WHAT ARE BUGS AFTER ALL&lt;/p&gt;

&lt;p&gt;THERE ARE JUST A BUNCH CREPPY DISTURBING INSECT FOR A PROGRAMER AND PRETTY GOOD AND CUTE INSECTS FOR FARMER 👨‍🌾 &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;          🐞 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>javascript</category>
      <category>bugs</category>
      <category>programers</category>
      <category>programming</category>
    </item>
    <item>
      <title>MAKING YOUR FIRST WEB APP</title>
      <dc:creator>DONAL</dc:creator>
      <pubDate>Mon, 10 Jan 2022 03:55:53 +0000</pubDate>
      <link>https://dev.to/dinodonal/making-your-first-web-app-2g2h</link>
      <guid>https://dev.to/dinodonal/making-your-first-web-app-2g2h</guid>
      <description>&lt;p&gt;&lt;strong&gt;O&lt;/strong&gt;k what we are going to make today is absolutely simple but, it is not as simple as you think it is as hard as you make it so moving into today’s project is a one file project and let’s name the file &lt;em&gt;Car2go.html&lt;/em&gt; we are going to do all coding in this file so at first look how are file looks(without css). &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qkxgLwbQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ifhox84a1f40z3zjobpp.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qkxgLwbQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ifhox84a1f40z3zjobpp.jpeg" alt="It looks portrait because it is made in iPhone" width="750" height="1103"&gt;&lt;/a&gt;&lt;br&gt;
Ok let me explain so a few names are only so with these name any of these names we can make a card or sell a car so, next we should enter the car name &amp;amp; then finally we can give a description of our car and then it gets displayed. Here’s how the card looks and when scrolled how it shows the description &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--UqkbesYb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gem8n8mnbnwdp6p0ic5v.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--UqkbesYb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gem8n8mnbnwdp6p0ic5v.jpeg" alt="THE CARD" width="678" height="310"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fbsebchb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r2uvqnxac2iqux12a6q4.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fbsebchb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/r2uvqnxac2iqux12a6q4.jpeg" alt="SCROLL A LITTLE(CARD)" width="674" height="316"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;INTO CODING 👨🏻‍💻(IMPORTANT: I WILL ONLY SHOW THE NESSECRY YOU SHOULD ADD ALL CSS&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;CODING TIME TO GO !!!!!!!!!!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;So at first create a three simple inputs like this with a button&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; &amp;lt;input type="text" id="name" placeholder="name"&amp;gt;
      &amp;lt;input type="text" id="car_name" placeholder="car name"&amp;gt;
      &amp;lt;input type="text" id="description" placeholder="description"&amp;gt;
      &amp;lt;button onclick="addn()"&amp;gt;
        ADD
      &amp;lt;/button&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;And here goes the Tarzan css&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Oh wait explaining this may take Time so,
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;TIME TO RELEASE ALL CODE
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;TARZAN OH! DUMBA DUMBA DOE! &lt;/p&gt;

&lt;p&gt;THE HTML&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; &amp;lt;div id="add"&amp;gt;
      &amp;lt;h2 id="h2"&amp;gt;
        CA&amp;lt;span id="span"&amp;gt;R2&amp;lt;/span&amp;gt;GO
      &amp;lt;/h2&amp;gt;
      &amp;lt;input type="text" id="name" placeholder="name"&amp;gt;
      &amp;lt;input type="text" id="car_name" placeholder="car name"&amp;gt;
      &amp;lt;input type="text" id="description" placeholder="description"&amp;gt;
      &amp;lt;button onclick="addn()"&amp;gt;
        ADD
      &amp;lt;/button&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;div id="home"&amp;gt;
    &amp;lt;div id="go"&amp;gt;
      &amp;lt;h2 id="h2"&amp;gt;
        CA&amp;lt;span id="span"&amp;gt;R2&amp;lt;/span&amp;gt;GO
      &amp;lt;/h2&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;div id="main"&amp;gt;
      &amp;lt;button onclick="add()"&amp;gt;
        +
      &amp;lt;/button&amp;gt;
      &amp;lt;p id="h2"&amp;gt;
      &amp;lt;b&amp;gt;CA&amp;lt;span id="span"&amp;gt;R2&amp;lt;/span&amp;gt;GO&amp;lt;/b&amp;gt; 
      &amp;lt;/p&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;div id="cars"&amp;gt;

    &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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