About:

Cory Rylan is a Google Developer Expert, speaker, and UI Software Engineer at VMware Clarity Design System.

Website:

Subscribe to RSS:
The text discusses how to create high-performance HTML tables using Lit, a modern web component library, and virtual scrolling. It explains the process of setting up the table, rendering with Lit, and using virtual scrolling to ha...
The text discusses how to create high-performance HTML tables using Lit, a modern web component library, and the CSS contain property. It explains the performance benefits of using Lit and CSS contain, and provides examples of how...
The text discusses the use of CSS Style Queries to create dynamic contrast layers in nested UIs, allowing for real-time adaptation and consistent contrast. It explains the process of setting up base styles, using @container style ...
This blog post explores the various types of form events provided by HTML forms and form control inputs, including input, change, selection inputs, and form submit events. It also provides examples of how to use these events and h...
The text explains how to use the CSS Anchor Positioning API to create flow charts and diagrams with just CSS. It covers basic positioning, multiple anchors, and creating flow chart nodes. It also discusses creating a complex flow ...
The blog post discusses managing CSS themes in design systems, including detecting active themes using CSS variables, detecting loaded themes, dynamic loading of themes, and detecting dynamic loading. It emphasizes the importance ...
The text discusses how to style HTML form validation using CSS, including customizing error messages, styling validation states, and creating custom error messages for form fields.
The text discusses the integration of Domain-Driven Design (DDD) principles into user interface development for enterprise web applications. It introduces the UI Entity Protocol, which aligns UI components with domain logic, promo...
The text discusses the application of Domain-Driven Design (DDD) principles to improve the consistency and quality of reusable UI component libraries in organizations with inconsistent code quality. It explains how DDD helps enfor...

0IOS Web Service

2025-02-06

The text is a small snippet of code that demonstrates how to call a simple web service and return it to a NSURL string. It includes the process of calling the web service, creating objects for parsing the XML data, and handling di...
The text explains how to create a separate thread from the main thread in IOS to process information without holding the main thread, making the user interface usable while loading.
...
...
The text is a small snippet of code for a AJAX web service call to a .NET service with JQuery. It demonstrates sending an email and name to a web service to sign up for an email subscription.
The text argues against the misconception that agile development leads to sloppy untested code, emphasizing the benefits of breaking code into smaller iterations for maintainability and ease of deployment. It advocates for testing...
The text emphasizes the importance of creating emotional interfaces for web users, as it is crucial for conveying the intended message and creating a positive user experience. It discusses the impact of context, content, and emoti...
The text discusses the importance of front end performance in website design and the need for a Performance Advocate to enforce performance standards throughout the project. It emphasizes the role of the entire team in focusing on...