Have you ever create a really good looking interactive map using HTML5 and jQuery? MigrationsMap.net allows you to see for every country X in the world either the top ten providing countries of lifetime migrants to X or the top ten receiving countries of lifetime migrants from X. On top of that, when you let … Continue Reading
Archives
HTML5 Vector Graphics with Paper.js an Open Source framework
Paper.js is an Open Source Graphics Framework for HTML5. Paper.js Provides excellent tutorial for beginners and it is supported in all modern and major browsers. It has many features which makes your web application to grow richer. Its just a tool to learn and it has features that you can create and implement into the … Continue Reading
Face Detection using HTML5 Canvas
You have probably seen face detection at work in programs like iPhoto and Picasa, but what if you could do that performantly in JavaScript? Chinese developer Liu Liu has done the honors, and implemented Face Detection in JavaScript via HTML5 Canvas. The algorithm is implemented on top of a JS port of a C-based computer … Continue Reading