Sitelint presentation at CSUN Assistive Technology Conference article contains
  1. Description
  2. Audience
CSUN Conference logo 2023Sitelint presentation at CSUN Assistive Technology Conference

Sitelint presentation at CSUN Assistive Technology Conference

We’ll have the presentation An Approach to Real-Time, Client-Side Accessibility Audits at CSUN 2023 Conference .

Description

SiteLint is Google Analytics for Accessibility. The platform allows users to monitor and audit unlimited sites, in real-time, without crawling or auditing in specific time intervals. Users can collect results from real users, networks, and devices, which will improve significantly the remediation process by knowing which pages reported the most issues. This session will provide a demo of SiteLint and talk about the technical challenges overcome.

Audience

  • Higher Education
  • Information & Communications Technology
  • Government
  • Finance & Banking
  • Research & Development
The Next Generation of Automated Testing (A11yTalks - March 2023) article contains
  1. Video presentation
The city in the background with text "We drive into the future"The Next Generation of Automated Testing (A11yTalks – March 2023)

The Next Generation of Automated Testing (A11yTalks – March 2023)

We had the honor to present SiteLint at A11yTalks in March 2023 – the next generation of automated testing. The speaker (Cezary Tomczyk), the Founder of SiteLint, was talking about recalibrating the remediation process significantly, improving accessibility quality testing, and focusing on user behavior. We were discussing new technology and its unique approach that goes beyond crawling and analyzing data on the server side.

Continue reading “The Next Generation of Automated Testing (A11yTalks – March 2023)”
How to embed a PDF in HTML without downloading it article contains
  1. How to embed PDF in HTML?
  2. Example code
  3. Workable example
How to record the screen with VoiceOver audio on your Mac article contains
  1. How to record the screen and onboard audio from Mac
  2. Installation and use of QuickTime Player
Easy way to reduce Google Chrome's memory and CPU usage article contains
  1. Memory Saver
  2. Energy Saver
  3. How do I turn Memory Saver, and Energy Saver on or off?
  4. Final word
Why is the image srcset attribute not working on the page? article contains
  1. How does the browser determine which image should be used under some set of media conditions?
    1. The attribute srcset
    2. The attribute sizes
  2. The user visits your site with the iPhone 8 Plus. Which image will be used?
  3. Is there a better way of testing responsive images?
  4. Real example
WordPress Spam Prevention for Contact Form 7 and Comments article contains
  1. How do I stop spam emails from my WordPress Contact Form 7?
  2. How do I stop spam emails from my WordPress Comment form?
A banner with a lot of envelops representing spamWordPress Spam Prevention for Contact Form 7 and Comments

WordPress Spam Prevention for Contact Form 7 and Comments

Contact Form 7 is a great WordPress plugin that allows you to manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. However, on the other hand, it is also a potential place to send spam. Similarly, you can send spam using the comment form. To help with blocking, we have created WordPress plugin called Spam Prevention for Contact Form 7 and Comments that do not require any maintenance. Find out more in the next part of the post.

Continue reading “WordPress Spam Prevention for Contact Form 7 and Comments”
Flush (Delete or Empty) MongoDB log file article contains
  1. Step 1. Find out how large the MongoDB log directory is.
  2. Step 2. Rotate log files.
  3. Step 3. Remove the old logs.
Hundreds of drawers symbolizing a large amount of occupied spaceFlush (Delete or Empty) MongoDB log file

Flush (Delete or Empty) MongoDB log file

Sometimes the database might work slowly and one of the reasons is a large log file. Tracking database activity is crucial for performance and issues monitoring. However, the log file may grow and therefore may cause the performance issue because of more and more writing and reading on a larger and larger log file. We may avoid such problems by scheduling regular log rotation and keeping the log file size below a defined threshold. Let’s get started on figuring out how to address this issue.

Continue reading “Flush (Delete or Empty) MongoDB log file”
Accessibility and Performance article contains
  1. Known user impacts
  2. Technical aspects
  3. How performance impacts Accessibility
  4. Optimisations
  5. Conclusion
Two snails on a piece of woodAccessibility and Performance

Accessibility and Performance

Web performance is all about making websites fast: loading, rendering, and interacting. When pages load slowly or have a lot of content to load then the experience can be very clunky and unpleasant for all users. More resources to download mean also more data that needs to be transferred through the network and processed. Let’s explore user and business impact and how this could be improved.

Continue reading “Accessibility and Performance”
3 simple tips to make text over image more readable article contains
  1. Why making good contrast is important?
  2. Tips
    1. Text shadow
    2. Text stroke
    3. Text shadow vs text stroke comparison
    4. Black solid layer with opacity
  3. Summary
2 houses covered in snow3 simple tips to make text over image more readable

3 simple tips to make text over image more readable

If you add text over a background image, make sure there is enough contrast to make it readable. Subtle changes may be made to boost contrast without changing the overall aesthetic of the site.

The Web Content Accessibility Guidelines (WCAG) is an internationally recognized standard created by the World Wide Web Consortium (W3C), and WCAG calculates it as a ratio describing the relative luminance of the text and background.

Let’s then see 3 tips to make text over image more readable.

Continue reading “3 simple tips to make text over image more readable”