Information

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...
Thursday, February 4, 2021

Install Google Analytics to WordPress Without a Plugin

›
  Install Google Analytics to WordPress Without a Plugin In order for Google Analytics to start tracking your visitors, the tracking code me...
Wednesday, February 3, 2021

window.location.href not working - asp.net

›
 window.location.href not working If we are calling function through a submit button. This may be the reason why the browser does not redire...
Sunday, January 31, 2021

Uncaught (in promise) TypeError: Failed to execute 'Cache' on 'addAll': Request failed

›
 Error in Service Worker. Uncaught (in promise) TypeError: Failed to execute 'Cache' on 'addAll': Request failed. Main cause...
Monday, January 25, 2021

Advanced SEO - Separate URLs for Mobile and desktop applications

›
We can configure Separate URLs for Mobile and desktop applications Annotations for desktop and mobile URLs To help Google algorithms underst...
Tuesday, January 19, 2021

Plesk - Upgrade the .net Framework to 4.7.2 OR 4.8

›
 Steps to Upgrade the .net Framework to 4.7.2 OR 4.8 1. First Download the .NET Framework from https://dotnet.microsoft.com/download/dotnet-...
Tuesday, January 12, 2021

How to split column with delimiter into two columns in SQL Server Split

›
We can use Case and   CHARINDEX  to split column with delimiter into two columns in SQL Server select case when CHARINDEX ( '_...
Thursday, January 7, 2021

How to cancel your Zoom subscription or add-ons at anytime?

›
Cancel a Pro (paid) subscription Sign in to the Zoom web portal. Click Account Management, then click Billing. Under the Current Pla...
‹
›
Home
View web version
Powered by Blogger.