Streamlined Marshalling & Serialization

tl;dr Use Dto for all front-end marshalling and serialization. Dto is a single capability that encapsulates JSON, Query String, Form Data, JSON Web Tokens, and base64. Dto is readable, writable, and can be saved on the client for cross-session persistence. It packs a ton of power in a simple API; certainly worth a look. Dto […]

Read More Streamlined Marshalling & Serialization

Front-End Persistence

DEMO | Store This page will walk you through some demos of Store, one of the persistence capabilities in ku4es-ui-kernel. Open your developer console at kodmunki.com, and follow along, to get a feel for how to use this wonderfully simple and immensely powerful tool. Overview Store is a client-side persistence tool that was created out […]

Read More Front-End Persistence

Advanced Form Validation

In Simple Form Validation we took a quick, high-level look at ku4-validation and ku4-form from ku4web-components. To be honest, there isn’t much more to it than that, and there shouldn’t be. Form validation is so often made out to be far more complicated than it needs to be. There are occasions, though, when I need […]

Read More Advanced Form Validation

Focus Trap VoiceOver on Mobile

Of the simple, declarative solutions ku4web-components offers, ku4-focus-trap is one of my favorites. It and the incredibly simple form validation with ku4-validation hold a special place in my heart, and after this short read and stopping by kodmunki.com to check them out and give them a try, they’ll hold a special place in yours. We […]

Read More Focus Trap VoiceOver on Mobile