Learning HTML5 - Best of RSS

These are some of the best RSS feeds I've found for keeping up with HTML5. I'm doing jQuery & MVC development as well so you will find the links have a jQuery/MS angle to them.

WhenCanIUse

The oh-so-necessary caniuse.com, in RSS update format: http://feeds.feedburner.com/WhenCanIUse

ScriptJunkie

http://services.social.microsoft.com/feeds/feed/query/tag/scriptjunkieLearn/eq/ns/DiscoveryFeedTool/eq/and
A good HTML, JavaScript, CSS site hosted by MS

Rachel Appel's blog

http://rachelappel.com/rss?containerid=13
HTML5, JavaScript, and MVC links with a general MS angle

Smashing Magazine

http://rss1.smashingmagazine.com/feed/
Really high quality articles with a focus towards the design side of the web development picture

IEBlog

blogs.msdn.com/b/ie/rss.aspx
No surprise - the focus is on IE10, but it is really a great resource for new browser tech.

MisfitGeek

http://feeds.feedburner.com/MisfitGeek
Joe recently switched from MS to Mozilla. New job but he still puts out great Weekly Links summaries.

The Big Web Show

http://feeds.feedburner.com/bigwebshow
A podcast covering web development & design topics

Elijah Manor/Web Dev .NET

I'm cheating on this one a little bit. Elijah is a fantastic JS & web development resource. He has a site at Web Dev .NET, but honestly these days you are better off following him on Google+
...and you can of course sign up to follow the W3C as well, although I don't think there is an HTML5-specific RSS feed. Good luck!

This article is part of the GWB Archives. Original Author: Steve Albers

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.