Mar 21, 2011

Welcome to whoWish knowledge-based system

This blog is for keeping programming techniques or installation techniques.

It is embedded with code snippet feature. For example:

// Comment
public class Testing {
public Testing() {
}

public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}



$(real_obj).blur(function()
{
if ($(real_obj).val() == "")
{
$(default_obj).show();
$(real_obj).hide();
}
});



user = $facebook
user = get_facebook_info(params[:user_id]) if params[:user_id]