public marks

PUBLIC MARKS from Hiéroglyphe with tag tutorial

2014

2013

JavaScript Patterns Collection

by 3 others
A JavaScript pattern and antipattern collection that covers function patterns, jQuery patterns, jQuery plugin patterns, design patterns, general patterns, literals and constructor patterns, object creation patterns, code reuse patterns, DOM and browser patterns (upcoming). - See more at: http://shichuan.github.io/javascript-patterns/#general-patterns

2012

2011

2010

Jump links and viewport positioning

Using within-page links presses the jumped-to content right at the very top of the viewport. This can be a problem when using a fixed header. With a bit of hackery, there are some CSS methods to insert space between the top of the viewport and the target element within a page.