Thursday, September 18, 2008
API to receive notification using opensocial API
yes then let me know.
Wednesday, February 13, 2008
JSON's review
In javascript we can create object in two ways...
name:"xxxx";
favorites:["books",{apple: "yes",mango: "yes"},"car];
display: function()
{
with(this) document.write(" No : "+no+" Name :"+name);
}
};
To get the name in newobj... then