Hi @jf89 ,
@jf89 said in Adaptive layout of examples -- Red scratches on objects:
I don’t ask you to give me an example , but I would like to know where I can learn myself ?
What is the best way to do myself a complete flex page with side bar and one or two windows ?
If I can pick up pieces of code an put it into the edit markup , it’s OK.
Even with tutorials , If I have to learn html, css , javascript and Angular , it will be too much difficult for me.
Just my five cent thought,
1.There is no best way to do a web page
2.Copy and paste pieces of code without understanding will make your learning disable.
3.The web technologies is a prerequisite, at least know the fundamentals,
3.1. HTML to define the content of web pages
3.2. CSS to specify the layout of web pages
3.3. JavaScript to program the behavior of web pages
4.The learning speed is your choice.Everything is up to you.If you are struggling, take a break, or search google for the material
5.Explore the example page provided by Mango. Examples are often easier to understand than explanations. Try it out yourself. In my opinion, this is one of the best playground for anyone who want to learn and understand Mango.
Hope it will helps in your learning journey.