Category Archives:

Like innerHTML, except not as broken

function parseIt() { target_node = document.getElementById(”dom_xhtml_text”);

var page_XHTML = “”; page_XHTML = parseNode(target_node);

innerHTML_holder = document.getElementById(”innerHTML_contents”); parser_holder = document.getElementById(”parser_contents”);

innerHTML_holder.value = target_node.innerHTML; parser_holder.value = page_XHTML; }

A project recently required that I […]

Notes from FITC - Accessible Flash

times are changing

weebls-stuff has captions no single technology can be 100% accessible to all users aim to fit the most 508 features into your work within reasons many think that as features rise, accessibility decreases. in reality, your level of accessibility is much more directly tied to your level of effort put in

barriers

technology - screen readers developer - interface […]