Results for: "programming"
Categories (1)
Contents (178)
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
Tutorial: Introduction to PHP:PDO
Many PHP programmers learned how to access databases by using either the MySQL or MySQLi extensions. As of…
read more