Tags: html*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Garlic.js allows you to automatically persist your forms' text field values locally, until the form is submitted. This way, your users don't lose any precious data if they accidentally close their tab or browser.

    It strives to have a javascript agnostic interface for UI/UX developers that might want to use it. Just add some data-persist="garlic" in your form tags, and you're good to go!
    2016-07-25 Tags: , , by klotz
  2. Specify content encoding with HTTP headers were possible, otherwise do it with meta tags at the very top of the document.
    If using X-UA-Compatible, put that as far up in the document as possible.
    <meta name="viewport" ...> tags should go right below any encoding tags.
    Concatenate your assets.
    async defer all the script tags.
    Stylesheets before blocking (non-async) scripts.
    2015-10-22 Tags: , by klotz

Top of the page

First / Previous / Next / Last / Page 2 of 0 SemanticScuttle - klotz.me: tagged with "html"

About - Propulsed by SemanticScuttle