Manipulating a NodeList obtained from document.querySelectorAll()
I came across the need to iterate over the nodes returned by document.querySelectorAll() yesterday, in order to manipulate each of the nodes without mediation from any framework e.g. jQuery. The return value of document.querySelectorAll() is a non-live NodeList.… Read more
Lessons Learned from Enterprise Grade UX Customization
When I joined the IBM Connections project, it took me little to realize that few or none of our end users were seeing our product as we developed it, i.e. with the default styles and UX. Connections is IBM’s flagship enterprise social collaboration… Read more
Learn Sass with a NodeSchool workshop
I came across NodeSchool and its workshopper format for self-paced learning quite early, I reckon it was around October 2013 at LXJS in Lisbon, Portugal. It comes from the brilliant minds of Rod Vagg, Dominic Tarr, Max Ogden, and James… Read more