Pie in the Sky (September 7, 2012)
It's Friday again, I hope you're all enjoying the last few weeks of summer before we head into the cooler fall weather (at least here in the northern hemisphere.) It's still relatively hot here in North Carolina, though the nights are getting cooler. Here's a collection of links Brian and I discovered this week for your weekend reading:
Stream Handbook: A book on how to work with streams in Node.js.
JS 101: Equality: If you're confused about == vs === and != vs !== in JavaScript, this link is for you.
How to simulate slow connection (developer proxy in Node.js): Not everyone has a great internet connection, so it's a good thing to test your application to see how it works for slow connections.
TodoMVC: Wondering which JavaScript MV* framework to use? TodoMVC provides examples of many of the popular frameworks so you can look them over and figure out which one you want.
Introducing the Saltarelle open source C# to JavaScript compiler: The title says it all.
Building Atari with CreateJS: Atari recently released web based versions of thier classic games at the Atari Arcade. This article goes into detail on how they used CreateJS, along with the Atari Arcade SDK, to create these web games.
WebMatrix 2 is Releashed + New Windows Azure Features: WebMatrix 2 came out this week. For Windows developers, it provides a lightweight IDE for ASP.NET, PHP, Node.js and HTML coding.
Windows Azure Mobile Services and iOS: Windows Azure Mobile Services is a new thing that gives you mobile services (like data storage and notifications) as a service. This article talks about using it with iOS clients.
Windows Azure Mobile Services and Android: Similar to the previous link, this shows how to use Windows Azure Mobile Services with Android clients.
Pinning Useful and Obscure Stuff to the Windows 8 Start Menu: While not really a cloud or OSS thing, there's one bit of information in this post that you may want if you develop web sites - how to specify a larger image for your web site icon when a Windows 8 user pins it to thier start menu.
Azure Node.js developer center redesign: You may have noticed that we recently redesigned the Node.js developer center on WindowsAzure.com. This post goes over some of the details of the new design.
A Better Way to Store Data: Erasure coding explained. The math geek in me [Brian] loves this!
Have a great weekend!
- Larry