For most of 2016 I was employed by Adecco Group NA where we used Bootstrap… Read more
Header Scroll Transition and the Will-Change Property
Recently I needed to make an animated header that slides up when you scroll down … Read more
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 Agile
I am currently on a team that uses the agile process. We use VersionOne for … Read more
Chrome’s Refresh Tools
Normal reload
This will use the cache but revalidate everything during page load, looking for … Read more
Interview Challenges
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

