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...Syed Fazle Rahman and 10 others are discussing this11 people are discussing thisDiscuss·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, ...Sandeep Panda Test and 5 others are discussing this6 people are discussing thisDiscuss·138 likes·1.2K readsAccessibilityDebuggingFebLearned something new 3
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...opara prosper and 8 others are discussing this9 people are discussing thisDiscuss·120 likes·3.6K readsHTML5Thanks for sharing! I just pushed a bug fix to one of my repos 😄 3
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...Christine Choi and 3 others are discussing this4 people are discussing thisDiscuss·7 likes·99 readsAccessibilityVery informative article! As technology advances and as more and more people of all age groups have access to technology, it definitely is very important to take into account how accessible it is to everyone. 8
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...Discuss·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...DiscussHTML5
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...Discuss·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 ...Discuss·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...Discuss·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...Discuss·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...DiscussJavaScript
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...Discuss·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...Discuss·26 readsa11y