Monday, 26 January 2026

Google Search Hack

linux -mint +ubuntu "best"

  • - exclude phrase
  • + include phrase
  • "" find exact match

Saturday, 3 January 2026

Generate QR Code in MS Word

  • Press CTRL + F9
  • Inside the braces, type: {displaybarcode”your-website.domain”qr\q3}
  • Press ALT + F9 to generate the QR code

Create modal using HTML and CSS

<body>   <dialog id = "modal">      <div>        <h1>Title</h1>        <p>Sample Text</p...