javascript async and await

I scratched my head for awhile when switching from promises to await/async. Hopefully this post helps you not need to scratch yours! šŸ˜€ Async/await is the same as using promises. Itā€™s just syntactical sugar to make it look synchronous. The javascript engine sees the ā€œawaitā€…

ZK AJAX Status Bar

Seeing that my research project is a mini accounting system, I thought it necessary to be able to display items in a status bar, like a real application.Ā  It is very slightly unfortunate that ZK doesnā€™t have something integrated right in for this purpose.Ā  But,…