Recent Posts

Avoid Inline Javascript Tags In Html Markup

less than 1 minute read

As with external script references, an inline script requires the browser to stop parsing HTML and can also prevent parallel downloading of other resources o...

Use Polyfills And Shims Sparingly

less than 1 minute read

If you absolutely need to provide the same experience across all browsers, polyfills and shims offer code and markup that can help mimic standards-based APIs...