Jemima Abujemimaabu.hashnode.netยทMar 31, 2021FeaturedHow I Built My Perfect Score Portfolio WebsiteI recently published the fourth version of my portfolio jemimaabu.com. With this version, I tried to make the code as performant and accessible as possible but still have an interactive site, so this article will be about how I managed to achieve th...293 likesยท19.6K readsportfolio
Julia Undeutschyuridevat.hashnode.netยทMar 9, 2023FeaturedHow debugging for accessibility helped me finally understand useRefEver since I started programming in 2020, debugging JavaScript was one of the things I had trouble dealing with properly or even understanding debugging tools. I watched video after video on how to work with development tools and such to debug code, ...138 likesยท1.2K readsAccessibilityDebuggingFeb
Bolaji Ayodejibolajiayodeji.hashnode.netยทMay 12, 2020FeaturedThe Security Vulnerabilities of The Target="_Blank" AttributeThe HTML hyperlink tag allows you to create an element that can be clicked on to reference another document or section on a web page. Hyperlinks are defined with the HTML <a> tag like so: <a href="/about">About Page"></a> HTML Target Attribute While...120 likesยท3.6K readsHTML5
katherine kimkatherinekim.hashnode.netยทApr 23, 2023Accessibility is a Moving Target Notes and ExamplesAs designers and developers who create interfaces for users to interact with, we are especially responsible to make our products accessible. I was able to attend the SCaLe 20x conference in Pasadena, California, and I had the pleasure of taking notes...7 likesยท99 readsAccessibility
hedihedighodhbane.hashnode.netยทApr 23, 2023Making Internationalization Easy with Next.js and react-intlInternationalization (i18n) is an important aspect of modern web development. It enables us to create websites that are accessible to users from all over the world, regardless of their language or location. In this article, weโll explore how we can m...54 readsNext.js
Mary Ojomaryojo.hashnode.netยทApr 22, 2023Web accessibility: SemanticsIntroduction Accessibility matters even on the web! The goal of web accessibility is to ensure that everyone has equal access to information, services, and a good user experience irrespective of their abilities or disabilities. Web accessibility refe...HTML5
Imanmachukwu Chukwuemekaimanmachukwu.hashnode.netยทApr 20, 2023The Importance of User-Centered Design for DevelopersAs a developer, it's easy to get caught up in the technical details of a project and forget about the most important factor: the end user. But in today's digital age, user-centered design has become increasingly crucial to creating successful product...1 likeuser experience
Harsh Goyalcoderthatwrites.hashnode.netยทApr 16, 2023Accessible Websites: Too simple yet too complexHave you heard the line "You don't need a mouse to operate your computer, a keyboard is enough." I am sure you did. Now, just go to your recent web projects and see if you can access the elements of your using your keyboard. Maybe, the answer is yes ...82 readsAccessibility
Manik Agnishmanikagnish.hashnode.netยทApr 13, 2023Instantly improve your web typography skillsChoosing the correct font The most commonly used typefaces on the web are Serif, Sans-Serif, Script and monospaced fonts. Serif: These fonts are used for established or old-school brands like banks or for fashion magazines and jewellery brands. The...29 readstypography
Alvaro Montoroalvaromontoro.hashnode.netยทApr 10, 2023New HTML Element:ย <search>A new semantic element has landed on the HTML standard <search>. It represents a section of the document that is used to search or filter. It should contain form controls (like text inputs, dropdowns, buttons, etc.), and the scope of the search/filte...1.1K readsHTML
Liaichi_Mustaphait-lounge.hashnode.netยทApr 10, 2023The Ultimate Front-End Roadmap: Navigating Your Way to Mastering Web DevelopmentIntroduction: When it comes to web development, there are three main languages that you need to know: HTML, CSS, and JavaScript. These three languages are the building blocks of every website on the internet, and together they form the backbone of we...JavaScript
Rajeev R. Sharmarajeeves.hashnode.netยทApr 6, 2023Mastering Keyboard Navigation with Roving tabindex in GridsDid you ever try to navigate a webpage using just your keyboard? Do you know how it works under the hood? Do you know what is "tabindex", and what is its role in keyboard navigation? In this article, we will cover all these burning questions and also...2 likesยท40 readsHTML5
Mihnea Simianmihneasim.hashnode.netยทApr 6, 2023Accessibility 101I spent about 10-15 hours on edx's online course on Introduction to Web Accessibility, authored by W3Cx, which seems to be a collection of courses straight from the people in W3C (in W3C's WAI for this one, to be more precise). I'm writing this so yo...26 readsa11y