Morning Coding Session 😎
Another great few blocks of night and early morning coding goodness completed, with some progress made on the MOOVPAD tasks. Hopefully everyone is also having a great day/night as we enjoy the latest release from Chill Music Lab, always bringing the right work vibe, while I catch us up real quick 🙂
MOOV Dashboard Building
In the last post, I mentioned that the dynamic positioning of the elements on the UI was all handled by javascript, which is actually not completely true. So I wanted to clarify that today. Detecting window size changes on the client-side is what is actually being handled by javascript, while all the placement calculations and changes in these, as a response to window resize events, are all handled by C# code.
So with the captures here, we can see the progress being made on different sections of the UI and, more importantly, better understand how all of this should be carried through more easily to future apps as well on desktop and mobile (because almost all of the actual coding is being done using C# and re-usable code for the UI layer).
Catch up again soon hopefully 🙂
Stay awesome,
EMH