iOS Auto Layout tutorial programmatically
A tutorial on implementing iOS Auto Layout programmatically, covering rotation support, constraints, and animation.
A tutorial on implementing iOS Auto Layout programmatically, covering rotation support, constraints, and animation.
Argues for deprecating UITableView in favor of the more flexible UICollectionView, citing Apple's internal work on table-like collection view layouts.
A tutorial on creating a circular navigation menu using the CSS clip-path property and SVG paths for modern web interfaces.
Explains why SVG is superior to CSS for creating circular navigation menus, providing an overview of the concepts and code behind a circular menu generator.
A technical analysis of performance issues with the WrapPanel control in Windows Phone development and a proposed alternative using VirtualizingStackPanel.
A tutorial on creating animated navigation icons (Transformicons) using CSS transforms and transitions, with code examples.
A technical guide exploring and comparing three methods to center content within a UIScrollView in iOS, highlighting their pitfalls and presenting a recommended solution.
A technical tutorial on implementing a pinch-to-reveal animation in iOS using CoreAnimation and layer masking, inspired by a Boeing app.
Improving user experience for multi-select lists using jQuery plugins for tooltips and visual feedback.
A JavaScript library that adds Firebug-style increment/decrement functionality for length values in text fields using keyboard arrows.
A tutorial on creating a simplified WPF Grid control using custom XAML attribute syntax to reduce boilerplate code.
A tutorial on enhancing a WPF GridView with automatic sorting and visual sort glyph indicators using adorners and custom images.