This Week I Learned - Week #91

This Week I Learned -

HTML Inspector is "a highly-customizable, code quality tool to help you (and your team) write better markup. It aims to find a balance between the uncompromisingly strict W3C validator and having absolutely no rules at all". To try it with any web page, open your browser’s developer tools console and run the following commands:
var htmlInsp = document.createElement("script");
htmlInsp.src = "//cdnjs.cloudflare.com/ajax/libs/html-inspector/0.8.1/html-inspector.js";
document.body.appendChild(htmlInsp);

After those are executed, you can then run the following in the console:
HTMLInspector.inspect();

Support for conditional comments has been removed in Internet Explorer 10 

* The T. Rex infinite runner Chrome Easter egg can be accessed from the network error page. When you get there all you have to do is tap the spacebar to start the game.

Ali Julia who has written has written more than 2,800 reviews, is the No. 1 ranked reviewer on Amazon.com

* Flipkart, Zomato, Ola Cabs, Housing.com and Inmobi are popular Indian start-up companies whose founders studied at IITs

Snapdeal.com gets 65 pc orders through mobiles

* According to a report based on the documents obtained from former NSA contractor and whistleblower Edward Snowden, India-based Zoho Corp’s email and chat services are one of the handful of services, which the U.S. National Security Agency (NSA) has found it difficult to crack under its mass surveillance programme. - The Hindu

* In China, where each year around 300,000 people are put on a transplant waiting-list, one way of relieving this pressure has been to “harvest” organs from executed prisoners. Once the main source of transplanted organs, the share from prisoners is reported by the government to have halved in recent years (mirroring what is believed to be a large decline in executions) - Economist

* Sergey Brin used the services of 23andMe (the company he co-founded with his former wife) and discovered that although Parkinson's is generally not hereditary, both he and his mother possess a mutation of the LRRK2 gene (G2019S) that puts the likelihood of him developing Parkinson's in later years between 20 and 80% - Wikipedia

* Marie Curie was an atheist

* "I never see what has been done; I only see what remains to be done." Marie Curie

Comments