on Inter, AC Milan back training after lockdown in coronavirus epicentre By Published On :: Inter, AC Milan back training after lockdown in coronavirus epicentre Full Article
on Batra gets extension as FIH president By Published On :: Batra gets extension as FIH president Full Article
on Maradona autographs shirt to help poor By Published On :: Maradona autographs shirt to help poor Full Article
on Arunachal Governor reviews State education scene By Published On :: Arunachal Governor reviews State education scene Full Article
on Mizorams lone COVID-19 patient discharged By Published On :: Mizorams lone COVID-19 patient discharged Full Article
on Arunachal Govt imposes cess on liquor sales By Published On :: Arunachal Govt imposes cess on liquor sales Full Article
on TU students demand to reconsider quarantine centre decision By Published On :: TU students demand to reconsider quarantine centre decision Full Article
on Uddab Bharali develops new sanitization vaporizer concept By Published On :: Uddab Bharali develops new sanitization vaporizer concept Full Article
on Centre urged to confer Bharat Ratna on Upendranath Brahma By Published On :: Centre urged to confer Bharat Ratna on Upendranath Brahma Full Article
on Nagaon ASP, family members under home quarantine By Published On :: Nagaon ASP, family members under home quarantine Full Article
on Mixed response to State Govt move on labour reforms By Published On :: Mixed response to State Govt move on labour reforms Full Article
on Amended building construction bye-laws hailed By Published On :: Amended building construction bye-laws hailed Full Article
on Online short story contest winner announced By Published On :: Online short story contest winner announced Full Article
on Liquor shops closed pending use of new MRP on products By Published On :: Liquor shops closed pending use of new MRP on products Full Article
on Hapless womans case exposes poor distress response mechanism in State By Published On :: Hapless womans case exposes poor distress response mechanism in State Full Article
on Culling only way to contain African swine fever: expert By Published On :: Culling only way to contain African swine fever: expert Full Article
on NGO charts unique way to induce people into donating By Published On :: NGO charts unique way to induce people into donating Full Article
on Centres advisory to NE states on returnees during lockdown By Published On :: Centres advisory to NE states on returnees during lockdown Full Article
on Dental hostel tagged containment zone By Published On :: Dental hostel tagged containment zone Full Article
on 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
on Thoughts on Safari Reader’s generated HTML By mathiasbynens.be Published On :: Sun, 13 Jun 2010 17:30:50 +0200 Every time you click that shiny little Reader button, Safari generates an HTML document and displays it as an overlay to the original document. Let’s have a look at the HTML and CSS used in this process, and find out how we can mess with it. Full Article
on The XML serialization of HTML5, aka ‘XHTML5’ By mathiasbynens.be Published On :: Thu, 17 Jun 2010 10:24:25 +0200 A while ago, I was wondering how exactly one triggers HTML5’s XML mode — let’s call it XHTML5 from now on. You know, just out of curiosity. I’ll always prefer HTML over XHTML because it’s much less verbose and I like to keep things simple. Full Article
on Using `setTimeout` to speed up `window.onload` By mathiasbynens.be Published On :: Tue, 14 Sep 2010 12:08:56 +0200 A few days ago, Martín Borthiry contacted me with a question. He had been using the optimized asynchronous Google Analytics snippet for a while, and noticed an additional speed gain when wrapping it inside a setTimeout() with a delay of 0 milliseconds. His tests made it pretty clear that this technique was indeed slightly faster, but Martín had no clue why. Full Article
on 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
on 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
on 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
on 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
on 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
on Unquoted font family names in CSS By mathiasbynens.be Published On :: Tue, 03 Apr 2012 17:38:34 +0200 Are the quotes in font-family: 'Comic Sans MS' required, or not? If you thought the answer was yes, you may want to read on. Full Article
on 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
on 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