it Youth sanitizes village, distributes masks By Published On :: Youth sanitizes village, distributes masks Full Article
it Using Showdown/PageDown with and without jQuery By mathiasbynens.be Published On :: Sun, 02 May 2010 23:03:31 +0200 Showdown (also known as PageDown) is a JavaScript parser for Markdown-formatted text. It’s used on this site to generate a formatted preview of your comment as you type it. Showdown is library-agnostic, but fortunately, using it with jQuery isn’t much of a problem. Full Article
it How to enable Safari Reader on your site? By mathiasbynens.be Published On :: Thu, 10 Jun 2010 10:03:25 +0200 Yesterday, Mike Taylor raised a very interesting question on Twitter: “Anybody know what Safari 5 requires for a page to be Reader-ifiable?” Full Article
it Using CSS without HTML By mathiasbynens.be Published On :: Tue, 14 Dec 2010 15:13:38 +0100 The following article was published on CSS-Tricks as a guest post. Full Article
it Using the `oninput` event handler with `onkeyup`/`onkeydown` as its fallback By mathiasbynens.be Published On :: Wed, 11 May 2011 09:31:52 +0200 HTML5 standardizes the oninput event handler, which should be used to detect user input in JavaScript. Sure, you could use onkeydown or onkeyup instead, but those were never really designed for this particular use case, and it shows. Full Article
it The end-tag open (ETAGO) delimiter By mathiasbynens.be Published On :: Mon, 27 Jun 2011 10:45:14 +0200 According to HTML4, the first occurrence of the character sequence (ETAGO or end-tag open delimiter) is treated as terminating the end of the containing element’s content. This has since been changed in the HTML5 spec. What do browsers implement? How can we make sure the code we write doesn’t break because of this? Full Article
it Loading JSON-formatted data with Ajax and `xhr.responseType='json'` By mathiasbynens.be Published On :: Wed, 24 Jul 2013 23:14:15 +0200 This post explains a hidden gem in the XMLHttpRequest standard that simplifies fetching and parsing JSON data through Ajax. Full Article
it Hiding JSON-formatted data in the DOM with CSP enabled By mathiasbynens.be Published On :: Tue, 27 Aug 2013 16:32:01 +0200 If Content Security Policy is enabled for protection against cross-site scripting attacks (i.e. the unsafe-inline option is not set), the use of inline