<?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: William Troup</title>
    <description>The latest articles on DEV Community by William Troup (@williamtroup).</description>
    <link>https://dev.to/williamtroup</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F869669%2F4b35b715-57da-4aa6-b3ea-3c1d7dba2de9.png</url>
      <title>DEV Community: William Troup</title>
      <link>https://dev.to/williamtroup</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/williamtroup"/>
    <language>en</language>
    <item>
      <title>Rattribute.js</title>
      <dc:creator>William Troup</dc:creator>
      <pubDate>Mon, 06 Jul 2026 22:58:04 +0000</pubDate>
      <link>https://dev.to/williamtroup/rattributejs-2cmm</link>
      <guid>https://dev.to/williamtroup/rattributejs-2cmm</guid>
      <description>&lt;p&gt;Rattribute.js allows you to define different HTML attributes for different viewport widths using simple data-* attributes. Whether you need to change classes, targets, ARIA attributes, or any other HTML attribute, Rattribute.js updates your elements automatically as the browser size changes — without writing responsive JavaScript.&lt;/p&gt;

&lt;p&gt;This is a brand new project that I started a few days ago!&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/williamtroup" rel="noopener noreferrer"&gt;
        williamtroup
      &lt;/a&gt; / &lt;a href="https://github.com/williamtroup/Rattribute.js" rel="noopener noreferrer"&gt;
        Rattribute.js
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      ❓ A lightweight JavaScript library for automatically changing HTML element attributes based on responsive screen sizes.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;
Rattribute.js
&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://twitter.com/intent/tweet?text=Rattribute.js%2C%20a%20free%20JavaScript%json%20converter&amp;amp;url=https://github.com/williamtroup/Rattribute.js&amp;amp;hashtags=javascript,json,html,converter" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/cb820a0ecc9645168e33b03925d7f14691262ddbaeaf66a0a91697803d0cba2d/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f687474702f736869656c64732e696f2e7376673f7374796c653d736f6369616c" alt="Tweet"&gt;&lt;/a&gt;
&lt;a href="https://www.npmjs.com/package/rattribute.js" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/c50ddf57573d2d4e9255b611d3f86ed92e7d309522b3bb133075b0537cb6fbee/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6e706d6a732d76312e332e312d626c7565" alt="npm"&gt;&lt;/a&gt;
&lt;a href="https://www.nuget.org/packages/Rattribute.js/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/d62d708312e56bffe089653f0d431b3c8fa894d0395ba9ce99c46646b3ad9c5a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6e756765742d76312e332e312d707572706c65" alt="nuget"&gt;&lt;/a&gt;
&lt;a href="https://github.com/williamtroup/Rattribute.js/blob/main/LICENSE.txt" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e" alt="license"&gt;&lt;/a&gt;
&lt;a href="https://github.com/williamtroup/Rattribute.js/discussions" rel="noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/79f7b6be708462912fa91b2504844999c5419692e0da5b733188fab724f85193/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64697363757373696f6e732d57656c636f6d652d726564" alt="discussions Welcome"&gt;&lt;/a&gt;
&lt;a href="https://william-troup.com/" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/7f861bcd95b99224a4cbb45ac13ed71286f87631e7ee8beb306371f2ac10277c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6465645f62792d57696c6c69616d5f54726f75702d79656c6c6f77" alt="coded by William Troup"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;❓ Rattribute.js allows you to define different HTML attributes for different viewport widths using simple data-* attributes. Whether you need to change classes, targets, ARIA attributes, or any other HTML attribute, Rattribute.js updates your elements automatically as the browser size changes — without writing responsive JavaScript.&lt;/p&gt;
&lt;p&gt;v1.3.1&lt;/p&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;What features does Rattribute.js have?&lt;/h1&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;🚀 Zero dependencies and lightweight.&lt;/li&gt;
&lt;li&gt;📝 Written in TypeScript with excellent editor support.&lt;/li&gt;
&lt;li&gt;📱 Responsive breakpoints matching Bootstrap (&lt;code&gt;xs&lt;/code&gt;–&lt;code&gt;xxl&lt;/code&gt;), plus custom sizes.&lt;/li&gt;
&lt;li&gt;🔄 Automatically detects new DOM elements.&lt;/li&gt;
&lt;li&gt;⚙️ Public API for manual control.&lt;/li&gt;
&lt;li&gt;🎯 Ignore specific elements when needed.&lt;/li&gt;
&lt;li&gt;🧩 Set attribute values directly or from function calls.&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;What browsers are supported?&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Rattribute.js works in all modern browsers, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Google Chrome&lt;/li&gt;
&lt;li&gt;Microsoft Edge&lt;/li&gt;
&lt;li&gt;Mozilla Firefox&lt;/li&gt;
&lt;li&gt;Safari&lt;/li&gt;
&lt;li&gt;Opera&lt;/li&gt;
&lt;/ul&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;What are the most recent changes?&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;To see a list of all the most recent changes, click &lt;a href="https://github.com/williamtroup/Rattribute.js/docs/CHANGE_LOG.md" rel="noopener noreferrer"&gt;here&lt;/a&gt;.
&lt;br&gt;
&lt;br&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;How do I install Rattribute.js?&lt;/h1&gt;

&lt;/div&gt;
&lt;p&gt;You…&lt;/p&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/williamtroup/Rattribute.js" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>webdev</category>
      <category>uidesign</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>JsonTree.js v4.0.0 - A TypeScript JSON viewer and editor, with side-by-side comparison support!</title>
      <dc:creator>William Troup</dc:creator>
      <pubDate>Mon, 30 Sep 2024 16:30:49 +0000</pubDate>
      <link>https://dev.to/williamtroup/jsontreejs-v400-a-typescript-json-viewer-and-editor-with-side-by-side-comparison-support-3n7n</link>
      <guid>https://dev.to/williamtroup/jsontreejs-v400-a-typescript-json-viewer-and-editor-with-side-by-side-comparison-support-3n7n</guid>
      <description>&lt;p&gt;This is another project I launched in the new year! It's finally come into its own, so I figured it was time to share it with everyone!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.william-troup.com/jsontree-js/" rel="noopener noreferrer"&gt;https://www.william-troup.com/jsontree-js/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Heat.js - Generate customizable heat maps, charts, and statistics to visualize date-based activity and trends</title>
      <dc:creator>William Troup</dc:creator>
      <pubDate>Wed, 03 Jul 2024 17:54:34 +0000</pubDate>
      <link>https://dev.to/williamtroup/heatjs-generate-customizable-heat-maps-charts-and-statistics-to-visualize-date-based-activity-and-trends-2f4c</link>
      <guid>https://dev.to/williamtroup/heatjs-generate-customizable-heat-maps-charts-and-statistics-to-visualize-date-based-activity-and-trends-2f4c</guid>
      <description>&lt;p&gt;Hello!&lt;/p&gt;

&lt;p&gt;This is my latest project that I'm trying to spread the word on.  This has been rewritten in TypeScript to allow greater integration support with React, Angular, and other libraries!&lt;/p&gt;

&lt;p&gt;Website:&lt;br&gt;
&lt;a href="https://william-troup.com/heat-js/"&gt;https://william-troup.com/heat-js/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repository!&lt;br&gt;
&lt;a href="https://github.com/williamtroup/Heat.js"&gt;https://github.com/williamtroup/Heat.js&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Calendar.js v2.3.1, a free JavaScript library!</title>
      <dc:creator>William Troup</dc:creator>
      <pubDate>Sun, 03 Sep 2023 21:05:32 +0000</pubDate>
      <link>https://dev.to/williamtroup/calendarjs-a-free-javascript-library-1c76</link>
      <guid>https://dev.to/williamtroup/calendarjs-a-free-javascript-library-1c76</guid>
      <description>&lt;p&gt;This is my JavaScript calendar project! I've been building it on and off for a few years, but I figured it was about time to spread the word a little about it!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/williamtroup/Calendar.js"&gt;https://github.com/williamtroup/Calendar.js&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Sorry, I posted it before, but I've been pushing it a little bit more lately, so figured a fresh post was right.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>css</category>
      <category>github</category>
    </item>
    <item>
      <title>Just signed up!</title>
      <dc:creator>William Troup</dc:creator>
      <pubDate>Sun, 29 May 2022 23:00:48 +0000</pubDate>
      <link>https://dev.to/williamtroup/just-signed-up-pkg</link>
      <guid>https://dev.to/williamtroup/just-signed-up-pkg</guid>
      <description>&lt;p&gt;Hi, I'm new here! Decided to try and meet like mind developers and shared some of the bits I work on in my spare time.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/williamtroup/Calendar.js"&gt;One of my projects can be found here: Calendar.js&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There of course other ones on there, but little things I've thrown together over the years!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>html</category>
      <category>css</category>
    </item>
  </channel>
</rss>
