How to improve the accessibility of your Progress Sitefinity website quickly?

How to improve the accessibility of your Progress Sitefinity website quickly?
By: Skynet Technologies USA LLC
Sep 14, 23
Sep 26, 23
Progress Sitefinity web accessibility widget

The internet landscape is changing. For website owners, it is essential to deliver accessible and seamless user experience by ensuring all visitors including people with hearing or vision impairments, motor impaired, color blind, dyslexia, cognitive & learning impairments, seizure and epileptic, and ADHD problems; can see, understand, navigate, and easily use your Sitefinity website conveniently!

Using web accessibility widget is a quick, and cost-effective way to kick-start your efforts into improving website accessibility.

Sitefinity All in One Accessibility - a quick website accessibility improvements widget; based on AI and assistive technology. It allows users to select available accessibility features as per their needs and peruse the content. It improves website accessibility for the standards including ADA, WCAG 2.1, Section 508, Australian DDA, European EAA EN 301 549, UK Equality Act (EA), Israeli Standard 5568, California Unruh, Ontario AODA, Canada ACA, German BITV, and France RGAA!

Step wise instruction, How to enable 10 days All in One Accessibility widget trial on your Sitefinity website?

  • Click on this URL https://www.skynettechnologies.com/all-in-one-accessibility. Select “START FREE TRIAL” button as shown in the following screenshot.

    website wcag accessibility
  • Fill out the form with all the details.

    web wcag accessibility widget free trial
  • Select the plan based on your requirements and click on “Continue” for the next step.

    website ada accessibility widget
  • Fill out the following payment details and submit it. You will be auto-charged after 10 days if you do not cancel the free trial subscription plan.

    website ada wcag widget
  • Once the signup is completed you would receive an email notification with widget integration & dashboard access details.

    ada wcag accessibility integration
  • From the dashboard, click on the “Widget Settings” to change the widget icon, size, color, and position based on your website’s look and feel.

    ada wcag accessibility integration

Explore the following steps to integrate All in One Accessibility widget as a part of Sitefinity website:

  • To include JavaScript resources, open your project In Visual Studio.

  • Create a Script.js file with custom JavaScript Code.

  • Depending on whether you are adding a script to a widget, page, or template, open the code-behind of the .ascx, .aspx, or .Master file, respectively, and add the following code:

    using System;
    using System.Web.UI; 
    namespace SitefinityWebApp 
    { 
        public partial class MyUserWidget : System.Web.UI.UserControl 
        { 
            protected void Page_PreRender(object sender, EventArgs e) 
            { 
                var scriptManager = ScriptManager.GetCurrent(Page);  
                if (scriptManager == null) return; 
                scriptManager.Scripts.Add(new ScriptReference { Path = "~/JS/Script.js" }); 
            } 
        } 
    } 
        
  • The Page_PreRender method of your widget uses the ScriptManager class for the current page.

  • Using the Scripts property of the ScriptManager, you add a reference to your JavaScript resource by passing a new ScriptReference object with the resource's relative path.

Reach out if you need any help with the installation or technical assistance! We’d love to help!

Report a problem

Skynet technologies is proud W3C(World Wide Web Consortium) and IAAP (International Assoication of Accessibility Professionals) which help us to be a part of the global accessibility community and stay up to date with compliance guidelines.

The businesses, large enterprises, Federal and state governments, educational institutions and universities who are considering remediating websites with full ADA WCAG 2.1 compliance; we provide full website accessibility remediation solution including audit, consulting, remediation, regular maintenance, monitoring, training, and support.

If you are looking for enterprise or custom web accessibility solutions, request a free ADA website accessibility remediation quote or email us at hello@skynettechnologies.com.

Request Free Quote

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
18 + 2 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
42