Always remain updated about current software development trends

Articles in RIA

UserControl populating ItemsControl – Manipulation of ItemsControl collection from inner UserControl

UserControl populating ItemsControl \u2013 manipulation of ItemsControl collection from inner UserControl

WordPress Meet Responsive Design

Ian Stewart, Sara Cannon and I are featured in this lovely little (free) book on Responsive Web Design and WordPress. It's a part of the new Code Poet, a new thingy by Automattic full of high quality resources on WordPress development. Direct Link to Article—Permalink…WordPress...

The real conflict behind <picture> and @srcset

Jason Grigsby explains it. Essentially: Browsers use a "pre-parser" to find resources in a document it will later need. This plays a huge role in making them fast. It can't wait around for layout information, which is exactly what responsive images need to...

Coda 2

This will be worth giving a real shot. Direct Link to Article—Permalink…Coda 2is a post fromCSS-Tricks

ShopTalk Episode 19

Another RAPIDFIRE episode with pure question on answer action from Dave and I. Thanks toMijingofor sponsoring this weeks show. Direct Link to Article—Permalink…ShopTalk Episode 19is a post fromCSS-Tricks

Easy DHTML treeview

This is an alternative for "Easy DHTML treeview"

requestAnimationFrame API: now with sub-millisecond precision

If you've been usingrequestAnimationFrameyou've enjoyed seeing your paints synchronized to the refresh rate of the screen, resulting in the most high-fidelity animations possible. Plus, you're saving your users CPU fan noise and battery-power when they switch...

Using async and await in Silverlight 5 and .NET 4 in Visual Studio 11 with the async targeting pack

Last September, I introduced the idea of Tasks in Silverlight . One of the things I really like about .NET 4.5, and the C# compiler that comes with it, is the ability to simplify asynchronous code by using the async modifier and await operator. Just yesterday...