ioc.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
INDICATORS OF COMPROMISE (IOC) InfoSec Community within the Fediverse. Newbies, experts, gurus - Everyone is Welcome! Instance is supposed to be fast and secure.

Administered by:

Server stats:

1.3K
active users

#html

106 posts78 participants1 post today
Felix Palmen :freebsd: :c64:<p><span class="h-card" translate="no"><a href="https://snac.bsd.cafe/kaixin" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>kaixin</span></a></span> <span class="h-card" translate="no"><a href="https://friedcheese.us/users/feld" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>feld</span></a></span> or just setup <a href="https://mastodon.bsd.cafe/tags/nginx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nginx</span></a> to serve the <a href="https://mastodon.bsd.cafe/tags/html" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>html</span></a> <a href="https://mastodon.bsd.cafe/tags/poudriere" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>poudriere</span></a> creates: live observation in the browser.</p><p>All the "scrolling crap" ends up in individual logfiles, very helpful to debug occassional issues.</p>
javascript-job-alert<br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/CSS" target="_blank">#CSS</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/HTML" target="_blank">#HTML</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/PHP" target="_blank">#PHP</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Website" target="_blank">#Website</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Design" target="_blank">#Design</a><br><br><a href="https://www.freelancer.com/projects/php/Urgent-Skilled-Lovable-Developer-Needed.html" rel="nofollow noopener noreferrer" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=AA2rbPce2hzjP9bEEF9nojOvhgG&amp;interestId=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Match</a>
FirefoxThoughts on close requests for dialogs (#blogPost) Manuel published "Close requests, close watchers, and the dialog element" . I learned some things, have some questions and needed to struc...<br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/blogPost" target="_blank">#blogPost</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/HTML" target="_blank">#HTML</a><br><br><a href="https://www.stefanjudis.com/blog/risky-mobile-close-requests/" rel="nofollow noopener noreferrer" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=Firefox" rel="nofollow noopener noreferrer" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=SgRaPpC8NA4GinX0P4YmDA07EbA&amp;interestId=Firefox" rel="nofollow noopener noreferrer" target="_blank">Match</a>
That HTML Blog & The Spicy Web<p>I hate saying things which seem blindingly obvious, but when Famous People™ such as Theo on YouTube make these basic mistakes, I wonder. 🧐</p><p>So here you go:</p><p>`document.querySelector("# my-dumb-button").addEventListener(...)` is completely obsolete in the year 2025.</p><p>Never do that again please. You don't need to!</p><p>If you're wondering “well, what should I do instead?”, check the comments; we'll talk about what to do instead. Apparently it will BLOW YOUR MIND! 😂</p><p><a href="https://intuitivefuture.com/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> <a href="https://intuitivefuture.com/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://intuitivefuture.com/tags/WebComponents" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebComponents</span></a></p>
DailyHTML<p>⚠️ DEPRECATED: &lt;frame&gt; </p><p>Defines a particular area in which another HTML document can be displayed.</p><p><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/frame" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">developer.mozilla.org/en-US/do</span><span class="invisible">cs/Web/HTML/Reference/Elements/frame</span></a></p><p><a href="https://mastodon.social/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> <a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDev</span></a> <a href="https://mastodon.social/tags/DailyHTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DailyHTML</span></a></p>
Wolfram wants peace<p>👉 SPAish 2.0.1 is out 👈🏻<br><a href="https://picossg.dev/tools/spaish/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">picossg.dev/tools/spaish/</span><span class="invisible"></span></a></p><p>SPAish is a progressive enhancement toolkit, made of a few small functionalities to make a site more interactive and modern without the need to use a full SPA framework.</p><p>For example:<br>// Remember+restore opened &lt;details&gt;<br>spaish.details.reopen();</p><p>// Add github-style links left of H1, H2, ...<br>spaish.section.addAnchors();</p><p>// (Re)store scroll positions of page<br>spaish.scroll.restore();</p><p><a href="https://mastodontech.de/tags/useThePlatform" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>useThePlatform</span></a> <a href="https://mastodontech.de/tags/noSPA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>noSPA</span></a><br><a href="https://mastodontech.de/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodontech.de/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a></p>
DailyHTML<p>&lt;noscript&gt; </p><p>Defines a section of HTML to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser.</p><p><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/noscript" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">developer.mozilla.org/en-US/do</span><span class="invisible">cs/Web/HTML/Reference/Elements/noscript</span></a></p><p><a href="https://mastodon.social/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> <a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDev</span></a> <a href="https://mastodon.social/tags/DailyHTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DailyHTML</span></a></p>
frimoulux<p>Créez un site web professionnel en quelques minutes grâce à notre créateur de site alimenté par l'IA. Aucune compétence technique requise.</p><p><a href="https://offrehostinger.zouluvo.com/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">offrehostinger.zouluvo.com/</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/h%C3%A9bergement" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hébergement</span></a> <a href="https://mastodon.social/tags/domaine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>domaine</span></a> <a href="https://mastodon.social/tags/siteweb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>siteweb</span></a> <a href="https://mastodon.social/tags/hostinger" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hostinger</span></a> <a href="https://mastodon.social/tags/performance" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>performance</span></a> <a href="https://mastodon.social/tags/rapide" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rapide</span></a> <a href="https://mastodon.social/tags/sslgratuit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sslgratuit</span></a> <a href="https://mastodon.social/tags/support" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>support</span></a> <a href="https://mastodon.social/tags/wordpress" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wordpress</span></a> <a href="https://mastodon.social/tags/cloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cloud</span></a> <a href="https://mastodon.social/tags/cpanel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpanel</span></a> <a href="https://mastodon.social/tags/webmail" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webmail</span></a> <a href="https://mastodon.social/tags/cr%C3%A9ateur" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>créateur</span></a> <a href="https://mastodon.social/tags/nomdedomaine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nomdedomaine</span></a> <a href="https://mastodon.social/tags/s%C3%A9curit%C3%A9" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sécurité</span></a> <a href="https://mastodon.social/tags/sauvegarde" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sauvegarde</span></a> <a href="https://mastodon.social/tags/migration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>migration</span></a> <a href="https://mastodon.social/tags/bandepassante" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bandepassante</span></a> <a href="https://mastodon.social/tags/traficillimit%C3%A9" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>traficillimité</span></a> <a href="https://mastodon.social/tags/basededonn%C3%A9es" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>basededonnées</span></a> <a href="https://mastodon.social/tags/ftp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ftp</span></a> <a href="https://mastodon.social/tags/html" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>html</span></a> <a href="https://mastodon.social/tags/stockage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>stockage</span></a> <a href="https://mastodon.social/tags/emailpro" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emailpro</span></a> <a href="https://mastodon.social/tags/optimisation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>optimisation</span></a> <a href="https://mastodon.social/tags/autoinstallateur" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>autoinstallateur</span></a> <a href="https://mastodon.social/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> <a href="https://mastodon.social/tags/mysql" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mysql</span></a> <a href="https://mastodon.social/tags/dns" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dns</span></a> <a href="https://mastodon.social/tags/panneaud%C3%A9contr%C3%B4le" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>panneaudécontrôle</span></a></p>
Mark Wyner Won’t Comply :vm:<p>Here’s a question for front-end developers about accessibility.</p><p>If you hide an element with “aria-hidden,” the element and all of its children are hidden from screen readers. If one of those child elements is an image, the alt text is moot because a screen reader will ignore it.</p><p>Example:</p><p>&lt;button aria-hidden="true"&gt;<br>&lt;img src="/img/icon.svg"&gt;<br>&lt;/button&gt;</p><p>Do you:</p><p><a href="https://mas.to/tags/Accessibility" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Accessibility</span></a> <a href="https://mas.to/tags/A11y" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>A11y</span></a> <a href="https://mas.to/tags/UI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>UI</span></a> <a href="https://mas.to/tags/Design" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Design</span></a> <a href="https://mas.to/tags/FrontEnd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FrontEnd</span></a> <a href="https://mas.to/tags/Development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Development</span></a> <a href="https://mas.to/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a></p>
Inautilo<p><a href="https://mastodon.social/tags/Development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Development</span></a> <a href="https://mastodon.social/tags/Guidelines" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Guidelines</span></a><br>What I wish I knew when learning ARIA · How to approach an often neglected part of web interfaces <a href="https://ilo.im/164p3o" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ilo.im/164p3o</span><span class="invisible"></span></a></p><p>_____<br><a href="https://mastodon.social/tags/ARIA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ARIA</span></a> <a href="https://mastodon.social/tags/AssistiveTechnology" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AssistiveTechnology</span></a> <a href="https://mastodon.social/tags/Accessibility" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Accessibility</span></a> <a href="https://mastodon.social/tags/Interactivity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Interactivity</span></a> <a href="https://mastodon.social/tags/Browser" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Browser</span></a> <a href="https://mastodon.social/tags/WebDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDesign</span></a> <a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDev</span></a> <a href="https://mastodon.social/tags/Frontend" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Frontend</span></a> <a href="https://mastodon.social/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> <a href="https://mastodon.social/tags/CSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS</span></a></p>
javascript-job-alert<br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/CSS" target="_blank">#CSS</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/HTML" target="_blank">#HTML</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/PHP" target="_blank">#PHP</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Website" target="_blank">#Website</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Design" target="_blank">#Design</a><br><br><a href="https://www.freelancer.com/projects/html/Adapt-Australian-Site-for-Philippines.html" rel="nofollow noopener noreferrer" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=XzB3LfXVfrBQv1qNLGvZI4VJIWW&amp;interestId=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Match</a>
javascript-job-alert<br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/CSS" target="_blank">#CSS</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/HTML" target="_blank">#HTML</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Shopify" target="_blank">#Shopify</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Shopify" target="_blank">#Shopify</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Templates" target="_blank">#Templates</a><br><br><a href="https://www.freelancer.com/projects/shopify/Shopify-Developer-39517343.html" rel="nofollow noopener noreferrer" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=RpT9KpYpOqKA97WmUQVol22gNou&amp;interestId=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Match</a>
FirefoxThoughts on close requests for dialogs (#blogPost) Manuel published "Close requests, close watchers, and the dialog element" . I learned some things, have some questions and needed to struc...<br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/blogPost" target="_blank">#blogPost</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/HTML" target="_blank">#HTML</a><br><br><a href="https://www.stefanjudis.com/blog/risky-mobile-close-requests/" rel="nofollow noopener noreferrer" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=Firefox" rel="nofollow noopener noreferrer" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=HsZTMdVOfQNqRRUWt4IkIb62KhM&amp;interestId=Firefox" rel="nofollow noopener noreferrer" target="_blank">Match</a>
koje71 🙂<p>... rumbasteln mit <a href="https://darmstadt.social/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a>, ich versuche mal eine eigene <a href="https://darmstadt.social/tags/Webseite" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Webseite</span></a> an den Start zu bringen wo die Apps auch direkt heruntergeladen werden können. Blog, Wünscheformular und anderes.., ein bisschen unabhängiger von Google. Bin aber noch ganz am Anfang 😀 </p><p>Da hat sich viel getan in den letzten 100 Jahren, seit ich mich das letzte mal damit beschäftigt hatte. Besonders wichtig ist, dass die Seite nicht nur am PC, sondern auch auf dem Handy funktioniert.</p><p>Domain hab ich auch schon. 😀</p>
javascript-job-alert<br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/CSS" target="_blank">#CSS</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Graphic" target="_blank">#Graphic</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Design" target="_blank">#Design</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/HTML" target="_blank">#HTML</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Website" target="_blank">#Website</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Design" target="_blank">#Design</a><br><br><a href="https://www.freelancer.com/projects/html/Design-Karaoke-Website-Template.html" rel="nofollow noopener noreferrer" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=9aKwskhc875xT5G6BRSxSoFNKc4&amp;interestId=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Match</a>
Steve Faulkner<p>What I Wish Someone Told Me When I Was Getting Into ARIA by <span class="h-card" translate="no"><a href="https://social.ericwbailey.website/@eric" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>eric</span></a></span> </p><p><a href="https://mastodon.social/tags/ARIA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ARIA</span></a> <a href="https://mastodon.social/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> <a href="https://mastodon.social/tags/accessibility" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>accessibility</span></a> </p><p><a href="https://www.smashingmagazine.com/2025/06/what-i-wish-someone-told-me-aria/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">smashingmagazine.com/2025/06/w</span><span class="invisible">hat-i-wish-someone-told-me-aria/</span></a></p>
BCWHS<p>Digital Toolbox: HTML<br>Is the fundamental building block of websites. It defines the structure and content of web pages, using elements and tags to organize text, images, links, and other interactive components.<br><a href="https://wadebach.blackcatwhitehatsecurity.com" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">wadebach.blackcatwhitehatsecur</span><span class="invisible">ity.com</span></a><br><a href="https://mastodon.social/tags/Digital" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Digital</span></a> <a href="https://mastodon.social/tags/Toolbox" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Toolbox</span></a> <a href="https://mastodon.social/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
javascript-job-alert<br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/HTML" target="_blank">#HTML</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/MySQL" target="_blank">#MySQL</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/PHP" target="_blank">#PHP</a><br><br><a href="https://www.freelancer.com/projects/php/Implement-Text-based-CAPTCHA-PHP.html" rel="nofollow noopener noreferrer" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=FN4c0dfG6sDUOGzvkmC3EQGzh68&amp;interestId=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Match</a>
javascript-job-alert<br><br><a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/HTML" target="_blank">#HTML</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/JavaScript" target="_blank">#JavaScript</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/PHP" target="_blank">#PHP</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Shopify" target="_blank">#Shopify</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Shopify" target="_blank">#Shopify</a> <a rel="nofollow noopener noreferrer" class="mention hashtag" href="https://mastodon.social/tags/Templates" target="_blank">#Templates</a><br><br><a href="https://www.freelancer.com/projects/php/Nova-Engel-Shopify-Sync-Plugin.html" rel="nofollow noopener noreferrer" target="_blank">Origin</a> | <a href="https://awakari.com/sub-details.html?id=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Interest</a> | <a href="https://awakari.com/pub-msg.html?id=FAWa8I6Y1AD7GvruZgVzMMNQC80&amp;interestId=javascript-job-alert" rel="nofollow noopener noreferrer" target="_blank">Match</a>
Inautilo<p><a href="https://mastodon.social/tags/Development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Development</span></a> <a href="https://mastodon.social/tags/Guides" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Guides</span></a><br>Creating accessible emails · A guide to building impactful, compliant emails <a href="https://ilo.im/164l7l" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ilo.im/164l7l</span><span class="invisible"></span></a></p><p>_____<br><a href="https://mastodon.social/tags/Business" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Business</span></a> <a href="https://mastodon.social/tags/Email" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Email</span></a> <a href="https://mastodon.social/tags/Newsletter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Newsletter</span></a> <a href="https://mastodon.social/tags/Accessibility" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Accessibility</span></a> <a href="https://mastodon.social/tags/WCAG" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WCAG</span></a> <a href="https://mastodon.social/tags/Design" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Design</span></a> <a href="https://mastodon.social/tags/WebDesign" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDesign</span></a> <a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDev</span></a> <a href="https://mastodon.social/tags/Frontend" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Frontend</span></a> <a href="https://mastodon.social/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a></p>