Wednesday, September 28, 2011

Official Google Blog: Launching Google Wallet on Sprint and working with...

Official Google Blog: Launching Google Wallet on Sprint and working with...: In May we announced Google Wallet —an app that makes your phone your wallet—with Citi, MasterCard, Sprint and First Data. With Google Wallet...

Number of elements in a javascript object

Number of elements in a javascript object


Although JS implementations might keep track of such a value internally, there's no standard way to get it.
On Mozilla-browsers, you can use the non-standard __count__, but for cross-browser scripting you're stuck with explicitly iterating over the properties and checking hasOwnProperty():
function countProperties(obj) { 
    var count = 0; 
 
    for(var prop in obj) { 
        if(obj.hasOwnProperty(prop)) 
                ++count; 
    } 
 
    return count; } 

For more info:   http://stackoverflow.com/questions/956719/number-of-elements-in-a-javascript-object?answertab=votes#tab-top

Thursday, September 22, 2011

Fly Or Die: G+ Or Facebook? Who Flew Higher?



F8 is afoot and it looks like Facebook schooled the Internet. But what about G+ and, most important, the new features added to head Facebook off at the pass.


More on: http://techcrunch.com/2011/09/22/fly-or-die-g-or-facebook-who-flew-higher/

http://yfrog.com/page/addthis?server=615&filename=69llwy.jpg&yfrog_url=http://yfrog.com/h369llwyj&is_photo=true&screen_name=Three_Thirteen

http://yfrog.com/page/addthis?server=615&filename=69llwy.jpg&yfrog_url=http://yfrog.com/h369llwyj&is_photo=true&screen_name=Three_Thirteen

My Tech Profile at TechGig

Tech News - TCS picks 700 students from Orissa institute | Techgig

Tech News - TCS picks 700 students from Orissa institute | Techgig

Huge satellite to fall from space but Nasa does not know where | Deccan Chronicle

Huge satellite to fall from space but Nasa does not know where | Deccan Chronicle

Google opens Plus social network to everyone | Deccan Chronicle

Google opens Plus social network to everyone | Deccan Chronicle

Light with a twist in its tail | Deccan Chronicle

Light with a twist in its tail | Deccan Chronicle

Point, shoot, Goggle | Deccan Chronicle

Point, shoot, Goggle | Deccan Chronicle

Google, Visa team up on mobile payments | Deccan Chronicle

Google, Visa team up on mobile payments | Deccan Chronicle

Industries losing Rs 110cr every day | Deccan Chronicle

Industries losing Rs 110cr every day | Deccan Chronicle

Be the change.: Farewell Teacher - TalentSprint's PL/SQL trainees ...

Be the change.: Farewell Teacher - TalentSprint's PL/SQL trainees ...: Dear All, We the trainees all our brains are like tables from different Schema’s and with no sufficient data in it. Santanu as a DBA, in...