Tuesday, March 22, 2016

Javascript Events By Example


Hello everybody, today I will show you three types of javascript events.

Type 01 : In this type event you can add event in html tag, this is bad practice.

Type 02 : This type of event is very handy. you grub the element by id and attach event.

Type 03 : This is more advance type than Type 02, the advantage is you can add multiple events, create your own event and attach them in your code even non DOM elements.

Here is the simple example of these three types of events.


Saturday, March 19, 2016

Thursday, March 17, 2016

My Favourite Pixel Art Tools !

I am not talking about Photoshop even Gimp, I am talking about the most user friendly, easy to use pixel art tool "Piskel" and "Aseprite". I used both tools. Booth are very much attractive almost all the features you need to draw nice pixel art.

Piskel :


piskel
Piskel GUI
This is what I just drew with piskel editor, it has offline and online version.
you can also create animation sprite with this nice tool.
very easy to use.

When you are drawing pixel art then keyborad shortcut is very helpful, you can get all the shortcut here easily.

Piskel is not so hard to use just get your hands on it, I hope you will never be disappointed.

I hope I will post some pixel art drawing tips later on, time is a matter :).

Saturday, March 12, 2016