Here are some of the resources that I may use for webdesign when building your next exciting website:
The Bing Webmaster SEO analyser flags meta-language as an error. Although MOZ suggests the error should be ignored it is quite easy to fix by adding:
<meta http-equiv="content-language" content="en-gb">
for a UK based site, or country specific code into the Head section
Icon Pharm can be used to obtain the SVG code of any icon by selecting the generate HTML button and copying the displayed HTML code. Example coffee cup shown below in an SVG stack.
Useful for adding maps to a page.
Latitude and Longitude finder: Latlong.net
Get API key for a map: Get API key for Google maps
An interesting product and also an interesting business model too.
.slick-track {
display:flex!important;
align-items:center;
}
.video .title { font-size:20px }
Showing the Blog Count $blog = new TotalCMSComponentBlog("cmsid"); Wherever you want to display the count... <?php echo $count; ?> |
Use the code view on the tool bar</> and add the following:
https://www.experte.com/accessibility - This does a similar job to the webaim tool but will trawl your whole site and report on every page for accessibility issues. There is also a lot of detail about what exactly is wrong with the code which is useful to know.
# X-XSS-Protection
<IfModule mod_headers.c>
Header set X-XSS-Protection "1; mode=block"
</IfModule>
# X-Frame-Options
<IfModule mod_headers.c>
Header set X-Frame-Options "SAMEORIGIN"
</IfModule>
# Strict-Transport-Security
<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains"
</IfModule>
# Referrer-Policy <IfModule mod_headers.c> Header set Referrer-Policy "same-origin" </IfModule>
# Content-Security-Policy - Example 2 <IfModule mod_headers.c>
Header set Content-Security-Policy "default-src 'none'; img-src 'self'; script-src 'self' https://code.jquery.com; style-src 'self'"
</IfModule>
Blueprint SVG showing colour change to fills on hover.
Scores now at 93 mobile 74 desktop - Safari
Websites York
York Racecourse
York Station
York Minster
Follow the instructions on the Whatsapp Help Centre page called 'How to use click to chat'.
I downloaded the 'official' button designs and used the large green one in an SVG stack. I then added the link specified. In my case it was https://wa.me/447913398254
So the 44 is the country code for the UK and then you drop the leading zero of the mobile number.