I am in the process of interviewing and wanted to document all the code challenges … Read more
JasonP and Cross Domain Access
In the jQuery ajax request, the use of a callback function wraps our data to … Read more
User Centered Design
The process by which the the end users needs and limitations are the leading factor … Read more
CSS Attribute Selectors
Finding and selecting
Here is a list of attributes. In my career I’ve used exact … Read more
Style, Layout, Paint and Composite
I am blockquote-ing everything that is referenced, since I’ve borrowed some information from MDN and … Read more
JavaScript this, self, bind, call, and apply
When a function is set and the this
value is not assigned, it is always … Read more
Manipulating Arrays
forEach()
Pass a callback function that manipulates each element in the referenced array. It sends … Read more
By ‘reference’ and by ‘value’
HTML5 localStorage
As an exercise, I wanted to use vanilla javascript and localStorage() to take two items … Read more