License

Unless otherwise stated, all content on this website, including code snippets, tips, techniques, and other materials, is made available under the MIT License. By using the content, you agree to the terms of this license.

Summary of the MIT License

The MIT License allows you to:

  • Use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the content.
  • Incorporate the content into personal or commercial projects.
  • The only requirement is that you include proper attribution by retaining the copyright notice and the following license text in all copies or substantial portions of the content.

Full MIT License Text

MIT License

Copyright  Scott Vinkle Inc. <scott@scottvinkle.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Attribution Requirements

If you use any code snippets or examples—including in modified or derivative works—you must include proper credit and attribution. This ensures others know the source and that you respect the license terms.

When using content from this site:

  • Include a copy of the license text or link back to this page in code repositories.
  • Clearly credit the original author and source (e.g., ‘Content by Scott Vinkle, scottvinkle.com, available under the MIT License.’) in production code.

Examples of how to provide attribution:

HTML:

<!--! Content by Scott Vinkle, scottvinkle.com, available under the MIT License. -->

CSS:

/*! Content by Scott Vinkle, scottvinkle.com, available under the MIT License. */

JS:

/*! Content by Scott Vinkle, scottvinkle.com, available under the MIT License, */