<?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: Baudouin Van Humbeeck </title>
    <description>The latest articles on DEV Community by Baudouin Van Humbeeck  (@baudouinvh).</description>
    <link>https://dev.to/baudouinvh</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%2F936422%2F58ffc1f0-999b-4e1d-a74e-7f90d33243b4.png</url>
      <title>DEV Community: Baudouin Van Humbeeck </title>
      <link>https://dev.to/baudouinvh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/baudouinvh"/>
    <language>en</language>
    <item>
      <title>The case agains modal windows</title>
      <dc:creator>Baudouin Van Humbeeck </dc:creator>
      <pubDate>Wed, 24 May 2023 12:16:10 +0000</pubDate>
      <link>https://dev.to/baudouinvh/the-case-agains-modal-windows-4nja</link>
      <guid>https://dev.to/baudouinvh/the-case-agains-modal-windows-4nja</guid>
      <description>&lt;p&gt;Just stumbled upon &lt;a href="https://youdontneedamodalwindow.dev"&gt;https://youdontneedamodalwindow.dev&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;here are the 4 reasons listed by the author :&lt;/p&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Modal windows can't be bookmarked or shared as links. (...)

&lt;ul&gt;
&lt;li&gt;Modal windows can't be opened in a new tab. (...)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;Modal windows make the Back button confusing. (...)&lt;/li&gt;
&lt;li&gt;Modal windows are hard to get right. (...)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Right now on a Ghost install the subscribe to newsletter and search open modals. I'd rather have it otherwise. What do you think ?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ux</category>
      <category>webdesign</category>
    </item>
    <item>
      <title>This IA turns question into bash scripts.</title>
      <dc:creator>Baudouin Van Humbeeck </dc:creator>
      <pubDate>Wed, 15 Feb 2023 13:04:59 +0000</pubDate>
      <link>https://dev.to/baudouinvh/this-ia-turns-question-into-bash-scripts-8b6</link>
      <guid>https://dev.to/baudouinvh/this-ia-turns-question-into-bash-scripts-8b6</guid>
      <description>&lt;p&gt;I've just discovered this tool and thought I'd share with the group : give &lt;a href="https://sudosupport.netlify.app/" rel="noopener noreferrer"&gt;SudoSupport&lt;/a&gt; a request like "How to find all large files over 1GB?" and it will translate it to &lt;/p&gt;

&lt;p&gt;find / -type f -size +1G &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>frameworks</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>GPDR consent : does it *have* to be a pop-up ?</title>
      <dc:creator>Baudouin Van Humbeeck </dc:creator>
      <pubDate>Tue, 25 Oct 2022 13:47:54 +0000</pubDate>
      <link>https://dev.to/baudouinvh/gpdr-consent-does-it-have-to-be-a-pop-up--49ep</link>
      <guid>https://dev.to/baudouinvh/gpdr-consent-does-it-have-to-be-a-pop-up--49ep</guid>
      <description>&lt;p&gt;I'm currently involved in a web accessibility project.&lt;/p&gt;

&lt;p&gt;Web sites of businesses and organisation based somewhere in the Eu must obtain cookie consent from their users. &lt;/p&gt;

&lt;p&gt;I've seen only one tool used to express consent : pop-up. &lt;/p&gt;

&lt;p&gt;Under GPDR user must mark their consent by expressing a "clear positive action". &lt;/p&gt;

&lt;p&gt;Accessibility problem : cookie consent pop-up are not "seen" by the accessibility tools (one cannot navigate towards it by using a keyboard only).&lt;/p&gt;

&lt;p&gt;Have you seen a cookie-consent method that is not a pop-up ? Any way you would make a pop-up accessibility-friendly ? &lt;/p&gt;

&lt;p&gt;Thanks in advance ! &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ux</category>
      <category>a11y</category>
    </item>
    <item>
      <title>pet peeve the contact/mailto imbroglio</title>
      <dc:creator>Baudouin Van Humbeeck </dc:creator>
      <pubDate>Sat, 08 Oct 2022 09:26:44 +0000</pubDate>
      <link>https://dev.to/baudouinvh/pet-peeve-the-contactmailto-imbroglio-20h7</link>
      <guid>https://dev.to/baudouinvh/pet-peeve-the-contactmailto-imbroglio-20h7</guid>
      <description>&lt;p&gt;I'm sick and tired of clicking on a link that says "contact" only to see may email client launching. I've clicked on yet another mailto:link and I was expecting a contact form. &lt;/p&gt;

&lt;p&gt;Could we find a way (an icon ?) that shows when a link is a mailto: link ? &lt;/p&gt;

&lt;p&gt;How exactly do you expect a "contact" link to behave : mailto: or contact form ?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>ux</category>
    </item>
  </channel>
</rss>
