<?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: Patrick Brosset</title>
    <description>The latest articles on DEV Community by Patrick Brosset (@patrickbrosset).</description>
    <link>https://dev.to/patrickbrosset</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%2F607572%2Fa7b603f5-5753-43ed-8290-54dfc1dd90a0.png</url>
      <title>DEV Community: Patrick Brosset</title>
      <link>https://dev.to/patrickbrosset</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/patrickbrosset"/>
    <language>en</language>
    <item>
      <title>What's Open Web Docs?</title>
      <dc:creator>Patrick Brosset</dc:creator>
      <pubDate>Fri, 23 Jun 2023 16:25:51 +0000</pubDate>
      <link>https://dev.to/patrickbrosset/whats-open-web-docs-4i9l</link>
      <guid>https://dev.to/patrickbrosset/whats-open-web-docs-4i9l</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published on &lt;a href="https://patrickbrosset.com/articles/2023-06-24-open-web-docs/"&gt;my blog&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;tl;dr: &lt;a href="https://openwebdocs.org/"&gt;Open Web Docs&lt;/a&gt; is awesome. It's one of the biggest contributors to &lt;a href="https://developer.mozilla.org/"&gt;MDN Web Docs&lt;/a&gt;. If you use MDN on a regular basis, consider &lt;a href="https://opencollective.com/open-web-docs"&gt;supporting OWD&lt;/a&gt; (💵) so they can continue doing the work that makes all of our web dev jobs easier.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you're a web developer you have most likely heard and used the &lt;a href="https://developer.mozilla.org/en-US/"&gt;MDN Web Docs&lt;/a&gt; website. Heck, even if you don't call yourself a web dev, but still write some web code every now and then, you've probably used it.&lt;/p&gt;

&lt;p&gt;MDN is an invaluable resource for people using HTML, CSS, JavaScript, SVG, or any other aspect of the web such as security, accessibility, performance, virtual or augmented reality on the web, and so on.&lt;/p&gt;

&lt;p&gt;Maybe you don't think about it too much, but pause for a second, and realize how many times you've used MDN to look something up today (or any other day on the job). Take a look at your browser history if you need to. Here is mine, notice how small the scrollbar is, the list goes on and on and on:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--zFc4hULH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/y5mxci4a4y5hl8pgulgo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--zFc4hULH--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/y5mxci4a4y5hl8pgulgo.png" alt="The Firefox browser history management tool, filtered on developer.mozilla.org, showing a very long list of pages" width="800" height="579"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If this matches your experience, then take a minute to read this article. It's important to understand how the things we rely on so much actually exist.&lt;/p&gt;

&lt;h3&gt;
  
  
  Quick history recap
&lt;/h3&gt;

&lt;p&gt;Let's not spend too much time on this, but just for context: MDN was started by Mozilla around 2005. It was then called the Mozilla Developer Network, and it was a wiki used to centralize the documentation for the various Mozilla projects, as well as for the web platform itself (check out &lt;a href="https://web.archive.org/web/20051201012755/http://developer.mozilla.org/"&gt;this snapshot of MDN in late 2005&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Over time, more and more of the web platform APIs and features got documented on MDN, and it started becoming the de-facto documentation for many web developers. So much that in the late 2010s, other big tech companies, who had their own documentation websites, started redirecting their users to MDN instead and contributing to it. Microsoft, in particular, used to have a lot of web platform documentation over on &lt;a href="https://wikipedia.org/wiki/Microsoft_Developer_Network"&gt;MSDN&lt;/a&gt;, which no longer exists (or rather is now called &lt;a href="https://learn.microsoft.com/"&gt;Microsoft Learn&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;The idea was simple: MDN is where people go for web platform documentation, let's focus our collective efforts there instead of duplicating the content and making it harder for people to find what they need.&lt;/p&gt;

&lt;p&gt;This led to &lt;a href="https://hacks.mozilla.org/2018/01/introducing-the-mdn-product-advisory-board/"&gt;the creation&lt;/a&gt; of the &lt;a href="https://developer.mozilla.org/docs/MDN/MDN_Product_Advisory_Board"&gt;MDN Product Advisory Board&lt;/a&gt; in 2018, a group of representative from various member organizations who contribute to MDN, and who meet on a regular basis to discuss the future of the project and provide guidance to ensure MDN continues providing unbiased, browser-agnostic, high-quality documentation. The PAB still exists today.&lt;/p&gt;

&lt;p&gt;In 2020, Mozilla unfortunately had to go through a pretty big round of &lt;a href="https://blog.mozilla.org/mozilla/readying-for-the-future-at-mozilla/"&gt;layoffs&lt;/a&gt;. The MDN team, in particular, was hit pretty hard. At this point, the MDN team was the one responsible not only for maintaining the website infrastructure, but also for writing a lot of the content, and managing the active community of volunteer doc contributors. The layoffs was a big blow to the project.&lt;/p&gt;

&lt;p&gt;Today, Mozilla has a small team of writers and engineers who write content and maintain the website's infrastructure.&lt;/p&gt;

&lt;h3&gt;
  
  
  Enter Open Web Docs
&lt;/h3&gt;

&lt;p&gt;High-quality documentation for the web platform is &lt;strong&gt;critically important&lt;/strong&gt; so, with a bunch of really talented technical writers now out of a job, and so many devs out there who relied on MDN for their day to day jobs, it was clear that something had to be done.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://opencollective.com/open-web-docs/updates/introducing-open-web-docs"&gt;Open Web Docs was created&lt;/a&gt; in January 2021 by the people involved in MDN at the time, including the PAB.&lt;/p&gt;

&lt;p&gt;OWD is an independent, vendor-neutral, organization that is responsible for ensuring the long-term health of web platform documentation. It spends all of its resources writing new docs, maintaining existing ones, and managing the community of contributors on today's de-facto web platform documentation website: MDN Web Docs.&lt;/p&gt;

&lt;p&gt;OWD is composed of a small team of technical writers (4 full-time employees and 1 part-time contractor) who spend their time maintaining the content, which includes writing new docs, updating existing ones, maintaining the &lt;a href="https://github.com/mdn/browser-compat-data"&gt;browser compatibility data tables&lt;/a&gt; (which, by the way, are also used by &lt;a href="https://caniuse.com/"&gt;caniuse.com&lt;/a&gt;), doing code reviews for the community, and so on. Take a look at their &lt;a href="https://openwebdocs.org/content/reports/2022/"&gt;2022 impact report&lt;/a&gt; from more details.&lt;/p&gt;

&lt;p&gt;So how can OWD do this work? The organization needs to pay those 4,5 people for their work. And to do this, because it's a non-profit organization, it relies on donations! It's funded by a mix of corporate sponsors, Google and Microsoft being the two biggest, and a bunch of individual contributors.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;And that's where you come in! If you use MDN on a regular basis, and would find it considerably harder to do your job without it, then consider financially &lt;a href="https://opencollective.com/open-web-docs"&gt;supporting OWD&lt;/a&gt;. You can become a backer for as little as $5 per month.&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;It's simple, without money, OWD can't employ technical writers to continue making MDN as great as it is. Sure, OWD isn't the only contributor to MDN. Mozilla has a team of writers too, other companies contribute docs, and there are a lot of volunteers. But if you haven't done so yet, do take a look at the &lt;a href="https://openwebdocs.org/content/reports/2022/"&gt;2022 impact report&lt;/a&gt;. This should give you perspective on how much work OWD does, and how negatively impacted MDN would be if OWD didn't exist. On top of this, OWD isn't just a big part of MDN, it's also a vendor-neutral part of it. When Microsoft, Google, Mozilla, or Apple write their own docs on MDN, they always come with their own lens and biases.&lt;/p&gt;

&lt;h3&gt;
  
  
  It's not just about the MDN website
&lt;/h3&gt;

&lt;p&gt;Sure the MDN website is very important and if you've read this far you probably use it a lot. But OWD's impact goes further than this.&lt;/p&gt;

&lt;p&gt;I mentioned it already, but OWD also contributes a lot to the &lt;a href="https://github.com/mdn/browser-compat-data"&gt;browser compatibility data tables&lt;/a&gt; (BCD) which appear at the bottom of almost every MDN page. But this data is also available as &lt;a href="https://www.npmjs.com/package/@mdn/browser-compat-data"&gt;a package on NPM&lt;/a&gt;, which is used by many other tools, sites, and IDEs which you might also rely on! Here is a few examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://caniuse.com/"&gt;caniuse.com&lt;/a&gt;, which maintains its own data and mixes it in with the BCD tables.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qMoBZAEJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xrb6y6rxazi2bwj0logm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qMoBZAEJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xrb6y6rxazi2bwj0logm.png" alt="caniuse.com, showing a mention to BCD in the footer" width="800" height="485"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Chrome DevTools' &lt;a href="https://developer.chrome.com/blog/new-in-devtools-112/#css"&gt;Styles pane MDN tooltips&lt;/a&gt; which displays MDN data for CSS properties.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Sr17MHxF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3yzbfppb7m8p9m9mv36f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Sr17MHxF--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3yzbfppb7m8p9m9mv36f.png" alt="The Chrome Devtools Styles panel, showing a tooltip with documentation" width="800" height="260"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Firefox DevTools' &lt;a href="https://firefox-source-docs.mozilla.org/devtools-user/page_inspector/how_to/examine_and_edit_css/index.html#css-compatibility"&gt;compatibility panel&lt;/a&gt; which uses the BCD data to show you which browsers support the CSS properties you're using.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--iWaYb3Pd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2cm1hukmsiski2khavo3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--iWaYb3Pd--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2cm1hukmsiski2khavo3.png" alt="The Firefox Devtools Compatibility panel" width="800" height="151"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://webhint.io/"&gt;Webhint&lt;/a&gt; and the &lt;a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/issues/"&gt;Issues tool in Edge DevTools&lt;/a&gt; (which relies on WebHint) which use BCD to give you warnings about APIs that might not be supported in all browsers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--027xJZZn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a7tgfvrvfltwq4anw9jp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--027xJZZn--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a7tgfvrvfltwq4anw9jp.png" alt="The Edge Devtools Issues panel, showing a CSS property is incompatible on Safari" width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ESLint and its &lt;a href="https://www.npmjs.com/package/eslint-plugin-compat"&gt;eslint-plugin-compat&lt;/a&gt; plugin.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Og5_lYju--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8dt6kkk8g8jniggzxbst.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Og5_lYju--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8dt6kkk8g8jniggzxbst.png" alt="An ESLint error tooltip in a piece of code, showing that this ESLint plugin can tell you when APIs are not supported" width="800" height="483"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;VSCode, which displays browser compat info in its HTML and CSS &lt;a href="https://code.visualstudio.com/docs/editor/intellisense"&gt;intellisense&lt;/a&gt; feature.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jsRIAZJg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/eh9grspgribv37412rrx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jsRIAZJg--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/eh9grspgribv37412rrx.png" alt="VSCode, with the intellisense tooltip visible on a CSS property, showing the MDN docs and browser compat details" width="800" height="406"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Other websites also display MDN documentation. After all the &lt;a href="https://github.com/mdn/content/"&gt;mdn/content GitHub repository&lt;/a&gt;, where the docs are stored, is public and open-source, and anyone can use the content or even fork it. That's how &lt;a href="https://devdocs.io/"&gt;devdocs.io&lt;/a&gt; is able to display CSS reference documentation for example.&lt;/p&gt;

&lt;p&gt;In fact, in a future where the MDN website is no longer the de-facto place where people go to learn about the web, that doesn't change a thing for OWD. OWD's mission is to ensure the long-term health of this critical infrastructure that's web platform documentation, wherever people may be consuming it from.&lt;/p&gt;

&lt;h3&gt;
  
  
  I don't really want to pay, but my company relies on MDN, what can I do?
&lt;/h3&gt;

&lt;p&gt;If your company has made a big bet on the web, it might not be such a bad idea for the company to financially contribute to ensure the web documentation's future is bright. After all, if the documentation of the browser APIs you're using is a bit outdated, or if the tools you rely on start to be incorrect, your teams are going to have a much harder time doing their jobs.&lt;/p&gt;

&lt;p&gt;The less reliable the web platform documentation is, the more experts your company will probably need to hire to reverse-engineer browsers and figure out what works and what doesn't. On the other hand, if high-quality and up-to-date documentation is always there when you need it, &lt;strong&gt;you can focus on building your own products&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Here are a few ways you can inform your company about OWD and try to convince them to contribute:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tell them how much you use MDN content through the website and other tools you use daily. Show the impact these resources have on your teams and show usage numbers.&lt;/li&gt;
&lt;li&gt;Show them this blog post.&lt;/li&gt;
&lt;li&gt;Show them the OWD &lt;a href="https://openwebdocs.org/content/reports/2021/"&gt;2021&lt;/a&gt; and &lt;a href="https://openwebdocs.org/content/reports/2022/"&gt;2022&lt;/a&gt; impact reports to clarify to what extent OWD contributes to these resources.&lt;/li&gt;
&lt;li&gt;Show them the &lt;a href="https://openwebdocs.org/membership/"&gt;OWD membership&lt;/a&gt; page, which contains details about the various sponsorship levels and the benefits that come with them. As a Gold sponsor, for example, your company would get its logo on the website, and a seat on the OWD Steering Committee to discuss with the OWD community and help shape the future of web documentation.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can get in touch with OWD by using the &lt;strong&gt;Contact&lt;/strong&gt; button on the &lt;a href="https://opencollective.com/open-web-docs"&gt;Open Collective page&lt;/a&gt;.&lt;/p&gt;




&lt;p&gt;And that's it! I hope this post has helped you understand the importance of OWD and why you should consider supporting it. If you have any questions, feel free to reach out to me on &lt;a href="https://twitter.com/patrickbrosset"&gt;Twitter&lt;/a&gt; or &lt;a href="https://mas.to/@patrickbrosset"&gt;Mastodon&lt;/a&gt;. I'm part of the OWD Governing Committee, and I'll be happy to answer your questions.&lt;/p&gt;

</description>
      <category>mdn</category>
      <category>documentation</category>
      <category>webdev</category>
      <category>learning</category>
    </item>
    <item>
      <title>Edge isn't IE, and it's not Chrome either!</title>
      <dc:creator>Patrick Brosset</dc:creator>
      <pubDate>Fri, 12 Nov 2021 14:22:04 +0000</pubDate>
      <link>https://dev.to/patrickbrosset/edge-isnt-ie-and-its-not-chrome-either-24if</link>
      <guid>https://dev.to/patrickbrosset/edge-isnt-ie-and-its-not-chrome-either-24if</guid>
      <description>&lt;p&gt;Do you do web development?&lt;/p&gt;

&lt;p&gt;Which browser do you use for it? Let me guess... It's Chrome, isn't it?&lt;/p&gt;

&lt;p&gt;Ok, maybe for a few of you it's Firefox, and for an even smaller number Safari. Any Edge users here?&lt;/p&gt;

&lt;p&gt;I'd love to change your mind a little bit with this quick article. My main goal here isn't to make you switch to Edge, but to bust a couple of simple myths about it, and maybe make you want to try it out some day.&lt;/p&gt;

&lt;h2&gt;
  
  
  Edge isn't IE
&lt;/h2&gt;

&lt;p&gt;IE was a pain in the neck, I know, I was there. I've had to write code for customers who needed their sites to work on IE6, 7, 8, 9, 10.&lt;/p&gt;

&lt;p&gt;But, IE is gone now. IE11 is going to be the last supported IE version, and it will go &lt;a href="https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/"&gt;out of support in June 2022&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Not only that, but there's a world of difference between IE and Edge. Edge was created as a complete reboot, with a mission to be standards-based from day 1.&lt;/p&gt;

&lt;p&gt;There's more. Back in 2018, Microsoft took a big bet and decided to re-start Edge all over again on the open-source Chromium browser engine (read &lt;a href="https://github.com/MicrosoftEdge/MSEdge"&gt;Microsoft Edge's end of 2018 open source intent&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;So, if you were holding off on using Edge because it brings back bad memories from the IE days, then give it a try and you'll be surprised.&lt;/p&gt;

&lt;h2&gt;
  
  
  Edge isn't Chrome either
&lt;/h2&gt;

&lt;p&gt;So, yes, Edge is now based on Chromium. This means it gets all of the features built by the Chromium community (included by Google). &lt;/p&gt;

&lt;p&gt;It also &lt;a href="https://mspoweruser.com/microsoft-touts-their-contributions-to-chromium-development/"&gt;contributes a lot of features back to it&lt;/a&gt;. In fact, Microsoft is one of the most active contributors to the Chromium project.&lt;/p&gt;

&lt;p&gt;But, that doesn't mean that Edge is just a Chrome re-brand. The Edge team at Microsoft is fairly big, and has its own strategy. &lt;/p&gt;

&lt;p&gt;Edge comes with its own set of features, both in the UI of the browser, in DevTools, and in the web engine.&lt;/p&gt;

&lt;p&gt;The browser itself has features such as collections, vertical tabs, read aloud, shopping price comparison, and more. And DevTools has a few unique tools like &lt;a href="https://docs.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/3d-view/"&gt;3D view&lt;/a&gt;, a &lt;a href="https://webhint.io/"&gt;webhint&lt;/a&gt;-based &lt;a href="https://docs.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/issues/"&gt;Issues panel&lt;/a&gt;, and a &lt;a href="https://marketplace.visualstudio.com/items?itemName=ms-edgedevtools.vscode-edge-devtools"&gt;VS Code extension&lt;/a&gt; that embeds the browser preview and DevTools inside of VS Code!&lt;/p&gt;

&lt;p&gt;So, while Edge and Chrome are both based on the same engine, which gives them great compatibility with sites out there, they're pretty different browsers that have their own specific features.&lt;/p&gt;

&lt;h2&gt;
  
  
  Using multiple browsers
&lt;/h2&gt;

&lt;p&gt;Making your sites and apps work across browsers and devices is very important. Not doing this means potentially not addressing a big part of your audience.&lt;/p&gt;

&lt;p&gt;As web developers, we all have our favorite browser and tools we work with most of the time. But it's important to mix things up and try other browsers on a regular basis. Try Firefox, Safari, or Edge sometimes, get comfortable with their features and developer tools. Your sites can only get better.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>edge</category>
      <category>chrome</category>
      <category>ie</category>
    </item>
  </channel>
</rss>
