b Diphu-Guwahati bus service resumes By Published On :: Diphu-Guwahati bus service resumes Full Article
b Uddab Bharali develops new sanitization vaporizer concept By Published On :: Uddab Bharali develops new sanitization vaporizer concept Full Article
b Dainik Asam ex-scribe passes away By Published On :: Dainik Asam ex-scribe passes away Full Article
b Centre urged to confer Bharat Ratna on Upendranath Brahma By Published On :: Centre urged to confer Bharat Ratna on Upendranath Brahma Full Article
b Nagaon ASP, family members under home quarantine By Published On :: Nagaon ASP, family members under home quarantine Full Article
b Over 500 migrants from across India stuck in Dhubri By Published On :: Over 500 migrants from across India stuck in Dhubri Full Article
b Mixed response to State Govt move on labour reforms By Published On :: Mixed response to State Govt move on labour reforms Full Article
b Amended building construction bye-laws hailed By Published On :: Amended building construction bye-laws hailed Full Article
b Youth sanitizes village, distributes masks By Published On :: Youth sanitizes village, distributes masks Full Article
b Cancer patients from Mumbai to reach tomorrow By Published On :: Cancer patients from Mumbai to reach tomorrow Full Article
b Existing BBCI patients to get therapy By Published On :: Existing BBCI patients to get therapy Full Article
b Bulletproof HTML5 `<details>` fallback using jQuery By mathiasbynens.be Published On :: Sun, 25 Apr 2010 15:39:49 +0200 The HTML5 element is currently not natively supported in any browser natively supported in Chrome 12 and up. This makes it a little hard to guess how exactly this new element will behave, but reading the spec gives us a pretty good idea. While we wait for browsers to implement it, how about we create a fallback/polyfill for browsers who don’t understand (yet)? Full Article
b 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
b The `id` attribute got more `class`y in HTML5 By mathiasbynens.be Published On :: Sun, 11 Jul 2010 17:38:38 +0200 One of the more subtle yet awesome changes that HTML5 brings, applies to the id attribute. I already tweeted about this a few months ago, but I think this is interesting enough to write about in more than 140 characters. Full Article
b Bulletproof JavaScript benchmarks By mathiasbynens.be Published On :: Thu, 23 Dec 2010 11:15:24 +0100 The following article, written by John-David Dalton and yours truly, was published as part of the Performance Calendar series in 2010. Full Article
b Completing Dropbox’s Dropquest 2011 in 60 seconds By mathiasbynens.be Published On :: Sun, 16 Jan 2011 17:13:31 +0100 Dropbox organized a scavenger hunt named Dropquest the other day. The first 81 people to complete all steps won some nice prizes, but everyone participating in the quest can get 1 GB of extra Dropbox storage space. Full Article
b AirPlay video support in iOS Safari — a bookmarklet By mathiasbynens.be Published On :: Thu, 03 Feb 2011 11:23:40 +0100 As you may have heard, the upcoming iOS 4.3 will support AirPlay streaming in Mobile Safari. Previously video streaming was only available in Apple-controlled iOS applications like the YouTube and iPod/Video apps, but the new iOS 4.3 beta opens up AirPlay support to both third party App Store applications, as well as embedded web videos using either the Quicktime plugin () or the element. Full Article
b Everything you always wanted to know about touch icons By mathiasbynens.be Published On :: Wed, 02 Mar 2011 08:09:06 +0100 “Touch icons” are the favicons of mobile devices and tablets. Adding them to your web page is relatively easy, but it gets more complicated as you target different devices and firmware versions. Let’s dive in! Full Article
b 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
b Unquoted attribute values in HTML and CSS/JS selectors By mathiasbynens.be Published On :: Mon, 13 Jun 2011 10:22:53 +0200 This is one of those posts I wrote just to be able to link back to it later. I see a lot of questions on the subject, and even though I don’t mind explaining the same thing over and over again, it’s probably easier to just write it down once. Full Article
b HTML element + attribute notation By mathiasbynens.be Published On :: Thu, 04 Aug 2011 15:09:09 +0200 Recently, a popular new addition was made to the HTML spec: anchors may now have a download attribute. That’s not what this post is about though — instead, I’d like to go over some of the different notations people used to refer to this new element + attribute combo in tweets and blog posts. Full Article
b JavaScript `foo.prototype.bar` notation By mathiasbynens.be Published On :: Fri, 12 Aug 2011 10:56:54 +0200 As a follow-up to the post documenting a few popular HTML element + attribute notations, here’s a similar one about JavaScript. Full Article
b Ambiguous ampersands By mathiasbynens.be Published On :: Wed, 23 Nov 2011 12:22:30 +0100 In this post, we’ll take a closer look at what happens if there’s an unencoded ampersand that’s not part of a character reference in your HTML code. Is it valid? Is it invalid? And what do “ambiguous ampersands” have to do with all this? Full Article
b The smallest possible valid (X)HTML documents By mathiasbynens.be Published On :: Thu, 15 Dec 2011 13:35:06 +0100 I thought it would be fun to document the smallest possible valid HTML documents for each version, so here goes :) Full Article
b Valid JavaScript variable names in ES5 By mathiasbynens.be Published On :: Tue, 21 Feb 2012 15:19:15 +0100 Did you know var π = Math.PI; is syntactically valid JavaScript? I thought this was pretty cool, so I decided to look into which Unicode glyphs are allowed in JavaScript variable names, or identifiers as the ECMAScript specification calls them. Full Article
b Unquoted property names / object keys in JavaScript By mathiasbynens.be Published On :: Mon, 05 Mar 2012 21:17:54 +0100 Fun fact: var foo = { H̹̙̦̮͉̩̗̗ͧ̇̏̊̾Eͨ͆͒̆ͮ̃͏̷̮̣̫̤̣Cͯ̂͐͏̨̛͔̦̟͈̻O̜͎͍͙͚̬̝̣̽ͮ͐͗̀ͤ̍̀͢M̴̡̲̭͍͇̼̟̯̦̉̒͠Ḛ̛̙̞̪̗ͥͤͩ̾͑̔͐ͅṮ̴̷̷̗̼͍̿̿̓̽͐H̙̙̔̄͜: 42 }; is valid JavaScript. It may not be immediately obvious, but the real surprise here is that the Cthulhu-esque property name is not surrounded by quotes. Intrigued by this, and having written about the similar topic of JavaScript identifiers before, I decided to look into valid property names in JavaScript. When do they need to be quoted? When can the quotes be omitted? And in which cases can dot notation be used instead of bracket notation to get or set a property based on its name? Full Article
b How to speedrun Dropbox’s Dropquest 2012 By mathiasbynens.be Published On :: Mon, 14 May 2012 16:21:29 +0200 Are you a Dropbox user? By completing this year’s Dropquest, you can get 1 GB of extra Dropbox storage space, for free. Here’s how to do that as fast as possible. Full Article
b How to support full Unicode in MySQL databases By mathiasbynens.be Published On :: Mon, 30 Jul 2012 15:16:16 +0200 Are you using MySQL’s utf8 charset in your databases? In this write-up I’ll explain why you should switch to utf8mb4 instead, and how to do it. Full Article
b 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