Always remain updated about current software development trends

Articles in HTML5 CSS

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...

Getting Started with CSS Media Queries

If you've ever printed a page and noticed that it looks different than the actual page displayed in the browser you've more than likely witnessed a CSS media type in action. By using CSS media types such as "print", backgrounds, navigation bars, and...

Arduino and the Web using NodeJS and SerialPort2

This article focuses on how to listen for signals from an Arduino through the Serial Port (Linux, Mac) or COM Port for Windows using the SerialPort2 Node.JS module and serve signal data to the web in real time using Socket.IO.

Web Tab Control

A tab control for the web that can be created dynamically in C#. Uses JavaScript so tabs can be changed without refreshing the page allowing ease-of-use on things like Account Information pages.

3.5.4 HTML5 Canvas KineticJS Shadows

To apply shadows withKineticJS, we can set the shadow property when we instantiate a shape, or we can use thesetShadow()method.  Shadows can be defined with a color, blur, offset, and alpha.