Many claim CSS is not a programming language. I agree — it’s tougher. A mastery of CSS requires skills in design, determination, inventiveness, experience, as well as coding (especially when using preprocessors such as Sass). CSS suggests layouts and styles to the browser. A browser can interpret those suggestions whichever […]
Daily Archives: March 6, 2020
Not long ago, I posted about PHP templating in just PHP (which is basically HEREDOC syntax). I’m literally using that technique for some super basic templating I needed to do on this very WordPress site. The main pushback was that this kind of thing can be an XSS vulnerability. In […]
I want to include my own js or include only few js in require.js, but need to exclude all js files / css files being loaded default by Magneto or any module. it is explained here – https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html#layout_markup_css as per the docs – I should include in my – app/design/frontend///Magento_Theme/layout/default_head_blocks.xml […]
When I try to create a user, I get this error: “Rolled back transaction has not been completed correctly.” In system log I get: main.INFO: Broken reference: the ‘notification.messages’ tries to reorder itself towards ‘user’, but their parents are different: ‘header.inner.right’ and ‘header’ respectively. Any idea?