by Deanna | Feb 4, 2021 | Javascript, Node.js, PHP
In October last year, I piqued my curiosity into 3 package system managements. Their names are known by developers: popular ones are NPM, Bower, Packagist, gem, Maven… Each platform aims a context or a specific language. This helps your project dependencies and...
by Deanna | Aug 4, 2014 | Javascript, Node.js
I used to use blogging platforms for years and I realized that I used a very few of built-in features. I received a lot of spams in comments that I have to moderate (even with anti-spam plugins). Anyway there are many positive things, they helped me a lot to save time...
by Deanna | May 4, 2013 | Javascript, Web Audio, WebGL
Update of December 7th, 2014: Thanks to zoeck, noteOn() has been replaced by start(), here is the specification changelog. The demo now works in Safari, I saw that McGill University MUMT 307 students need it. 🙂 Here is a post about my experiment of Web Audio API....
by Deanna | Feb 4, 2012 | Javascript, WebGL
Well, I get started learning 3D concepts/coding, so this is all new for me. I’ve done a first try to build an application that runs in WebGL-enabled browsers. After spending some days on it, I finally have something fit to be seen. This post deals with how...
by Deanna | Dec 4, 2011 | Javascript, PHP, WebSocket
In this very first post on my new blog, I show you how I’ve carried out a simple push system using WebSocket specified by the RFC 6455 document. Unfortunately, I can’t bring you a live demo because of some hosting service restrictions that don’t...