2012
Alex's blog: DOM Inspector as accessibility tool
When you need to understand why your web page or your ARIA widget has accessibility issues then it's quite handy to inspect both DOM and accessible trees and what's most important to see *relation* between elements of these trees. That's what DOMi gives you.
2011
Analyzing Network Characteristics Using JavaScript And The DOM, Part 1 - Smashing Coding
by 1 otherAs Web developers, we have an affinity for developing with JavaScript. Whatever the language used in the back end, JavaScript and the browser are the primary language-platform combination available at the user’s end. It has many uses, ranging from silly to experience-enhancing.