I’m currently working on a migration of a project that is developed with native PHP, HTML, js to a new technology Angular The client asks if there is a possibility to create a list of components that somehow can communicate and fetch data with the existing backend ( native PHP ) Answer Since angular is a client-side and PHP is
Tag: frontend
How to find out if there is anymore words after a full stop?
I have some text’s stored in the database and while I show them in the frontend I place the words before each full-stop within a li tag. Everything is working fine except when the text has a full-stop at the very end, it ends up showing an empty numbering. For example, if I have “aaaaaa.Something Something.” the output will be
Elements become invisible on reload, then get visible again on resize
I’m working on a website and hit my head with some basic display problem. I want to use a php variable that holds a value from the database which represents the src attribute of an img tag. I do this in 2 different places, once in the navbar (where it works perfectly fine) and once inside another div, which causes