Tagged: CSS

UI5 Linklist – From Abap to Fullstack

see: https://jacekw.dev/blog/2022/from-abap-to-fullstack/ Linklist: UI5: Licensing 30 days of UI5 Get Started: Setup, Tutorials, and Demo Apps UI5 Sample Library Clean SAPUI5: More readable, maintainable and testable code TechEd 2022 – Bringing UI to the Next Level with SAPUI5 and UI5 Web Components CSS: CSS-Tricks https://lesscss.org/ JavaScript/TypeScript: https://exploringjs.com/index.html Programing Models: CAP

Remove jscript – CSS only mobile navigation

Finally made it… My page (not this one, though) is totally JS-free. No cookies, no JavaScript. Just plain HTML and CSS. This gives a better user experience, fast page loading times, and a better Lighthouse score.. The last bit, was to change the mobile navigation. I used this snippet to make it work: https://codepen.io/mutedblues/pen/MmPNPG

Optimizing CSS

Based on my last post “Google Core Web Vitals 2020” i’ll review and optimize my CSS declarations, as Lighthouse complains already: “Eliminate render-blocking resources”. So here we go: Step 1) analyze existing css-file and remove unused stuff Who needs comments anyway 😉 Step 2) separate CSS files The next thing came into my mind, was trying to separate css for...

Google Core Web Vitals 2020

In May 2020 google announced that the so called “Core Web vitals” will influence the google site ranking. So, besides mobile friendliness, safe browsing, HTTPS and “non-intrusive interstitials” (aka popup-ads) the following three elements of the “Core Web vitals” will have a big influence on a sites ranking: – Loading: Measured by the “Largest Contentful Paint” (LCP) – Interactibility: Measured...