thumb

Pong v 1.0

This is likely the most recognizable game for you, even if you’re not a hardcore gamer. Since it comes with pretty simple concept and rules to play with, most of you probably More »

thumb

Resep Indonesia v 1.0

I created this app since i felt i was bad at cooking,  fried egg is all i can make in the kitchen anyway . So, i considered to spend my 3 days More »

featured

Tweener AS3

Tweener is just tweener, something that makes a tween. When we’re talking about flash, tween is the most part that makes your animation rocks. Then what about this “tweener”? it’s just a More »

featured

J2ME Academic Information System with LWUIT

Ok, so this is my very first post huh? . And here i wanna share my result of two days coding with my lovely netbeans and adobe dreamweaver . I call it More »

Pong v 1.0

thumb

This is likely the most recognizable game for you, even if you’re not a hardcore gamer. Since it comes with pretty simple concept and rules to play with, most of you probably knew how to play this game before you even read the instructions inside the game. Yeah, this game is mostly well known as pong.

Resep Indonesia v 1.0

thumb

I created this app since i felt i was bad at cooking,  fried egg is all i can make in the kitchen anyway :D . So, i considered to spend my 3 days for making this mobile application which i called it “Resep Indonesia”, it’s means Indonesian food recipe. It consist of total 11 recipes of very well known Indonesian food, they are baso, ketoprak, lontong isi, lotek, pangek ikan, pepes tahu, perkedel tempe, sayur asam, tempe bacem, tempe mendoan and tempe penyet.

Tweener AS3

featured

Tweener is just tweener, something that makes a tween. When we’re talking about flash, tween is the most part that makes your animation rocks. Then what about this “tweener”? it’s just a framework, or specifically a Class used to create tweenings and other transitions via ActionScript code for projects built on the Flash platform. See this link for more details.

J2ME Academic Information System with LWUIT

featured

Ok, so this is my very first post huh? :D . And here i wanna share my result of two days coding with my lovely netbeans and adobe dreamweaver :) . I call it Mobile Academic Information System. Although it’s still pretty simple, at least this hundreds-lines-of-code can show you what you’re able to do with J2ME and PHP skill, and LWUIT too…
 
The idea is pretty simple, or should i call it the “flow” – how this software works generally. First, the client (this tiny J2ME software) request data from mysql server through php server script via global variable (GET/POST). Second, our php script send this request as query to our mysql server and prompt it in a web page as a result. Third and finally, the client grab and display it on the screen.
 
Seems i talk too much :D … so here the screenshots and source codes you can get. May it help enlighten you how J2ME-PHP-LWUIT trio can work together…