Skip to content

Instantly share code, notes, and snippets.

View jsylvanus's full-sized avatar
🕶️

James Sylvanus jsylvanus

🕶️
View GitHub Profile
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active July 12, 2025 14:05
A badass list of frontend development resources I collected over time.
@CatoTH
CatoTH / AccessibilityValidator.php
Created August 24, 2015 05:41
A helper class for Codeception that allows automated accessility checks (WCAG 2.0, Section508) using the pa11y command line tool during acceptance testing. It uses local binaries and can therefore be run offline.
<?php
/**
* A helper class for Codeception (http://codeception.com/) that allows automated accessility checks
* (WCAG 2.0, Section508) using the pa11y (http://pa11y.org/) command line tool
* during acceptance testing.
* It uses local binaries and can therefore be run offline.
*
*
* Requirements: