FLAC.js – a fully Javascript-based FLAC decoder. Incredible in of itself, but mindblowing that it uses only 8.5% of a 2.53GHz Core 2 Duo to decode and play audio!
Find out more on:
http://labs.official.fm/codecs/flac/
FLAC.js – a fully Javascript-based FLAC decoder. Incredible in of itself, but mindblowing that it uses only 8.5% of a 2.53GHz Core 2 Duo to decode and play audio!
Find out more on:
http://labs.official.fm/codecs/flac/
on{X} lets you control and extend the capabilities of your Android phone using a JavaScript API to remotely program it.
Find out more:
https://www.onx.ms
and
https://play.google.com/store/apps/details?id=com.microsoft.onx.app
Announcing: buildnewgames.com – helping developers write cross browser code bit.ly/HVVDLm #HTML5 #IE—
Internet Explorer (@IE) April 05, 2012
Check it out on
http://buildnewgames.com/
!
140byt.es is a tweet-sized, fork-to-play, community-curated collection of JavaScript
Play binary tetris or watch the source code:
function(a,b,c,d,e){return d+=c,
e=a|b<<d,d<0|a&b<<d&&(a=e=
parseInt((a|b<<c).toString(d=32)
.replace(/v/,""),d),b=new Date%2?1:3),
[a,b,d,e]}
Today I came across a great website for testing JavaScript. It’s a place where you can test, edit and share code and even debug code from other people.
JsFiddleis a playground for web developers, a tool which may be used in many ways. One can use it as an online editor for snippets build from HTML, CSS and JavaScript. The code can then be shared with others, embedded on a blog, etc. Using this approach, JavaScript developers can very easily isolate bugs. We aim to support all actively developed frameworks – it helps with testing compatibility
Have fun
(via)
Quickly create rich and interactive data mashups
Are you a developer looking to quickly create rich and interactive data mashups for your sites?
Get started developing with Microsoft® Excel® Web App on SkyDrive® using JavaScript in 3 quick steps
Have a look at the walkthrough or visit the Excel Mashup website.
[ link ]
Knockout JavaScript or simply kojs, helps you creating dynamic JavaScript UIs using the Model-View-ViewModel (MVVM) pattern.
Don’t ignore this, because it will be a part of ASP.NET MVC4.
If you don’t know knockoutjs, you can start the interactive tutorials via
http://learn.knockoutjs.com/
.
<p>Teusje is: <span data-bind="text: someCoolText" /></p> <p>Insert some cool text: <input data-bind:"value: someCoolText" /></p>
var viewModel = {
someCoolText: ko.observable("Funky")
};
ko.applyBindings(viewModel);
Have fun!
Today, a faction of the Web Platform and Tools team, spearheaded by Mads Kristensen, is pleased to announce the Visual Studio Web Standards Update. This adds better support for HTML5, CSS3 and new JavaScript features to ALL versions of Visual Studio.
More info and the download link here.
[ source ]