2017-07-02

  1. Moon always faces same side. View the answer here.
  2. that the best way to empty an array and its references is to set its length to 0

2017-07-01

  1. to use Laravel’s Validation, Just require illuminate/validation, illuminate/translation, then create new loader, then create Translator with this loader.
  2. That the best way to check undefined is variable === void 0.
  3. [[]][0]++ work but []++. Because of references.

2017-06-30

  1. That Chrome only load font after style loaded and the text use this font appear.

2017-06-29

  1. from Chin Kah Chongrong that in 1960-1970, Earned $ 70 billion from serving the United States during the Vietnam War. <= for vietnamese who are fan of capital and Singapore.

2017-06-28

  1. that almost slider lib can not work with CSS Grid Layout, Because they can not detect the width.

2017-06-27

  1. that set bottom for attibute vertical-align for tag img will remove the bottom space when use img with a, p

2017-06-26

  1. that anime.js a good animation lib for next projects.
  2. from bitsofco that Collapsible Margins happen when two margins contact directly, including empty element. Can be solved by border, set display property to non-block values.
  3. from Harry Roberts that I should use single-direction margin.

2017-06-25

  1. That airplanes can not take off when the temperature is higher than 48°C), because hot air is thinner than cold air.

2017-06-24

  1. A light touch makes others feel friendly, trusting.

2017-06-23

  1. From Facebook and developer community that people are afraid of being left out, this is the most often exploited weakness.
  2. that algorithms have extremely long lifetimes. that tools are for moment.
  3. that Spotify allows you to manage and play songs on different devices. And it’s a very awesome feature.

2017-06-22

  1. Filezilla can use SSH key to access to server.
  2. No need to close tag li,p but you should, boolean attributes do not have a value: if the attribute is there, it’s true.
  3. Mắt Bão use COD for their domain/hosting services because of the poor quality of their payment partners.

2017-06-20

  1. That contempt of others is the easiest way to be noble. I should not respect other people because of their contempt.
  2. Set is a new object type in ES6(ES2015) allow to create collections of unique values.
  3. from wordpress.com that do not force user to do something that not benefit them or they will leave you.
  4. In PHP, DateTime('first monday of 2017-02'). If the word ‘of’ missing, result will not correct.