The following steps show how to get a newly published web page into Google search results quicking, using Google Search Console. Keep in mind that this process may take a…
Online form fields require two fields - input and label - which work together to describe and collect information. One question that often comes up is whether to use input…
The <ol> HTML element is used to create ordered lists. For example First item Second item Third item There are two useful attributes to make the most of ordered list.…
Below is a reference table of HTTP status codes: Status Code Description 100 Continue. The server has received the request headers and the client should continue with the request. 101…
The following htaccess code rule shows how to remove a single query parameter from a URL - leaving any existing parameters. This is done using a rewrite rule and will…
The following CSS can be used to make embedded YouTube videos responsive to different screen sizes. iframe[src*=youtube] { display: block; margin: 0 auto; max-width: 100%; padding-bottom: 10px; } What does…
If you've got a large SQL export file that you need to import into another mySQL database using phpMyAdmin you may hit the upload limit. Many hosts will hard set…
Here's a quick and easy way to track broken links using Google Analytics. It requires you to have Google Analytics setup on your website, a dedicated 404 page, and have…