-
Until recently whenever I had to do the simplest animation I always had to use JavaScript code. If you're using jQuery it's pretty easy to make simple effects. The most known ones would probably be slideDown() and slideUp(). Custom animation is also pretty easy with jQuery: 1 2 3 4...
-
Local Storage (or Web Storage), is a simple yet very powerful feature of HTML5, that is pretty much supported across the board by now, as in, by almost all browsers. In essence, Local Storage lets you store information for a long period of time (more on that in a bit)....
-
FastBook is an interesting project made by Sencha to basically prove that Facebook’s switch to Native applications on Android might have not been the right way to go. Zuckerberg made a statement a few months ago (September), saying “Our Biggest Mistake Was Was Betting Too Much On HTML5”. I find...
-
Hello my fellow readers, It's been a while since I wrote something of meaning, and sadly this post is not of great meaning as well. I've been busy, having some projects laying around and some DB structures to draw. Today I would like to discuss Audio Capturing on the Browser....