WebAIM.org

VN:F [1.9.22_1171]
Rating: 4.0/10 (1 vote cast)

Web Accessibility In Mind

Using Severity Ratings to Prioritize Web Accessibility Remediation

22 November 2024 @ 6:30 pm

So, you’ve found your website’s accessibility issues using WAVE or other testing tools, and by completing manual testing using a keyboard, a screen reader, and zooming the browser window. Now what? When it comes to prioritizing web accessibility fixes, ranking the severity of each issue is an effective way to prioritize and make impactful improvements. […]

25 Accessibility Tips to Celebrate 25 Years

31 October 2024 @ 4:38 pm

As WebAIM celebrates our 25 year anniversary this month, we’ve shared 25 accessibility tips on our LinkedIn and Twitter/X social media channels. All 25 quick tips are compiled below. Tip #1: When to Use Links and Buttons Links are about navigation. Buttons are about function. To eliminate confusion for screen reader users, use a <button> […]

Celebrating WebAIM’s 25th Anniversary

30 September 2024 @ 10:25 pm

25 years ago, in October of 1999, the Web Accessibility In Mind (WebAIM) project began at Utah State University. In the years previous, Dr. Cyndi Rowland had formed a vision for how impactful the web could be on individuals with disabilities, and she learned how inaccessible web content would pose significant barriers to them. Knowing […]

Introducing NCADEMI: The National Center on Accessible Digital Educational Materials & Instruction 

30 September 2024 @ 10:25 pm

Tomorrow, October 1st, marks a significant milestone in WebAIM’s 25 year history of expanding the potential of the web for people with disabilities. In partnership with our colleagues at the Institute for Disability Research, Policy & Practice at Utah State University, we’re launching a new technical assistance center. The National Center on Accessible Digital Educational […]

Decoding WCAG: “Change of Context” and “Change of Content” 

31 July 2024 @ 4:54 pm

Introduction As was mentioned in an earlier blog post on “Alternative for Time-based Media” and “Media Alternative for Text,” understanding the differences between terms in the Web Content Accessibility Guidelines (WCAG) is essential to understanding the guidelines as a whole. In this post, we will explore two more WCAG terms that are easily confused—change of […]

The Impact of Recent U.S. Federal Rulemaking on Web and Digital Accessibility

31 May 2024 @ 2:51 pm

Recently, we have seen significant movement in Federal policy on web and digital accessibility. Specifically, Title II of the Americans with Disabilities Act (ADA), which is enforced by the Department of Justice, and Section 504 of the Rehabilitation Act, as implemented by the Federal Department of Health and Human Services (HHS), now include specific accessibility […]

Web Accessibility in the 2024 Presidential Campaigns

30 April 2024 @ 7:10 pm

There’s nothing quite like a presidential campaign year to gin up comparisons between rivals on a seemingly endless inventory of attributes, whether it’s their condiment preference, choice in footwear, or agility in ascending a set of stairs. Unable to resist the temptation to pile on to the bandwagon, we here at WebAIM would like to […]

Screen Reader User Survey #10 Results

22 February 2024 @ 9:27 pm

The results of WebAIM’s 10th Screen Reader User Survey are now available. This survey was conducted in December 2023 and January 2024 and had 1539 respondents. Supported by BrowserStack Support for this research is funded in part by a donation from Here are some of the notable items from this survey: We hope the survey […]

WebAIM and BrowserStack: Allies for Digital Accessibility Excellence

19 January 2024 @ 4:49 pm

WebAIM is thrilled to announce a strategic collaboration with BrowserStack, which shares our objective of creating an accessible digital world. WebAIM + BrowserStack = A shared vision for accessibility Late last year WebAIM Director Jared Smith sat down with the co-founders of BrowserStack to discuss our shared vision for inclusion and digital accessibility testing. He […]

An Evolution in Microsoft Office Accessibility

31 October 2023 @ 8:35 pm

In the early years of Microsoft Office, support for screen reader users was limited, and in most cases required third-party software and workarounds. In Office 2007, the Ribbon interface was introduced. This “Fluent UI” was a boon to productivity for some users, but it initially posed significant challenges for screen reader users. To its credit, […]

CatsWhoCode.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Titbits for web designers and alike

Elementor Review 2024: The Best Page Builder for WordPress?

23 November 2024 @ 3:18 pm

WordPress page builders have been around for a while. Among them, Elementor is one of the most popular builders and is used by thousands of WordPress sites, including CatsWhoCode. But what are the main pros and cons of Elementor? Is it worth the money? Is it easy to use? Here’s our Elementor review, written after […]

Best Cheap Web Hosting Services Reviewed & Compared

28 March 2020 @ 5:07 am

Web hosting is needed for any website or web application. Unfortunately, hosting companies can sometimes be expensive. On the other hand, very cheap hosting rarely delivers in terms of quality, site speed, and support. To help you choose a cheap but reliable hosting service, we have crafted this in-depth guide with 10 web hosting offers […]

Divi Review: Is This the Best Theme & Page Builder for WordPress?

12 March 2020 @ 3:07 am

This Divi review is going to cover the ins and outs of the popular WordPress theme and page builder in-depth. The Divi WordPress Theme is one of the most used themes, it and enjoys a lot of popularity and positive reviews among both web developers and site owners with limited coding skills. Unfortunately, most online […]

Top 50 Ultimate Python Modules List

7 March 2020 @ 3:53 am

One thing I really love with the Python programming language is its incredible extensibility. Here’s a list of 50 awesome modules for Python, covering almost all needs: Databases, GUIs, Images, Sound, OS interaction, Web, and more. Graphical Interface The Python Standard Library comes with TkInter, but you can take your GUIs to the next level […]

The Best CSS Spinners & Loaders

29 February 2020 @ 6:54 am

Using modern CSS techniques, it has never been easier to create a loader/spinner of any kind. This article showcases over 40 different techniques and styles.

Ultimate Vim Cheat Sheet: Learn to Use Vim Like a Pro

25 February 2020 @ 1:31 pm

Since the 1970s, Vi and Vim are popular amongst developers and are present on most UNIX-based servers. These free and open source modal text editors can be a bit hard to use at first, but they are extremely powerful. Here is our ultimate Vim Cheat Sheet, featuring over 150 commands to supercharge your coding with […]

130+ Essential Vim Commands

18 February 2020 @ 9:50 am

Since the 1970’s, Vi and its successor Vim have been included by default on many operating systems, including almost all GNU/Linux distributions. Vim is free and open-source and is one of the most popular code editors. It can be downloaded on Vim official site. Vim is a modal text editor, which means that it has […]

Best CSS Frameworks for Building Better Websites

15 February 2020 @ 7:20 am

When building a website, using a CSS framework is a real time saver as it provides you with tools every web designer and front-end developer needs when crafting a site (other than good web hosting). A CSS framework is a software framework created to allow for easier, more standards-compliant web design using HTML/CSS. Many popular […]

How to Make a Responsive Website in 3 Easy Steps

14 February 2020 @ 9:36 am

Today, a website must not look good only on a desktop screen, but also on tablets and smartphones. A website is responsive if it is able to adapt to the screen of the client. Responsive web design is extremely important nowadays and is in fact one technique you need to master as a web developer […]

How to Become a Professional Web Developer in 7 Simple Steps

13 February 2020 @ 3:20 am

Think of it, you get to be the brain behind that successful website, you can create the best user experience for over 2 billion users. Also, websites are here to stay for the next decades, therefore you’ll still be relevant in the field as long as you’re growing. What’s amazing is that you can learn […]

AlertFox.com

VN:F [1.9.22_1171]
Rating: 6.0/10 (1 vote cast)

Web Application Monitoring

Mono-project.com

VN:F [1.9.22_1171]
Rating: 4.0/10 (1 vote cast)

Mono – .Net for Cross platform development
Mono-project.com

CSSplay.co.uk

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Experiments with cascading style sheets – Doing it with Style

CSSplay - Responsive horizontal stacked slideshow v2

17 February 2021 @ 12:00 am

A responsive autorun horizontal full screen stacked slideshow using CSS variables.

CSSplay - Responsive full screen mp4 video

14 February 2021 @ 12:00 am

A responsive full screen mp4 video with autoplay, muted, no controls and loop.

CSSplay - Responsive transparent 'wait' spinner

13 February 2021 @ 12:00 am

A responsive transparent 'wait' spinner using system variables so that it can be easily resized.

CSSplay - Responsive horizontal stacked slideshow

12 February 2021 @ 12:00 am

A responsive autorun horizontal full screen stacked slideshow.

CSSplay - Responsive flex box gallery

12 October 2019 @ 12:00 am

A simple responsive gallery using flex box.

CSSplay - CSS circular menu with circular sub menus

11 July 2017 @ 12:00 am

An update to a previous circular menu (July 2011) using the latest CSS techniques.

CSSplay - Responsive autorun slideshow using HTML5 <picture>.

26 April 2017 @ 12:00 am

Using html5 to use four diferent images depending on browser window size. Suitable for all modern browsers.

CSSplay - CSS only multi-level tree menu with slide action, version 5

24 April 2017 @ 12:00 am

A fifth CSS only responsive multi-level tree menu with slide action suitable for all the latest browsers and OS.

CSSplay - CSS only multi-level menu with slide action, version 4

13 March 2017 @ 12:00 am

A fourth CSS only responsive multi-level menu with slide action suitable for all the latest browsers and OS.

CSSplay - Mi Thumb jQuery plugin.

1 March 2017 @ 12:00 am

A jQuery plugin slideshow with many user parameters and customization v1.0.0

Launchpad.net

VN:F [1.9.22_1171]
Rating: 6.0/10 (1 vote cast)

Opensource projects version control

HostMonk.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Compare hosting packages – Dedicated hosting, VPS hosting, Shared hosting

JustPing.com

VN:F [1.9.22_1171]
Rating: 5.0/10 (1 vote cast)

Online ping – Online web-based ping: remote ping a server or web site using our network with 37 checkpoints worldwide

1KbGrid.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

The 1Kb CSS Grid by Tyler Tate :: A simple, lightweight approach
1KbGrid.com

Google.com/WebmasterTools

VN:F [1.9.22_1171]
Rating: 4.7/10 (3 votes cast)

Google Webmaster tools

Join as at Search Central Live in Zurich!

20 November 2024 @ 3:00 pm

We're looking forward to meeting you at the Google office in Zurich for Search Central Live Zurich 2024 on Dec 12, 2024. Join us for presentations, Q&A and networking on December 12, 2024.

Updating our site reputation abuse policy

19 November 2024 @ 10:00 am

Earlier this year, as part of our work to fight spam and deliver a great Search experience, we launched a spam policy to combat site reputation abuse. We're clarifying our policy language to further target this type of spammy behavior. We're making it clear that using third-party content on a site in an attempt to exploit the site's ranking signals is a violation of this policy — regardless of whether there is first-party involvement or oversight of the content.

Farewell, Sitelinks Search Box

21 October 2024 @ 5:00 pm

It's been over ten years since we initially announced the sitelinks search box in Google Search, and over time, we've noticed that usage has dropped. To help simplify the search results, we'll be removing this visual element starting on November 21, 2024.

Search Central Live Jakarta and Bangkok 2024: it's a wrap

15 October 2024 @ 6:00 am

Our first two Search Central Live events in Asia this year have been wrapped up and we finished looking back at what we've learned and what we can do better.

Bringing Store ratings on Search to more countries

9 October 2024 @ 8:00 am

Google's Store Ratings have been helping US merchants highlight the high quality experiences other shoppers have had right from Search, and we're now bringing store ratings to English-language shopping searches in Australia, Canada, India and the United Kingdom.

New Search experiences in South Africa: Badges and refinement chips

16 September 2024 @ 8:00 am

We're sharing more information about our new search experiences in South Africa, and how South African platforms can express interest and participate.

Learn all about Google Trends with our new YouTube tutorials

12 September 2024 @ 8:00 am

This post is about the new Google Trends Tutorials YouTube series. In these videos you'll learn how to use Google Trends to analyze patterns in Google Search and Youtube searches, and use them to create interesting content online.

Supporting AVIF in Google Search

30 August 2024 @ 8:00 am

Over the recent years, AVIF has become one of the most commonly used image formats on the web. We're happy to announce that AVIF is now a supported file type in Google Search, for Google Images as well as any place that uses images in Google Search. You don't need to do anything special to have your AVIF files indexed by Google.

Search Central Live 2024 is coming to Kuala Lumpur and Taipei

27 August 2024 @ 8:00 am

As previously announced, we're coming to Kuala Lumpur and to Taipei in the last quarter of 2024. And yes, we're very excited! The KL event will be in English and the Taipei event will be conducted in Mandarin (Traditional Chinese).

What to know about our August 2024 core update

15 August 2024 @ 8:00 am

This post announces the August 2024 core update to Google Search. This update is designed to continue our work to improve the quality of our search results by showing more content that people find genuinely useful and less content that feels like it was made just to perform well on Search.