Getting Literal With ES6 Template Strings
http://updates.html5rocks.com/2015/01/ES6-Template-Strings Better string operations for JavaScript. Posted from WordPress for Android →
http://updates.html5rocks.com/2015/01/ES6-Template-Strings Better string operations for JavaScript. Posted from WordPress for Android →
You can now play nearly 2,400 MS-DOS video games in your browser. Archive.org has added a new library of DOS games: Nearly 2,400 MS-DOS games are now available to play — for free — in almost any browser on the Internet Archive. The games are playable on the browser through EM-DOSBOX, a port of the →
I wrote some days ago about Tagsu – The Digital Wondertag. The inventor of that device pointed me to look at some more material on the device: 12kbps simple audio data transfer for AVR blog post is abou adventures in implementing a stupidly simple way of transferring data over audio to AVR (and why not →
ProTracker was a very a popular freeware tracker for the Amiga platform. ProTracker allows the user to create sequences of notes called “patterns”, which are chained together to form a complete song. It is amongst the programs that first allowed for widespread creation of music without studio equipment (very popular in 1990′s). Music created in →
http://jsriffs.blogspot.fi/2014/05/making-of-highway-at-night.html?m=1 This is a quite interest browser demo and article that tells how it was done. Posted from WordPress for Android →
Firefox has been my favourite web browser when doing web development. The reason is that there are very many useful add-ons that help debuging web pages. For example Firebug gives a wealth of development tools at your fingertips while you browse: You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web →
Developers, browser vendors and the press have been talking about HTML5 for many years. In reality, however, HTML5 has been flux for a long time. But just yesterdays W3C Declares HTML5 Standard Complete as W3C today published its Recommendation of HTML5 — the final version of the standard after years of adding features and making changes →
Today’s HTML5 tips are two simple but useful (for testing and small tasks) on-line tools. real-time HTML editor! is as simple as it can get HTML editor. The editor show two frames: Type HTML in the upper textarea above, and the resulting HTML page will magically appear in the frame below. real-time HTML editor! suits →
jsFiddle is a well worth to check out online playground for your JavaScript, HTML, CSS code at http://jsfiddle.net/. It it provides on-line code editor and a custom environment (based on user selections) to test (or fiddle with) your JavaScript, HTML, and CSS code right inside your browser. Getting up and running with jsFiddle is as →
CodePen is a playground for the front end side of the web. CodePen is an HTML, CSS, and JavaScript code editor in your browser with instant previews of the code you see and write. It allows easily to explore web technologies with just your browser (no other development environment needed). CodePen can be found at →