= webdev == using curl for a submit-like POST request curl --data "param=value" http://lukas-prokop.at/ == disabling HTTP TRACE for security reasons RewriteEngine On RewriteCond %{REQUEST_METHOD} ^TRACE RewriteRule .* - [F] == Set windows cmd.exe to UTF-8 chcp 65001 == ARIA landmark roles role="X" where X is one of {application banner complementary contentinfo form main navigation search} == viewport sizes mobile: …–440px tablet: 400–880px desktop: >880px @font-face { font-family: "Open Sans"; src: url("path.woff2") format("woff2"), url("path.woff") format("woff"), url("path.ttf") format("truetype"), url("path.otf") format("opentype"); }