<?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: T3C Studios</title>
    <description>The latest articles on DEV Community by T3C Studios (@t3cstudios).</description>
    <link>https://dev.to/t3cstudios</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%2F813704%2F39651673-af1b-4ca1-b009-2547b0cb78dc.jpg</url>
      <title>DEV Community: T3C Studios</title>
      <link>https://dev.to/t3cstudios</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/t3cstudios"/>
    <language>en</language>
    <item>
      <title>How to make a "Save" button using JavaScript?</title>
      <dc:creator>T3C Studios</dc:creator>
      <pubDate>Fri, 11 Feb 2022 20:07:38 +0000</pubDate>
      <link>https://dev.to/t3cstudios/how-to-make-a-save-button-using-javascript-42bc</link>
      <guid>https://dev.to/t3cstudios/how-to-make-a-save-button-using-javascript-42bc</guid>
      <description>&lt;p&gt;I'm working on a little project, and want to add a "Save" button which will when clicked convert everything which is inside of a certain div class into a downloadable .txt (or .pdf or any other document viewing file type) document.&lt;/p&gt;

&lt;p&gt;I want to note one more thing, the content of that div isn't "static" (if I can call it that), since the user / visitor can edit it, to clarify, the user / visitor can delete the text in that div, as well as add new text to that div. I'm not sure does this make any kind of difference, but there it is just as a little note.&lt;/p&gt;

&lt;p&gt;Is this possible?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>begginer</category>
      <category>help</category>
    </item>
  </channel>
</rss>
