Results for: "programming"
Categories (1)
Contents (174)
The Speech Synthesis API: an introduction
Today we’re going to focus on the Speech Synthesis API, which uses system libraries to speak, making the Web considerably…
read more
How to make a Simple HTML5 Canvas Loader
Let's code an HTML5 Canvas Loader: HTML Js var canvas = document.getElementById('demo'); var context = canvas.getContext('2d'); var start = new Date(); var lines = 16, cW = context.canvas.width, cH…
read more
Happy 18th Birthday JavaScript!
On December 4, 1995, JavaScript was announced in a press release by Netscape and Sun. The press release leads with this title: NETSCAPE…
read more
How to create a Twitter proxy for mobile development
Since Twitter switched over to version 1.1 of the Twitter API, the first cause of developers headaches is the move to…
read more
Isomorphic JavaScript: a new paradigm
Spike Brehm, in a article written for http://venturebeat.com, explains that at Airbnb, they have learned a lot over the past…
read more