Information

Monday, July 5, 2021

Remove 'Powered by Shopify' from your store

›
From your Shopify admin, go to Online Store > Themes.   Find the theme that you want to edit, and then click Actions > Edit languages...
Wednesday, June 23, 2021

Adding Cache-Control headers to Static Files in ASP.NET Core

›
 Implement Caching to Static files in the asp.net core When you create a new ASP.NET Core project from the default template, you will find t...
Saturday, May 29, 2021

SEO for different countries

›
  There are 3 options for SEO in different Countries: 1.        Country Code Top Level Domains (ccTLDs) : a.        A ccTLD (Country Cod...
Thursday, March 11, 2021

Background color not showing in print preview

›
  The Chrome CSS property   -webkit-print-color-adjust: exact;   works appropriately. media print CSS in the body: @media print { body {-w...

503 This mail server requires authentication when attempting to send to a non-local e-mail address.

›
 Server error: '503 This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your ma...
Wednesday, February 17, 2021

SQL SERVER - How to capitalize the first letter of a record in SQL

›
  Cast your ntext to nvarchar(max) and do the upper and left operations. Sample below. SELECT UPPER ( LEFT ( cast (Comments as nvarchar(ma...
Sunday, February 14, 2021

google - What is Bounce rate, Domain Rating (DR), & ctr?

›
Bounce rate Bounce rate represents the percentage of visitors who enter the site and then leave ("bounce") rather than continuing ...
Saturday, February 13, 2021

The script has an unsupported MIME type ('text/html').

›
ServiceWorker: The script has an unsupported MIME type (chrome-extension)   The Error is showing because of the incorrect path and service w...
‹
›
Home
View web version
Powered by Blogger.