AuthorThese blogs are ideas and learning's of Wynisco employees and Bootcamp students Archives
May 2024
Categories |
Back to Blog
Cloud Functions is a server less platform for developing and connecting cloud services. Cloud Functions allows you to create simple, single-purpose functions that are linked to events generated by your cloud infrastructure and services. When an event that is being watched is fired, your function is triggered.
Learn how to use the cloud console to construct and deploy a Node.js cloud function. For step-by-step guidance on this task directly in the cloud console, Watch this video. The steps in the following sections are the same as those in the video. You can also visit https://cloud.google.com/functions/docs/quickstart-nodejs For a more detailed step by step process.
0 Comments
Read More
Back to Blog
The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.
-Tim Berners-Lee, W3C Director and inventor of the World Wide Web
Web accessibility plays an important role in Front end development and Quality assurance.
What Do you mean by digital accessibility? Digital accessibility allows everyone, including the disabled, full access to digital content. Digital content like websites, mobile apps, or electronic documents like pdf. For people with disabilities, it means equal access to online education, Healthcare, Employment, and E-commerce. In the age of social media, It even means equal access to friendship and social growth Accessibility guidelines and techniques are based on four core principles:
There are two ways of testing Web Accessibility manual or automatic using tools.
Examples: Decorative Vs Informative Image Decorative Image: We deliberately don't want the screen reader to read it. Put alt-Tag Decorative alt=’’ Example URL: Informative: Its A image that is conveying some information to its users alt= “this is the logo of the company” Example URL: Here are some free Web-Based Website Accessibility Evaluation Tools
Summary This article should have provided you with a high-level overview of accessibility, as well as explanations of why it's important and how to incorporate it into your workflow. You should now be eager to learn about the implementation details that can make websites accessible, and we'll start with why HTML is a strong foundation for accessibility in the next section. |