Posts Categorised: Web Technologies

0HTML5 LogoResponsive lazy backgrounds instead of css background-image

I’ve recently been work­ing on an update/overhaul of both my vari­ous web­sites and the serv­er backend. As part of this pro­cess I’ve been try­ing ot make sure everything is using the latest stand­ards to max­im­ise per­form­ance and com­pat­ab­il­ity. One of the best fea­tures of recent ver­sions of word­press is the nat­ive sup­port for respons­ive images — where the img­set=”” attribut eis used to sup­ply altern­at­ive sizes of images in a group so the browser can use the most appro­pri­ate. In com­bin­a­tion with async load­ing and lazy load­ing this can make pages load far faster whilst still look­ing good to all vis­it­ors. How­ever css has not adop­ted these new­er fea­tures so back­ground images are much trick­i­er to deal with. It can be done though…
Read Full Article

0HTML5 LogoResponsive background images for websites

I’ve recently been updat­ing my web­sites and web serv­er and adding a new site (LoveCrete.org). I wanted to have a back­ground image on LoveCrete and real­ised that of course 1 size does­n’t fit all screens. Here is a sum­mary of what my think­ing was and what I did to cater for the numer­ous screen sizes and orientations.
Read Full Article

0nginx curves error SSL_CTX_set1_curves_list

I recently ran into an error with a new nginx con­fig that I could­n’t find any­where on google! Turns out that was because I was read­ing the font wrongly and sub­stitued a lower case L for a num­ber 1. So if you ended up on this psage because you searched for SSL_CTX_setl_curves_list then try search­ing again, for SSL_CTX_set1_curves_list.
Read Full Article

0Centos 8

Cen­tos 8 has finally been released and will even­tu­ally provide the base for a new host­ing plat­form for us. How­ever it isn’t quite ready as there are a few pack­ages not yet available.
Read Full Article

0Optimising WAN MTU for BT Infinity

Since switch­ing from my BT SmartHub to a pfsense router I’ve had a few minor teeth­ing prob­lems. One of which has been the squid proxy ser­vice caus­ing a prob­lem where I can­’t access the BBC web­site with an error. Whilst I did even­tu­ally fix this through a slightly strange meth­od, I encountered a pos­sible source of the prob­lem which was worth fix­ing on it’s own
Read Full Article