123
Work
123
Communication
123
Home
123
Health
123
Learning
123
Planning Ahead
123
Training
123
Other Resources

Popular
Assistive Technology & Accessible Educational Materials Center
FREE trainings on various subjects including AT Basics, the AT Assessment Process, Apps, Software and Hardware and AT Implementation

Popular
NATE NETWORK
Tremendous range of resources for assistive technology, including searchable database. Many FREE downloadable tools, along with PAID publications. Modest, one-time membership fee makes available all resources for free.

Popular
New England Assistive Technology (NEAT) Easterseals Affiliate
Membership organization with a variety of resources including a lending library, AT training including webinars and blogs. Some services, such as webinars, require paid membership.

Popular
PACER Center Simon Technology Center
The Simon Technology Center at the PACER Center is dedicated to making the benefits of technology more accessible to children and adults with disabilities.
jQuery(document).ready(function(e) {
jQuery("#load-more6483378cac4fb").on("click", function(e) {
e.preventDefault();
var next = jQuery(this).parent().prev().find(".next.page-numbers");
if (next.length) {
var href = next.attr("href");
var self = jQuery(this).parent().prev().prev();
jQuery(this).attr("disabled", "disabled").addClass("is-loading");
jQuery.get( href, function( data ) {
if (jQuery(self).length) {
next1 = jQuery(data).find(".directorist-ajax-search-wrapper .directorist-row").next().find(".next.page-numbers");
if (next1.length) {
next.attr("href", next1.attr("href"));
} else {
next.remove();
jQuery("#load-more6483378cac4fb").hide();
}
var html = jQuery(data).find(".directorist-ajax-search-wrapper .directorist-row").html();
if (jQuery(".directorist-ajax-search-wrapper .directorist-row .directorist-col-6:first-child").length) {
html = html.replaceAll("directorist-col-4", "directorist-col-6");
}
jQuery(self).append(html);
}
jQuery("#load-more6483378cac4fb").removeAttr("disabled").removeClass("is-loading");
});
} else {
jQuery("#load-more6483378cac4fb").hide();
}
});
});