Nugroho's blog.
This blog contains my work about anything.
Pages
(Move to ...)
Home
My Youtube
My Instagram
PayPal
Python
Programming
▼
Showing posts with label
HTML5
.
Show all posts
Showing posts with label
HTML5
.
Show all posts
Wednesday, April 24, 2013
Mencari Pi
›
Jumlah iterasi: Nilai Pi Mencoba tanpa webworker. Pi dapat dihitung dengan kode berikut var Pi=0, n=1, c=100000; for (var i=0;i<=c;i++) ...
Hello Canvas World
›
canvas's not supported Back to first again Tulisan di atas ditulis dalam canvas seperti kode di bawah. Di sini perintahnya adalah c...
Monday, December 3, 2012
Playing with Opacity on HTML5's canvas
›
What I do here is wrap whole canvas on this program with a rectangle with opacity 0.1. So the code (under script tag) become like this: v...
Friday, November 30, 2012
Gradient on HTML5's Canvas
›
Bouncing Ball using Array on Canvas (without prototype method) in HTML 5
›
Here the code for this <head> <script> var context; var x=100; var y=200; var dx=5; var dy=5; var n=5; var bBola=new Array(); fu...
Random Text in HTML 5 using Array and Canvas
›
The Bouncing Ball
›
The Code for this under the script tag var context; var x=100; var y=200; var dx=5; var dy=5; function init(){ canvas=myCanvas; context= ...
Bouncing Ball in HTML 5 using Canvas Method
›
A Result of Trial and Error
›
Here the code
Friday, November 16, 2012
Bouncing Ball using Array in HTML5
›
I want to create bouncing ball program that's very easy on Flash, Python or Delphi yet very tricky on html5. The program consist of n ba...
›
Home
View web version