Let’s build a simple painting (or sketching) application using HTML5 <canvas>
element along with its Javascript API. Although the app will be small, there’s going to be quite a bit of information for intake. So I’ll break the entire process into different tutorials (posts).
Continue reading “Creating a Paint Application with HTML5 Canvas”
17 Neat HTML5 Games To Keep You Busy This Weekend
Flash games are old and technology is advancing. I have collected some amazing HTML5 games that you can play this weekend and keep yourself busy. They are in random order (no ranking or anything else). Make sure you are using a modern browser that supports HTML5 and Canvas.
Continue reading “17 Neat HTML5 Games To Keep You Busy This Weekend”
The Real Beauty of CSS3 Box Shadows
You might have used CSS3 box shadows several times to create some pretty looking drop shadows like you do in Photoshop. That’s great! But do you even know how it can be used for some other mind boggling purposes ? If not, then you are definitely going to like what I am about to show you.
Continue reading “The Real Beauty of CSS3 Box Shadows”
Get the Duration of an Audio or Video File in Javascript
It is quite easy to get the playback length (in seconds) of an audio or video file. The file may be in whatever format that the browser supports – mp3, mp4, ogg, wav, etc.
Continue reading “Get the Duration of an Audio or Video File in Javascript”
Convert Your CSS Code to SCSS/Sass
Ever wanted to make your own CSS2Sass convertor ? When working on projects, a tool that can quickly convert our CSS code to Sass can be ridiculously useful. Let’s see how to do it.
Continue reading “Convert Your CSS Code to SCSS/Sass”
Fixing MySQL ERROR 1030 (HY000): Got error 28 from storage engine
TL;DR You need to free-up some space on your server (or computer) or get a bigger HDD (or partition).
Continue reading “Fixing MySQL ERROR 1030 (HY000): Got error 28 from storage engine”
Controlling the Volume of an Audio File in Javascript
Just another quick tip. I’ll show you how to change the volume of an audio file of whatever format you are using – mp3, ogg, wav, aac, etc.
Continue reading “Controlling the Volume of an Audio File in Javascript”