Sunday, August 30, 2020

SameSite Cookie Attribute (Strict, Lax, None & No SameSite)

The SameSite attribute tells browsers when and how to fire cookies in first- or third-party situations. SameSite is used by a variety of browsers to identify whether or not to allow a cookie to be accessed.



https://web.dev/samesite-cookies-explained

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite

https://youtu.be/aUF2QCEudPo by  Hussein Nasser

Saturday, August 1, 2020

bootstrap5 is coming


  1. Mainly removing Jquery,
  2. the updated Grid system,
  3. updated table and more customized features..,


Add caption

function declaration, expression and call/invoke/execution

  The  function  declaration defines a function with the specified parameters. The  function   keyword can be used to define a function ins...