Showing posts with label how to. Show all posts
Showing posts with label how to. Show all posts

Wednesday, July 28, 2021

HTTPS Connections Slow in IE

HTTPS Connection Slowness in IE


If your website loads quick on IE using HTTP and same is slow while using HTTPS, try below setting and issue will be fixed. 

It happens only when the HTTPS site is being accessed on a machine without internet access and only using IE.

A workaround that i've applied on LAN would be to update IE settings as described below:

Go to IE Options, advanced tab then locate security category and uncheck both “Check for publisher’s certificate revocation” and “Check for server certificate revocation”. 

IE Settings

In order to fix HTTP Slowness try running ipconfig /flushdns, arp -d & ipconfig /registerdns - Wait for some time and give it a try, HTTP Site Load speed would have increased. 



Friday, December 11, 2020

How to Create a Click to Call Link Using HTML and in WordPress

 
How to Create a Click to Call Link Using HTML and in WordPress

How to Make a Clickable Phone Number With HTML

1. Start with a standard link tag:

<a href=""></a>

2. Enter your phone number with no dashes in the quotes:

<a href="5554280940"></a>

3. Now the important part, add tel: to the beginning of the number:

<a href="tel:5554280940"></a>

4. Then finish it up with some text for the link

<a href="tel:5554280940">Call us at 555-428-0940</a>

Here’s what you should see:

Call us at 555-428-0940

Click the link to make sure it works. If the call goes through, you’re done.

Windows Administrator Level 1 Interview Question & Answers

 Windows Administrator Level 1 Interview Question & Answers What is an active directory?  An Active Directory (AD) is a directory ...