This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Selasa, 17 Januari 2012

auto start virtualbox vm

REM cd "c:\Program Files\Oracle\VirtualBox"
vboxmanage startvm "ubuntu"

Selasa, 27 September 2011

fixed : r cannot be resolved to a variable

This could be wrong package initialization.

Easies Way , Make sure : Activity name = Project Name

initiate array in java

int[] anArray = new int[10];

Rabu, 03 Agustus 2011

Dojo/Dijit MenuItem binding using jQuery

While dojo is really awesome in ui detail, i feel better connected with jquery css selector method to assign an action for my menu.

so here it is how to do it.

in my dijit.menuItem tag add you own tag.

<div dojoType="dijit.MenuItem"><satirimenu url="main/logout"/>Logout</div>

in you jquery ready function then use your own tag

//use own tag
$("satirimenu").click(function(){
alert($(this).attr("url"));
});

Then you can imagine whatever you wanto to achieve using this method.
happy Coding!

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More