- TDAmeritrade
- A2C – “Associate-2-Client” call center dashboard.
- As the conversion from TDA to Schwab was
Front-End Web Development Questions – David Shariff
- Execution context references the ‘environment’ a function executes in; that is, variable scope
Three ways to use Modernizr
In the CSS:
.no-cssgradients .header {
background: url("images/gradient.png");
}
.cssgradients .header {
background-image: linear-gradient(blue, purple);
… Read more Interview Challenges
I am in the process of interviewing and wanted to document all the code challenges … 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
HTML5 localStorage
As an exercise, I wanted to use vanilla javascript and localStorage() to take two items … Read more
The Definitive “Front-End Developer Job Interview Questions” And My Answers
Browser Paint Render And CSS The “will-change” Property
Recently a fun article was passed around showing how to achieve silky smooth rendering on … Read more
Traditionally, why has it been better to serve site assets from multiple domains?
Keeping images and assets on a geographically dispersed CDN allows for faster resource requests by … Read more