What tool are you using for e2e automated testing in your team and why? I ran the below LinkedIn poll … Continue reading Poll Results : What e2e testing tool do you prefer?
Category: Frontend
Poll Results : Do you have apps in production using jQuery
In work recently we were reminiscing about jQuery…. yes it’s still maintained and indeed there was a release in December. … Continue reading Poll Results : Do you have apps in production using jQuery
Chrome now supports HTTP 103 Early Hint status to enable faster loading of page resources such as CSS and JS
Google Chrome now supports the HTTP Early Hint 103 status. Early Hint 103s are used to indicate resources (such as … Continue reading Chrome now supports HTTP 103 Early Hint status to enable faster loading of page resources such as CSS and JS
How to create an accordion with pure HTML only
Pure HTML accordion… nice 👍🏻👍🏻👍🏻 💡 HTML Tip You can create an accordion element in pure HTML 👇🏼 pic.twitter.com/DSvAnKV9Dp — … Continue reading How to create an accordion with pure HTML only
Microsoft Edge now shows messages discouraging downloading Chrome
The browser war between Edge and Chrome just got spicy.. 🤣 Microsoft Edge now shows messages discouraging downloading Chrome when … Continue reading Microsoft Edge now shows messages discouraging downloading Chrome
How to make grouped select lists with pure HTML
Many devs don’t know you can group elements in dropdowns without custom libraries but.. you can easily do this using … Continue reading How to make grouped select lists with pure HTML
Defer loading of images until a user scrolls to them using the HTML loading = lazy attribute
For your images which are ‘below the fold’ consider using the HTML loading=’lazy’ attribute which will defer loading of images … Continue reading Defer loading of images until a user scrolls to them using the HTML loading = lazy attribute
Premier League club websites ranked by Google PageSpeed performance score
PageSpeed Insights is Googles web page performance optimisation tool. It uses six audits to derive separate performance scores for mobile … Continue reading Premier League club websites ranked by Google PageSpeed performance score
Finding unused CSS and JavaScript with the Coverage tab in Google Developer Tools
Often over the course of time we add CSS and JavaScript to our pages without removing redundant styles and functions. … Continue reading Finding unused CSS and JavaScript with the Coverage tab in Google Developer Tools
Extracting Google PageSpeed performance score in .NET
Most webmasters are aware that Google uses performance as a ranking signal for both desktop and mobile searches so its important … Continue reading Extracting Google PageSpeed performance score in .NET
Googles WebP image format is approaching universal browser support but what is WebP and why should you care?
When Safari 14 drops around September or October 2020 (expected based on previous releases), WebP browser support will be pretty … Continue reading Googles WebP image format is approaching universal browser support but what is WebP and why should you care?
Excluding $(this) from jQuery selector
If you want to attach a click (for example) event to a set of elements but then do something with … Continue reading Excluding $(this) from jQuery selector
Adding a TXT DNS record on Blacknight to verify a site on Google Search Console
When verifying any of my sites for Google webmaster tools/search console etc. I usually just use the upload a file … Continue reading Adding a TXT DNS record on Blacknight to verify a site on Google Search Console