Skip to main content

Search

Items tagged with: webdevelopment


Whenever there's a supply chain attack, the "stop using CDNs for your dependencies!" croud come out in force. Perhaps CDNs would be less popular if I could use a #JavaScript library without installing Node, setting up a dependency manager, trying to resolve a project's dependencies, installing a different version of Node because I was using the wrong one, trying to resolve a project's dependencies again, working out which JS bundler is appropriate to use in 2024, giving up on that in favour of copying commands and JSON from some random Medium article, copying some commands and JSON from a different Medium article when the stuff from the first one inevitably doesn't work, and then going to bed having accomplished exactly nothing.

Just a thought. #webdev #webdevelopment


👉 Compounding complexity in modern web development gomakethings.com/compounding-c… #webdev #webdevelopment #reactjs


Modern CSS Layouts: You Might Not Need A Framework For That smashingmagazine.com/2024/05/m… #css #webdesign #webdev #webdevelopment


Images without text alternatives is a huge problem. The issue is magnified when the image is a link. Realize that screen reader users receive no valuable information when the image wrapped with a link is missing a text alternative.

Ensure that all images, including those that act as link, provide appropriate text alternatives.

#DigitalAccessibility #Accessibility #A11y #UXDesign #WebDev #WebDevelopment


aria-label is one of a number of secondary methods to label native HTML UI elements. It works in some scenarios, less well or not at all on others. Get the details on it's proper and effective usage.

buff.ly/3R7yZLv

#HTML #ARIA #WebDev #WebDevelopment #DigitalAccessibility #Accessibility #A11y


Front-end development’s identity crisis ellyloel.com/blog/front-end-de… If you have this crisis (with modern web dev), then that's a good thing! #webdev #webdevelopment #frontend


Please don't bloat web pages!

"Modern web bloat means some pages load 21MB of data - entry-level phones can't run some simple web pages"

tomshardware.com/tech-industry…

#webperf #webdev #webdevelopment #usability #sustainability


I am currently working on #accessibility in #forgejo. And I discovered a problem with focus where it is not possible to navigate the page with "tab", a dropdown makes the focus skip to the end of the page and you end up in a loop.

Can someone recommend ways or tools to debug focus in webbrowsers? I have a hard time to see how the focus skips there. Any hints are welcome.

Thank you.

#WebAccessibility #WebDev #webDevelopment


Getting started with Web Performance 🚀 [Tip 3: As little JavaScript as possible] htmhell.dev/adventcalendar/202… #webperf #webdev #webdevelopment #javascript #js


Front end devs really don't understand accessibility [learning HTML would also help very much] gomakethings.com/front-end-dev… #a11y #webdev #webdevelopment #accessibility


"Everything about SEO is obnoxious"
chriscoyier.net/2023/11/08/eve… Yes! #webdev #webdevelopment #webdesign #SEO


Web developers need to read this, and study it really well. "Foundations: HTML semantics" tetralogical.com/blog/2022/10/… #html #webdev #webdevelopment


Yup!!! "Web developers don't know HTML anymore" reidmore.online/post/accessibi… #webdev #webdevelopment #fail #html


What is page bloat? And how is it hurting your business, your search rank, and your users? speedcurve.com/blog/page-bloat… #webperf #webdev #webdevelopment


I’ve promised enough people this, so I had to do it! 😁

Here’s my write-up of how I added client-side Fediverse-powered comments to my Jekyll blog using the Mastodon API.

Huge props to @jwildeboer for the initial inspiration, as well as @julian and everyone who provided feedback for inspiring the design improvements.

cassidyjames.com/blog/fedivers…

✨💬 Reply to this thread then check the blog post comments to see it in action!

#Mastodon #Jekyll #WebDevelopment #ActivityPub #design


What kind of ethics do front-end developers need? 👉 hidde.blog/what-kind-of-ethics… #ethics #webdev #webdevelopment


#Development #Outlooks
The end of front-end development · Things are going to change, but not in the scary way people are saying ilo.im/11t8v2

_____
#Job #AI #GPT4 #ChatGPT #ChatBot #WebDevelopment #WebDev #Code #Frontend #HTML #CSS #JavaScript #Skills #Productivity


A must read for web professionals. "The Great Gaslighting of the JavaScript Era" spicyweb.dev/the-great-gasligh… #webdev #webdevelopment #javascript


I designed the 12-bit rainbow palette for use in my data visualisations. It consists of twelve colours chosen with consideration for how we perceive hue, chroma, and luminance. The palette uses a 12-bit colour depth, so each colour requires only four characters when specified as a hexadecimal colour code in a CSS or SVG file. For more details, see iamkate.com/data/12-bit-rainbo…

#WebDeb #WebDevelopment


ARIA SUCKS!
Clickable <div>s
SUCK MORE!
#a11y #WebDevelopment #merch

etsy.com/uk/listing/1123850460…


Interested in learning about web sustainability? New online course starts in December.

sparkblue.org/CODES/event/comi…

#SustyWeb #WebDevelopment #sustainability


🤔 Wondering what #ARIA attributes can be used on #HTML elements?
Wonder no more:
ARIA in HTML
w3.org/TR/html-aria/
#webdevelopment #accessibility #W3C